Staging
v0.8.1
Revision b94d7396b6b313b3dcd17880427a2e9cd95cf27d authored by Miss Islington (bot) on 27 April 2018, 22:57:59 UTC, committed by GitHub on 27 April 2018, 22:57:59 UTC

The wording here seems wrong, as per https://bugs.python.org/msg315792
(cherry picked from commit e022bbc169ca1428dc3017187012de17ce6e0bc7)

Co-authored-by: Tom Christie <tom@tomchristie.com>
1 parent a93a663
Raw File
_queue.vcxproj.filters
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ItemGroup>
    <ResourceCompile Include="..\PC\python_nt.rc" />
  </ItemGroup>
  <ItemGroup>
    <Filter Include="Source Files">
      <UniqueIdentifier>{c56a5dd3-7838-48e9-a781-855d8be7370f}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\Modules\_queuemodule.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top