Staging
v0.8.1
https://github.com/python/cpython
Revision c96ef1f0eddb93436038b7a35c3ae6b13824641a authored by Georg Brandl on 12 October 2013, 16:41:18 UTC, committed by Georg Brandl on 12 October 2013, 16:41:18 UTC
1 parent 57f936e
Raw File
Tip revision: c96ef1f0eddb93436038b7a35c3ae6b13824641a authored by Georg Brandl on 12 October 2013, 16:41:18 UTC
Closes #13026: fix documentation of MAKE_FUNCTION for 3.x.
Tip revision: c96ef1f
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