[mapguide-commits] r6294 - sandbox/adsk/vik/Server

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Mon Dec 5 15:40:39 EST 2011


Author: traianstanev
Date: 2011-12-05 12:40:39 -0800 (Mon, 05 Dec 2011)
New Revision: 6294

Modified:
   sandbox/adsk/vik/Server/MgLean.sln
Log:
Added the CSMap library project file to the solution, so that it gets compiled automatically whenever CSMap changes.

Modified: sandbox/adsk/vik/Server/MgLean.sln
===================================================================
--- sandbox/adsk/vik/Server/MgLean.sln	2011-12-05 20:40:01 UTC (rev 6293)
+++ sandbox/adsk/vik/Server/MgLean.sln	2011-12-05 20:40:39 UTC (rev 6294)
@@ -3,7 +3,12 @@
 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Foundation", "..\Common\Foundation\Foundation.vcxproj", "{A82ADC7D-4DA4-42F2-9BF6-DF5DCFB44425}"
 EndProject
 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Geometry", "..\Common\Geometry\Geometry.vcxproj", "{D954DAAC-E305-40CE-B3F3-C229A0BEF4F0}"
+	ProjectSection(ProjectDependencies) = postProject
+		{F36FF087-3739-4458-96F3-56799FC3E3D2} = {F36FF087-3739-4458-96F3-56799FC3E3D2}
+	EndProjectSection
 EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Library", "..\Oem\CsMap\VC100\Library.vcxproj", "{F36FF087-3739-4458-96F3-56799FC3E3D2}"
+EndProject
 Global
 	GlobalSection(SolutionConfigurationPlatforms) = preSolution
 		Debug|Win32 = Debug|Win32
@@ -28,6 +33,14 @@
 		{D954DAAC-E305-40CE-B3F3-C229A0BEF4F0}.Release|Win32.Build.0 = Release|Win32
 		{D954DAAC-E305-40CE-B3F3-C229A0BEF4F0}.Release|x64.ActiveCfg = Release|x64
 		{D954DAAC-E305-40CE-B3F3-C229A0BEF4F0}.Release|x64.Build.0 = Release|x64
+		{F36FF087-3739-4458-96F3-56799FC3E3D2}.Debug|Win32.ActiveCfg = Debug|Win32
+		{F36FF087-3739-4458-96F3-56799FC3E3D2}.Debug|Win32.Build.0 = Debug|Win32
+		{F36FF087-3739-4458-96F3-56799FC3E3D2}.Debug|x64.ActiveCfg = Debug|x64
+		{F36FF087-3739-4458-96F3-56799FC3E3D2}.Debug|x64.Build.0 = Debug|x64
+		{F36FF087-3739-4458-96F3-56799FC3E3D2}.Release|Win32.ActiveCfg = Release|Win32
+		{F36FF087-3739-4458-96F3-56799FC3E3D2}.Release|Win32.Build.0 = Release|Win32
+		{F36FF087-3739-4458-96F3-56799FC3E3D2}.Release|x64.ActiveCfg = Release|x64
+		{F36FF087-3739-4458-96F3-56799FC3E3D2}.Release|x64.Build.0 = Release|x64
 	EndGlobalSection
 	GlobalSection(SolutionProperties) = preSolution
 		HideSolutionNode = FALSE



More information about the mapguide-commits mailing list