diff options
Diffstat (limited to 'build/debug.vsprops')
-rw-r--r-- | build/debug.vsprops | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/build/debug.vsprops b/build/debug.vsprops new file mode 100644 index 0000000..d84e13c --- /dev/null +++ b/build/debug.vsprops @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioPropertySheet + ProjectType="Visual C++" + Version="8.00" + Name="debug" + InheritedPropertySheets=".\internal\essential.vsprops" + > + <Tool + Name="VCCLCompilerTool" + Optimization="0" + PreprocessorDefinitions="_DEBUG" + BasicRuntimeChecks="3" + RuntimeLibrary="1" + /> + <Tool + Name="VCLinkerTool" + LinkIncremental="2" + /> + <Tool + Name="VCResourceCompilerTool" + PreprocessorDefinitions="_DEBUG" + /> +</VisualStudioPropertySheet> |