Staging
v0.5.1
https://github.com/python/cpython
Revision 10b8873e4daa543dd52e44b9900fedcb346f7222 authored by Benjamin Peterson on 02 March 2019, 18:17:10 UTC, committed by Benjamin Peterson on 02 March 2019, 18:17:10 UTC
1 parent 59e824b
Raw File
Tip revision: 10b8873e4daa543dd52e44b9900fedcb346f7222 authored by Benjamin Peterson on 02 March 2019, 18:17:10 UTC
Make 2.7.16 release note.
Tip revision: 10b8873
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