blob: 522f80ab02f2ef1c5999e61a3966d61d2bc58d64 [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>
Brian Curtin401f9f32012-05-13 11:19:23 -05008 <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>{C6E20F84-3247-4AD6-B051-B073268F73BA}</ProjectGuid>
55 <RootNamespace>_ssl</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>
63 </PropertyGroup>
64 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
Steve Dower65e4cb12014-11-22 12:54:57 -080065 <PropertyGroup>
66 <TargetExt>.pyd</TargetExt>
67 </PropertyGroup>
Brian Curtin401f9f32012-05-13 11:19:23 -050068 <ImportGroup Label="ExtensionSettings">
69 </ImportGroup>
Steve Dower65e4cb12014-11-22 12:54:57 -080070 <ImportGroup Label="PropertySheets">
Brian Curtin401f9f32012-05-13 11:19:23 -050071 <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 -080072 <Import Project="pyproject.props" />
Steve Dower68d663c2017-07-17 11:15:48 +020073 <Import Project="openssl.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 <Link>
Steve Dower68d663c2017-07-17 11:15:48 +020081 <AdditionalDependencies>ws2_32.lib;crypt32.lib;%(AdditionalDependencies)</AdditionalDependencies>
Brian Curtin401f9f32012-05-13 11:19:23 -050082 </Link>
83 </ItemDefinitionGroup>
84 <ItemGroup>
85 <ClCompile Include="..\Modules\_ssl.c" />
Steve Dower68d663c2017-07-17 11:15:48 +020086 <ClCompile Include="$(opensslIncludeDir)\applink.c">
87 <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;$(PreprocessorDefinitions)</PreprocessorDefinitions>
88 </ClCompile>
Brian Curtin401f9f32012-05-13 11:19:23 -050089 </ItemGroup>
90 <ItemGroup>
Steve Dowerb0660582016-04-06 12:35:24 -070091 <ResourceCompile Include="..\PC\python_nt.rc" />
92 </ItemGroup>
93 <ItemGroup>
Brian Curtin401f9f32012-05-13 11:19:23 -050094 <ProjectReference Include="pythoncore.vcxproj">
95 <Project>{cf7ac3d1-e2df-41d2-bea6-1e2556cdea26}</Project>
96 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
97 </ProjectReference>
Brian Curtin401f9f32012-05-13 11:19:23 -050098 <ProjectReference Include="_socket.vcxproj">
99 <Project>{86937f53-c189-40ef-8ce8-8759d8e7d480}</Project>
100 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
101 </ProjectReference>
102 </ItemGroup>
103 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
104 <ImportGroup Label="ExtensionTargets">
105 </ImportGroup>
Steve Dower68d663c2017-07-17 11:15:48 +0200106</Project>