[Python-checkins] r59228 - python/trunk/PCbuild9/pcbuild.sln

amaury.forgeotdarc python-checkins at python.org
Thu Nov 29 21:24:37 CET 2007


Author: amaury.forgeotdarc
Date: Thu Nov 29 21:24:36 2007
New Revision: 59228

Modified:
   python/trunk/PCbuild9/pcbuild.sln
Log:
vc2008: Move python.vcproj first in the solution file, so that
it becomes the default startup project when opening the file
for the first time.


Modified: python/trunk/PCbuild9/pcbuild.sln
==============================================================================
--- python/trunk/PCbuild9/pcbuild.sln	(original)
+++ python/trunk/PCbuild9/pcbuild.sln	Thu Nov 29 21:24:36 2007
@@ -1,13 +1,13 @@
 Microsoft Visual Studio Solution File, Format Version 10.00
 # Visual Studio 2008
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "make_versioninfo", "make_versioninfo.vcproj", "{F0E0541E-F17D-430B-97C4-93ADF0DD284E}"
-EndProject
 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "python", "python.vcproj", "{B11D750F-CD1F-4A96-85CE-E69A5C5259F9}"
 	ProjectSection(ProjectDependencies) = postProject
 		{CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26} = {CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26}
 		{E9E0A1F6-0009-4E8C-B8F8-1B8F5D49A058} = {E9E0A1F6-0009-4E8C-B8F8-1B8F5D49A058}
 	EndProjectSection
 EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "make_versioninfo", "make_versioninfo.vcproj", "{F0E0541E-F17D-430B-97C4-93ADF0DD284E}"
+EndProject
 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pythoncore", "pythoncore.vcproj", "{CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26}"
 	ProjectSection(ProjectDependencies) = postProject
 		{F0E0541E-F17D-430B-97C4-93ADF0DD284E} = {F0E0541E-F17D-430B-97C4-93ADF0DD284E}


More information about the Python-checkins mailing list