Staging
v0.5.1
https://github.com/python/cpython
Revision 82649f3b873f470941d5226802dd3c0e45221173 authored by Andrew Svetlov on 24 August 2012, 16:00:15 UTC, committed by Andrew Svetlov on 24 August 2012, 16:00:15 UTC
1 parent ad2a7d5
Raw File
Tip revision: 82649f3b873f470941d5226802dd3c0e45221173 authored by Andrew Svetlov on 24 August 2012, 16:00:15 UTC
Issue #15776: Allow pyvenv to work in existing directory with --clean.
Tip revision: 82649f3
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