103 lines
		
	
	
		
			4.3 KiB
		
	
	
	
		
			XML
		
	
	
	
			
		
		
	
	
			103 lines
		
	
	
		
			4.3 KiB
		
	
	
	
		
			XML
		
	
	
	
| <?xml version="1.0" encoding="utf-8"?>
 | |
| <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 | |
|   <ItemGroup Label="ProjectConfigurations">
 | |
|     <ProjectConfiguration Include="Debug|Win32">
 | |
|       <Configuration>Debug</Configuration>
 | |
|       <Platform>Win32</Platform>
 | |
|     </ProjectConfiguration>
 | |
|     <ProjectConfiguration Include="Debug|x64">
 | |
|       <Configuration>Debug</Configuration>
 | |
|       <Platform>x64</Platform>
 | |
|     </ProjectConfiguration>
 | |
|     <ProjectConfiguration Include="PGInstrument|Win32">
 | |
|       <Configuration>PGInstrument</Configuration>
 | |
|       <Platform>Win32</Platform>
 | |
|     </ProjectConfiguration>
 | |
|     <ProjectConfiguration Include="PGInstrument|x64">
 | |
|       <Configuration>PGInstrument</Configuration>
 | |
|       <Platform>x64</Platform>
 | |
|     </ProjectConfiguration>
 | |
|     <ProjectConfiguration Include="PGUpdate|Win32">
 | |
|       <Configuration>PGUpdate</Configuration>
 | |
|       <Platform>Win32</Platform>
 | |
|     </ProjectConfiguration>
 | |
|     <ProjectConfiguration Include="PGUpdate|x64">
 | |
|       <Configuration>PGUpdate</Configuration>
 | |
|       <Platform>x64</Platform>
 | |
|     </ProjectConfiguration>
 | |
|     <ProjectConfiguration Include="Release|Win32">
 | |
|       <Configuration>Release</Configuration>
 | |
|       <Platform>Win32</Platform>
 | |
|     </ProjectConfiguration>
 | |
|     <ProjectConfiguration Include="Release|x64">
 | |
|       <Configuration>Release</Configuration>
 | |
|       <Platform>x64</Platform>
 | |
|     </ProjectConfiguration>
 | |
|   </ItemGroup>
 | |
|   <PropertyGroup Label="Globals">
 | |
|     <ProjectGuid>{EB1C19C1-1F18-421E-9735-CAEE69DC6A3C}</ProjectGuid>
 | |
|     <RootNamespace>wininst</RootNamespace>
 | |
|     <MakeVersionInfoBeforeTarget>ClCompile</MakeVersionInfoBeforeTarget>
 | |
|     <SupportPGO>false</SupportPGO>
 | |
|   </PropertyGroup>
 | |
|   <Import Project="..\..\PCBuild\python.props" />
 | |
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
 | |
|   <PropertyGroup Label="Configuration">
 | |
|     <ConfigurationType>Application</ConfigurationType>
 | |
|     <UseOfMfc>false</UseOfMfc>
 | |
|     <CharacterSet>NotSet</CharacterSet>
 | |
|   </PropertyGroup>
 | |
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
 | |
|   <ImportGroup Label="ExtensionSettings">
 | |
|   </ImportGroup>
 | |
|   <ImportGroup Label="PropertySheets">
 | |
|     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 | |
|     <Import Project="..\..\PCBuild\pyproject.props" />
 | |
|   </ImportGroup>
 | |
|   <PropertyGroup>
 | |
|     <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
 | |
|     <OutDir>$(PySourcePath)lib\distutils\command\</OutDir>
 | |
|     <LinkIncremental>false</LinkIncremental>
 | |
|     <TargetName>wininst-$(VisualStudioVersion)</TargetName>
 | |
|     <TargetName Condition="$(Platform) == 'x64'">$(TargetName)-amd64</TargetName>
 | |
|     <TargetExt>.exe</TargetExt>
 | |
|   </PropertyGroup>
 | |
|   <ItemDefinitionGroup>
 | |
|     <Midl>
 | |
|       <TypeLibraryName>$(OutDir)wininst.tlb</TypeLibraryName>
 | |
|     </Midl>
 | |
|     <ClCompile>
 | |
|       <Optimization>MinSpace</Optimization>
 | |
|       <AdditionalIncludeDirectories>$(PySourcePath)Modules\zlib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
 | |
|       <PreprocessorDefinitions>_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | |
|     </ClCompile>
 | |
|     <ResourceCompile>
 | |
|       <AdditionalIncludeDirectories>$(PySourcePath)PC\bdist_wininst;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
 | |
|     </ResourceCompile>
 | |
|     <Link>
 | |
|       <AdditionalDependencies>comctl32.lib;imagehlp.lib;%(AdditionalDependencies)</AdditionalDependencies>
 | |
|     </Link>
 | |
|   </ItemDefinitionGroup>
 | |
|   <ItemGroup>
 | |
|     <ClCompile Include="extract.c" />
 | |
|     <ClCompile Include="install.c" />
 | |
|     <ClCompile Include="..\..\Modules\zlib\adler32.c" />
 | |
|     <ClCompile Include="..\..\Modules\zlib\crc32.c" />
 | |
|     <ClCompile Include="..\..\Modules\zlib\inffast.c" />
 | |
|     <ClCompile Include="..\..\Modules\zlib\inflate.c" />
 | |
|     <ClCompile Include="..\..\Modules\zlib\inftrees.c" />
 | |
|     <ClCompile Include="..\..\Modules\zlib\zutil.c" />
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <ClInclude Include="archive.h" />
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <ResourceCompile Include="install.rc" />
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <None Include="PythonPowered.bmp" />
 | |
|   </ItemGroup>
 | |
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
 | |
|   <ImportGroup Label="ExtensionTargets">
 | |
|   </ImportGroup>
 | |
| </Project> |