[mapguide-commits] r4652 - in trunk/MgDev/Server/src: Common/Base Common/Cache Common/Manager Common/Thread Core Gws/GwsCommon Gws/GwsQueryEngine Gws/GwsResource Gws/Include Services/Drawing Services/Feature Services/Kml Services/Mapping Services/Rendering Services/Resource Services/ServerAdmin Services/Site Services/Tile UnitTesting

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Wed Mar 10 15:48:21 EST 2010


Author: waltweltonlair
Date: 2010-03-10 15:48:20 -0500 (Wed, 10 Mar 2010)
New Revision: 4652

Modified:
   trunk/MgDev/Server/src/Common/Base/ServerBase.vcproj
   trunk/MgDev/Server/src/Common/Cache/ServerCache.vcproj
   trunk/MgDev/Server/src/Common/Manager/ServerManager.vcproj
   trunk/MgDev/Server/src/Common/Thread/ServerThread.vcproj
   trunk/MgDev/Server/src/Core/ServerCore.vcproj
   trunk/MgDev/Server/src/Gws/GwsCommon/GwsCommon.vcproj
   trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsQueryEngine.vcproj
   trunk/MgDev/Server/src/Gws/GwsResource/GwsResource.vcproj
   trunk/MgDev/Server/src/Gws/Include/GwsInclude.vcproj
   trunk/MgDev/Server/src/Services/Drawing/ServerDrawingService.vcproj
   trunk/MgDev/Server/src/Services/Feature/ServerFeatureService.vcproj
   trunk/MgDev/Server/src/Services/Kml/ServerKmlService.vcproj
   trunk/MgDev/Server/src/Services/Mapping/ServerMappingService.vcproj
   trunk/MgDev/Server/src/Services/Rendering/ServerRenderingService.vcproj
   trunk/MgDev/Server/src/Services/Resource/ServerResourceService.vcproj
   trunk/MgDev/Server/src/Services/ServerAdmin/ServerAdminService.vcproj
   trunk/MgDev/Server/src/Services/Site/ServerSiteService.vcproj
   trunk/MgDev/Server/src/Services/Tile/ServerTileService.vcproj
   trunk/MgDev/Server/src/UnitTesting/UnitTesting.vcproj
Log:
Minor project file cleanup.

Modified: trunk/MgDev/Server/src/Common/Base/ServerBase.vcproj
===================================================================
--- trunk/MgDev/Server/src/Common/Base/ServerBase.vcproj	2010-03-10 20:46:31 UTC (rev 4651)
+++ trunk/MgDev/Server/src/Common/Base/ServerBase.vcproj	2010-03-10 20:48:20 UTC (rev 4652)
@@ -119,7 +119,6 @@
 			/>
 			<Tool
 				Name="VCMIDLTool"
-				TargetEnvironment="3"
 			/>
 			<Tool
 				Name="VCCLCompilerTool"
@@ -278,7 +277,6 @@
 			/>
 			<Tool
 				Name="VCMIDLTool"
-				TargetEnvironment="3"
 			/>
 			<Tool
 				Name="VCCLCompilerTool"

Modified: trunk/MgDev/Server/src/Common/Cache/ServerCache.vcproj
===================================================================
--- trunk/MgDev/Server/src/Common/Cache/ServerCache.vcproj	2010-03-10 20:46:31 UTC (rev 4651)
+++ trunk/MgDev/Server/src/Common/Cache/ServerCache.vcproj	2010-03-10 20:48:20 UTC (rev 4652)
@@ -118,7 +118,6 @@
 			/>
 			<Tool
 				Name="VCMIDLTool"
-				TargetEnvironment="3"
 			/>
 			<Tool
 				Name="VCCLCompilerTool"
@@ -275,7 +274,6 @@
 			/>
 			<Tool
 				Name="VCMIDLTool"
-				TargetEnvironment="3"
 			/>
 			<Tool
 				Name="VCCLCompilerTool"

Modified: trunk/MgDev/Server/src/Common/Manager/ServerManager.vcproj
===================================================================
--- trunk/MgDev/Server/src/Common/Manager/ServerManager.vcproj	2010-03-10 20:46:31 UTC (rev 4651)
+++ trunk/MgDev/Server/src/Common/Manager/ServerManager.vcproj	2010-03-10 20:48:20 UTC (rev 4652)
@@ -121,7 +121,6 @@
 			/>
 			<Tool
 				Name="VCMIDLTool"
-				TargetEnvironment="3"
 			/>
 			<Tool
 				Name="VCCLCompilerTool"
@@ -283,7 +282,6 @@
 			/>
 			<Tool
 				Name="VCMIDLTool"
-				TargetEnvironment="3"
 			/>
 			<Tool
 				Name="VCCLCompilerTool"

