| 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> | 
 | 6 |   </PropertyGroup> | 
 | 7 |   <PropertyGroup> | 
 | 8 |     <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> | 
 | 9 |     <TargetName>$(ProjectName)_d</TargetName> | 
 | 10 |   </PropertyGroup> | 
 | 11 |   <ItemDefinitionGroup> | 
 | 12 |     <ClCompile> | 
 | 13 |       <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
 | 14 |     </ClCompile> | 
| Martin v. Löwis | 7c771ca | 2012-06-22 22:16:42 +0200 | [diff] [blame] | 15 |     <ResourceCompile> | 
 | 16 |       <PreprocessorDefinitions>_DEBUG</PreprocessorDefinitions> | 
 | 17 |     </ResourceCompile> | 
| Brian Curtin | 401f9f3 | 2012-05-13 11:19:23 -0500 | [diff] [blame] | 18 |   </ItemDefinitionGroup> | 
 | 19 |   <ItemGroup> | 
| Kristján Valur Jónsson | c45ea9e | 2012-05-19 21:10:14 +0000 | [diff] [blame] | 20 |     <BuildMacro Include="PyDebugExt"> | 
 | 21 |       <Value>$(PyDebugExt)</Value> | 
 | 22 |     </BuildMacro> | 
| Brian Curtin | 401f9f3 | 2012-05-13 11:19:23 -0500 | [diff] [blame] | 23 |     <BuildMacro Include="KillPythonExe"> | 
 | 24 |       <Value>$(KillPythonExe)</Value> | 
 | 25 |     </BuildMacro> | 
 | 26 |   </ItemGroup> | 
 | 27 | </Project> |