blob: 5d825b39761d20d0ba73e97bfe8aaf959921d547 [file] [log] [blame]
Andrew Svetlov6b2cbeb2012-12-14 17:04:59 +02001<?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>
Andrew Svetlov6b2cbeb2012-12-14 17:04:59 +02008 <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>
Andrew Svetlov6b2cbeb2012-12-14 17:04:59 +020020 <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>
Andrew Svetlov6b2cbeb2012-12-14 17:04:59 +020032 <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>
Andrew Svetlov6b2cbeb2012-12-14 17:04:59 +020044 <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>{36D0C52C-DF4E-45D0-8BC7-E294C3ABC781}</ProjectGuid>
55 <RootNamespace>_testimportmultiple</RootNamespace>
56 <Keyword>Win32Proj</Keyword>
Steve Dower65e4cb12014-11-22 12:54:57 -080057 <SupportPGO>false</SupportPGO>
Andrew Svetlov6b2cbeb2012-12-14 17:04:59 +020058 </PropertyGroup>
Steve Dower65e4cb12014-11-22 12:54:57 -080059 <Import Project="python.props" />
Andrew Svetlov6b2cbeb2012-12-14 17:04:59 +020060 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
Steve Dower65e4cb12014-11-22 12:54:57 -080061 <PropertyGroup Label="Configuration">
Andrew Svetlov6b2cbeb2012-12-14 17:04:59 +020062 <ConfigurationType>DynamicLibrary</ConfigurationType>
63 <CharacterSet>NotSet</CharacterSet>
64 </PropertyGroup>
65 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
Steve Dower65e4cb12014-11-22 12:54:57 -080066 <PropertyGroup>
67 <TargetExt>.pyd</TargetExt>
68 </PropertyGroup>
Andrew Svetlov6b2cbeb2012-12-14 17:04:59 +020069 <ImportGroup Label="ExtensionSettings">
70 </ImportGroup>
Steve Dower65e4cb12014-11-22 12:54:57 -080071 <ImportGroup Label="PropertySheets">
Andrew Svetlov6b2cbeb2012-12-14 17:04:59 +020072 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
Steve Dower65e4cb12014-11-22 12:54:57 -080073 <Import Project="pyproject.props" />
Andrew Svetlov6b2cbeb2012-12-14 17:04:59 +020074 </ImportGroup>
75 <PropertyGroup Label="UserMacros" />
76 <PropertyGroup>
77 <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
Andrew Svetlov6b2cbeb2012-12-14 17:04:59 +020078 </PropertyGroup>
Andrew Svetlov6b2cbeb2012-12-14 17:04:59 +020079 <ItemGroup>
80 <ClCompile Include="..\Modules\_testimportmultiple.c" />
81 </ItemGroup>
82 <ItemGroup>
Steve Dowerb0660582016-04-06 12:35:24 -070083 <ResourceCompile Include="..\PC\python_nt.rc" />
84 </ItemGroup>
85 <ItemGroup>
Andrew Svetlov6b2cbeb2012-12-14 17:04:59 +020086 <ProjectReference Include="pythoncore.vcxproj">
87 <Project>{cf7ac3d1-e2df-41d2-bea6-1e2556cdea26}</Project>
88 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
89 </ProjectReference>
90 </ItemGroup>
91 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
92 <ImportGroup Label="ExtensionTargets">
93 </ImportGroup>
94</Project>