Modified: trunk/MgDev/Server/src/Common/Thread/ServerThread.vcproj
===================================================================
--- trunk/MgDev/Server/src/Common/Thread/ServerThread.vcproj	2010-03-10 20:46:31 UTC (rev 4651)
+++ trunk/MgDev/Server/src/Common/Thread/ServerThread.vcproj	2010-03-10 20:48:20 UTC (rev 4652)
@@ -118,7 +118,6 @@
 			/>
 			<Tool
 				Name="VCMIDLTool"
-				TargetEnvironment="3"
 			/>
 			<Tool
 				Name="VCCLCompilerTool"
@@ -275,7 +274,6 @@
 			/>
 			<Tool
 				Name="VCMIDLTool"
-				TargetEnvironment="3"
 			/>
 			<Tool
 				Name="VCCLCompilerTool"

Modified: trunk/MgDev/Server/src/Core/ServerCore.vcproj
===================================================================
--- trunk/MgDev/Server/src/Core/ServerCore.vcproj	2010-03-10 20:46:31 UTC (rev 4651)
+++ trunk/MgDev/Server/src/Core/ServerCore.vcproj	2010-03-10 20:48:20 UTC (rev 4652)
@@ -120,7 +120,6 @@
 			/>
 			<Tool
 				Name="VCMIDLTool"
-				TargetEnvironment="3"
 			/>
 			<Tool
 				Name="VCCLCompilerTool"
@@ -285,7 +284,6 @@
 			/>
 			<Tool
 				Name="VCMIDLTool"
-				TargetEnvironment="3"
 			/>
 			<Tool
 				Name="VCCLCompilerTool"

Modified: trunk/MgDev/Server/src/Gws/GwsCommon/GwsCommon.vcproj
===================================================================
--- trunk/MgDev/Server/src/Gws/GwsCommon/GwsCommon.vcproj	2010-03-10 20:46:31 UTC (rev 4651)
+++ trunk/MgDev/Server/src/Gws/GwsCommon/GwsCommon.vcproj	2010-03-10 20:48:20 UTC (rev 4652)
@@ -120,7 +120,6 @@
 			/>
 			<Tool
 				Name="VCMIDLTool"
-				TargetEnvironment="3"
 			/>
 			<Tool
 				Name="VCCLCompilerTool"
@@ -280,7 +279,6 @@
 			/>
 			<Tool
 				Name="VCMIDLTool"
-				TargetEnvironment="3"
 			/>
 			<Tool
 				Name="VCCLCompilerTool"

Modified: trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsQueryEngine.vcproj
===================================================================
--- trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsQueryEngine.vcproj	2010-03-10 20:46:31 UTC (rev 4651)
+++ trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsQueryEngine.vcproj	2010-03-10 20:48:20 UTC (rev 4652)
@@ -123,7 +123,6 @@
 			/>
 			<Tool
 				Name="VCMIDLTool"
-				TargetEnvironment="3"
 			/>
 			<Tool
 				Name="VCCLCompilerTool"
@@ -292,7 +291,6 @@
 			/>
 			<Tool
 				Name="VCMIDLTool"
-				TargetEnvironment="3"
 			/>
 			<Tool
 				Name="VCCLCompilerTool"

Modified: trunk/MgDev/Server/src/Gws/GwsResource/GwsResource.vcproj
===================================================================
--- trunk/MgDev/Server/src/Gws/GwsResource/GwsResource.vcproj	2010-03-10 20:46:31 UTC (rev 4651)
+++ trunk/MgDev/Server/src/Gws/GwsResource/GwsResource.vcproj	2010-03-10 20:48:20 UTC (rev 4652)
@@ -40,8 +40,6 @@
 			/>
 			<Tool
 				Name="VCMIDLTool"
-				PreprocessorDefinitions="_DEBUG"
-				MkTypLibCompatible="false"
 			/>
 			<Tool
 				Name="VCCLCompilerTool"
@@ -123,9 +121,6 @@
 			/>
 			<Tool
 				Name="VCMIDLTool"
-				PreprocessorDefinitions="_DEBUG"
-				MkTypLibCompatible="false"
-				TargetEnvironment="3"
 			/>
 			<Tool
 				Name="VCCLCompilerTool"
@@ -207,8 +202,6 @@
 			/>
 			<Tool
 				Name="VCMIDLTool"
-				PreprocessorDefinitions="NDEBUG"
-				MkTypLibCompatible="false"
 			/>
 			<Tool
 				Name="VCCLCompilerTool"
@@ -289,9 +282,6 @@
 			/>
 			<Tool
 				Name="VCMIDLTool"
