[mapguide-commits] r5778 - in trunk/MgDev: Common/Foundation Common/MapGuideCommon Server/src/Common/Base Server/src/Services/Drawing Server/src/Services/Feature Server/src/Services/Kml Server/src/Services/Mapping Server/src/Services/Rendering Server/src/Services/Resource Server/src/Services/ServerAdmin Server/src/Services/Site Server/src/Services/Tile Server/src/UnitTesting

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Wed May 11 04:55:49 EDT 2011


Author: christinebao
Date: 2011-05-11 01:55:49 -0700 (Wed, 11 May 2011)
New Revision: 5778

Modified:
   trunk/MgDev/Common/Foundation/Foundation.vcxproj
   trunk/MgDev/Common/MapGuideCommon/MapGuideCommon.vcxproj
   trunk/MgDev/Server/src/Common/Base/ServerBase.vcxproj
   trunk/MgDev/Server/src/Services/Drawing/ServerDrawingService.vcxproj
   trunk/MgDev/Server/src/Services/Feature/ServerFeatureService.vcxproj
   trunk/MgDev/Server/src/Services/Kml/ServerKmlService.vcxproj
   trunk/MgDev/Server/src/Services/Mapping/ServerMappingService.vcxproj
   trunk/MgDev/Server/src/Services/Rendering/ServerRenderingService.vcxproj
   trunk/MgDev/Server/src/Services/Resource/ServerResourceService.vcxproj
   trunk/MgDev/Server/src/Services/ServerAdmin/ServerAdminService.vcxproj
   trunk/MgDev/Server/src/Services/Site/ServerSiteService.vcxproj
   trunk/MgDev/Server/src/Services/Tile/ServerTileService.vcxproj
   trunk/MgDev/Server/src/UnitTesting/UnitTesting.vcxproj
Log:
Port server_mentor to VS2010.

Modified: trunk/MgDev/Common/Foundation/Foundation.vcxproj
===================================================================
--- trunk/MgDev/Common/Foundation/Foundation.vcxproj	2011-05-11 08:26:05 UTC (rev 5777)
+++ trunk/MgDev/Common/Foundation/Foundation.vcxproj	2011-05-11 08:55:49 UTC (rev 5778)
@@ -908,6 +908,10 @@
     <ResourceCompile Include="Foundation.rc" />
   </ItemGroup>
   <ItemGroup>
+    <ProjectReference Include="..\..\..\Server\src\PreBuild\PreBuild_Mentor.vcxproj">
+      <Project>{a621c011-61bf-43a8-9d80-bc35858ddcfa}</Project>
+      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
+    </ProjectReference>
     <ProjectReference Include="..\..\Oem\ACE\ACE_wrappers\ace\ACE.vcxproj">
       <Project>{bd537c9a-feca-1bad-6757-8a6363336a1c}</Project>
       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>

Modified: trunk/MgDev/Common/MapGuideCommon/MapGuideCommon.vcxproj
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/MapGuideCommon.vcxproj	2011-05-11 08:26:05 UTC (rev 5777)
+++ trunk/MgDev/Common/MapGuideCommon/MapGuideCommon.vcxproj	2011-05-11 08:55:49 UTC (rev 5778)
@@ -109,6 +109,7 @@
       </DataExecutionPrevention>
       <ImportLibrary>..\lib\debug\MgMapGuideCommond.lib</ImportLibrary>
       <TargetMachine>MachineX86</TargetMachine>
+      <ForceFileOutput>MultiplyDefinedSymbolOnly</ForceFileOutput>
     </Link>
   </ItemDefinitionGroup>
   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
@@ -133,6 +134,7 @@
       </DataExecutionPrevention>
       <ImportLibrary>..\lib\debug64\MgMapGuideCommond.lib</ImportLibrary>
       <TargetMachine>MachineX64</TargetMachine>
+      <ForceFileOutput>MultiplyDefinedSymbolOnly</ForceFileOutput>
     </Link>
   </ItemDefinitionGroup>
   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
@@ -157,6 +159,7 @@
       </DataExecutionPrevention>
       <ImportLibrary>..\lib\release\MgMapGuideCommon.lib</ImportLibrary>
       <TargetMachine>MachineX86</TargetMachine>
+      <ForceFileOutput>MultiplyDefinedSymbolOnly</ForceFileOutput>
     </Link>
   </ItemDefinitionGroup>
   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
@@ -181,6 +184,7 @@
       </DataExecutionPrevention>
       <ImportLibrary>..\lib\release64\MgMapGuideCommon.lib</ImportLibrary>
       <TargetMachine>MachineX64</TargetMachine>
