Files
cpython/UWP/python34app/python34app.vcxproj.filters

61 lines
2.0 KiB
Plaintext
Raw Permalink Normal View History

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Filter Include="Common">
<UniqueIdentifier>17cbd60f-e890-4473-940b-5abfb2190192</UniqueIdentifier>
</Filter>
<Filter Include="Assets">
<UniqueIdentifier>8e775f5d-b945-4494-9c51-35944f384eb6</UniqueIdentifier>
</Filter>
<Page Include="Common\StandardStyles.xaml">
<Filter>Common</Filter>
</Page>
<Image Include="Assets\Logo.png">
<Filter>Assets</Filter>
</Image>
<Image Include="Assets\SmallLogo.png">
<Filter>Assets</Filter>
</Image>
<Image Include="Assets\StoreLogo.png">
<Filter>Assets</Filter>
</Image>
<Image Include="Assets\SplashScreen.png">
<Filter>Assets</Filter>
</Image>
<Filter Include="Assets\Python">
<UniqueIdentifier>{89522e82-e2fe-4030-840e-77e17c322af8}</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>
<ApplicationDefinition Include="App.xaml" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="App.xaml.cpp" />
<ClCompile Include="PyShell.xaml.cpp" />
<ClCompile Include="Settings.xaml.cpp" />
<ClCompile Include="Privacy.xaml.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="App.xaml.h" />
<ClInclude Include="PyShell.xaml.h" />
<ClInclude Include="Settings.xaml.h" />
<ClInclude Include="Privacy.xaml.h" />
</ItemGroup>
<ItemGroup>
<AppxManifest Include="Package.appxmanifest" />
</ItemGroup>
<ItemGroup>
<None Include="Package.StoreAssociation.xml" />
<None Include="python34app.zip" />
<None Include="python34app_StoreKey.pfx" />
<None Include="python34app_TemporaryKey.pfx" />
<None Include="Assets\Python\get-pip.py">
<Filter>Assets\Python</Filter>
</None>
</ItemGroup>
<ItemGroup>
<Page Include="PyShell.xaml" />
<Page Include="Settings.xaml" />
<Page Include="Privacy.xaml" />
</ItemGroup>
</Project>