blob: a7ea8787e0cc6425dcb8755c689b5b8f913ab898 [file] [log] [blame]
Nick Coghlan4e641df2013-11-03 16:54:46 +10001<?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">
Paul Monson8a1657b2019-02-14 08:31:30 -08004 <ProjectConfiguration Include="Debug|ARM">
5 <Configuration>Debug</Configuration>
6 <Platform>ARM</Platform>
7 </ProjectConfiguration>
Paul Monsonf96e7fd2019-05-17 10:07:24 -07008 <ProjectConfiguration Include="Debug|ARM64">
9 <Configuration>Debug</Configuration>
10 <Platform>ARM64</Platform>
11 </ProjectConfiguration>
Nick Coghlan4e641df2013-11-03 16:54:46 +100012 <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>
Paul Monson8a1657b2019-02-14 08:31:30 -080020 <ProjectConfiguration Include="PGInstrument|ARM">
21 <Configuration>PGInstrument</Configuration>
22 <Platform>ARM</Platform>
23 </ProjectConfiguration>
Paul Monsonf96e7fd2019-05-17 10:07:24 -070024 <ProjectConfiguration Include="PGInstrument|ARM64">
25 <Configuration>PGInstrument</Configuration>
26 <Platform>ARM64</Platform>
27 </ProjectConfiguration>
Steve Dower65e4cb12014-11-22 12:54: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>
Paul Monson8a1657b2019-02-14 08:31:30 -080036 <ProjectConfiguration Include="PGUpdate|ARM">
37 <Configuration>PGUpdate</Configuration>
38 <Platform>ARM</Platform>
39 </ProjectConfiguration>
Paul Monsonf96e7fd2019-05-17 10:07:24 -070040 <ProjectConfiguration Include="PGUpdate|ARM64">
41 <Configuration>PGUpdate</Configuration>
42 <Platform>ARM64</Platform>
43 </ProjectConfiguration>
Steve Dower65e4cb12014-11-22 12:54: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>
Paul Monson8a1657b2019-02-14 08:31:30 -080052 <ProjectConfiguration Include="Release|ARM">
53 <Configuration>Release</Configuration>
54 <Platform>ARM</Platform>
55 </ProjectConfiguration>
Paul Monsonf96e7fd2019-05-17 10:07:24 -070056 <ProjectConfiguration Include="Release|ARM64">
57 <Configuration>Release</Configuration>
58 <Platform>ARM64</Platform>
59 </ProjectConfiguration>
Nick Coghlan4e641df2013-11-03 16:54:46 +100060 <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>{6DAC66D9-E703-4624-BE03-49112AB5AA62}</ProjectGuid>
71 <Keyword>Win32Proj</Keyword>
72 <RootNamespace>_testembed</RootNamespace>
Steve Dower65e4cb12014-11-22 12:54:57 -080073 <SupportPGO>false</SupportPGO>
Nick Coghlan4e641df2013-11-03 16:54:46 +100074 </PropertyGroup>
Steve Dower65e4cb12014-11-22 12:54:57 -080075 <Import Project="python.props" />
Nick Coghlan4e641df2013-11-03 16:54:46 +100076 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
Steve Dower65e4cb12014-11-22 12:54:57 -080077 <PropertyGroup Label="Configuration">
Nick Coghlan4e641df2013-11-03 16:54:46 +100078 <ConfigurationType>Application</ConfigurationType>
Nick Coghlan4e641df2013-11-03 16:54:46 +100079 <CharacterSet>Unicode</CharacterSet>
80 </PropertyGroup>
81 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
82 <ImportGroup Label="ExtensionSettings">
83 </ImportGroup>
Steve Dower65e4cb12014-11-22 12:54:57 -080084 <ImportGroup Label="PropertySheets">
Nick Coghlan4e641df2013-11-03 16:54:46 +100085 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
86 <Import Project="pyproject.props" />
Nick Coghlan4e641df2013-11-03 16:54:46 +100087 </ImportGroup>
88 <PropertyGroup Label="UserMacros" />
Steve Dower65e4cb12014-11-22 12:54:57 -080089 <ItemDefinitionGroup>
Nick Coghlan4e641df2013-11-03 16:54:46 +100090 <ClCompile>
Steve Dower65e4cb12014-11-22 12:54:57 -080091 <PreprocessorDefinitions>_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Nick Coghlan4e641df2013-11-03 16:54:46 +100092 </ClCompile>
93 <Link>
94 <SubSystem>Console</SubSystem>
Nick Coghlan4e641df2013-11-03 16:54:46 +100095 </Link>
96 </ItemDefinitionGroup>
97 <ItemGroup>
Zachary Waref7152db2014-07-25 08:58:07 -050098 <ClCompile Include="..\Programs\_testembed.c" />
Nick Coghlan4e641df2013-11-03 16:54:46 +100099 </ItemGroup>
100 <ItemGroup>
Steve Dowerb0660582016-04-06 12:35:24 -0700101 <ResourceCompile Include="..\PC\python_nt.rc" />
102 </ItemGroup>
103 <ItemGroup>
Nick Coghlan4e641df2013-11-03 16:54:46 +1000104 <ProjectReference Include="pythoncore.vcxproj">
105 <Project>{cf7ac3d1-e2df-41d2-bea6-1e2556cdea26}</Project>
Steve Dower65e4cb12014-11-22 12:54:57 -0800106 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
Nick Coghlan4e641df2013-11-03 16:54:46 +1000107 </ProjectReference>
108 </ItemGroup>
109 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
110 <ImportGroup Label="ExtensionTargets">
111 </ImportGroup>
112</Project>