mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 21:51:50 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			163 lines
		
	
	
		
			No EOL
		
	
	
		
			9.4 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			163 lines
		
	
	
		
			No EOL
		
	
	
		
			9.4 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="utf-8"?>
 | |
| <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" TreatAsLocalProperty="Py_IntDir">
 | |
|   <PropertyGroup Label="Globals">
 | |
|     <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
 | |
|     <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
 | |
|     <OutDir>$(BuildPath)</OutDir>
 | |
|     <OutDir Condition="!HasTrailingSlash($(OutDir))">$(OutDir)\</OutDir>
 | |
|     <Py_IntDir Condition="'$(Py_IntDir)' == ''">$(MSBuildThisFileDirectory)obj\</Py_IntDir>
 | |
|     <IntDir>$(Py_IntDir)\$(ArchName)_$(Configuration)\$(ProjectName)\</IntDir>
 | |
|     <TargetName Condition="'$(TargetName)' == ''">$(ProjectName)</TargetName>
 | |
|     <TargetName>$(TargetName)$(PyDebugExt)</TargetName>
 | |
|     <GenerateManifest>false</GenerateManifest>
 | |
|     <EmbedManifest>false</EmbedManifest>
 | |
|     <SupportPGO Condition="'$(SupportPGO)' == ''">true</SupportPGO>
 | |
|     <SupportSigning Condition="'$(SupportSigning)' == ''">true</SupportSigning>
 | |
|     <SupportSigning Condition="'$(Configuration)' == 'Debug'">false</SupportSigning>
 | |
|     <SupportSigning Condition="'$(ConfigurationType)' == 'StaticLibrary'">false</SupportSigning>
 | |
|   </PropertyGroup>
 | |
| 
 | |
|   <PropertyGroup>
 | |
|     <_DebugPreprocessorDefinition>NDEBUG;</_DebugPreprocessorDefinition>
 | |
|     <_DebugPreprocessorDefinition Condition="$(Configuration) == 'Debug'">_DEBUG;</_DebugPreprocessorDefinition>
 | |
|     <_PlatformPreprocessorDefinition>_WIN32;</_PlatformPreprocessorDefinition>
 | |
|     <_PlatformPreprocessorDefinition Condition="$(Platform) == 'x64'">_WIN64;_M_X64;</_PlatformPreprocessorDefinition>
 | |
|     <_PydPreprocessorDefinition Condition="$(TargetExt) == '.pyd'">Py_BUILD_CORE_MODULE;</_PydPreprocessorDefinition>
 | |
|   </PropertyGroup>
 | |
|   <ItemDefinitionGroup>
 | |
|     <ClCompile>
 | |
|       <AdditionalIncludeDirectories>$(PySourcePath)Include;$(PySourcePath)PC;$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
 | |
|       <PreprocessorDefinitions>WIN32;$(_PlatformPreprocessorDefinition)$(_DebugPreprocessorDefinition)$(_PydPreprocessorDefinition)%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | |
|       
 | |
|       <Optimization>MaxSpeed</Optimization>
 | |
|       <IntrinsicFunctions>true</IntrinsicFunctions>
 | |
|       <StringPooling>true</StringPooling>
 | |
|       <ExceptionHandling></ExceptionHandling>
 | |
|       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
 | |
|       <FunctionLevelLinking>true</FunctionLevelLinking>
 | |
|       <WarningLevel>Level3</WarningLevel>
 | |
|       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
 | |
|       <CompileAs>Default</CompileAs>
 | |
|       <SuppressStartupBanner>true</SuppressStartupBanner>
 | |
|       <WholeProgramOptimization>true</WholeProgramOptimization>
 | |
|       <EnableEnhancedInstructionSet Condition="'$(Platform)'=='Win32'">NoExtensions</EnableEnhancedInstructionSet>
 | |
|     </ClCompile>
 | |
|     <ClCompile Condition="$(Configuration) == 'Debug'">
 | |
|       <Optimization>Disabled</Optimization>
 | |
|       <WholeProgramOptimization>false</WholeProgramOptimization>
 | |
|       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
 | |
|     </ClCompile>
 | |
|     <ClCompile Condition="$(ICCBuild) == 'true'">
 | |
|       <FloatingPointModel>Strict</FloatingPointModel>
 | |
|     </ClCompile>
 | |
|     <Link>
 | |
|       <AdditionalLibraryDirectories>$(OutDir);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
 | |
|       <GenerateDebugInformation>true</GenerateDebugInformation>
 | |
