[mapguide-commits] r5926 - trunk/MgDev/Common/PlatformBase

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Wed Jun 8 22:18:09 EDT 2011


Author: christinebao
Date: 2011-06-08 19:18:09 -0700 (Wed, 08 Jun 2011)
New Revision: 5926

Modified:
   trunk/MgDev/Common/PlatformBase/PlatformBase.vcxproj
Log:
Remove the references in "Frameworks and Reference", use old way of lib input to reference the lib.
This is because Server meets problem of using wrong lib (release PlatformBase.vcxproj uses debug ACEd.lib) if keep them both.

Modified: trunk/MgDev/Common/PlatformBase/PlatformBase.vcxproj
===================================================================
--- trunk/MgDev/Common/PlatformBase/PlatformBase.vcxproj	2011-06-07 03:09:51 UTC (rev 5925)
+++ trunk/MgDev/Common/PlatformBase/PlatformBase.vcxproj	2011-06-09 02:18:09 UTC (rev 5926)
@@ -980,9 +980,6 @@
     <ResourceCompile Include="PlatformBase.rc" />
   </ItemGroup>
   <ItemGroup>
-    <ProjectReference Include="..\..\Oem\ACE\ACE_wrappers\ace\ACE.vcxproj">
-      <Project>{bd537c9a-feca-1bad-6757-8a6363336a1c}</Project>
-    </ProjectReference>
     <ProjectReference Include="..\Foundation\Foundation.vcxproj">
       <Project>{a82adc7d-4da4-42f2-9bf6-df5dcfb44425}</Project>
     </ProjectReference>



More information about the mapguide-commits mailing list