Staging
v0.5.1
https://github.com/python/cpython
Revision 24b9e1a00df8879c498b97129ce7918f27b717c3 authored by Tommy Beadle on 02 June 2016, 23:26:51 UTC, committed by Tommy Beadle on 02 June 2016, 23:26:51 UTC
1 parent cff5ec6
Raw File
Tip revision: 24b9e1a00df8879c498b97129ce7918f27b717c3 authored by Tommy Beadle on 02 June 2016, 23:26:51 UTC
[Issue 15476] Make "code object" its own entry in the index
Tip revision: 24b9e1a
_tkinter.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>{b9ce64dd-cb95-472d-bbe8-5583b2cd375b}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\Modules\_tkinter.c">
      <Filter>Source Files</Filter>
    </ClCompile>
    <ClCompile Include="..\Modules\tkappinit.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top