blob: ea432d6bc9a3f33f6f041144ed3bbd12ecb162fb [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>
Paul Monsonf96e7fd2019-05-17 10:07:24 -07008 <ProjectConfiguration Include="Debug|ARM64">
9 <Configuration>Debug</Configuration>
10 <Platform>ARM64</Platform>
11 </ProjectConfiguration>
Steve Dowerdf450d12016-07-16 16:17:33 -070012 <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>
Steve Dowerdf450d12016-07-16 16:17:33 -070028 <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>
Steve Dowerdf450d12016-07-16 16:17:33 -070044 <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>
Steve Dowerdf450d12016-07-16 16:17:33 -070060 <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>{0F6EE4A4-C75F-4578-B4B3-2D64F4B9B782}</ProjectGuid>
71 <RootNamespace>pyshellext</RootNamespace>
72 <TargetName>pyshellext</TargetName>
73 <SupportPGO>false</SupportPGO>
74 </PropertyGroup>
75 <Import Project="python.props" />
76 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
77 <PropertyGroup Label="Configuration">
78 <ConfigurationType>DynamicLibrary</ConfigurationType>
79 <CharacterSet>Unicode</CharacterSet>
80 </PropertyGroup>
81 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
82 <ImportGroup Label="ExtensionSettings">
83 </ImportGroup>
84 <PropertyGroup>
85 <MakeVersionInfoBeforeTarget>ClCompile</MakeVersionInfoBeforeTarget>
86 </PropertyGroup>
87 <ImportGroup Label="PropertySheets">
88 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
89 <Import Project="pyproject.props" />
90 </ImportGroup>
91 <PropertyGroup Label="UserMacros" />
92 <ItemDefinitionGroup>
93 <ClCompile>
94 <PreprocessorDefinitions>_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
95 </ClCompile>
96 <Link>
97 <AdditionalDependencies>version.lib;shlwapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
98 <SubSystem>Console</SubSystem>
Nikita Nemkinbbf36e82020-06-24 04:32:23 +050099 <ModuleDefinitionFile>..\PC\pyshellext.def</ModuleDefinitionFile>
Steve Dowerdf450d12016-07-16 16:17:33 -0700100 </Link>
101 <Midl>
102 <CompileInterface>true</CompileInterface>
103 </Midl>
104 </ItemDefinitionGroup>
105 <ItemGroup>
106 <ClCompile Include="..\PC\pyshellext.cpp" />
Steve Dowerdf450d12016-07-16 16:17:33 -0700107 </ItemGroup>
108 <ItemGroup>
109 <None Include="..\PC\pyshellext.def" />
Steve Dowerdf450d12016-07-16 16:17:33 -0700110 </ItemGroup>
111 <ItemGroup>
112 <ResourceCompile Include="..\PC\pyshellext.rc" />
113 </ItemGroup>
114 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
115 <ImportGroup Label="ExtensionTargets">
116 </ImportGroup>
117</Project>