Staging
v0.5.1
https://github.com/python/cpython
Revision 28540183c95c14e13d36e016c5fe92925ab3fccf authored by Martin Panter on 21 November 2016, 04:10:45 UTC, committed by Martin Panter on 21 November 2016, 04:10:45 UTC
1 parent 99b6f28
Raw File
Tip revision: 28540183c95c14e13d36e016c5fe92925ab3fccf authored by Martin Panter on 21 November 2016, 04:10:45 UTC
Another en → em dash fix for 3.6
Tip revision: 2854018
_msi.vcxproj.filters
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ItemGroup>
    <Filter Include="Source Files">
      <UniqueIdentifier>{bdef7710-e433-4ac0-84e0-14f34454bd3e}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\PC\_msi.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top