+      <ForceFileOutput>MultiplyDefinedSymbolOnly</ForceFileOutput>
     </Link>
   </ItemDefinitionGroup>
   <ItemGroup>
@@ -1027,6 +1031,10 @@
     <ResourceCompile Include="MapGuideCommon.rc" />
   </ItemGroup>
   <ItemGroup>
+    <ProjectReference Include="..\..\..\Common\Security\Security.vcxproj">
+      <Project>{7c1c5695-c51c-4017-abef-bc3032cbaf3b}</Project>
+      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
+    </ProjectReference>
     <ProjectReference Include="..\Foundation\Foundation.vcxproj">
       <Project>{a82adc7d-4da4-42f2-9bf6-df5dcfb44425}</Project>
       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>

Modified: trunk/MgDev/Server/src/Common/Base/ServerBase.vcxproj
===================================================================
--- trunk/MgDev/Server/src/Common/Base/ServerBase.vcxproj	2011-05-11 08:26:05 UTC (rev 5777)
+++ trunk/MgDev/Server/src/Common/Base/ServerBase.vcxproj	2011-05-11 08:55:49 UTC (rev 5778)
@@ -229,6 +229,10 @@
     <ResourceCompile Include="ServerBase.rc" />
   </ItemGroup>
   <ItemGroup>
+    <ProjectReference Include="..\..\..\..\..\Server\src\Common\Manager\ServerManager.vcxproj">
+      <Project>{adbf25e2-c629-4832-b315-f12abde05632}</Project>
+      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
+    </ProjectReference>
     <ProjectReference Include="..\..\..\..\Common\Foundation\Foundation.vcxproj">
       <Project>{a82adc7d-4da4-42f2-9bf6-df5dcfb44425}</Project>
       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>

Modified: trunk/MgDev/Server/src/Services/Drawing/ServerDrawingService.vcxproj
===================================================================
--- trunk/MgDev/Server/src/Services/Drawing/ServerDrawingService.vcxproj	2011-05-11 08:26:05 UTC (rev 5777)
+++ trunk/MgDev/Server/src/Services/Drawing/ServerDrawingService.vcxproj	2011-05-11 08:55:49 UTC (rev 5778)
@@ -311,6 +311,10 @@
     <ResourceCompile Include="ServerDrawingService.rc" />
   </ItemGroup>
   <ItemGroup>
+    <ProjectReference Include="..\..\..\..\..\Server\src\Common\Manager\ServerManager.vcxproj">
+      <Project>{adbf25e2-c629-4832-b315-f12abde05632}</Project>
+      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
+    </ProjectReference>
     <ProjectReference Include="..\..\..\..\Common\Foundation\Foundation.vcxproj">
       <Project>{a82adc7d-4da4-42f2-9bf6-df5dcfb44425}</Project>
       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>

Modified: trunk/MgDev/Server/src/Services/Feature/ServerFeatureService.vcxproj
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/ServerFeatureService.vcxproj	2011-05-11 08:26:05 UTC (rev 5777)
+++ trunk/MgDev/Server/src/Services/Feature/ServerFeatureService.vcxproj	2011-05-11 08:55:49 UTC (rev 5778)
@@ -112,6 +112,7 @@
       </DataExecutionPrevention>
       <ImportLibrary>..\..\..\lib\debug\MgServerFeatureServiced.lib</ImportLibrary>
       <TargetMachine>MachineX86</TargetMachine>
+      <ForceFileOutput>MultiplyDefinedSymbolOnly</ForceFileOutput>
     </Link>
   </ItemDefinitionGroup>
   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
@@ -139,6 +140,7 @@
       </DataExecutionPrevention>
       <ImportLibrary>..\..\..\lib\debug64\MgServerFeatureServiced.lib</ImportLibrary>
       <TargetMachine>MachineX64</TargetMachine>
+      <ForceFileOutput>MultiplyDefinedSymbolOnly</ForceFileOutput>
     </Link>
   </ItemDefinitionGroup>
   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
@@ -166,6 +168,7 @@
       </DataExecutionPrevention>
       <ImportLibrary>..\..\..\lib\release\MgServerFeatureService.lib</ImportLibrary>
       <TargetMachine>MachineX86</TargetMachine>
+      <ForceFileOutput>MultiplyDefinedSymbolOnly</ForceFileOutput>
     </Link>
   </ItemDefinitionGroup>
   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
