diff options
Diffstat (limited to 'PC/VS8.0/debug.vsprops')
-rw-r--r-- | PC/VS8.0/debug.vsprops | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/PC/VS8.0/debug.vsprops b/PC/VS8.0/debug.vsprops index bc643cb..2be7f74 100644 --- a/PC/VS8.0/debug.vsprops +++ b/PC/VS8.0/debug.vsprops @@ -1,15 +1,15 @@ -<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioPropertySheet
- ProjectType="Visual C++"
- Version="8.00"
- Name="debug"
- >
- <Tool
- Name="VCCLCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- />
- <UserMacro
- Name="KillPythonExe"
- Value="$(OutDir)\kill_python_d.exe"
- />
-</VisualStudioPropertySheet>
+<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioPropertySheet + ProjectType="Visual C++" + Version="8.00" + Name="debug" + > + <Tool + Name="VCCLCompilerTool" + PreprocessorDefinitions="_DEBUG" + /> + <UserMacro + Name="KillPythonExe" + Value="$(OutDir)\kill_python_d.exe" + /> +</VisualStudioPropertySheet> |