Staging
v0.5.1
https://github.com/python/cpython
Revision f57e34b6725810576a45f015f96de35b723b915f authored by Zachary Ware on 11 June 2017, 16:30:57 UTC, committed by GitHub on 11 June 2017, 16:30:57 UTC
(cherry picked from commit 0afbabe245)

Also fixes some line endings missed in GH-840 backport.
1 parent 83d30bd
Raw File
Tip revision: f57e34b6725810576a45f015f96de35b723b915f authored by Zachary Ware on 11 June 2017, 16:30:57 UTC
[3.6] Use Travis to make sure all generated files are up to date (GH-2080) (GH-2092)
Tip revision: f57e34b
winsound.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>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
      <Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\PC\winsound.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top