@@ -194,6 +197,7 @@
       </DataExecutionPrevention>
       <ImportLibrary>..\..\..\lib\release64\MgServerFeatureService.lib</ImportLibrary>
       <TargetMachine>MachineX64</TargetMachine>
+      <ForceFileOutput>MultiplyDefinedSymbolOnly</ForceFileOutput>
     </Link>
   </ItemDefinitionGroup>
   <ItemGroup>
@@ -870,6 +874,14 @@
     <ResourceCompile Include="ServerFeatureService.rc" />
   </ItemGroup>
   <ItemGroup>
+    <ProjectReference Include="..\..\..\..\..\Common\Security\Security.vcxproj">
+      <Project>{7c1c5695-c51c-4017-abef-bc3032cbaf3b}</Project>
+      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
+    </ProjectReference>
+    <ProjectReference Include="..\..\..\..\..\Server\src\Common\Manager\ServerManager.vcxproj">
+      <Project>{adbf25e2-c629-4832-b315-f12abde05632}</Project>
+      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
+    </ProjectReference>
     <ProjectReference Include="..\..\..\..\Common\Foundation\Foundation.vcxproj">
       <Project>{a82adc7d-4da4-42f2-9bf6-df5dcfb44425}</Project>
       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>

Modified: trunk/MgDev/Server/src/Services/Kml/ServerKmlService.vcxproj
===================================================================
--- trunk/MgDev/Server/src/Services/Kml/ServerKmlService.vcxproj	2011-05-11 08:26:05 UTC (rev 5777)
+++ trunk/MgDev/Server/src/Services/Kml/ServerKmlService.vcxproj	2011-05-11 08:55:49 UTC (rev 5778)
@@ -257,6 +257,10 @@
     <ResourceCompile Include="ServerKmlService.rc" />
   </ItemGroup>
   <ItemGroup>
+    <ProjectReference Include="..\..\..\..\..\Server\src\Common\Manager\ServerManager.vcxproj">
+      <Project>{adbf25e2-c629-4832-b315-f12abde05632}</Project>
+      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
+    </ProjectReference>
     <ProjectReference Include="..\..\..\..\Common\Foundation\Foundation.vcxproj">
       <Project>{a82adc7d-4da4-42f2-9bf6-df5dcfb44425}</Project>
       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>

Modified: trunk/MgDev/Server/src/Services/Mapping/ServerMappingService.vcxproj
===================================================================
--- trunk/MgDev/Server/src/Services/Mapping/ServerMappingService.vcxproj	2011-05-11 08:26:05 UTC (rev 5777)
+++ trunk/MgDev/Server/src/Services/Mapping/ServerMappingService.vcxproj	2011-05-11 08:55:49 UTC (rev 5778)
@@ -340,6 +340,10 @@
     <ResourceCompile Include="ServerMappingService.rc" />
   </ItemGroup>
   <ItemGroup>
+    <ProjectReference Include="..\..\..\..\..\Server\src\Common\Manager\ServerManager.vcxproj">
+      <Project>{adbf25e2-c629-4832-b315-f12abde05632}</Project>
+      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
+    </ProjectReference>
     <ProjectReference Include="..\..\..\..\Common\Foundation\Foundation.vcxproj">
       <Project>{a82adc7d-4da4-42f2-9bf6-df5dcfb44425}</Project>
       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>

Modified: trunk/MgDev/Server/src/Services/Rendering/ServerRenderingService.vcxproj
===================================================================
--- trunk/MgDev/Server/src/Services/Rendering/ServerRenderingService.vcxproj	2011-05-11 08:26:05 UTC (rev 5777)
+++ trunk/MgDev/Server/src/Services/Rendering/ServerRenderingService.vcxproj	2011-05-11 08:55:49 UTC (rev 5778)
@@ -292,6 +292,10 @@
     <ResourceCompile Include="ServerRenderingService.rc" />
   </ItemGroup>
   <ItemGroup>
+    <ProjectReference Include="..\..\..\..\..\Server\src\Common\Manager\ServerManager.vcxproj">
+      <Project>{adbf25e2-c629-4832-b315-f12abde05632}</Project>
+      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
+    </ProjectReference>
     <ProjectReference Include="..\..\..\..\Common\Foundation\Foundation.vcxproj">
       <Project>{a82adc7d-4da4-42f2-9bf6-df5dcfb44425}</Project>
       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>

