blob: 33a017327189ed41777b5e4f2eee961d02d8cb45 [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>
Paul Monsonf96e7fd2019-05-17 10:07:24 -07008 <ProjectConfiguration Include="Debug|ARM64">
9 <Configuration>Debug</Configuration>
10 <Platform>ARM64</Platform>
11 </ProjectConfiguration>
Brian Curtin401f9f32012-05-13 11:19:23 -050012 <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>
Brian Curtin401f9f32012-05-13 11:19:23 -050028 <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>
Brian Curtin401f9f32012-05-13 11:19:23 -050044 <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>
Brian Curtin401f9f32012-05-13 11:19:23 -050060 <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>{17E1E049-C309-4D79-843F-AE483C264AEA}</ProjectGuid>
71 <RootNamespace>_elementtree</RootNamespace>
72 <Keyword>Win32Proj</Keyword>
73 </PropertyGroup>
Steve Dower65e4cb12014-11-22 12:54:57 -080074 <Import Project="python.props" />
Brian Curtin401f9f32012-05-13 11:19:23 -050075 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
Steve Dower65e4cb12014-11-22 12:54:57 -080076 <PropertyGroup Label="Configuration">
Brian Curtin401f9f32012-05-13 11:19:23 -050077 <ConfigurationType>DynamicLibrary</ConfigurationType>
78 <CharacterSet>NotSet</CharacterSet>
79 </PropertyGroup>
80 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
Steve Dower65e4cb12014-11-22 12:54:57 -080081 <PropertyGroup>
82 <TargetExt>.pyd</TargetExt>
83 </PropertyGroup>
Brian Curtin401f9f32012-05-13 11:19:23 -050084 <ImportGroup Label="ExtensionSettings">
85 </ImportGroup>
Steve Dower65e4cb12014-11-22 12:54:57 -080086 <ImportGroup Label="PropertySheets">
Brian Curtin401f9f32012-05-13 11:19:23 -050087 <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 -080088 <Import Project="pyproject.props" />
Brian Curtin401f9f32012-05-13 11:19:23 -050089 </ImportGroup>
90 <PropertyGroup Label="UserMacros" />
91 <PropertyGroup>
92 <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
Brian Curtin401f9f32012-05-13 11:19:23 -050093 </PropertyGroup>
Steve Dower65e4cb12014-11-22 12:54:57 -080094 <ItemDefinitionGroup>
Brian Curtin401f9f32012-05-13 11:19:23 -050095 <ClCompile>
96 <AdditionalIncludeDirectories>..\Modules\expat;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
Segev Finer87c65552017-06-23 13:45:01 +030097 <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;USE_PYEXPAT_CAPI;XML_STATIC;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Brian Curtin401f9f32012-05-13 11:19:23 -050098 </ClCompile>
Brian Curtin401f9f32012-05-13 11:19:23 -050099 </ItemDefinitionGroup>
Brian Curtin401f9f32012-05-13 11:19:23 -0500100 <ItemGroup>
101 <ClInclude Include="..\Modules\expat\ascii.h" />
102 <ClInclude Include="..\Modules\expat\asciitab.h" />
103 <ClInclude Include="..\Modules\expat\expat.h" />
104 <ClInclude Include="..\Modules\expat\expat_config.h" />
105 <ClInclude Include="..\Modules\expat\expat_external.h" />
106 <ClInclude Include="..\Modules\expat\iasciitab.h" />
107 <ClInclude Include="..\Modules\expat\internal.h" />
108 <ClInclude Include="..\Modules\expat\latin1tab.h" />
109 <ClInclude Include="..\Modules\expat\macconfig.h" />
110 <ClInclude Include="..\Modules\expat\nametab.h" />
111 <ClInclude Include="..\Modules\expat\pyexpatns.h" />
112 <ClInclude Include="..\Modules\expat\utf8tab.h" />
113 <ClInclude Include="..\Modules\expat\winconfig.h" />
114 <ClInclude Include="..\Modules\expat\xmlrole.h" />
115 <ClInclude Include="..\Modules\expat\xmltok.h" />
116 </ItemGroup>
117 <ItemGroup>
118 <ClCompile Include="..\Modules\_elementtree.c" />
Victor Stinner93d0cb52017-08-18 23:43:54 +0200119 <ClCompile Include="..\Modules\expat\loadlibrary.c" />
Brian Curtin401f9f32012-05-13 11:19:23 -0500120 <ClCompile Include="..\Modules\expat\xmlparse.c" />
121 <ClCompile Include="..\Modules\expat\xmlrole.c" />
122 <ClCompile Include="..\Modules\expat\xmltok.c" />
123 </ItemGroup>
124 <ItemGroup>
Steve Dowerb0660582016-04-06 12:35:24 -0700125 <ResourceCompile Include="..\PC\python_nt.rc" />
126 </ItemGroup>
127 <ItemGroup>
Brian Curtin401f9f32012-05-13 11:19:23 -0500128 <ProjectReference Include="pythoncore.vcxproj">
129 <Project>{cf7ac3d1-e2df-41d2-bea6-1e2556cdea26}</Project>
130 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
131 </ProjectReference>
132 </ItemGroup>
133 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
134 <ImportGroup Label="ExtensionTargets">
135 </ImportGroup>
Victor Stinnerc8fb58b2017-06-23 10:09:34 +0200136</Project>