Staging
v0.5.1
https://github.com/python/cpython
Revision 0548f5c5141b385594b3bad02fa62e8dfe17d51e authored by Larry Hastings on 16 March 2014, 05:29:19 UTC, committed by Larry Hastings on 16 March 2014, 05:29:19 UTC
1 parent 3732ed2
Raw File
Tip revision: 0548f5c5141b385594b3bad02fa62e8dfe17d51e authored by Larry Hastings on 16 March 2014, 05:29:19 UTC
Regenerate pydoc_topics, fix markup errors, in preparation for 3.4.0 final.
Tip revision: 0548f5c
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