Modified: trunk/MgDev/Server/src/Services/Resource/ServerResourceService.vcxproj
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/ServerResourceService.vcxproj	2011-05-11 08:26:05 UTC (rev 5777)
+++ trunk/MgDev/Server/src/Services/Resource/ServerResourceService.vcxproj	2011-05-11 08:55:49 UTC (rev 5778)
@@ -111,6 +111,7 @@
       </DataExecutionPrevention>
       <ImportLibrary>..\..\..\lib\debug\MgServerResourceServiced.lib</ImportLibrary>
       <TargetMachine>MachineX86</TargetMachine>
+      <ForceFileOutput>MultiplyDefinedSymbolOnly</ForceFileOutput>
     </Link>
   </ItemDefinitionGroup>
   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
@@ -137,6 +138,7 @@
       </DataExecutionPrevention>
       <ImportLibrary>..\..\..\lib\debug64\MgServerResourceServiced.lib</ImportLibrary>
       <TargetMachine>MachineX64</TargetMachine>
+      <ForceFileOutput>MultiplyDefinedSymbolOnly</ForceFileOutput>
     </Link>
   </ItemDefinitionGroup>
   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
@@ -163,6 +165,7 @@
       </DataExecutionPrevention>
       <ImportLibrary>..\..\..\lib\release\MgServerResourceService.lib</ImportLibrary>
       <TargetMachine>MachineX86</TargetMachine>
+      <ForceFileOutput>MultiplyDefinedSymbolOnly</ForceFileOutput>
     </Link>
   </ItemDefinitionGroup>
   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
@@ -189,6 +192,7 @@
       </DataExecutionPrevention>
       <ImportLibrary>..\..\..\lib\release64\MgServerResourceService.lib</ImportLibrary>
       <TargetMachine>MachineX64</TargetMachine>
+      <ForceFileOutput>MultiplyDefinedSymbolOnly</ForceFileOutput>
     </Link>
   </ItemDefinitionGroup>
   <ItemGroup>
@@ -755,6 +759,14 @@
     <ResourceCompile Include="ServerResourceService.rc" />
   </ItemGroup>
   <ItemGroup>
+    <ProjectReference Include="..\..\..\..\..\Common\Security\Security.vcxproj">
+      <Project>{7c1c5695-c51c-4017-abef-bc3032cbaf3b}</Project>
+      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
+    </ProjectReference>
+    <ProjectReference Include="..\..\..\..\..\Server\src\Common\Manager\ServerManager.vcxproj">
+      <Project>{adbf25e2-c629-4832-b315-f12abde05632}</Project>
+      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
+    </ProjectReference>
     <ProjectReference Include="..\..\..\..\Common\Foundation\Foundation.vcxproj">
       <Project>{a82adc7d-4da4-42f2-9bf6-df5dcfb44425}</Project>
       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>

Modified: trunk/MgDev/Server/src/Services/ServerAdmin/ServerAdminService.vcxproj
===================================================================
--- trunk/MgDev/Server/src/Services/ServerAdmin/ServerAdminService.vcxproj	2011-05-11 08:26:05 UTC (rev 5777)
+++ trunk/MgDev/Server/src/Services/ServerAdmin/ServerAdminService.vcxproj	2011-05-11 08:55:49 UTC (rev 5778)
@@ -456,6 +456,10 @@
     <ResourceCompile Include="ServerAdminService.rc" />
   </ItemGroup>
   <ItemGroup>
+    <ProjectReference Include="..\..\..\..\..\Server\src\Common\Manager\ServerManager.vcxproj">
+      <Project>{adbf25e2-c629-4832-b315-f12abde05632}</Project>
+      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
+    </ProjectReference>
     <ProjectReference Include="..\..\..\..\Common\Foundation\Foundation.vcxproj">
       <Project>{a82adc7d-4da4-42f2-9bf6-df5dcfb44425}</Project>
       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>

Modified: trunk/MgDev/Server/src/Services/Site/ServerSiteService.vcxproj
===================================================================
--- trunk/MgDev/Server/src/Services/Site/ServerSiteService.vcxproj	2011-05-11 08:26:05 UTC (rev 5777)
+++ trunk/MgDev/Server/src/Services/Site/ServerSiteService.vcxproj	2011-05-11 08:55:49 UTC (rev 5778)
@@ -111,6 +111,7 @@
       </DataExecutionPrevention>
       <ImportLibrary>..\..\..\lib\debug\MgServerSiteServiced.lib</ImportLibrary>
       <TargetMachine>MachineX86</TargetMachine>
+      <ForceFileOutput>MultiplyDefinedSymbolOnly</ForceFileOutput>
     </Link>
   </ItemDefinitionGroup>
   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
