Staging
v0.8.1
https://github.com/python/cpython
Revision 9cc9026294bfd2b65e5a66a455f4982e8b3dbce7 authored by Terry Jan Reedy on 29 April 2014, 05:19:17 UTC, committed by Terry Jan Reedy on 29 April 2014, 05:19:17 UTC
1 parent 7c895ed
Raw File
Tip revision: 9cc9026294bfd2b65e5a66a455f4982e8b3dbce7 authored by Terry Jan Reedy on 29 April 2014, 05:19:17 UTC
Issue #21055: Index (augmented) assignment symbols.
Tip revision: 9cc9026
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