From ac83733b590f3c0750bea1de3556ceb24fa0a4b1 Mon Sep 17 00:00:00 2001 From: jbzdarkid Date: Mon, 25 Nov 2019 21:10:50 -0800 Subject: Using PCH to clean up includes --- Test/Test.vcxproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Test/Test.vcxproj') diff --git a/Test/Test.vcxproj b/Test/Test.vcxproj index 857cdd4..4d00c77 100644 --- a/Test/Test.vcxproj +++ b/Test/Test.vcxproj @@ -51,7 +51,7 @@ - NotUsing + Create pch.h Disabled WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -72,7 +72,7 @@ - NotUsing + Create pch.h Disabled X64;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -93,7 +93,7 @@ - NotUsing + Create pch.h WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) MultiThreaded @@ -114,7 +114,7 @@ - NotUsing + Create pch.h X64;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) MultiThreaded -- cgit 1.4.1