Staging
v0.8.1
https://github.com/python/cpython
Revision f1ee7886f314c6fea58afc4de4c1101b514a1c07 authored by Terry Jan Reedy on 27 May 2012, 00:44:45 UTC, committed by Terry Jan Reedy on 27 May 2012, 00:44:45 UTC
2 parent s 935d5eb + 3fde191
Raw File
Tip revision: f1ee7886f314c6fea58afc4de4c1101b514a1c07 authored by Terry Jan Reedy on 27 May 2012, 00:44:45 UTC
Merge with 3.2 #10635 whitespace
Tip revision: f1ee788
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