blob: c457e8e6bd2dfd7587ca2be4b14110b65398668e [file] [log] [blame]
Steve Dower312cef72016-10-03 09:04:58 -07001<?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>
Steve Dower312cef72016-10-03 09:04:58 -07008 <ProjectConfiguration Include="Debug|Win32">
9 <Configuration>Debug</Configuration>
10 <Platform>Win32</Platform>
11 </ProjectConfiguration>
12 <ProjectConfiguration Include="Debug|x64">
13 <Configuration>Debug</Configuration>
14 <Platform>x64</Platform>
15 </ProjectConfiguration>
Paul Monson8a1657b2019-02-14 08:31:30 -080016 <ProjectConfiguration Include="PGInstrument|ARM">
17 <Configuration>PGInstrument</Configuration>
18 <Platform>ARM</Platform>
19 </ProjectConfiguration>
Steve Dower312cef72016-10-03 09:04:58 -070020 <ProjectConfiguration Include="PGInstrument|Win32">
21 <Configuration>PGInstrument</Configuration>
22 <Platform>Win32</Platform>
23 </ProjectConfiguration>
24 <ProjectConfiguration Include="PGInstrument|x64">
25 <Configuration>PGInstrument</Configuration>
26 <Platform>x64</Platform>
27 </ProjectConfiguration>
Paul Monson8a1657b2019-02-14 08:31:30 -080028 <ProjectConfiguration Include="PGUpdate|ARM">
29 <Configuration>PGUpdate</Configuration>
30 <Platform>ARM</Platform>
31 </ProjectConfiguration>
Steve Dower312cef72016-10-03 09:04:58 -070032 <ProjectConfiguration Include="PGUpdate|Win32">
33 <Configuration>PGUpdate</Configuration>
34 <Platform>Win32</Platform>
35 </ProjectConfiguration>
36 <ProjectConfiguration Include="PGUpdate|x64">
37 <Configuration>PGUpdate</Configuration>
38 <Platform>x64</Platform>
39 </ProjectConfiguration>
Paul Monson8a1657b2019-02-14 08:31:30 -080040 <ProjectConfiguration Include="Release|ARM">
41 <Configuration>Release</Configuration>
42 <Platform>ARM</Platform>
43 </ProjectConfiguration>
Steve Dower312cef72016-10-03 09:04:58 -070044 <ProjectConfiguration Include="Release|Win32">
45 <Configuration>Release</Configuration>
46 <Platform>Win32</Platform>
47 </ProjectConfiguration>
48 <ProjectConfiguration Include="Release|x64">
49 <Configuration>Release</Configuration>
50 <Platform>x64</Platform>
51 </ProjectConfiguration>
52 </ItemGroup>
53 <PropertyGroup Label="Globals">
54 <ProjectGuid>{B244E787-C445-441C-BDF4-5A4F1A3A1E51}</ProjectGuid>
55 <Keyword>Win32Proj</Keyword>
56 <RootNamespace>_testconsole</RootNamespace>
57 <SupportPGO>false</SupportPGO>
58 </PropertyGroup>
59 <Import Project="python.props" />
60 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
61 <PropertyGroup Label="Configuration">
62 <ConfigurationType>DynamicLibrary</ConfigurationType>
63 <CharacterSet>NotSet</CharacterSet>
64 </PropertyGroup>
65 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
66 <PropertyGroup>
67 <TargetExt>.pyd</TargetExt>
68 </PropertyGroup>
69 <ImportGroup Label="ExtensionSettings">
70 </ImportGroup>
71 <ImportGroup Label="PropertySheets">
72 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
73 <Import Project="pyproject.props" />
74 </ImportGroup>
75 <PropertyGroup Label="UserMacros" />
76 <ItemDefinitionGroup>
77 <ClCompile>
78 <PreprocessorDefinitions>_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
79 </ClCompile>
80 <Link>
81 <SubSystem>Console</SubSystem>
82 </Link>
83 </ItemDefinitionGroup>
84 <ItemGroup>
85 <ClCompile Include="..\PC\_testconsole.c" />
86 </ItemGroup>
87 <ItemGroup>
88 <ResourceCompile Include="..\PC\python_nt.rc" />
89 </ItemGroup>
90 <ItemGroup>
91 <ProjectReference Include="pythoncore.vcxproj">
92 <Project>{cf7ac3d1-e2df-41d2-bea6-1e2556cdea26}</Project>
93 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
94 </ProjectReference>
95 </ItemGroup>
96 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
97 <ImportGroup Label="ExtensionTargets">
98 </ImportGroup>
99</Project>