blob: 54f3c3254200f6602c58d1ad28402e95d0240528 [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">
Kristján Valur Jónssonc45ea9e2012-05-19 21:10:14 +00004 <PyDebugExt>_d</PyDebugExt>
Brian Curtin401f9f32012-05-13 11:19:23 -05005 <KillPythonExe>$(OutDir)kill_python_d.exe</KillPythonExe>
Zachary Warea191b912014-03-21 22:58:19 -05006 <TclDebugExt>g</TclDebugExt>
Brian Curtin401f9f32012-05-13 11:19:23 -05007 </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öwis7c771ca2012-06-22 22:16:42 +020016 <ResourceCompile>
17 <PreprocessorDefinitions>_DEBUG</PreprocessorDefinitions>
18 </ResourceCompile>
Brian Curtin401f9f32012-05-13 11:19:23 -050019 </ItemDefinitionGroup>
20 <ItemGroup>
Kristján Valur Jónssonc45ea9e2012-05-19 21:10:14 +000021 <BuildMacro Include="PyDebugExt">
22 <Value>$(PyDebugExt)</Value>
23 </BuildMacro>
Brian Curtin401f9f32012-05-13 11:19:23 -050024 <BuildMacro Include="KillPythonExe">
25 <Value>$(KillPythonExe)</Value>
26 </BuildMacro>
Zachary Warea191b912014-03-21 22:58:19 -050027 <BuildMacro Include="TclDebugExt">
28 <Value>$(TclDebugExt)</Value>
29 </BuildMacro>
Brian Curtin401f9f32012-05-13 11:19:23 -050030 </ItemGroup>
31</Project>