mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 05:31:20 +00:00 
			
		
		
		
	 fb8ca22ff1
			
		
	
	
		fb8ca22ff1
		
	
	
	
	
		
			
			- new file dialogs on Vista+ - tclWinTime.c was cleaned up a bit, and no longer uses 'timezone' (which is now _timezone in VS2015, so we get to avoid patching that file). - rules.vc is patched in both Tcl and Tk sources to allow building with VS2015
		
			
				
	
	
		
			45 lines
		
	
	
		
			No EOL
		
	
	
		
			3.1 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			45 lines
		
	
	
		
			No EOL
		
	
	
		
			3.1 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="utf-8"?>
 | |
| <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 | |
|   <Import Project="pyproject.props" />
 | |
|   <PropertyGroup>
 | |
|     <TclMajorVersion>8</TclMajorVersion>
 | |
|     <TclMinorVersion>6</TclMinorVersion>
 | |
|     <TclPatchLevel>3</TclPatchLevel>
 | |
|     <TclRevision>1</TclRevision>
 | |
|     <TkMajorVersion>$(TclMajorVersion)</TkMajorVersion>
 | |
|     <TkMinorVersion>$(TclMinorVersion)</TkMinorVersion>
 | |
|     <TkPatchLevel>$(TclPatchLevel)</TkPatchLevel>
 | |
|     <TkRevision>$(TclRevision)</TkRevision>
 | |
|     <TixMajorVersion>8</TixMajorVersion>
 | |
|     <TixMinorVersion>4</TixMinorVersion>
 | |
|     <TixPatchLevel>3</TixPatchLevel>
 | |
|     <TixRevision>4</TixRevision>
 | |
|     <tclDir>$(ExternalsDir)tcl-core-$(TclMajorVersion).$(TclMinorVersion).$(TclPatchLevel).$(TclRevision)\</tclDir>
 | |
|     <tkDir>$(ExternalsDir)tk-$(TkMajorVersion).$(TkMinorVersion).$(TkPatchLevel).$(TkRevision)\</tkDir>
 | |
|     <tixDir>$(ExternalsDir)tix-$(TixMajorVersion).$(TixMinorVersion).$(TixPatchLevel).$(TixRevision)\</tixDir>
 | |
|     <tcltkDir>$(ExternalsDir)tcltk\</tcltkDir>
 | |
|     <tcltkDir Condition="'$(Platform)' == 'x64'">$(ExternalsDir)tcltk64\</tcltkDir>
 | |
|     <TclDebugExt Condition="'$(Configuration)' == 'Debug'">g</TclDebugExt>
 | |
|     <tclDLLName>tcl$(TclMajorVersion)$(TclMinorVersion)t$(TclDebugExt).dll</tclDLLName>
 | |
|     <tclLibName>tcl$(TclMajorVersion)$(TclMinorVersion)t$(TclDebugExt).lib</tclLibName>
 | |
|     <tclShExeName>tclsh$(TclMajorVersion)$(TclMinorVersion)t$(TclDebugExt).exe</tclShExeName>
 | |
|     <tkDLLName>tk$(TkMajorVersion)$(TkMinorVersion)t$(TclDebugExt).dll</tkDLLName>
 | |
|     <tkLibName>tk$(TkMajorVersion)$(TkMinorVersion)t$(TclDebugExt).lib</tkLibName>
 | |
|     <tixDLLName>tix$(TixMajorVersion)$(TixMinorVersion)$(TclDebugExt).dll</tixDLLName>
 | |
|     <tixDLLPath>$(tcltkDir)lib\tix$(TixMajorVersion).$(TixMinorVersion).$(TixPatchLevel)\$(tixDLLName)</tixDLLPath>
 | |
|     <tcltkLib>$(tcltkDir)lib\tcl$(TclMajorVersion)$(TclMinorVersion)t$(TclDebugExt).lib;$(tcltkDir)lib\tk$(TkMajorVersion)$(TkMinorVersion)t$(TclDebugExt).lib</tcltkLib>
 | |
|     <TclMachine>IX86</TclMachine>
 | |
|     <TclMachine Condition="'$(Platform)' == 'x64'">AMD64</TclMachine>
 | |
|     <TclVersions>TCL_MAJOR_VERSION=$(TclMajorVersion) TCL_MINOR_VERSION=$(TclMinorVersion) TCL_PATCH_LEVEL=$(TclPatchLevel)</TclVersions>
 | |
|     <TclShortVersions>TCL_MAJOR=$(TclMajorVersion) TCL_MINOR=$(TclMinorVersion) TCL_PATCH=$(TclPatchLevel)</TclShortVersions>
 | |
|     <TkVersions>TK_MAJOR_VERSION=$(TkMajorVersion) TK_MINOR_VERSION=$(TkMinorVersion) TK_PATCH_LEVEL=$(TkPatchLevel)</TkVersions>
 | |
| 
 | |
|     <BuildDirTop>Release</BuildDirTop>
 | |
|     <BuildDirTop Condition="$(Configuration) == 'Debug'">Debug</BuildDirTop>
 | |
|     <BuildDirTop Condition="$(TclMachine) != 'IX86'">$(BuildDirTop)_$(TclMachine)</BuildDirTop>
 | |
|     <BuildDirTop Condition="$(VisualStudioVersion) == '14.0'">$(BuildDirTop)_VC13</BuildDirTop>
 | |
|     <BuildDirTop Condition="$(VisualStudioVersion) == '12.0'">$(BuildDirTop)_VC12</BuildDirTop>
 | |
|     <BuildDirTop Condition="$(VisualStudioVersion) == '11.0'">$(BuildDirTop)_VC11</BuildDirTop>
 | |
|     <BuildDirTop Condition="$(VisualStudioVersion) == '10.0'">$(BuildDirTop)_VC10</BuildDirTop>
 | |
|   </PropertyGroup>
 | |
| </Project> |