Staging
v0.5.1
https://github.com/python/cpython
Revision 39abba46db9c9b4ad4a43b405068cfb018f7ab01 authored by Martin v. Löwis on 09 February 2015, 06:51:32 UTC, committed by Martin v. Löwis on 09 February 2015, 06:51:32 UTC
1 parent 833d192
Raw File
Tip revision: 39abba46db9c9b4ad4a43b405068cfb018f7ab01 authored by Martin v. Löwis on 09 February 2015, 06:51:32 UTC
Issue #17896: Update msi.py to new externals dir.
Tip revision: 39abba4
make_buildinfo.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>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
      <Extensions>cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="make_buildinfo.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top