-				PreprocessorDefinitions="NDEBUG"
-				MkTypLibCompatible="false"
-				TargetEnvironment="3"
 			/>
 			<Tool
 				Name="VCCLCompilerTool"

Modified: trunk/MgDev/Server/src/Gws/Include/GwsInclude.vcproj
===================================================================
--- trunk/MgDev/Server/src/Gws/Include/GwsInclude.vcproj	2010-03-10 20:46:31 UTC (rev 4651)
+++ trunk/MgDev/Server/src/Gws/Include/GwsInclude.vcproj	2010-03-10 20:48:20 UTC (rev 4652)
@@ -54,7 +54,6 @@
 			/>
 			<Tool
 				Name="VCMIDLTool"
-				TargetEnvironment="3"
 			/>
 			<Tool
 				Name="VCPostBuildEventTool"
@@ -95,7 +94,6 @@
 			/>
 			<Tool
 				Name="VCMIDLTool"
-				TargetEnvironment="3"
 			/>
 			<Tool
 				Name="VCPostBuildEventTool"

Modified: trunk/MgDev/Server/src/Services/Drawing/ServerDrawingService.vcproj
===================================================================
--- trunk/MgDev/Server/src/Services/Drawing/ServerDrawingService.vcproj	2010-03-10 20:46:31 UTC (rev 4651)
+++ trunk/MgDev/Server/src/Services/Drawing/ServerDrawingService.vcproj	2010-03-10 20:48:20 UTC (rev 4652)
@@ -119,7 +119,6 @@
 			/>
 			<Tool
 				Name="VCMIDLTool"
-				TargetEnvironment="3"
 			/>
 			<Tool
 				Name="VCCLCompilerTool"
@@ -278,7 +277,6 @@
 			/>
 			<Tool
 				Name="VCMIDLTool"
-				TargetEnvironment="3"
 			/>
 			<Tool
 				Name="VCCLCompilerTool"

Modified: trunk/MgDev/Server/src/Services/Feature/ServerFeatureService.vcproj
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/ServerFeatureService.vcproj	2010-03-10 20:46:31 UTC (rev 4651)
+++ trunk/MgDev/Server/src/Services/Feature/ServerFeatureService.vcproj	2010-03-10 20:48:20 UTC (rev 4652)
@@ -120,7 +120,6 @@
 			/>
 			<Tool
 				Name="VCMIDLTool"
-				TargetEnvironment="3"
 			/>
 			<Tool
 				Name="VCCLCompilerTool"
@@ -281,7 +280,6 @@
 			/>
 			<Tool
 				Name="VCMIDLTool"
-				TargetEnvironment="3"
 			/>
 			<Tool
 				Name="VCCLCompilerTool"

Modified: trunk/MgDev/Server/src/Services/Kml/ServerKmlService.vcproj
===================================================================
--- trunk/MgDev/Server/src/Services/Kml/ServerKmlService.vcproj	2010-03-10 20:46:31 UTC (rev 4651)
+++ trunk/MgDev/Server/src/Services/Kml/ServerKmlService.vcproj	2010-03-10 20:48:20 UTC (rev 4652)
@@ -119,7 +119,6 @@
 			/>
 			<Tool
 				Name="VCMIDLTool"
-				TargetEnvironment="3"
 			/>
 			<Tool
 				Name="VCCLCompilerTool"
@@ -278,7 +277,6 @@
 			/>
 			<Tool
 				Name="VCMIDLTool"
-				TargetEnvironment="3"
 			/>
 			<Tool
 				Name="VCCLCompilerTool"

Modified: trunk/MgDev/Server/src/Services/Mapping/ServerMappingService.vcproj
===================================================================
--- trunk/MgDev/Server/src/Services/Mapping/ServerMappingService.vcproj	2010-03-10 20:46:31 UTC (rev 4651)
+++ trunk/MgDev/Server/src/Services/Mapping/ServerMappingService.vcproj	2010-03-10 20:48:20 UTC (rev 4652)
@@ -120,7 +120,6 @@
 			/>
 			<Tool
 				Name="VCMIDLTool"
-				TargetEnvironment="3"
 			/>
 			<Tool
 				Name="VCCLCompilerTool"
@@ -281,7 +280,6 @@
 			/>
 			<Tool
 				Name="VCMIDLTool"
-				TargetEnvironment="3"
 			/>
 			<Tool
 				Name="VCCLCompilerTool"

Modified: trunk/MgDev/Server/src/Services/Rendering/ServerRenderingService.vcproj
===================================================================
--- trunk/MgDev/Server/src/Services/Rendering/ServerRenderingService.vcproj	2010-03-10 20:46:31 UTC (rev 4651)
+++ trunk/MgDev/Server/src/Services/Rendering/ServerRenderingService.vcproj	2010-03-10 20:48:20 UTC (rev 4652)
@@ -119,7 +119,6 @@
 			/>
 			<Tool
 				Name="VCMIDLTool"
