Staging
v0.5.1
https://github.com/python/cpython
Revision e29ab7e75138e198b51c8bd04afa16d9d2c976a5 authored by Miss Islington (bot) on 07 September 2017, 00:04:14 UTC, committed by R. David Murray on 07 September 2017, 00:04:14 UTC
(cherry picked from commit 8204b903683f9e0f037ccfaa87622716019914d7)
1 parent fd645ec
Raw File
Tip revision: e29ab7e75138e198b51c8bd04afa16d9d2c976a5 authored by Miss Islington (bot) on 07 September 2017, 00:04:14 UTC
[3.6] bpo-30824: Add mimetype for .json (GH-3048) (#3401)
Tip revision: e29ab7e
_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