Staging
v0.5.1
https://github.com/python/cpython
Revision ec9357b90c00760cfdc019b499fdf63bc98124ae authored by Zachary Ware on 26 October 2016, 02:43:41 UTC, committed by Zachary Ware on 26 October 2016, 02:43:41 UTC
1 parent d9aa4d3
Raw File
Tip revision: ec9357b90c00760cfdc019b499fdf63bc98124ae authored by Zachary Ware on 26 October 2016, 02:43:41 UTC
Ignore harmless suspicious markup
Tip revision: ec9357b
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