blob: cb1be299a6b066717f05efba4daca67a115ee903 [file] [log] [blame]
Brian Curtin401f9f32012-05-13 11:19:23 -05001<?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 Dower65e4cb12014-11-22 12:54:57 -08008 <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>
Brian Curtin401f9f32012-05-13 11:19:23 -050020 <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>
Brian Curtin401f9f32012-05-13 11:19:23 -050032 <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>
Brian Curtin401f9f32012-05-13 11:19:23 -050044 <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>{F749B822-B489-4CA5-A3AD-CE078F5F338A}</ProjectGuid>
55 <RootNamespace>xxlimited</RootNamespace>
56 <Keyword>Win32Proj</Keyword>
57 </PropertyGroup>
Steve Dower65e4cb12014-11-22 12:54:57 -080058 <Import Project="python.props" />
Brian Curtin401f9f32012-05-13 11:19:23 -050059 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
Steve Dower65e4cb12014-11-22 12:54:57 -080060 <PropertyGroup Label="Configuration">
Brian Curtin401f9f32012-05-13 11:19:23 -050061 <ConfigurationType>DynamicLibrary</ConfigurationType>
62 <CharacterSet>NotSet</CharacterSet>
Steve Dower65e4cb12014-11-22 12:54:57 -080063 <SupportPGO>false</SupportPGO>
Brian Curtin401f9f32012-05-13 11:19:23 -050064 </PropertyGroup>
65 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
Steve Dower65e4cb12014-11-22 12:54:57 -080066 <PropertyGroup>
67 <TargetExt>.pyd</TargetExt>
68 </PropertyGroup>
Brian Curtin401f9f32012-05-13 11:19:23 -050069 <ImportGroup Label="ExtensionSettings">
70 </ImportGroup>
Steve Dower65e4cb12014-11-22 12:54:57 -080071 <ImportGroup Label="PropertySheets">
Brian Curtin401f9f32012-05-13 11:19:23 -050072 <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" />
Brian Curtin401f9f32012-05-13 11:19:23 -050074 </ImportGroup>
75 <PropertyGroup Label="UserMacros" />
76 <PropertyGroup>
77 <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
Brian Curtin401f9f32012-05-13 11:19:23 -050078 </PropertyGroup>
Steve Dower65e4cb12014-11-22 12:54:57 -080079 <ItemDefinitionGroup>
Brian Curtin401f9f32012-05-13 11:19:23 -050080 <ClCompile>
Steve Dowerb980c052015-06-03 11:05:57 -070081 <PreprocessorDefinitions>%(PreprocessorDefinitions);Py_LIMITED_API=0x03060000</PreprocessorDefinitions>
Brian Curtin401f9f32012-05-13 11:19:23 -050082 </ClCompile>
83 <Link>
84 <AdditionalDependencies>wsock32.lib;%(AdditionalDependencies)</AdditionalDependencies>
Brian Curtin401f9f32012-05-13 11:19:23 -050085 </Link>
86 </ItemDefinitionGroup>
Brian Curtin401f9f32012-05-13 11:19:23 -050087 <ItemGroup>
88 <ClCompile Include="..\Modules\xxlimited.c" />
89 </ItemGroup>
Steve Dower65e4cb12014-11-22 12:54:57 -080090 <ItemGroup>
91 <ProjectReference Include="python3dll.vcxproj">
92 <Project>{885d4898-d08d-4091-9c40-c700cfe3fc5a}</Project>
93 </ProjectReference>
94 </ItemGroup>
Brian Curtin401f9f32012-05-13 11:19:23 -050095 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
96 <ImportGroup Label="ExtensionTargets">
97 </ImportGroup>
98</Project>