Staging
v0.5.1
https://github.com/python/cpython
Revision af002e6482fbd6f6c6e87c69c72d3097578a29fe authored by Brett Cannon on 18 October 2013, 15:39:32 UTC, committed by Brett Cannon on 18 October 2013, 15:39:32 UTC
2 parent s 27e27f7 + 44455e8
Raw File
Tip revision: af002e6482fbd6f6c6e87c69c72d3097578a29fe authored by Brett Cannon on 18 October 2013, 15:39:32 UTC
merge
Tip revision: af002e6
kill_python.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>{48606591-c8b6-41a5-95c5-9a0890c5504f}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="kill_python.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top