blob: 5b7320b1b8179b2e1a6b1c25ebc47c6b991e2bf7 [file] [log] [blame]
Steve Dowerdf450d12016-07-16 16:17:33 -07001<?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 Dowerdf450d12016-07-16 16:17:33 -07008 <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>
Steve Dowerdf450d12016-07-16 16:17:33 -070020 <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>
Steve Dowerdf450d12016-07-16 16:17:33 -070032 <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>
Steve Dowerdf450d12016-07-16 16:17:33 -070044 <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>{0F6EE4A4-C75F-4578-B4B3-2D64F4B9B782}</ProjectGuid>
55 <RootNamespace>pyshellext</RootNamespace>
56 <TargetName>pyshellext</TargetName>
57 <SupportPGO>false</SupportPGO>
58 </PropertyGroup>
59 <Import Project="python.props" />
60 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
61 <PropertyGroup Label="Configuration">
62 <ConfigurationType>DynamicLibrary</ConfigurationType>
63 <CharacterSet>Unicode</CharacterSet>
64 </PropertyGroup>
65 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
66 <ImportGroup Label="ExtensionSettings">
67 </ImportGroup>
68 <PropertyGroup>
69 <MakeVersionInfoBeforeTarget>ClCompile</MakeVersionInfoBeforeTarget>
70 </PropertyGroup>
71 <ImportGroup Label="PropertySheets">
72 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
73 <Import Project="pyproject.props" />
74 </ImportGroup>
75 <PropertyGroup Label="UserMacros" />
76 <ItemDefinitionGroup>
77 <ClCompile>
78 <PreprocessorDefinitions>_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
79 </ClCompile>
80 <Link>
81 <AdditionalDependencies>version.lib;shlwapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
82 <SubSystem>Console</SubSystem>
83 <ModuleDefinitionFile>..\PC\pyshellext$(PyDebugExt).def</ModuleDefinitionFile>
84 </Link>
85 <Midl>
86 <CompileInterface>true</CompileInterface>
87 </Midl>
88 </ItemDefinitionGroup>
89 <ItemGroup>
90 <ClCompile Include="..\PC\pyshellext.cpp" />
91 <Midl Include="..\PC\pyshellext.idl" />
92 </ItemGroup>
93 <ItemGroup>
94 <None Include="..\PC\pyshellext.def" />
95 <None Include="..\PC\pyshellext_d.def" />
96 </ItemGroup>
97 <ItemGroup>
98 <ResourceCompile Include="..\PC\pyshellext.rc" />
99 </ItemGroup>
100 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
101 <ImportGroup Label="ExtensionTargets">
102 </ImportGroup>
103</Project>