summaryrefslogtreecommitdiff
path: root/Source/VSProps/CodeGen_Debug.props
diff options
context:
space:
mode:
Diffstat (limited to 'Source/VSProps/CodeGen_Debug.props')
-rw-r--r--Source/VSProps/CodeGen_Debug.props14
1 files changed, 14 insertions, 0 deletions
diff --git a/Source/VSProps/CodeGen_Debug.props b/Source/VSProps/CodeGen_Debug.props
new file mode 100644
index 0000000000..13c1294872
--- /dev/null
+++ b/Source/VSProps/CodeGen_Debug.props
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <ImportGroup Label="PropertySheets" />
+ <PropertyGroup Label="UserMacros" />
+ <PropertyGroup />
+ <ItemDefinitionGroup>
+ <ClCompile>
+ <PreprocessorDefinitions>_DEBUG;_SECURE_SCL=1;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
+ <Optimization>Disabled</Optimization>
+ </ClCompile>
+ </ItemDefinitionGroup>
+ <ItemGroup />
+</Project> \ No newline at end of file