Staging
v0.5.1
https://github.com/python/cpython
Revision 4cae8ff00b2db16e07906206b0444229aa68a6a5 authored by Georg Brandl on 04 October 2014, 12:33:05 UTC, committed by Georg Brandl on 04 October 2014, 12:33:05 UTC
1 parent 4b16818
Raw File
Tip revision: 4cae8ff00b2db16e07906206b0444229aa68a6a5 authored by Georg Brandl on 04 October 2014, 12:33:05 UTC
Added tag v3.3.6rc1 for changeset 51317c9786f5
Tip revision: 4cae8ff
unicodedata.vcxproj.filters
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ItemGroup>
    <Filter Include="Header Files">
      <UniqueIdentifier>{b939a8f1-ccd7-420a-974a-243606dccd74}</UniqueIdentifier>
    </Filter>
    <Filter Include="Source Files">
      <UniqueIdentifier>{e2c055bb-ec62-4bbc-aa1c-d88da4d4ad1c}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClInclude Include="..\Modules\unicodedata_db.h">
      <Filter>Header Files</Filter>
    </ClInclude>
    <ClInclude Include="..\Modules\unicodename_db.h">
      <Filter>Header Files</Filter>
    </ClInclude>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\Modules\unicodedata.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top