2020-11-05 19:34:21 -07:00
|
|
|
<?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>
|
2020-11-07 17:58:57 -07:00
|
|
|
<Filter Include="Assets\Python">
|
|
|
|
|
<UniqueIdentifier>{89522e82-e2fe-4030-840e-77e17c322af8}</UniqueIdentifier>
|
|
|
|
|
</Filter>
|
2020-11-05 19:34:21 -07:00
|
|
|
</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" />
|
2020-11-07 17:58:57 -07:00
|
|
|
<None Include="Assets\Python\get-pip.py">
|
|
|
|
|
<Filter>Assets\Python</Filter>
|
|
|
|
|
</None>
|
2020-11-05 19:34:21 -07:00
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Page Include="PyShell.xaml" />
|
|
|
|
|
<Page Include="Settings.xaml" />
|
|
|
|
|
<Page Include="Privacy.xaml" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
</Project>
|