[mapguide-commits] r1049 - in trunk/MgDev:
Server/src/Common/Manager Server/src/Services/Resource
Web/src/HttpHandler
svn_mapguide at osgeo.org
svn_mapguide at osgeo.org
Mon Jan 15 14:52:09 EST 2007
Author: tonyfang
Date: 2007-01-15 14:52:09 -0500 (Mon, 15 Jan 2007)
New Revision: 1049
Modified:
trunk/MgDev/Server/src/Common/Manager/ServerManager.vcproj
trunk/MgDev/Server/src/Services/Resource/ServerResourceService.vcproj
trunk/MgDev/Web/src/HttpHandler/HttpHandler.vcproj
Log:
MapGuide RFC 2 - Unmanaged Data APIs
- fixed build errors
Modified: trunk/MgDev/Server/src/Common/Manager/ServerManager.vcproj
===================================================================
--- trunk/MgDev/Server/src/Common/Manager/ServerManager.vcproj 2007-01-14 21:57:08 UTC (rev 1048)
+++ trunk/MgDev/Server/src/Common/Manager/ServerManager.vcproj 2007-01-15 19:52:09 UTC (rev 1049)
@@ -802,7 +802,7 @@
RelativePath=".\UnmanagedDataManager.cpp"
>
<FileConfiguration
- Name="Debug|Win32"
+ Name="Release|Win32"
ExcludedFromBuild="true"
>
<Tool
Modified: trunk/MgDev/Server/src/Services/Resource/ServerResourceService.vcproj
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/ServerResourceService.vcproj 2007-01-14 21:57:08 UTC (rev 1048)
+++ trunk/MgDev/Server/src/Services/Resource/ServerResourceService.vcproj 2007-01-15 19:52:09 UTC (rev 1049)
@@ -486,6 +486,14 @@
Name="VCCLCompilerTool"
/>
</FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
</File>
<File
RelativePath=".\OpEnumerateUnmanagedData.h"
@@ -502,6 +510,14 @@
Name="VCCLCompilerTool"
/>
</FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
</File>
<File
RelativePath=".\OpEnumerateUnmanagedDataMappings.h"
Modified: trunk/MgDev/Web/src/HttpHandler/HttpHandler.vcproj
===================================================================
--- trunk/MgDev/Web/src/HttpHandler/HttpHandler.vcproj 2007-01-14 21:57:08 UTC (rev 1048)
+++ trunk/MgDev/Web/src/HttpHandler/HttpHandler.vcproj 2007-01-15 19:52:09 UTC (rev 1049)
@@ -484,6 +484,14 @@
Name="VCCLCompilerTool"
/>
</FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
</File>
<File
RelativePath=".\HttpEnumerateUnmanagedDataMappings.h"
More information about the mapguide-commits
mailing list