Staging
v0.5.1
https://github.com/python/cpython
Revision 9e599673b4434a66ec44866e1ad81c89d9950b87 authored by Benjamin Peterson on 23 April 2014, 01:54:10 UTC, committed by Benjamin Peterson on 23 April 2014, 01:54:10 UTC
1 parent cb5ec77
Raw File
Tip revision: 9e599673b4434a66ec44866e1ad81c89d9950b87 authored by Benjamin Peterson on 23 April 2014, 01:54:10 UTC
fix off-by-one error (closes #21330)
Tip revision: 9e59967
release.props
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup Label="UserMacros">
    <PyDebugExt />
  </PropertyGroup>
  <PropertyGroup>
    <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
  </PropertyGroup>
  <ItemDefinitionGroup>
    <ClCompile>
      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    </ClCompile>
  </ItemDefinitionGroup>
  <ItemGroup>
    <BuildMacro Include="PyDebugExt">
      <Value>$(PyDebugExt)</Value>
    </BuildMacro>
  </ItemGroup>
</Project>
back to top