Staging
v0.5.0
https://github.com/python/cpython
Raw File
Tip revision: 9a3ffc0492d1310ead9ce8f5ee678c26b20a338d authored by Ned Deily on 23 December 2018, 21:37:36 UTC
3.7.2final
Tip revision: 9a3ffc0
_testimportmultiple.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>{1ec38ad9-1abf-4b80-8628-ac43ccba324b}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\Modules\_testimportmultiple.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top