1<?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"> 4 <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> 12 <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> 20 <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> 28 <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> 36 <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> 44 <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> 52 <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> 60 <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>{F4229CC3-873C-49AE-9729-DD308ED4CD4A}</ProjectGuid> 71 <SupportPGO>false</SupportPGO> 72 </PropertyGroup> 73 <Import Project="python.props" /> 74 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 75 <PropertyGroup Label="Configuration"> 76 <TargetName>$(PyWExeName)</TargetName> 77 <ConfigurationType>Application</ConfigurationType> 78 <UseOfMfc>false</UseOfMfc> 79 </PropertyGroup> 80 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 81 <ImportGroup Label="ExtensionSettings"> 82 </ImportGroup> 83 <ImportGroup Label="PropertySheets"> 84 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 85 <Import Project="pyproject.props" /> 86 </ImportGroup> 87 <PropertyGroup Label="UserMacros" /> 88 <PropertyGroup> 89 <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> 90 </PropertyGroup> 91 <ItemDefinitionGroup> 92 <Link> 93 <StackReserveSize>2000000</StackReserveSize> 94 <StackReserveSize Condition="$(Configuration) == 'Debug'">12000000</StackReserveSize> 95 <StackReserveSize Condition="$(Configuration) == 'PGInstrument'">12000000</StackReserveSize> 96 <!-- HACK: Need additional memory to avoid crashing until gh-113655 is fixed --> 97 <StackReserveSize Condition="$(Configuration) == 'PGUpdate' and $(UseExtraStackReserve) == 'true'">3000000</StackReserveSize> 98 </Link> 99 </ItemDefinitionGroup> 100 <ItemGroup> 101 <ResourceCompile Include="..\PC\pythonw_exe.rc" /> 102 </ItemGroup> 103 <ItemGroup> 104 <ClCompile Include="..\PC\WinMain.c" /> 105 </ItemGroup> 106 <ItemGroup> 107 <ProjectReference Include="pythoncore.vcxproj"> 108 <Project>{cf7ac3d1-e2df-41d2-bea6-1e2556cdea26}</Project> 109 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 110 </ProjectReference> 111 </ItemGroup> 112 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 113 <ImportGroup Label="ExtensionTargets"> 114 </ImportGroup> 115</Project>