diff options
author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2007-11-29 20:24:36 (GMT) |
---|---|---|
committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2007-11-29 20:24:36 (GMT) |
commit | 59c1b41f5458d623a2c1303e6b92f095bbb7944c (patch) | |
tree | fbba1dbcfa05ed8c6035832837690a6c472beb21 | |
parent | ede3a3218e3c363f9fbfe9f2c365d1a37abc7487 (diff) | |
download | cpython-59c1b41f5458d623a2c1303e6b92f095bbb7944c.zip cpython-59c1b41f5458d623a2c1303e6b92f095bbb7944c.tar.gz cpython-59c1b41f5458d623a2c1303e6b92f095bbb7944c.tar.bz2 |
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.
-rw-r--r-- | PCbuild9/pcbuild.sln | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/PCbuild9/pcbuild.sln b/PCbuild9/pcbuild.sln index 1625875..d81c3b4 100644 --- a/PCbuild9/pcbuild.sln +++ b/PCbuild9/pcbuild.sln @@ -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} |