Staging
v0.5.1
https://github.com/python/cpython
Revision 3269a0e56b02da61d8f6e7a5e2cca9f83d50694b authored by Terry Jan Reedy on 24 May 2020, 13:40:19 UTC, committed by GitHub on 24 May 2020, 13:40:19 UTC
1 parent 82397e2
Raw File
Tip revision: 3269a0e56b02da61d8f6e7a5e2cca9f83d50694b authored by Terry Jan Reedy on 24 May 2020, 13:40:19 UTC
bpo-37309: Update NEWS.txt for 3.7.8 (GH-20353)
Tip revision: 3269a0e
_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