Staging
v0.5.1
https://github.com/python/cpython
Revision d13889214a4c81b78fa8683d35bdbd17ff22f4fe authored by Eric V. Smith on 07 January 2018, 19:30:17 UTC, committed by GitHub on 07 January 2018, 19:30:17 UTC
1 parent b216a25
Raw File
Tip revision: d13889214a4c81b78fa8683d35bdbd17ff22f4fe authored by Eric V. Smith on 07 January 2018, 19:30:17 UTC
bpo-32506: Change dataclasses from OrderedDict to plain dict. (gh-5131)
Tip revision: d138892
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