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"> 4 <ProjectConfiguration Include="Debug|Win32"> 5 <Configuration>Debug</Configuration> 6 <Platform>Win32</Platform> 7 </ProjectConfiguration> 8 <ProjectConfiguration Include="Debug|x64"> 9 <Configuration>Debug</Configuration> 10 <Platform>x64</Platform> 11 </ProjectConfiguration> 12 <ProjectConfiguration Include="PGInstrument|Win32"> 13 <Configuration>PGInstrument</Configuration> 14 <Platform>Win32</Platform> 15 </ProjectConfiguration> 16 <ProjectConfiguration Include="PGInstrument|x64"> 17 <Configuration>PGInstrument</Configuration> 18 <Platform>x64</Platform> 19 </ProjectConfiguration> 20 <ProjectConfiguration Include="PGUpdate|Win32"> 21 <Configuration>PGUpdate</Configuration> 22 <Platform>Win32</Platform> 23 </ProjectConfiguration> 24 <ProjectConfiguration Include="PGUpdate|x64"> 25 <Configuration>PGUpdate</Configuration> 26 <Platform>x64</Platform> 27 </ProjectConfiguration> 28 <ProjectConfiguration Include="Release|Win32"> 29 <Configuration>Release</Configuration> 30 <Platform>Win32</Platform> 31 </ProjectConfiguration> 32 <ProjectConfiguration Include="Release|x64"> 33 <Configuration>Release</Configuration> 34 <Platform>x64</Platform> 35 </ProjectConfiguration> 36 </ItemGroup> 37 <PropertyGroup Label="Globals"> 38 <ProjectGuid>{EB1C19C1-1F18-421E-9735-CAEE69DC6A3C}</ProjectGuid> 39 <RootNamespace>wininst</RootNamespace> 40 <SupportPGO>false</SupportPGO> 41 </PropertyGroup> 42 <Import Project="..\..\PCBuild\python.props" /> 43 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 44 <PropertyGroup Label="Configuration"> 45 <ConfigurationType>Application</ConfigurationType> 46 <UseOfMfc>false</UseOfMfc> 47 <CharacterSet>NotSet</CharacterSet> 48 </PropertyGroup> 49 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 50 <ImportGroup Label="ExtensionSettings"> 51 </ImportGroup> 52 <ImportGroup Label="PropertySheets"> 53 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 54 <Import Project="..\..\PCBuild\pyproject.props" /> 55 </ImportGroup> 56 <PropertyGroup> 57 <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> 58 <OutDir>$(PySourcePath)lib\distutils\command\</OutDir> 59 <LinkIncremental>false</LinkIncremental> 60 <TargetName>wininst-$(VisualStudioVersion)</TargetName> 61 <TargetName Condition="$(Platform) == 'x64'">$(TargetName)-amd64</TargetName> 62 <TargetExt>.exe</TargetExt> 63 </PropertyGroup> 64 <ItemDefinitionGroup> 65 <Midl> 66 <TypeLibraryName>$(OutDir)wininst.tlb</TypeLibraryName> 67 </Midl> 68 <ClCompile> 69 <Optimization>MinSpace</Optimization> 70 <AdditionalIncludeDirectories>$(PySourcePath)Modules\zlib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 71 <PreprocessorDefinitions>_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 72 <RuntimeLibrary Condition="'$(Configuration)'=='Debug'">MultiThreadedDebug</RuntimeLibrary> 73 <RuntimeLibrary Condition="'$(Configuration)'=='Release'">MultiThreaded</RuntimeLibrary> 74 </ClCompile> 75 <ResourceCompile> 76 <AdditionalIncludeDirectories>$(PySourcePath)PC\bdist_wininst;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 77 </ResourceCompile> 78 <Link> 79 <AdditionalDependencies>comctl32.lib;imagehlp.lib;%(AdditionalDependencies)</AdditionalDependencies> 80 </Link> 81 </ItemDefinitionGroup> 82 <ItemGroup> 83 <ClCompile Include="extract.c" /> 84 <ClCompile Include="install.c" /> 85 <ClCompile Include="..\..\Modules\zlib\adler32.c" /> 86 <ClCompile Include="..\..\Modules\zlib\crc32.c" /> 87 <ClCompile Include="..\..\Modules\zlib\inffast.c" /> 88 <ClCompile Include="..\..\Modules\zlib\inflate.c" /> 89 <ClCompile Include="..\..\Modules\zlib\inftrees.c" /> 90 <ClCompile Include="..\..\Modules\zlib\zutil.c" /> 91 </ItemGroup> 92 <ItemGroup> 93 <ClInclude Include="archive.h" /> 94 </ItemGroup> 95 <ItemGroup> 96 <ResourceCompile Include="install.rc" /> 97 </ItemGroup> 98 <ItemGroup> 99 <None Include="PythonPowered.bmp" /> 100 </ItemGroup> 101 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 102 <ImportGroup Label="ExtensionTargets"> 103 </ImportGroup> 104</Project>