[Cmake] CMake doesn't work with latest VS7 release

rbb at rkbloom.net rbb at rkbloom.net
Wed Apr 30 15:41:33 EDT 2003


Thanks for all the help getting this diff generated.  Here it is,
simple.sln is the converted file, simple.sln.old is what CMake is spitting
out.  It doesn't look like there is a huge difference between them, so it
should just be tweaking the current generator.

Ryan

--- simple.sln.old	Wed Apr 30 12:17:25 2003
+++ simple.sln	Wed Apr 30 12:19:01 2003
@@ -1,19 +1,23 @@
-Microsoft Visual Studio Solution File, Format Version 7.00
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ALL_BUILD", ".\ALL_BUILD.vcproj", "{D6B981D1-C658-410A-90CE-24D90F6CCD65}"
+Microsoft Visual Studio Solution File, Format Version 8.00
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ALL_BUILD", "ALL_BUILD.vcproj", "{D6B981D1-C658-410A-90CE-24D90F6CCD65}"
+	ProjectSection(ProjectDependencies) = postProject
+		{A3761F58-435D-4BD6-9887-009B0636A08B} = {A3761F58-435D-4BD6-9887-009B0636A08B}
+		{C6609444-D91D-4F2E-80AF-573CE9092DB7} = {C6609444-D91D-4F2E-80AF-573CE9092DB7}
+	EndProjectSection
 EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "simple", ".\simple.vcproj", "{C6609444-D91D-4F2E-80AF-573CE9092DB7}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "simple", "simple.vcproj", "{C6609444-D91D-4F2E-80AF-573CE9092DB7}"
+	ProjectSection(ProjectDependencies) = postProject
+		{A3761F58-435D-4BD6-9887-009B0636A08B} = {A3761F58-435D-4BD6-9887-009B0636A08B}
+	EndProjectSection
 EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "simpleLib", ".\simpleLib.vcproj", "{A3761F58-435D-4BD6-9887-009B0636A08B}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "simpleLib", "simpleLib.vcproj", "{A3761F58-435D-4BD6-9887-009B0636A08B}"
+	ProjectSection(ProjectDependencies) = postProject
+	EndProjectSection
 EndProject
 Global
 	GlobalSection(SolutionConfiguration) = preSolution
-		ConfigName.0 = Debug
-		ConfigName.1 = Release
-	EndGlobalSection
-	GlobalSection(ProjectDependencies) = postSolution
-		{D6B981D1-C658-410A-90CE-24D90F6CCD65}.0 = {C6609444-D91D-4F2E-80AF-573CE9092DB7}
-		{D6B981D1-C658-410A-90CE-24D90F6CCD65}.1 = {A3761F58-435D-4BD6-9887-009B0636A08B}
-		{C6609444-D91D-4F2E-80AF-573CE9092DB7}.0 = {A3761F58-435D-4BD6-9887-009B0636A08B}
+		Debug = Debug
+		Release = Release
 	EndGlobalSection
 	GlobalSection(ProjectConfiguration) = postSolution
 		{D6B981D1-C658-410A-90CE-24D90F6CCD65}.Debug.ActiveCfg = Debug|Win32





More information about the CMake mailing list