Brian Curtin | 401f9f3 | 2012-05-13 11:19:23 -0500 | [diff] [blame] | 1 | <?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 Monson | 8a1657b | 2019-02-14 08:31:30 -0800 | [diff] [blame] | 4 | <ProjectConfiguration Include="Debug|ARM"> |
| 5 | <Configuration>Debug</Configuration> |
| 6 | <Platform>ARM</Platform> |
| 7 | </ProjectConfiguration> |
Brian Curtin | 401f9f3 | 2012-05-13 11:19:23 -0500 | [diff] [blame] | 8 | <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 Monson | 8a1657b | 2019-02-14 08:31:30 -0800 | [diff] [blame] | 16 | <ProjectConfiguration Include="PGInstrument|ARM"> |
| 17 | <Configuration>PGInstrument</Configuration> |
| 18 | <Platform>ARM</Platform> |
| 19 | </ProjectConfiguration> |
Brian Curtin | 401f9f3 | 2012-05-13 11:19:23 -0500 | [diff] [blame] | 20 | <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 Monson | 8a1657b | 2019-02-14 08:31:30 -0800 | [diff] [blame] | 28 | <ProjectConfiguration Include="PGUpdate|ARM"> |
| 29 | <Configuration>PGUpdate</Configuration> |
| 30 | <Platform>ARM</Platform> |
| 31 | </ProjectConfiguration> |
Brian Curtin | 401f9f3 | 2012-05-13 11:19:23 -0500 | [diff] [blame] | 32 | <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 Monson | 8a1657b | 2019-02-14 08:31:30 -0800 | [diff] [blame] | 40 | <ProjectConfiguration Include="Release|ARM"> |
| 41 | <Configuration>Release</Configuration> |
| 42 | <Platform>ARM</Platform> |
| 43 | </ProjectConfiguration> |
Brian Curtin | 401f9f3 | 2012-05-13 11:19:23 -0500 | [diff] [blame] | 44 | <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>{31FFC478-7B4A-43E8-9954-8D03E2187E9C}</ProjectGuid> |
| 55 | <RootNamespace>_msi</RootNamespace> |
| 56 | <Keyword>Win32Proj</Keyword> |
| 57 | </PropertyGroup> |
Steve Dower | 65e4cb1 | 2014-11-22 12:54:57 -0800 | [diff] [blame] | 58 | <Import Project="python.props" /> |
Brian Curtin | 401f9f3 | 2012-05-13 11:19:23 -0500 | [diff] [blame] | 59 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
Steve Dower | 65e4cb1 | 2014-11-22 12:54:57 -0800 | [diff] [blame] | 60 | <PropertyGroup Label="Configuration"> |
Brian Curtin | 401f9f3 | 2012-05-13 11:19:23 -0500 | [diff] [blame] | 61 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
| 62 | <CharacterSet>NotSet</CharacterSet> |
| 63 | </PropertyGroup> |
| 64 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
Steve Dower | 65e4cb1 | 2014-11-22 12:54:57 -0800 | [diff] [blame] | 65 | <PropertyGroup> |
| 66 | <TargetExt>.pyd</TargetExt> |
| 67 | </PropertyGroup> |
Brian Curtin | 401f9f3 | 2012-05-13 11:19:23 -0500 | [diff] [blame] | 68 | <ImportGroup Label="ExtensionSettings"> |
| 69 | </ImportGroup> |
Steve Dower | 65e4cb1 | 2014-11-22 12:54:57 -0800 | [diff] [blame] | 70 | <ImportGroup Label="PropertySheets"> |
Brian Curtin | 401f9f3 | 2012-05-13 11:19:23 -0500 | [diff] [blame] | 71 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
Steve Dower | 65e4cb1 | 2014-11-22 12:54:57 -0800 | [diff] [blame] | 72 | <Import Project="pyproject.props" /> |
Brian Curtin | 401f9f3 | 2012-05-13 11:19:23 -0500 | [diff] [blame] | 73 | </ImportGroup> |
| 74 | <PropertyGroup Label="UserMacros" /> |
| 75 | <PropertyGroup> |
| 76 | <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> |
Brian Curtin | 401f9f3 | 2012-05-13 11:19:23 -0500 | [diff] [blame] | 77 | </PropertyGroup> |
Steve Dower | 65e4cb1 | 2014-11-22 12:54:57 -0800 | [diff] [blame] | 78 | <ItemDefinitionGroup> |
Brian Curtin | 401f9f3 | 2012-05-13 11:19:23 -0500 | [diff] [blame] | 79 | <Link> |
Steve Dower | 65e4cb1 | 2014-11-22 12:54:57 -0800 | [diff] [blame] | 80 | <AdditionalDependencies>cabinet.lib;msi.lib;rpcrt4.lib;%(AdditionalDependencies)</AdditionalDependencies> |
Brian Curtin | 401f9f3 | 2012-05-13 11:19:23 -0500 | [diff] [blame] | 81 | </Link> |
| 82 | </ItemDefinitionGroup> |
Brian Curtin | 401f9f3 | 2012-05-13 11:19:23 -0500 | [diff] [blame] | 83 | <ItemGroup> |
| 84 | <ClCompile Include="..\PC\_msi.c" /> |
| 85 | </ItemGroup> |
| 86 | <ItemGroup> |
Steve Dower | b066058 | 2016-04-06 12:35:24 -0700 | [diff] [blame] | 87 | <ResourceCompile Include="..\PC\python_nt.rc" /> |
| 88 | </ItemGroup> |
| 89 | <ItemGroup> |
Brian Curtin | 401f9f3 | 2012-05-13 11:19:23 -0500 | [diff] [blame] | 90 | <ProjectReference Include="pythoncore.vcxproj"> |
| 91 | <Project>{cf7ac3d1-e2df-41d2-bea6-1e2556cdea26}</Project> |
| 92 | <ReferenceOutputAssembly>false</ReferenceOutputAssembly> |
| 93 | </ProjectReference> |
| 94 | </ItemGroup> |
| 95 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
| 96 | <ImportGroup Label="ExtensionTargets"> |
| 97 | </ImportGroup> |
| 98 | </Project> |