Files
cpython/UWP/python34app/python34app.vcxproj

361 lines
19 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|ARM">
<Configuration>Debug</Configuration>
<Platform>ARM</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|x64">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|ARM">
<Configuration>Release</Configuration>
<Platform>ARM</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{8AC701D7-F07A-442A-9CDA-EC412F4D9307}</ProjectGuid>
<RootNamespace>python34app</RootNamespace>
<DefaultLanguage>en-us</DefaultLanguage>
<MinimumVisualStudioVersion>16.0</MinimumVisualStudioVersion>
<AppContainerApplication>true</AppContainerApplication>
<ApplicationType>Windows Store</ApplicationType>
<ApplicationTypeRevision>10.0</ApplicationTypeRevision>
<ProjectName>Python34app</ProjectName>
<WindowsTargetPlatformVersion>10.0.18362.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformMinVersion>10.0.18362.0</WindowsTargetPlatformMinVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v142</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v142</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v142</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<WholeProgramOptimization>true</WholeProgramOptimization>
<PlatformToolset>v142</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<WholeProgramOptimization>true</WholeProgramOptimization>
<PlatformToolset>v142</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<WholeProgramOptimization>true</WholeProgramOptimization>
<PlatformToolset>v142</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup>
<AppxAutoIncrementPackageRevision>True</AppxAutoIncrementPackageRevision>
<PackageCertificateThumbprint>F385169FC3204C0E8F2A977A0AD4C5F100AB8527</PackageCertificateThumbprint>
<PackageCertificateKeyFile>python34app_TemporaryKey.pfx</PackageCertificateKeyFile>
<AppxPackageSigningEnabled>True</AppxPackageSigningEnabled>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
<ClCompile>
<AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
<PrecompiledHeader>NotUsing</PrecompiledHeader>
<AdditionalIncludeDirectories>$(ProjectDir)..\..\Include;$(ProjectDir)..\..\PC;$(ProjectDir);$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ClCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
<ClCompile>
<AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
<PrecompiledHeader>NotUsing</PrecompiledHeader>
<AdditionalIncludeDirectories>$(ProjectDir)..\..\Include;$(ProjectDir)..\..\PC;$(ProjectDir);$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ClCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
<AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
<PrecompiledHeader>NotUsing</PrecompiledHeader>
<AdditionalIncludeDirectories>$(ProjectDir)..\..\Include;$(ProjectDir)..\..\PC;$(ProjectDir);$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ClCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
<AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
<PrecompiledHeader>NotUsing</PrecompiledHeader>
<AdditionalIncludeDirectories>$(ProjectDir)..\..\Include;$(ProjectDir)..\..\PC;$(ProjectDir);$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ClCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ClCompile>
<AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
<PrecompiledHeader>NotUsing</PrecompiledHeader>
<AdditionalIncludeDirectories>$(ProjectDir)..\..\Include;$(ProjectDir)..\..\PC;$(ProjectDir);$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ClCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<ClCompile>
<AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
<PrecompiledHeader>NotUsing</PrecompiledHeader>
<AdditionalIncludeDirectories>$(ProjectDir)..\..\Include;$(ProjectDir)..\..\PC;$(ProjectDir);$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ClCompile>
</ItemDefinitionGroup>
<ItemGroup>
<ClInclude Include="App.xaml.h">
<DependentUpon>App.xaml</DependentUpon>
</ClInclude>
<ClInclude Include="Privacy.xaml.h">
<DependentUpon>Privacy.xaml</DependentUpon>
</ClInclude>
<ClInclude Include="PyShell.xaml.h">
<DependentUpon>PyShell.xaml</DependentUpon>
</ClInclude>
<ClInclude Include="Settings.xaml.h">
<DependentUpon>Settings.xaml</DependentUpon>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ApplicationDefinition Include="App.xaml">
<SubType>Designer</SubType>
</ApplicationDefinition>
<Page Include="Common\StandardStyles.xaml">
<SubType>Designer</SubType>
</Page>
<Page Include="Privacy.xaml">
<SubType>Designer</SubType>
</Page>
<Page Include="PyShell.xaml">
<SubType>Designer</SubType>
</Page>
<Page Include="Settings.xaml" />
</ItemGroup>
<ItemGroup>
<AppxManifest Include="Package.appxmanifest">
<SubType>Designer</SubType>
</AppxManifest>
<None Include="Assets\Python\get-pip.py">
<DeploymentContent>true</DeploymentContent>
</None>
<None Include="python34app.zip">
<DeploymentContent>true</DeploymentContent>
</None>
<None Include="python34app_StoreKey.pfx" />
<None Include="python34app_TemporaryKey.pfx" />
</ItemGroup>
<ItemGroup>
<Image Include="Assets\Logo.png" />
<Image Include="Assets\SmallLogo.png" />
<Image Include="Assets\StoreLogo.png" />
<Image Include="Assets\SplashScreen.png" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="App.xaml.cpp">
<DependentUpon>App.xaml</DependentUpon>
</ClCompile>
<ClCompile Include="Privacy.xaml.cpp">
<DependentUpon>Privacy.xaml</DependentUpon>
</ClCompile>
<ClCompile Include="PyShell.xaml.cpp">
<DependentUpon>PyShell.xaml</DependentUpon>
</ClCompile>
<ClCompile Include="Settings.xaml.cpp">
<DependentUpon>Settings.xaml</DependentUpon>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Libraries\Pygame\Extensions\base\base.vcxproj">
<Project>{18e2ed5c-bb4d-4668-9c38-4950840e7c51}</Project>
</ProjectReference>
<ProjectReference Include="..\Libraries\Pygame\Extensions\bufferproxy\bufferproxy.vcxproj">
<Project>{cdf9b29e-9cc8-4541-8608-d55537e59851}</Project>
</ProjectReference>
<ProjectReference Include="..\Libraries\Pygame\Extensions\color\color.vcxproj">
<Project>{6b6fa6f8-1c5c-45e8-8520-45580a8f4309}</Project>
</ProjectReference>
<ProjectReference Include="..\Libraries\Pygame\Extensions\constants\constants.vcxproj">
<Project>{53ffab64-62e1-4eac-b9d9-94319a52388b}</Project>
</ProjectReference>
<ProjectReference Include="..\Libraries\Pygame\Extensions\display\display.vcxproj">
<Project>{ae54f504-eb7f-4450-9794-4f107f5a70a0}</Project>
</ProjectReference>
<ProjectReference Include="..\Libraries\Pygame\Extensions\draw\draw.vcxproj">
<Project>{b030cf84-47ca-4a0a-85e7-141c8c08c962}</Project>
</ProjectReference>
<ProjectReference Include="..\Libraries\Pygame\Extensions\event\event.vcxproj">
<Project>{ddb5c628-fc2c-4411-ab99-5ef948a760a1}</Project>
</ProjectReference>
<ProjectReference Include="..\Libraries\Pygame\Extensions\fastevent\fastevent.vcxproj">
<Project>{59670036-7f5a-4814-862a-795ef0c808ec}</Project>
</ProjectReference>
<ProjectReference Include="..\Libraries\Pygame\Extensions\font\font.vcxproj">
<Project>{65686bdb-bbcf-47de-b1c1-b979f26295e6}</Project>
</ProjectReference>
<ProjectReference Include="..\Libraries\Pygame\Extensions\gfxdraw\gfxdraw.vcxproj">
<Project>{cb45c553-5ddb-4eb5-bf1a-d9ec71847e0d}</Project>
</ProjectReference>
<ProjectReference Include="..\Libraries\Pygame\Extensions\imageext\imageext.vcxproj">
<Project>{0ee9ed52-fd17-4e40-9bb2-e6adc257da49}</Project>
</ProjectReference>
<ProjectReference Include="..\Libraries\Pygame\Extensions\image\image.vcxproj">
<Project>{6a449d8a-bcac-4f3b-8328-f95b87ff9c08}</Project>
</ProjectReference>
<ProjectReference Include="..\Libraries\Pygame\Extensions\joystick\joystick.vcxproj">
<Project>{820cb7ba-fad0-40ff-a64b-b73d1f3b8e43}</Project>
</ProjectReference>
<ProjectReference Include="..\Libraries\Pygame\Extensions\key\key.vcxproj">
<Project>{7e9181c5-d8b7-44fd-b9a0-58000b0d4e6e}</Project>
</ProjectReference>
<ProjectReference Include="..\Libraries\Pygame\Extensions\mask\mask.vcxproj">
<Project>{4c15363e-47af-4324-b148-e7816947e81a}</Project>
</ProjectReference>
<ProjectReference Include="..\Libraries\Pygame\Extensions\math\math.vcxproj">
<Project>{4300d238-7637-4bc4-925f-6d55072d9e24}</Project>
</ProjectReference>
<ProjectReference Include="..\Libraries\Pygame\Extensions\mixer\mixer.vcxproj">
<Project>{ca3803d3-3fbb-4075-9754-603ff3eae4e1}</Project>
</ProjectReference>
<ProjectReference Include="..\Libraries\Pygame\Extensions\mixer_music\mixer_music.vcxproj">
<Project>{cc6c88e5-5802-4e41-9a48-be2070e099e2}</Project>
</ProjectReference>
<ProjectReference Include="..\Libraries\Pygame\Extensions\mouse\mouse.vcxproj">
<Project>{e35f7be8-aec9-42a9-9cc0-10f069c6d4f2}</Project>
</ProjectReference>
<ProjectReference Include="..\Libraries\Pygame\Extensions\newbuffer\newbuffer.vcxproj">
<Project>{543c6495-68ae-4b09-99bd-ea4dc6be67ab}</Project>
</ProjectReference>
<ProjectReference Include="..\Libraries\Pygame\Extensions\pixelarray\pixelarray.vcxproj">
<Project>{65b74332-426f-4f63-9ca6-39e6473cf51f}</Project>
</ProjectReference>
<ProjectReference Include="..\Libraries\Pygame\Extensions\pixelcopy\pixelcopy.vcxproj">
<Project>{c3b54ff5-5de3-4d05-b55e-86d0e097d8b3}</Project>
</ProjectReference>
<ProjectReference Include="..\Libraries\Pygame\Extensions\rect\rect.vcxproj">
<Project>{ddbd16f6-999d-4a57-a634-24cf2041f1a9}</Project>
</ProjectReference>
<ProjectReference Include="..\Libraries\Pygame\Extensions\rwobject\rwobject.vcxproj">
<Project>{25fdec52-1e76-44eb-9ea1-2815e3f078c1}</Project>
</ProjectReference>
<ProjectReference Include="..\Libraries\Pygame\Extensions\scrap\scrap.vcxproj">
<Project>{9f001c17-a46f-4a91-b31e-b2155211e533}</Project>
</ProjectReference>
<ProjectReference Include="..\Libraries\Pygame\Extensions\sdl2\sdl2.vcxproj">
<Project>{eb9b147c-8bd0-451f-80e4-9ba1d99dfb76}</Project>
</ProjectReference>
<ProjectReference Include="..\Libraries\Pygame\Extensions\surface\surface.vcxproj">
<Project>{c71eda15-104a-425f-9baa-52c55f0e420f}</Project>
</ProjectReference>
<ProjectReference Include="..\Libraries\Pygame\Extensions\surflock\surflock.vcxproj">
<Project>{9f8edbeb-55c5-4dd5-890b-9a5e9d084dfe}</Project>
</ProjectReference>
<ProjectReference Include="..\Libraries\Pygame\Extensions\time\time.vcxproj">
<Project>{5476cd81-db5f-450b-9f2d-be687ffc819c}</Project>
</ProjectReference>
<ProjectReference Include="..\Libraries\Pygame\Extensions\transform\transform.vcxproj">
<Project>{278af6e8-0638-47f5-8f79-2efa6085bd78}</Project>
</ProjectReference>
<ProjectReference Include="..\Libraries\Pygame\Extensions\_freetype\_freetype.vcxproj">
<Project>{bcc2c781-c55e-488f-bda3-9a4e4f4a73ff}</Project>
</ProjectReference>
<ProjectReference Include="..\Libraries\Pygame\Extensions\_sprite\_sprite.vcxproj">
<Project>{39137e36-fba8-417a-9ef5-3bd1c3351d25}</Project>
</ProjectReference>
<ProjectReference Include="..\Libraries\Pygame\Extensions\_video\_video.vcxproj">
<Project>{cd488bfe-5b20-4a26-831b-53980a3fdd13}</Project>
</ProjectReference>
<ProjectReference Include="..\Libraries\SDL2\SDL2_gfx\VisualC-WinRT\UWP_VS2015\SDL_gfx-UWP\SDL_gfx-UWP.vcxproj">
<Project>{341226af-8fff-401f-9002-63cba6132bea}</Project>
</ProjectReference>
<ProjectReference Include="..\Libraries\SDL2\SDL2_image\VisualC-WinRT\UWP_VS2015\jpeg-WinRT81.vcxproj">
<Project>{2e908ad5-95e9-4b2d-bd6e-ba3ea4c1a2ee}</Project>
</ProjectReference>
<ProjectReference Include="..\Libraries\SDL2\SDL2_image\VisualC-WinRT\UWP_VS2015\libpng-WinRT81.vcxproj">
<Project>{5fbdc49a-7939-40f9-b78e-975f190adbd3}</Project>
</ProjectReference>
<ProjectReference Include="..\Libraries\SDL2\SDL2_image\VisualC-WinRT\UWP_VS2015\libwebp-WinRT81.vcxproj">
<Project>{1eb035a3-815a-4382-90d3-4510ab605ad9}</Project>
</ProjectReference>
<ProjectReference Include="..\Libraries\SDL2\SDL2_image\VisualC-WinRT\UWP_VS2015\SDL_image-WinRT81.vcxproj">
<Project>{29b4d11f-59f3-4ebc-a769-3babd140db9a}</Project>
</ProjectReference>
<ProjectReference Include="..\Libraries\SDL2\SDL2_image\VisualC-WinRT\UWP_VS2015\zlib-WinRT81.vcxproj">
<Project>{acea4101-6f4a-44ed-9ec1-289821dac711}</Project>
</ProjectReference>
<ProjectReference Include="..\Libraries\SDL2\SDL2_mixer\VisualC-WinRT\UWP_VS2015\libogg_dynamic-UWP.vcxproj">
<Project>{b14f8b7f-c9ff-4fd3-b328-7c68ab801e85}</Project>
</ProjectReference>
<ProjectReference Include="..\Libraries\SDL2\SDL2_mixer\VisualC-WinRT\UWP_VS2015\libvorbisfile_dynamic-UWP.vcxproj">
<Project>{70ef3b8f-6aaf-401b-9818-3371e950e73c}</Project>
</ProjectReference>
<ProjectReference Include="..\Libraries\SDL2\SDL2_mixer\VisualC-WinRT\UWP_VS2015\libvorbis_dynamic-UWP.vcxproj">
<Project>{6b6c1f59-6a82-4097-8907-04df5c95d014}</Project>
</ProjectReference>
<ProjectReference Include="..\Libraries\SDL2\SDL2_mixer\VisualC-WinRT\UWP_VS2015\SDL_mixer-UWP.vcxproj">
<Project>{18665277-e558-4484-93f4-e4dc7bb614cb}</Project>
</ProjectReference>
<ProjectReference Include="..\Libraries\SDL2\SDL2_net\VisualC-WinRT\UWP_VS2015\SDL_net-UWP\SDL_net-UWP.vcxproj">
<Project>{3b8321df-b538-4009-a4a2-d76ab4e7e8f1}</Project>
</ProjectReference>
<ProjectReference Include="..\Libraries\SDL2\SDL2_ttf\VisualC-WinRT\UWP_VS2015\freetype-WinRT81.vcxproj">
<Project>{1264471f-847f-427d-8db6-b733f188ffb9}</Project>
</ProjectReference>
<ProjectReference Include="..\Libraries\SDL2\SDL2_ttf\VisualC-WinRT\UWP_VS2015\SDL_ttf-WinRT81.vcxproj">
<Project>{90ca40dc-84b4-4d06-91d1-dc82a7a1e4d0}</Project>
</ProjectReference>
<ProjectReference Include="..\Libraries\SDL2\SDL\VisualC-WinRT\UWP_VS2015\SDL-UWP.vcxproj">
<Project>{89e9b32e-a86a-47c3-a948-d2b1622925ce}</Project>
</ProjectReference>
<ProjectReference Include="..\python34\python34.vcxproj">
<Project>{8ac701d7-f07a-442a-9cda-ec412f4d9307}</Project>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="Package.StoreAssociation.xml">
<SubType>Designer</SubType>
</None>
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>