-				TargetEnvironment="3"
 			/>
 			<Tool
 				Name="VCCLCompilerTool"
@@ -278,7 +277,6 @@
 			/>
 			<Tool
 				Name="VCMIDLTool"
-				TargetEnvironment="3"
 			/>
 			<Tool
 				Name="VCCLCompilerTool"

Modified: trunk/MgDev/Server/src/Services/Resource/ServerResourceService.vcproj
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/ServerResourceService.vcproj	2010-03-10 20:46:31 UTC (rev 4651)
+++ trunk/MgDev/Server/src/Services/Resource/ServerResourceService.vcproj	2010-03-10 20:48:20 UTC (rev 4652)
@@ -119,7 +119,6 @@
 			/>
 			<Tool
 				Name="VCMIDLTool"
-				TargetEnvironment="3"
 			/>
 			<Tool
 				Name="VCCLCompilerTool"
@@ -278,7 +277,6 @@
 			/>
 			<Tool
 				Name="VCMIDLTool"
-				TargetEnvironment="3"
 			/>
 			<Tool
 				Name="VCCLCompilerTool"

Modified: trunk/MgDev/Server/src/Services/ServerAdmin/ServerAdminService.vcproj
===================================================================
--- trunk/MgDev/Server/src/Services/ServerAdmin/ServerAdminService.vcproj	2010-03-10 20:46:31 UTC (rev 4651)
+++ trunk/MgDev/Server/src/Services/ServerAdmin/ServerAdminService.vcproj	2010-03-10 20:48:20 UTC (rev 4652)
@@ -119,7 +119,6 @@
 			/>
 			<Tool
 				Name="VCMIDLTool"
-				TargetEnvironment="3"
 			/>
 			<Tool
 				Name="VCCLCompilerTool"
@@ -278,7 +277,6 @@
 			/>
 			<Tool
 				Name="VCMIDLTool"
-				TargetEnvironment="3"
 			/>
 			<Tool
 				Name="VCCLCompilerTool"

Modified: trunk/MgDev/Server/src/Services/Site/ServerSiteService.vcproj
===================================================================
--- trunk/MgDev/Server/src/Services/Site/ServerSiteService.vcproj	2010-03-10 20:46:31 UTC (rev 4651)
+++ trunk/MgDev/Server/src/Services/Site/ServerSiteService.vcproj	2010-03-10 20:48:20 UTC (rev 4652)
@@ -119,7 +119,6 @@
 			/>
 			<Tool
 				Name="VCMIDLTool"
-				TargetEnvironment="3"
 			/>
 			<Tool
 				Name="VCCLCompilerTool"
@@ -278,7 +277,6 @@
 			/>
 			<Tool
 				Name="VCMIDLTool"
-				TargetEnvironment="3"
 			/>
 			<Tool
 				Name="VCCLCompilerTool"

Modified: trunk/MgDev/Server/src/Services/Tile/ServerTileService.vcproj
===================================================================
--- trunk/MgDev/Server/src/Services/Tile/ServerTileService.vcproj	2010-03-10 20:46:31 UTC (rev 4651)
+++ trunk/MgDev/Server/src/Services/Tile/ServerTileService.vcproj	2010-03-10 20:48:20 UTC (rev 4652)
@@ -119,7 +119,6 @@
 			/>
 			<Tool
 				Name="VCMIDLTool"
-				TargetEnvironment="3"
 			/>
 			<Tool
 				Name="VCCLCompilerTool"
@@ -278,7 +277,6 @@
 			/>
 			<Tool
 				Name="VCMIDLTool"
-				TargetEnvironment="3"
 			/>
 			<Tool
 				Name="VCCLCompilerTool"

Modified: trunk/MgDev/Server/src/UnitTesting/UnitTesting.vcproj
===================================================================
--- trunk/MgDev/Server/src/UnitTesting/UnitTesting.vcproj	2010-03-10 20:46:31 UTC (rev 4651)
+++ trunk/MgDev/Server/src/UnitTesting/UnitTesting.vcproj	2010-03-10 20:48:20 UTC (rev 4652)
@@ -119,7 +119,6 @@
 			/>
 			<Tool
 				Name="VCMIDLTool"
-				TargetEnvironment="3"
 			/>
 			<Tool
 				Name="VCCLCompilerTool"
@@ -278,7 +277,6 @@
 			/>
 			<Tool
 				Name="VCMIDLTool"
-				TargetEnvironment="3"
 			/>
 			<Tool
 				Name="VCCLCompilerTool"



More information about the mapguide-commits mailing list