blob: e21e46a1b722edafdf73f86d517d8502f810b998 [file] [log] [blame]
Steve Dower0cd63912018-12-10 18:52:57 -08001<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <ItemGroup Label="ProjectConfigurations">
Steve Dowerde148f22019-11-20 09:30:47 -08004 <ProjectConfiguration Include="Debug|ARM">
5 <Configuration>Debug</Configuration>
6 <Platform>ARM</Platform>
7 </ProjectConfiguration>
8 <ProjectConfiguration Include="Debug|ARM64">
9 <Configuration>Debug</Configuration>
10 <Platform>ARM64</Platform>
11 </ProjectConfiguration>
Steve Dower0cd63912018-12-10 18:52:57 -080012 <ProjectConfiguration Include="Debug|Win32">
13 <Configuration>Debug</Configuration>
14 <Platform>Win32</Platform>
15 </ProjectConfiguration>
16 <ProjectConfiguration Include="Debug|x64">
17 <Configuration>Debug</Configuration>
18 <Platform>x64</Platform>
19 </ProjectConfiguration>
Steve Dowerde148f22019-11-20 09:30:47 -080020 <ProjectConfiguration Include="PGInstrument|ARM">
21 <Configuration>PGInstrument</Configuration>
22 <Platform>ARM</Platform>
23 </ProjectConfiguration>
24 <ProjectConfiguration Include="PGInstrument|ARM64">
25 <Configuration>PGInstrument</Configuration>
26 <Platform>ARM64</Platform>
27 </ProjectConfiguration>
Steve Dower0cd63912018-12-10 18:52:57 -080028 <ProjectConfiguration Include="PGInstrument|Win32">
29 <Configuration>PGInstrument</Configuration>
30 <Platform>Win32</Platform>
31 </ProjectConfiguration>
32 <ProjectConfiguration Include="PGInstrument|x64">
33 <Configuration>PGInstrument</Configuration>
34 <Platform>x64</Platform>
35 </ProjectConfiguration>
Steve Dowerde148f22019-11-20 09:30:47 -080036 <ProjectConfiguration Include="PGUpdate|ARM">
37 <Configuration>PGUpdate</Configuration>
38 <Platform>ARM</Platform>
39 </ProjectConfiguration>
40 <ProjectConfiguration Include="PGUpdate|ARM64">
41 <Configuration>PGUpdate</Configuration>
42 <Platform>ARM64</Platform>
43 </ProjectConfiguration>
Steve Dower0cd63912018-12-10 18:52:57 -080044 <ProjectConfiguration Include="PGUpdate|Win32">
45 <Configuration>PGUpdate</Configuration>
46 <Platform>Win32</Platform>
47 </ProjectConfiguration>
48 <ProjectConfiguration Include="PGUpdate|x64">
49 <Configuration>PGUpdate</Configuration>
50 <Platform>x64</Platform>
51 </ProjectConfiguration>
Steve Dowerde148f22019-11-20 09:30:47 -080052 <ProjectConfiguration Include="Release|ARM">
53 <Configuration>Release</Configuration>
54 <Platform>ARM</Platform>
55 </ProjectConfiguration>
56 <ProjectConfiguration Include="Release|ARM64">
57 <Configuration>Release</Configuration>
58 <Platform>ARM64</Platform>
59 </ProjectConfiguration>
Steve Dower0cd63912018-12-10 18:52:57 -080060 <ProjectConfiguration Include="Release|Win32">
61 <Configuration>Release</Configuration>
62 <Platform>Win32</Platform>
63 </ProjectConfiguration>
64 <ProjectConfiguration Include="Release|x64">
65 <Configuration>Release</Configuration>
66 <Platform>x64</Platform>
67 </ProjectConfiguration>
68 </ItemGroup>
69 <PropertyGroup Label="Globals">
70 <ProjectGuid>{AB603547-1E2A-45B3-9E09-B04596006393}</ProjectGuid>
71 </PropertyGroup>
72 <Import Project="python.props" />
73 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
74 <PropertyGroup Label="Configuration">
75 <ConfigurationType>Application</ConfigurationType>
76 <UseOfMfc>false</UseOfMfc>
77 <CharacterSet>Unicode</CharacterSet>
78 </PropertyGroup>
79 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
80 <ImportGroup Label="ExtensionSettings">
81 </ImportGroup>
82 <ImportGroup Label="PropertySheets">
83 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
84 <Import Project="pyproject.props" />
85 </ImportGroup>
86 <PropertyGroup Label="UserMacros" />
87 <PropertyGroup>
88 <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
89 </PropertyGroup>
90 <ItemDefinitionGroup>
91 <ClCompile>
92 <PreprocessorDefinitions>PYTHONW;%(PreprocessorDefinitions)</PreprocessorDefinitions>
93 <AdditionalOptions>/EHsc /std:c++17 %(AdditionalOptions)</AdditionalOptions>
94 </ClCompile>
95 <Link>
96 <AdditionalDependencies>windowsapp.lib;%(AdditionalDependencies)</AdditionalDependencies>
97 <SubSystem>Windows</SubSystem>
Steve Dowerac4bf422020-05-05 18:45:35 +010098 <StackReserveSize>2000000</StackReserveSize>
Steve Dower0cd63912018-12-10 18:52:57 -080099 </Link>
100 </ItemDefinitionGroup>
Steve Dower7aebbd12019-10-16 10:27:17 -0700101 <ItemDefinitionGroup Condition="$(Configuration) != 'Debug'">
102 <ClCompile>
103 <RuntimeLibrary>Multithreaded</RuntimeLibrary>
104 </ClCompile>
105 <Link>
106 <AdditionalDependencies>ucrt.lib;%(AdditionalDependencies)</AdditionalDependencies>
107 <IgnoreSpecificDefaultLibraries>libucrt;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
108 </Link>
109 </ItemDefinitionGroup>
Steve Dower0cd63912018-12-10 18:52:57 -0800110 <ItemGroup>
111 <None Include="..\PC\pyconw.ico" />
112 </ItemGroup>
113 <ItemGroup>
114 <ResourceCompile Include="..\PC\pythonw_exe.rc" />
115 </ItemGroup>
116 <ItemGroup>
117 <ClCompile Include="..\PC\python_uwp.cpp" />
118 </ItemGroup>
119 <ItemGroup>
120 <ProjectReference Include="pythoncore.vcxproj">
121 <Project>{cf7ac3d1-e2df-41d2-bea6-1e2556cdea26}</Project>
122 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
123 </ProjectReference>
124 </ItemGroup>
125 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
126 <ImportGroup Label="ExtensionTargets">
127 </ImportGroup>
128</Project>