Staging
v0.5.1
https://github.com/python/cpython
Revision 22701e86d0ab332abc4a985109b9638c44371e42 authored by Larry Hastings on 08 August 2012, 21:52:22 UTC, committed by Larry Hastings on 08 August 2012, 21:52:22 UTC
1 parent 2965011
Raw File
Tip revision: 22701e86d0ab332abc4a985109b9638c44371e42 authored by Larry Hastings on 08 August 2012, 21:52:22 UTC
Issue #15589: Ensure double-alignment for brute-force capi argument parser test
Tip revision: 22701e8
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