blob: 356f53dfdbb910774b7d38fea400a6b2d4720ba4 [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.exe</KillPythonExe>
5 </PropertyGroup>
6 <PropertyGroup>
7 <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
8 </PropertyGroup>
9 <ItemDefinitionGroup>
10 <ClCompile>
11 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
12 </ClCompile>
13 </ItemDefinitionGroup>
14 <ItemGroup>
15 <BuildMacro Include="KillPythonExe">
16 <Value>$(KillPythonExe)</Value>
17 </BuildMacro>
18 </ItemGroup>
19</Project>