@@ -137,6 +138,7 @@
       </DataExecutionPrevention>
       <ImportLibrary>..\..\..\lib\debug64\MgServerSiteServiced.lib</ImportLibrary>
       <TargetMachine>MachineX64</TargetMachine>
+      <ForceFileOutput>MultiplyDefinedSymbolOnly</ForceFileOutput>
     </Link>
   </ItemDefinitionGroup>
   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
@@ -163,6 +165,7 @@
       </DataExecutionPrevention>
       <ImportLibrary>..\..\..\lib\release\MgServerSiteService.lib</ImportLibrary>
       <TargetMachine>MachineX86</TargetMachine>
+      <ForceFileOutput>MultiplyDefinedSymbolOnly</ForceFileOutput>
     </Link>
   </ItemDefinitionGroup>
   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
@@ -189,6 +192,7 @@
       </DataExecutionPrevention>
       <ImportLibrary>..\..\..\lib\release64\MgServerSiteService.lib</ImportLibrary>
       <TargetMachine>MachineX64</TargetMachine>
+      <ForceFileOutput>MultiplyDefinedSymbolOnly</ForceFileOutput>
     </Link>
   </ItemDefinitionGroup>
   <ItemGroup>
@@ -419,6 +423,14 @@
     <ResourceCompile Include="ServerSiteService.rc" />
   </ItemGroup>
   <ItemGroup>
+    <ProjectReference Include="..\..\..\..\..\Common\Security\Security.vcxproj">
+      <Project>{7c1c5695-c51c-4017-abef-bc3032cbaf3b}</Project>
+      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
+    </ProjectReference>
+    <ProjectReference Include="..\..\..\..\..\Server\src\Common\Manager\ServerManager.vcxproj">
+      <Project>{adbf25e2-c629-4832-b315-f12abde05632}</Project>
+      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
+    </ProjectReference>
     <ProjectReference Include="..\..\..\..\Common\Foundation\Foundation.vcxproj">
       <Project>{a82adc7d-4da4-42f2-9bf6-df5dcfb44425}</Project>
       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>

Modified: trunk/MgDev/Server/src/Services/Tile/ServerTileService.vcxproj
===================================================================
--- trunk/MgDev/Server/src/Services/Tile/ServerTileService.vcxproj	2011-05-11 08:26:05 UTC (rev 5777)
+++ trunk/MgDev/Server/src/Services/Tile/ServerTileService.vcxproj	2011-05-11 08:55:49 UTC (rev 5778)
@@ -278,6 +278,10 @@
     <ResourceCompile Include="ServerTileService.rc" />
   </ItemGroup>
   <ItemGroup>
+    <ProjectReference Include="..\..\..\..\..\Server\src\Common\Manager\ServerManager.vcxproj">
+      <Project>{adbf25e2-c629-4832-b315-f12abde05632}</Project>
+      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
+    </ProjectReference>
     <ProjectReference Include="..\..\..\..\Common\Foundation\Foundation.vcxproj">
       <Project>{a82adc7d-4da4-42f2-9bf6-df5dcfb44425}</Project>
       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>

Modified: trunk/MgDev/Server/src/UnitTesting/UnitTesting.vcxproj
===================================================================
--- trunk/MgDev/Server/src/UnitTesting/UnitTesting.vcxproj	2011-05-11 08:26:05 UTC (rev 5777)
+++ trunk/MgDev/Server/src/UnitTesting/UnitTesting.vcxproj	2011-05-11 08:55:49 UTC (rev 5778)
@@ -238,6 +238,18 @@
     <ResourceCompile Include="UnitTesting.rc" />
   </ItemGroup>
   <ItemGroup>
+    <ProjectReference Include="..\..\..\..\Common\Security\Security.vcxproj">
+      <Project>{7c1c5695-c51c-4017-abef-bc3032cbaf3b}</Project>
+      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
+    </ProjectReference>
+    <ProjectReference Include="..\..\..\..\Server\src\Common\Manager\ServerManager.vcxproj">
+      <Project>{adbf25e2-c629-4832-b315-f12abde05632}</Project>
+      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
+    </ProjectReference>
+    <ProjectReference Include="..\..\..\..\Server\src\Core\ServerCore_Mentor.vcxproj">
+      <Project>{78971a60-bd03-43d5-9adf-403a0098a64a}</Project>
+      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
+    </ProjectReference>
     <ProjectReference Include="..\..\..\Common\Foundation\Foundation.vcxproj">
       <Project>{a82adc7d-4da4-42f2-9bf6-df5dcfb44425}</Project>
       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>



More information about the mapguide-commits mailing list