|       <ProgramDatabaseFile>$(OutDir)$(TargetName).pdb</ProgramDatabaseFile>
 | |
|       <SubSystem>Windows</SubSystem>
 | |
|       <RandomizedBaseAddress>true</RandomizedBaseAddress>
 | |
|       <DataExecutionPrevention>true</DataExecutionPrevention>
 | |
|       <SuppressStartupBanner>true</SuppressStartupBanner>
 | |
|       <IgnoreSpecificDefaultLibraries>LIBC;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
 | |
|       <TargetMachine>MachineX86</TargetMachine>
 | |
|       <TargetMachine Condition="'$(Platform)' == 'x64'">MachineX64</TargetMachine>
 | |
|       <ProfileGuidedDatabase Condition="$(SupportPGO)">$(OutDir)$(TargetName).pgd</ProfileGuidedDatabase>
 | |
|       <LinkTimeCodeGeneration Condition="$(Configuration) == 'Release'">UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
 | |
|       <LinkTimeCodeGeneration Condition="$(SupportPGO) and $(Configuration) == 'PGInstrument'">PGInstrument</LinkTimeCodeGeneration>
 | |
|       <LinkTimeCodeGeneration Condition="$(SupportPGO) and $(Configuration) == 'PGUpdate'">PGUpdate</LinkTimeCodeGeneration>
 | |
|     </Link>
 | |
|     <Lib>
 | |
|       <LinkTimeCodeGeneration Condition="$(Configuration) == 'Release'">true</LinkTimeCodeGeneration>
 | |
|       <LinkTimeCodeGeneration Condition="$(SupportPGO) and $(Configuration) == 'PGInstrument'">true</LinkTimeCodeGeneration>
 | |
|       <LinkTimeCodeGeneration Condition="$(SupportPGO) and $(Configuration) == 'PGUpdate'">true</LinkTimeCodeGeneration>
 | |
|     </Lib>
 | |
|     <ResourceCompile>
 | |
|       <AdditionalIncludeDirectories>$(PySourcePath)PC;$(PySourcePath)Include;$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
 | |
|       <PreprocessorDefinitions>$(_DebugPreprocessorDefinition)%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | |
|       <Culture>0x0409</Culture>
 | |
|     </ResourceCompile>
 | |
|     <Midl>
 | |
|       <PreprocessorDefinitions>$(_DebugPreprocessorDefinition)%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | |
|       <MkTypLibCompatible>true</MkTypLibCompatible>
 | |
|       <SuppressStartupBanner>true</SuppressStartupBanner>
 | |
|       <TargetEnvironment>Win32</TargetEnvironment>
 | |
|       <TargetEnvironment Condition="'$(Platform)' == 'x64'">X64</TargetEnvironment>
 | |
|       <OutputDirectory>$(IntDir)</OutputDirectory>
 | |
|       <InterfaceIdentifierFileName>$(MSBuildProjectName)_i.c</InterfaceIdentifierFileName>
 | |
|       <ProxyFileName>$(MSBuildProjectName)_p.c</ProxyFileName>
 | |
|     </Midl>
 | |
|   </ItemDefinitionGroup>
 | |
| 
 | |
|   <Target Name="GeneratePythonNtRcH"
 | |
|           BeforeTargets="ClCompile"
 | |
|           Inputs="$(PySourcePath)Include\patchlevel.h"
 | |
|           Outputs="$(IntDir)pythonnt_rc.h">
 | |
|     <WriteLinesToFile File="$(IntDir)pythonnt_rc.h" Overwrite="true" Encoding="ascii"
 | |
|                       Lines='/* This file created by pyproject.props /t:GeneratePythonNtRcH */
 | |
| #define FIELD3 $(Field3Value)
 | |
| #define MS_DLL_ID "$(SysWinVer)"
 | |
| #define PYTHON_DLL_NAME "$(TargetName)$(TargetExt)"
 | |
| ' />
 | |
|     <ItemGroup>
 | |
|         <FileWrites Include="$(IntDir)pythonnt_rc.h" />
 | |
|     </ItemGroup>
 | |
|   </Target>
 | |
| 
 | |
|   <UsingTask TaskName="KillPython" TaskFactory="CodeTaskFactory" AssemblyFile="$(MSBuildToolsPath)\Microsoft.Build.Tasks.v4.0.dll">
 | |
|     <ParameterGroup>
 | |
|       <FileName Required="true" />
 | |
|     </ParameterGroup>
 | |
|     <Task>
 | |
