mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 10:26:02 +00:00 
			
		
		
		
	 900646ef68
			
		
	
	
		900646ef68
		
	
	
	
	
		
			
			svn+ssh://pythondev@svn.python.org/python/trunk ........ r67120 | martin.v.loewis | 2008-11-06 17:43:00 +0100 (Do, 06 Nov 2008) | 2 lines Issue #4120: Exclude manifest from extension modules in VS2008. ........
		
			
				
	
	
		
			28 lines
		
	
	
	
		
			606 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
	
		
			606 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| 
 | |
| <VisualStudioPropertySheet
 | |
| 	ProjectType="Visual C++"
 | |
| 	Version="8.00"
 | |
| 	Name="pyd"
 | |
| 	InheritedPropertySheets=".\pyproject.vsprops;.\release.vsprops"
 | |
| 	>
 | |
| 	<Tool
 | |
| 		Name="VCCLCompilerTool"
 | |
| 		PreprocessorDefinitions="Py_BUILD_CORE_MODULE"
 | |
| 		RuntimeLibrary="2"
 | |
| 	/>
 | |
| 	<Tool
 | |
| 		Name="VCLinkerTool"
 | |
| 		OutputFile="$(OutDir)\$(ProjectName).pyd"
 | |
| 		ProgramDatabaseFile="$(OutDir)\$(ProjectName).pdb"
 | |
| 		ImportLibrary="$(OutDir)\$(TargetName).lib"
 | |
| 		GenerateManifest="false"
 | |
| 	/>
 | |
| 	<Tool
 | |
| 		Name="VCManifestTool"
 | |
| 		EmbedManifest="false"
 | |
| 	/>
 | |
| 	<Tool
 | |
| 		Name="VCPostBuildEventTool"
 | |
| 		CommandLine=""
 | |
| 	/>
 | |
| </VisualStudioPropertySheet>
 |