Staging
v0.5.1
https://github.com/python/cpython
Revision a2f7ee8b26e00124c0587932364b26635af84c45 authored by Martin Panter on 21 November 2016, 13:38:59 UTC, committed by Martin Panter on 21 November 2016, 13:38:59 UTC
1 parent 8a6333d
Raw File
Tip revision: a2f7ee8b26e00124c0587932364b26635af84c45 authored by Martin Panter on 21 November 2016, 13:38:59 UTC
Fix up grammar, markup, etc in 3.6 What’s New
Tip revision: a2f7ee8
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