|       <Code Type="Fragment" Language="cs">
 | |
| <![CDATA[
 | |
| string fullPath = System.IO.Path.GetFullPath(FileName);
 | |
| Log.LogMessage("Looking for " + fullPath, MessageImportance.Normal);
 | |
| foreach (System.Diagnostics.Process p in System.Diagnostics.Process.GetProcesses()) {
 | |
|     try {
 | |
|         Log.LogMessage("Found running process: " + p.MainModule.FileName, MessageImportance.Low);
 | |
|         if (fullPath.Equals(System.IO.Path.GetFullPath(p.MainModule.FileName), StringComparison.OrdinalIgnoreCase)) {
 | |
|             Log.LogMessage("Terminating " + p.MainModule.FileName, MessageImportance.High);
 | |
|             p.Kill();
 | |
|         }
 | |
|     } catch {
 | |
|     }
 | |
| }
 | |
| ]]>
 | |
|       </Code>
 | |
|     </Task>
 | |
|   </UsingTask>
 | |
|   
 | |
|   <Target Name="KillPython" BeforeTargets="PrepareForBuild" Condition="'$(KillPython)' == 'true'">
 | |
|     <Message Text="Killing any running python$(PyDebugExt)$(PyTestExt).exe instances..." Importance="high" />
 | |
|     <KillPython FileName="$(OutDir)python$(PyDebugExt)$(PyTestExt).exe" />
 | |
|   </Target>
 | |
|   
 | |
|   <!--
 | |
|   A default target to handle msbuild pcbuild.proj /t:CleanAll.
 | |
|   
 | |
|   Some externals projects don't respond to /t:Clean, so we invoke
 | |
|   CleanAll on them when we really want to clean up.
 | |
|   -->
 | |
|   <Target Name="CleanAll" DependsOnTargets="Clean">
 | |
|     <MSBuild Projects="@(ProjectReference->'%(FullPath)')"
 | |
|              Properties="Configuration=$(Configuration);Platform=$(Platform)"
 | |
|              BuildInParallel="true"
 | |
|              StopOnFirstFailure="false"
 | |
|              Condition="Exists(%(FullPath))"
 | |
|              Targets="CleanAll" />
 | |
|   </Target>
 | |
| 
 | |
|   <PropertyGroup>
 | |
|     <SdkBinPath Condition="'$(SdkBinPath)' == '' or !Exists($(SdkBinPath))">$(registry:HKEY_LOCAL_MACHINE\Software\Microsoft\Windows Kits\Installed Roots@KitsRoot10)\bin\x86</SdkBinPath>
 | |
|     <SdkBinPath Condition="!Exists($(SdkBinPath))">$(registry:HKEY_LOCAL_MACHINE\Software\Microsoft\Windows Kits\Installed Roots@KitsRoot81)\bin\x86</SdkBinPath>
 | |
|     <SdkBinPath Condition="!Exists($(SdkBinPath))">$(registry:HKEY_LOCAL_MACHINE\Software\Microsoft\Windows Kits\Installed Roots@KitsRoot)\bin\x86</SdkBinPath>
 | |
|     <SdkBinPath Condition="!Exists($(SdkBinPath))">$(registry:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SDKs\Windows\v7.1A@InstallationFolder)\Bin\</SdkBinPath>
 | |
|     <_SignCommand Condition="Exists($(SdkBinPath)) and '$(SigningCertificate)' != '' and $(SupportSigning)">"$(SdkBinPath)\signtool.exe" sign /q /n "$(SigningCertificate)" /fd sha256 /t http://timestamp.verisign.com/scripts/timestamp.dll /d "Python $(PythonVersion)"</_SignCommand>
 | |
|     <_MakeCatCommand Condition="Exists($(SdkBinPath))">"$(SdkBinPath)\makecat.exe"</_MakeCatCommand>
 | |
|   </PropertyGroup>
 | |
|   
 | |
|   <Target Name="_SignBuild" AfterTargets="AfterBuild" Condition="'$(SigningCertificate)' != '' and $(SupportSigning)">
 | |
|     <Error Text="Unable to locate signtool.exe. Set /p:SignToolPath and rebuild" Condition="'$(_SignCommand)' == ''" />
 | |
|     <Exec Command='$(_SignCommand) "$(TargetPath)" || $(_SignCommand) "$(TargetPath)" || $(_SignCommand) "$(TargetPath)"' ContinueOnError="false" />
 | |
|   </Target>
 | |
| </Project> | 
