diff options
Diffstat (limited to 'V8Binding/v8/tools/visual_studio/debug.vsprops')
-rw-r--r-- | V8Binding/v8/tools/visual_studio/debug.vsprops | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/V8Binding/v8/tools/visual_studio/debug.vsprops b/V8Binding/v8/tools/visual_studio/debug.vsprops deleted file mode 100644 index 5e3555a..0000000 --- a/V8Binding/v8/tools/visual_studio/debug.vsprops +++ /dev/null @@ -1,17 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioPropertySheet - ProjectType="Visual C++" - Version="8.00" - Name="debug" - > - <Tool - Name="VCCLCompilerTool" - Optimization="0" - PreprocessorDefinitions="DEBUG;_DEBUG;ENABLE_DISASSEMBLER;V8_ENABLE_CHECKS" - RuntimeLibrary="1" - /> - <Tool - Name="VCLinkerTool" - LinkIncremental="2" - /> -</VisualStudioPropertySheet> |