From d40ae8a84be76ab59df6d7f6ea2bac05a469d6e3 Mon Sep 17 00:00:00 2001 From: Shawn Hoffman Date: Sun, 16 Aug 2020 14:30:06 -0700 Subject: [PATCH] UnitTests: expliticly list files to be compiled. Fixes VS warning / bad behavior. --- Source/UnitTests/UnitTests.vcxproj | 47 ++++++++++++++++++++++++++---- 1 file changed, 41 insertions(+), 6 deletions(-) diff --git a/Source/UnitTests/UnitTests.vcxproj b/Source/UnitTests/UnitTests.vcxproj index ac2043ccff..62355aacdc 100644 --- a/Source/UnitTests/UnitTests.vcxproj +++ b/Source/UnitTests/UnitTests.vcxproj @@ -59,16 +59,51 @@ Console + + + + + + - - - true - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -106,4 +141,4 @@ - + \ No newline at end of file