From 7564d28faf780bc0967ab3f6ff11b29b44e4b1aa Mon Sep 17 00:00:00 2001 From: ShizZy Date: Wed, 4 Sep 2013 20:17:46 -0400 Subject: replaced common code with dolphin common --- vsprops/code_generation_debug.props | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 vsprops/code_generation_debug.props (limited to 'vsprops/code_generation_debug.props') diff --git a/vsprops/code_generation_debug.props b/vsprops/code_generation_debug.props new file mode 100644 index 000000000..b138f38e7 --- /dev/null +++ b/vsprops/code_generation_debug.props @@ -0,0 +1,19 @@ + + + + + + + + _DEBUG;_SECURE_SCL=1;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + MultiThreadedDebug + false + + + + + /NODEFAULTLIB:LIBCMT %(AdditionalOptions) + + + + \ No newline at end of file -- cgit v1.2.3