blob: c36ab561d61661287b3eb4d6c2a1ffb85b90df3e [file] [log] [blame]
Brian Curtin401f9f32012-05-13 11:19:23 -05001<?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">
4 <KillPythonExe>$(OutDir)kill_python_d.exe</KillPythonExe>
5 </PropertyGroup>
6 <PropertyGroup>
7 <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
8 <TargetName>$(ProjectName)_d</TargetName>
9 </PropertyGroup>
10 <ItemDefinitionGroup>
11 <ClCompile>
12 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
13 </ClCompile>
14 <Link>
15 <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
16 </Link>
17 </ItemDefinitionGroup>
18 <ItemGroup>
19 <BuildMacro Include="KillPythonExe">
20 <Value>$(KillPythonExe)</Value>
21 </BuildMacro>
22 </ItemGroup>
23</Project>