Brian Curtin | 401f9f3 | 2012-05-13 11:19:23 -0500 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 3 | <PropertyGroup Label="UserMacros"> |
Kristján Valur Jónsson | c45ea9e | 2012-05-19 21:10:14 +0000 | [diff] [blame] | 4 | <PyDebugExt>_d</PyDebugExt> |
Brian Curtin | 401f9f3 | 2012-05-13 11:19:23 -0500 | [diff] [blame] | 5 | <KillPythonExe>$(OutDir)kill_python_d.exe</KillPythonExe> |
Zachary Ware | a191b91 | 2014-03-21 22:58:19 -0500 | [diff] [blame] | 6 | <TclDebugExt>g</TclDebugExt> |
Brian Curtin | 401f9f3 | 2012-05-13 11:19:23 -0500 | [diff] [blame] | 7 | </PropertyGroup> |
| 8 | <PropertyGroup> |
| 9 | <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> |
| 10 | <TargetName>$(ProjectName)_d</TargetName> |
| 11 | </PropertyGroup> |
| 12 | <ItemDefinitionGroup> |
| 13 | <ClCompile> |
| 14 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 15 | </ClCompile> |
Martin v. Löwis | 7c771ca | 2012-06-22 22:16:42 +0200 | [diff] [blame] | 16 | <ResourceCompile> |
| 17 | <PreprocessorDefinitions>_DEBUG</PreprocessorDefinitions> |
| 18 | </ResourceCompile> |
Brian Curtin | 401f9f3 | 2012-05-13 11:19:23 -0500 | [diff] [blame] | 19 | </ItemDefinitionGroup> |
| 20 | <ItemGroup> |
Kristján Valur Jónsson | c45ea9e | 2012-05-19 21:10:14 +0000 | [diff] [blame] | 21 | <BuildMacro Include="PyDebugExt"> |
| 22 | <Value>$(PyDebugExt)</Value> |
| 23 | </BuildMacro> |
Brian Curtin | 401f9f3 | 2012-05-13 11:19:23 -0500 | [diff] [blame] | 24 | <BuildMacro Include="KillPythonExe"> |
| 25 | <Value>$(KillPythonExe)</Value> |
| 26 | </BuildMacro> |
Zachary Ware | a191b91 | 2014-03-21 22:58:19 -0500 | [diff] [blame] | 27 | <BuildMacro Include="TclDebugExt"> |
| 28 | <Value>$(TclDebugExt)</Value> |
| 29 | </BuildMacro> |
Brian Curtin | 401f9f3 | 2012-05-13 11:19:23 -0500 | [diff] [blame] | 30 | </ItemGroup> |
| 31 | </Project> |