From 3774feff77a3b9ab62041fdbdf56d3363b592cad Mon Sep 17 00:00:00 2001 From: ertz4 Date: Thu, 23 Jan 2020 13:20:19 +0100 Subject: [PATCH] Project Configuration disabled precompiled header usage in implementation, disabled security warning --- Demonstration/Demonstration.vcxproj | 2 +- Implementation/Implementation.vcxproj | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Demonstration/Demonstration.vcxproj b/Demonstration/Demonstration.vcxproj index 437cdf3..82f759f 100644 --- a/Demonstration/Demonstration.vcxproj +++ b/Demonstration/Demonstration.vcxproj @@ -99,7 +99,7 @@ Level3 true - _DEBUG;_CONSOLE;%(PreprocessorDefinitions) + _DEBUG;_CONSOLE;%(PreprocessorDefinitions) _CRT_SECURE_NO_WARNINGS true diff --git a/Implementation/Implementation.vcxproj b/Implementation/Implementation.vcxproj index affaa48..a14ed22 100644 --- a/Implementation/Implementation.vcxproj +++ b/Implementation/Implementation.vcxproj @@ -98,10 +98,10 @@ - Use + NotUsing Level3 true - _DEBUG;_LIB;%(PreprocessorDefinitions) + _DEBUG;_LIB;%(PreprocessorDefinitions) _CRT_SECURE_NO_WARNINGS true pch.h