Raw File
_freeze_module.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;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions>
    </Filter>
    <Filter Include="Python Files">
      <UniqueIdentifier>{eb238244-ace1-48fc-97a4-16ff886f8642}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\Programs\_freeze_module.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
  <ItemGroup>
    <!-- BEGIN frozen modules -->
    <None Include="..\Lib\importlib\_bootstrap.py">
      <Filter>Python Files</Filter>
    </None>
    <None Include="..\Lib\importlib\_bootstrap_external.py">
      <Filter>Python Files</Filter>
    </None>
    <None Include="..\Lib\zipimport.py">
      <Filter>Python Files</Filter>
    </None>
    <None Include="..\Lib\abc.py">
      <Filter>Python Files</Filter>
    </None>
    <None Include="..\Lib\codecs.py">
      <Filter>Python Files</Filter>
    </None>
    <None Include="..\Lib\io.py">
      <Filter>Python Files</Filter>
    </None>
    <None Include="..\Lib\_collections_abc.py">
      <Filter>Python Files</Filter>
    </None>
    <None Include="..\Lib\_sitebuiltins.py">
      <Filter>Python Files</Filter>
    </None>
    <None Include="..\Lib\genericpath.py">
      <Filter>Python Files</Filter>
    </None>
    <None Include="..\Lib\ntpath.py">
      <Filter>Python Files</Filter>
    </None>
    <None Include="..\Lib\posixpath.py">
      <Filter>Python Files</Filter>
    </None>
    <None Include="..\Lib\os.py">
      <Filter>Python Files</Filter>
    </None>
    <None Include="..\Lib\site.py">
      <Filter>Python Files</Filter>
    </None>
    <None Include="..\Lib\stat.py">
      <Filter>Python Files</Filter>
    </None>
    <None Include="..\Lib\__hello__.py">
      <Filter>Python Files</Filter>
    </None>
    <None Include="..\Lib\__phello__\__init__.py">
      <Filter>Python Files</Filter>
    </None>
    <None Include="..\Lib\__phello__\ham\__init__.py">
      <Filter>Python Files</Filter>
    </None>
    <None Include="..\Lib\__phello__\ham\eggs.py">
      <Filter>Python Files</Filter>
    </None>
    <None Include="..\Lib\__phello__\spam.py">
      <Filter>Python Files</Filter>
    </None>
    <None Include="..\Tools\freeze\flag.py">
      <Filter>Python Files</Filter>
    </None>
    <!-- END frozen modules -->
  </ItemGroup>
</Project>
back to top