As usual while waiting for the next release - don't forget to check the nightly builds in the forum.
Microsoft Visual Studio Solution File, Format Version 8.00Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AProject", "AProjectDir/AProject.vcproj", "{7E96EEFA-0938-4083-8DA0-B52FC332A7A0}" ProjectSection(ProjectDependencies) = postProject EndProjectSectionEndProject ...Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MainProject", "MainProjectDir/MainProject.vcproj", "{68625DD6-6872-47E8-A870-E3A311B5DE4C}" ProjectSection(ProjectDependencies) = postProject {7E96EEFA-0938-4083-8DA0-B52FC332A7A0} = {7E96EEFA-0938-4083-8DA0-B52FC332A7A0} ... EndProjectSectionEndProject ...Global GlobalSection(SolutionConfiguration) = preSolution Debug = Debug Release = Release EndGlobalSection GlobalSection(ProjectConfiguration) = postSolution {7E96EEFA-0938-4083-8DA0-B52FC332A7A0}.Debug.ActiveCfg = Debug|Win32 {7E96EEFA-0938-4083-8DA0-B52FC332A7A0}.Debug.Build.0 = Debug|Win32 {7E96EEFA-0938-4083-8DA0-B52FC332A7A0}.Release.ActiveCfg = Release|Win32 {7E96EEFA-0938-4083-8DA0-B52FC332A7A0}.Release.Build.0 = Release|Win32 ... EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution EndGlobalSection GlobalSection(ExtensibilityAddIns) = postSolution EndGlobalSectionEndGlobal