You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
956 B

  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">
  4. <PyDebugExt>_d</PyDebugExt>
  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>
  15. <ResourceCompile>
  16. <PreprocessorDefinitions>_DEBUG</PreprocessorDefinitions>
  17. </ResourceCompile>
  18. </ItemDefinitionGroup>
  19. <ItemGroup>
  20. <BuildMacro Include="PyDebugExt">
  21. <Value>$(PyDebugExt)</Value>
  22. </BuildMacro>
  23. <BuildMacro Include="KillPythonExe">
  24. <Value>$(KillPythonExe)</Value>
  25. </BuildMacro>
  26. </ItemGroup>
  27. </Project>