Staging
v0.8.1
https://github.com/python/cpython
Revision 7d210271579ae31f43b32f73c2aff5bc4fe0d27f authored by Erlend Egeberg Aasland on 31 October 2020, 06:07:44 UTC, committed by GitHub on 31 October 2020, 06:07:44 UTC
1 parent bcbf758
Raw File
Tip revision: 7d210271579ae31f43b32f73c2aff5bc4fe0d27f authored by Erlend Egeberg Aasland on 31 October 2020, 06:07:44 UTC
bpo-40956: Convert _sqlite3 module level functions to Argument Clinic (GH-22484)
Tip revision: 7d21027
_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>
    <Filter Include="Resource Files">
      <UniqueIdentifier>{2bd3a90c-5b2e-45fb-9b2a-fbf1a4faf5f9}</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>
  <ItemGroup>
    <ResourceCompile Include="..\PC\python_nt.rc">
      <Filter>Resource Files</Filter>
    </ResourceCompile>
  </ItemGroup>
</Project>
back to top