diff options
Diffstat (limited to 'vsprops/code_generation_debug.props')
| -rw-r--r-- | vsprops/code_generation_debug.props | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vsprops/code_generation_debug.props b/vsprops/code_generation_debug.props index b138f38e7..abd617d71 100644 --- a/vsprops/code_generation_debug.props +++ b/vsprops/code_generation_debug.props | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | <PropertyGroup /> | 5 | <PropertyGroup /> |
| 6 | <ItemDefinitionGroup> | 6 | <ItemDefinitionGroup> |
| 7 | <ClCompile> | 7 | <ClCompile> |
| 8 | <PreprocessorDefinitions>_DEBUG;_SECURE_SCL=1;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 8 | <PreprocessorDefinitions>_DEBUG;_SECURE_SCL=1;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;_UNICODE;UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 9 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | 9 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
| 10 | <MinimalRebuild>false</MinimalRebuild> | 10 | <MinimalRebuild>false</MinimalRebuild> |
| 11 | </ClCompile> | 11 | </ClCompile> |