Commit 81e8ab5b authored by Christian Heimes's avatar Christian Heimes

For unknown reasons "Save All" doesn't save the vsprops files.

parent 9519eb98
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
> >
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
PreprocessorDefinitions="NDEBUG;_USRDLL" PreprocessorDefinitions="NDEBUG"
RuntimeLibrary="2" RuntimeLibrary="2"
/> />
<Tool <Tool
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="0" Optimization="0"
InlineFunctionExpansion="0" InlineFunctionExpansion="0"
PreprocessorDefinitions="_DEBUG;_USERDLL" PreprocessorDefinitions="_DEBUG"
RuntimeLibrary="3" RuntimeLibrary="3"
/> />
<Tool <Tool
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
Optimization="2" Optimization="2"
InlineFunctionExpansion="1" InlineFunctionExpansion="1"
AdditionalIncludeDirectories="..\Include; ..\PC" AdditionalIncludeDirectories="..\Include; ..\PC"
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE" PreprocessorDefinitions="WIN32;_CRT_SECURE_NO_DEPRECATE"
StringPooling="true" StringPooling="true"
ExceptionHandling="0" ExceptionHandling="0"
RuntimeLibrary="0" RuntimeLibrary="0"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment