2012-05-13 13:19:23 -03:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
<PropertyGroup Label="UserMacros">
|
2012-05-19 18:10:14 -03:00
|
|
|
<PyDebugExt>_d</PyDebugExt>
|
2012-05-13 13:19:23 -03:00
|
|
|
<KillPythonExe>$(OutDir)kill_python_d.exe</KillPythonExe>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup>
|
|
|
|
<_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
|
|
|
|
<TargetName>$(ProjectName)_d</TargetName>
|
|
|
|
</PropertyGroup>
|
|
|
|
<ItemDefinitionGroup>
|
|
|
|
<ClCompile>
|
|
|
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
</ClCompile>
|
2012-06-22 17:16:42 -03:00
|
|
|
<ResourceCompile>
|
|
|
|
<PreprocessorDefinitions>_DEBUG</PreprocessorDefinitions>
|
|
|
|
</ResourceCompile>
|
2012-05-13 13:19:23 -03:00
|
|
|
</ItemDefinitionGroup>
|
|
|
|
<ItemGroup>
|
2012-05-19 18:10:14 -03:00
|
|
|
<BuildMacro Include="PyDebugExt">
|
|
|
|
<Value>$(PyDebugExt)</Value>
|
|
|
|
</BuildMacro>
|
2012-05-13 13:19:23 -03:00
|
|
|
<BuildMacro Include="KillPythonExe">
|
|
|
|
<Value>$(KillPythonExe)</Value>
|
|
|
|
</BuildMacro>
|
|
|
|
</ItemGroup>
|
|
|
|
</Project>
|