summaryrefslogtreecommitdiff
path: root/Source/VSProps/CodeGen_DebugFast.props
diff options
context:
space:
mode:
Diffstat (limited to 'Source/VSProps/CodeGen_DebugFast.props')
-rw-r--r--Source/VSProps/CodeGen_DebugFast.props15
1 files changed, 15 insertions, 0 deletions
diff --git a/Source/VSProps/CodeGen_DebugFast.props b/Source/VSProps/CodeGen_DebugFast.props
new file mode 100644
index 0000000000..f62fb7b423
--- /dev/null
+++ b/Source/VSProps/CodeGen_DebugFast.props
@@ -0,0 +1,15 @@
+<?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>
+ <_PropertySheetDisplayName>CodeGen_DebugFast</_PropertySheetDisplayName>
+ </PropertyGroup>
+ <ItemDefinitionGroup>
+ <ClCompile>
+ <PreprocessorDefinitions>DEBUGFAST;_SECURE_SCL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
+ </ClCompile>
+ </ItemDefinitionGroup>
+ <ItemGroup />
+</Project> \ No newline at end of file