[mapguide-commits] r5142 - in trunk/MgDev/Web/src: . ApacheAgent CgiAgent MapAgentCommon WebSupport

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Fri Sep 17 12:58:30 EDT 2010


Author: brucedechant
Date: 2010-09-17 16:58:30 +0000 (Fri, 17 Sep 2010)
New Revision: 5142

Modified:
   trunk/MgDev/Web/src/ApacheAgent/ApacheAgent.vcproj
   trunk/MgDev/Web/src/CgiAgent/CgiAgent.vcproj
   trunk/MgDev/Web/src/MapAgentCommon/MapAgentCommon.vcproj
   trunk/MgDev/Web/src/WebSupport/InitializeWebTier.cpp
   trunk/MgDev/Web/src/WebSupport/WebSupport.vcproj
   trunk/MgDev/Web/src/WebTier.sln
Log:
Fix for trac ticket 1436 - Ajax View: Cannot preview the basic web layout
http://trac.osgeo.org/mapguide/ticket/1436

Submitted on behalf of Buddy Hu

Notes:
- Changed WebSupport from a library to a DLL.


Modified: trunk/MgDev/Web/src/ApacheAgent/ApacheAgent.vcproj
===================================================================
--- trunk/MgDev/Web/src/ApacheAgent/ApacheAgent.vcproj	2010-09-17 11:35:15 UTC (rev 5141)
+++ trunk/MgDev/Web/src/ApacheAgent/ApacheAgent.vcproj	2010-09-17 16:58:30 UTC (rev 5142)
@@ -65,10 +65,10 @@
 			/>
 			<Tool
 				Name="VCLinkerTool"
-				AdditionalDependencies="libhttpd.lib libapr-1.lib libaprutil-1.lib"
+				AdditionalDependencies="libhttpd.lib libapr-1.lib libaprutil-1.lib ACEd.lib"
 				OutputFile="$(OutDir)/mod_mgmapagent.so"
 				LinkIncremental="2"
-				AdditionalLibraryDirectories="&quot;..\..\..\Oem\LinuxApt\httpd-2.2.15\lib&quot;"
+				AdditionalLibraryDirectories="&quot;..\..\..\Oem\LinuxApt\httpd-2.2.15\lib&quot;;..\..\..\Oem\ACE\ACE_wrappers\lib"
 				GenerateDebugInformation="true"
 				ProgramDatabaseFile="$(OutDir)/mod_mgmapagent.pdb"
 				SubSystem="2"
@@ -145,10 +145,10 @@
 			/>
 			<Tool
 				Name="VCLinkerTool"
-				AdditionalDependencies="libhttpd.lib libapr-1.lib libaprutil-1.lib"
+				AdditionalDependencies="libhttpd.lib libapr-1.lib libaprutil-1.lib ACEd.lib"
 				OutputFile="$(OutDir)/mod_mgmapagent.so"
 				LinkIncremental="2"
-				AdditionalLibraryDirectories="&quot;..\..\..\Oem\LinuxApt\httpd-2.2-x64\lib&quot;"
+				AdditionalLibraryDirectories="&quot;..\..\..\Oem\LinuxApt\httpd-2.2-x64\lib&quot;;..\..\..\Oem\ACE\ACE_wrappers\lib64"
 				GenerateDebugInformation="true"
 				ProgramDatabaseFile="$(OutDir)/mod_mgmapagent.pdb"
 				SubSystem="2"
@@ -188,7 +188,7 @@
 			>
 			<Tool
 				Name="VCPreBuildEventTool"
-				CommandLine="cd ..\..\..\Oem\LinuxApt&#x0D;&#x0A;if NOT EXIST httpd-2.2.15.tar ..\..\BuildTools\WebTools\7-Zip\7z.exe x httpd-2.2.15.tar.gz&#x0D;&#x0A;if NOT EXIST httpd-2.2.15 ..\..\BuildTools\WebTools\7-Zip\7z.exe x httpd-2.2.15.tar&#x0D;&#x0A;type .\httpd-2.2.15\srclib\apr\include\apr.hw &gt; .\httpd-2.2.15\srclib\apr\include\apr.h&#x0D;&#x0A;type .\httpd-2.2.15\srclib\apr-util\include\apu.hw &gt; .\httpd-2.2.15\srclib\apr-util\include\apu.h"
+				CommandLine="cd ..\..\..\Oem\LinuxApt&#x0D;&#x0A;if NOT EXIST httpd-2.2.15.tar ..\..\BuildTools\WebTools\7-Zip\7z.exe x httpd-2.2.15.tar.gz&#x0D;&#x0A;if NOT EXIST httpd-2.2.15 ..\..\BuildTools\WebTools\7-Zip\7z.exe x httpd-2.2.15.tar&#x0D;&#x0A;type .\httpd-2.2.15\srclib\apr\include\apr.hw &gt; .\httpd-2.2.15\srclib\apr\include\apr.h&#x0D;&#x0A;type .\httpd-2.2.15\srclib\apr-util\include\apu.hw &gt; .\httpd-2.2.15\srclib\apr-util\include\apu.h&#x0D;&#x0A;"
 			/>
 			<Tool
 				Name="VCCustomBuildTool"
@@ -223,10 +223,10 @@
 			/>
 			<Tool
 				Name="VCLinkerTool"
-				AdditionalDependencies="libhttpd.lib libapr-1.lib libaprutil-1.lib"
+				AdditionalDependencies="libhttpd.lib libapr-1.lib libaprutil-1.lib ACE.lib"
 				OutputFile="$(OutDir)/mod_mgmapagent.so"
 				LinkIncremental="1"
-				AdditionalLibraryDirectories="&quot;..\..\..\Oem\LinuxApt\httpd-2.2.15\lib&quot;"
+				AdditionalLibraryDirectories="&quot;..\..\..\Oem\LinuxApt\httpd-2.2.15\lib&quot;;..\..\..\Oem\ACE\ACE_wrappers\lib"
 				GenerateDebugInformation="true"
 				ProgramDatabaseFile="$(OutDir)/mod_mgmapagent.pdb"
 				SubSystem="2"
@@ -303,10 +303,10 @@
 			/>
 			<Tool
 				Name="VCLinkerTool"
-				AdditionalDependencies="libhttpd.lib libapr-1.lib libaprutil-1.lib"
+				AdditionalDependencies="libhttpd.lib libapr-1.lib libaprutil-1.lib ACE.lib"
 				OutputFile="$(OutDir)/mod_mgmapagent.so"
 				LinkIncremental="1"
-				AdditionalLibraryDirectories="&quot;..\..\..\Oem\LinuxApt\httpd-2.2-x64\lib&quot;"
+				AdditionalLibraryDirectories="&quot;..\..\..\Oem\LinuxApt\httpd-2.2-x64\lib&quot;;..\..\..\Oem\ACE\ACE_wrappers\lib64"
 				GenerateDebugInformation="true"
 				ProgramDatabaseFile="$(OutDir)/mod_mgmapagent.pdb"
 				SubSystem="2"

Modified: trunk/MgDev/Web/src/CgiAgent/CgiAgent.vcproj
===================================================================
--- trunk/MgDev/Web/src/CgiAgent/CgiAgent.vcproj	2010-09-17 11:35:15 UTC (rev 5141)
+++ trunk/MgDev/Web/src/CgiAgent/CgiAgent.vcproj	2010-09-17 16:58:30 UTC (rev 5142)
@@ -64,9 +64,10 @@
 			/>
 			<Tool
 				Name="VCLinkerTool"
+				AdditionalDependencies="ACEd.lib"
 				OutputFile="$(OutDir)\MapAgent.exe"
 				LinkIncremental="1"
-				AdditionalLibraryDirectories=""
+				AdditionalLibraryDirectories="..\..\..\Oem\ACE\ACE_wrappers\lib"
 				GenerateDebugInformation="true"
 				ProgramDatabaseFile="$(OutDir)\MapAgent.pdb"
 				SubSystem="1"
@@ -141,9 +142,10 @@
 			/>
 			<Tool
 				Name="VCLinkerTool"
+				AdditionalDependencies="ACEd.lib"
 				OutputFile="$(OutDir)\MapAgent.exe"
 				LinkIncremental="1"
-				AdditionalLibraryDirectories=""
+				AdditionalLibraryDirectories="..\..\..\Oem\ACE\ACE_wrappers\lib64"
 				GenerateDebugInformation="true"
 				ProgramDatabaseFile="$(OutDir)\MapAgent.pdb"
 				SubSystem="1"
@@ -216,9 +218,10 @@
 			/>
 			<Tool
 				Name="VCLinkerTool"
+				AdditionalDependencies="ACE.lib"
 				OutputFile="$(OutDir)\MapAgent.exe"
 				LinkIncremental="1"
-				AdditionalLibraryDirectories=""
+				AdditionalLibraryDirectories="..\..\..\Oem\ACE\ACE_wrappers\lib"
 				GenerateDebugInformation="true"
 				ProgramDatabaseFile="$(OutDir)\MapAgent.pdb"
 				SubSystem="1"
@@ -293,9 +296,10 @@
 			/>
 			<Tool
 				Name="VCLinkerTool"
+				AdditionalDependencies="ACE.lib"
 				OutputFile="$(OutDir)\MapAgent.exe"
 				LinkIncremental="1"
-				AdditionalLibraryDirectories=""
+				AdditionalLibraryDirectories="..\..\..\Oem\ACE\ACE_wrappers\lib64"
 				GenerateDebugInformation="true"
 				ProgramDatabaseFile="$(OutDir)\MapAgent.pdb"
 				SubSystem="1"

Modified: trunk/MgDev/Web/src/MapAgentCommon/MapAgentCommon.vcproj
===================================================================
--- trunk/MgDev/Web/src/MapAgentCommon/MapAgentCommon.vcproj	2010-09-17 11:35:15 UTC (rev 5141)
+++ trunk/MgDev/Web/src/MapAgentCommon/MapAgentCommon.vcproj	2010-09-17 16:58:30 UTC (rev 5142)
@@ -63,7 +63,9 @@
 			/>
 			<Tool
 				Name="VCLibrarianTool"
+				AdditionalDependencies="ACEd.lib"
 				OutputFile="$(OutDir)\MapAgentCommond.lib"
+				AdditionalLibraryDirectories="..\..\..\Oem\ACE\ACE_wrappers\lib"
 			/>
 			<Tool
 				Name="VCALinkTool"
@@ -126,7 +128,9 @@
 			/>
 			<Tool
 				Name="VCLibrarianTool"
+				AdditionalDependencies="ACEd.lib"
 				OutputFile="$(OutDir)\MapAgentCommond.lib"
+				AdditionalLibraryDirectories="..\..\..\Oem\ACE\ACE_wrappers\lib64"
 			/>
 			<Tool
 				Name="VCALinkTool"
@@ -187,7 +191,9 @@
 			/>
 			<Tool
 				Name="VCLibrarianTool"
+				AdditionalDependencies="ACE.lib"
 				OutputFile="$(OutDir)\MapAgentCommon.lib"
+				AdditionalLibraryDirectories="..\..\..\Oem\ACE\ACE_wrappers\lib"
 			/>
 			<Tool
 				Name="VCALinkTool"
@@ -247,7 +253,9 @@
 			/>
 			<Tool
 				Name="VCLibrarianTool"
+				AdditionalDependencies="ACE.lib"
 				OutputFile="$(OutDir)\MapAgentCommon.lib"
+				AdditionalLibraryDirectories="..\..\..\Oem\ACE\ACE_wrappers\lib64"
 			/>
 			<Tool
 				Name="VCALinkTool"

Modified: trunk/MgDev/Web/src/WebSupport/InitializeWebTier.cpp
===================================================================
--- trunk/MgDev/Web/src/WebSupport/InitializeWebTier.cpp	2010-09-17 11:35:15 UTC (rev 5141)
+++ trunk/MgDev/Web/src/WebSupport/InitializeWebTier.cpp	2010-09-17 16:58:30 UTC (rev 5142)
@@ -22,6 +22,13 @@
 // Initialize only once per process
 static bool m_bInitialized = false;
 
+#if defined(_WIN32) || defined(__CYGWIN32__)
+#  define DllExport   __declspec( dllexport )
+#  define SWIGSTDCALL __stdcall
+#else
+#  define DllExport  
+#  define SWIGSTDCALL
+#endif 
 
 void MgInitializeWebTierInternal(CREFSTRING configFile)
 {
@@ -88,7 +95,7 @@
 }
 
 
-void MgInitializeWebTier(CREFSTRING configFile)
+DllExport void MgInitializeWebTier(CREFSTRING configFile)
 {
     MG_TRY()
 
@@ -98,7 +105,7 @@
 }
 
 
-void MgUninitializeWebTier()
+DllExport void MgUninitializeWebTier()
 {
     // ACE::fini removes the thread mutex so we cannot use it to protect this call.
     MG_TRY()
@@ -108,7 +115,7 @@
     MG_CATCH_AND_THROW(L"MgInitializeWebTier")
 }
 
-bool IsWebTierInitialized()
+DllExport bool IsWebTierInitialized()
 {
     return m_bInitialized;
 }

Modified: trunk/MgDev/Web/src/WebSupport/WebSupport.vcproj
===================================================================
--- trunk/MgDev/Web/src/WebSupport/WebSupport.vcproj	2010-09-17 11:35:15 UTC (rev 5141)
+++ trunk/MgDev/Web/src/WebSupport/WebSupport.vcproj	2010-09-17 16:58:30 UTC (rev 5142)
@@ -6,7 +6,7 @@
 	ProjectGUID="{795B1B0E-4EC8-469D-B641-E26324266FBF}"
 	RootNamespace="WebSupport"
 	Keyword="Win32Proj"
-	TargetFrameworkVersion="131072"
+	TargetFrameworkVersion="196613"
 	>
 	<Platforms>
 		<Platform
@@ -21,9 +21,9 @@
 	<Configurations>
 		<Configuration
 			Name="Debug|Win32"
-			OutputDirectory="..\..\lib\debug"
+			OutputDirectory="..\..\bin\debug"
 			IntermediateDirectory="..\..\obj\debug\WebSupport"
-			ConfigurationType="4"
+			ConfigurationType="2"
 			CharacterSet="1"
 			>
 			<Tool
@@ -45,11 +45,12 @@
 				Name="VCCLCompilerTool"
 				Optimization="0"
 				AdditionalIncludeDirectories="..\..\..\Common\MdfModel;..\..\..\Common\Foundation;..\..\..\Common\Geometry;..\..\..\Common\PlatformBase;..\..\..\Common\MapGuideCommon;..\..\..\Oem\ACE\ACE_wrappers"
-				PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_WINDOWS;ZEND_DEBUG=0;COMPILE_DL_TEST_API;ZTS=1;ZEND_WIN32;PHP_WIN32"
+				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;WEBSUPPORT_EXPORTS"
 				MinimalRebuild="true"
 				ExceptionHandling="2"
 				BasicRuntimeChecks="3"
 				RuntimeLibrary="3"
+				UsePrecompiledHeader="0"
 				WarningLevel="3"
 				DebugInformationFormat="3"
 			/>
@@ -63,15 +64,23 @@
 				Name="VCPreLinkEventTool"
 			/>
 			<Tool
-				Name="VCLibrarianTool"
+				Name="VCLinkerTool"
 				AdditionalDependencies="ACEd.lib"
-				OutputFile="$(OutDir)\WebSupportd.lib"
+				OutputFile="$(OutDir)\WebSupportd.dll"
+				LinkIncremental="2"
 				AdditionalLibraryDirectories="..\..\..\Oem\ACE\ACE_wrappers\lib"
+				GenerateDebugInformation="true"
+				SubSystem="2"
+				ImportLibrary="..\..\lib\debug\WebSupportd.lib"
+				TargetMachine="1"
 			/>
 			<Tool
 				Name="VCALinkTool"
 			/>
 			<Tool
+				Name="VCManifestTool"
+			/>
+			<Tool
 				Name="VCXDCMakeTool"
 			/>
 			<Tool
@@ -81,14 +90,17 @@
 				Name="VCFxCopTool"
 			/>
 			<Tool
+				Name="VCAppVerifierTool"
+			/>
+			<Tool
 				Name="VCPostBuildEventTool"
 			/>
 		</Configuration>
 		<Configuration
 			Name="Debug|x64"
-			OutputDirectory="..\..\lib\debug64"
+			OutputDirectory="..\..\bin\debug64"
 			IntermediateDirectory="..\..\obj\debug64\WebSupport"
-			ConfigurationType="4"
+			ConfigurationType="2"
 			CharacterSet="1"
 			>
 			<Tool
@@ -105,16 +117,19 @@
 			/>
 			<Tool
 				Name="VCMIDLTool"
+				TargetEnvironment="3"
 			/>
 			<Tool
 				Name="VCCLCompilerTool"
 				Optimization="0"
 				AdditionalIncludeDirectories="..\..\..\Common\MdfModel;..\..\..\Common\Foundation;..\..\..\Common\Geometry;..\..\..\Common\PlatformBase;..\..\..\Common\MapGuideCommon;..\..\..\Oem\ACE\ACE_wrappers"
-				PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_WINDOWS;ZEND_DEBUG=0;COMPILE_DL_TEST_API;ZTS=1;ZEND_WIN32;PHP_WIN32"
+				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;WEBSUPPORT_EXPORTS"
 				MinimalRebuild="true"
 				ExceptionHandling="2"
 				BasicRuntimeChecks="3"
 				RuntimeLibrary="3"
+				UsePrecompiledHeader="0"
+				PrecompiledHeaderThrough=""
 				WarningLevel="3"
 				DebugInformationFormat="3"
 			/>
@@ -128,15 +143,23 @@
 				Name="VCPreLinkEventTool"
 			/>
 			<Tool
-				Name="VCLibrarianTool"
+				Name="VCLinkerTool"
 				AdditionalDependencies="ACEd.lib"
-				OutputFile="$(OutDir)\WebSupportd.lib"
+				OutputFile="$(OutDir)\WebSupportd.dll"
+				LinkIncremental="2"
 				AdditionalLibraryDirectories="..\..\..\Oem\ACE\ACE_wrappers\lib64"
+				GenerateDebugInformation="true"
+				SubSystem="2"
+				ImportLibrary="..\..\lib\debug64\WebSupportd.lib"
+				TargetMachine="17"
 			/>
 			<Tool
 				Name="VCALinkTool"
 			/>
 			<Tool
+				Name="VCManifestTool"
+			/>
+			<Tool
 				Name="VCXDCMakeTool"
 			/>
 			<Tool
@@ -146,15 +169,19 @@
 				Name="VCFxCopTool"
 			/>
 			<Tool
+				Name="VCAppVerifierTool"
+			/>
+			<Tool
 				Name="VCPostBuildEventTool"
 			/>
 		</Configuration>
 		<Configuration
 			Name="Release|Win32"
-			OutputDirectory="..\..\lib\release"
+			OutputDirectory="..\..\bin\release"
 			IntermediateDirectory="..\..\obj\release\WebSupport"
-			ConfigurationType="4"
+			ConfigurationType="2"
 			CharacterSet="1"
+			WholeProgramOptimization="1"
 			>
 			<Tool
 				Name="VCPreBuildEventTool"
@@ -174,10 +201,12 @@
 			<Tool
 				Name="VCCLCompilerTool"
 				Optimization="2"
+				EnableIntrinsicFunctions="true"
 				AdditionalIncludeDirectories="..\..\..\Common\MdfModel;..\..\..\Common\Foundation;..\..\..\Common\Geometry;..\..\..\Common\PlatformBase;..\..\..\Common\MapGuideCommon;..\..\..\Oem\ACE\ACE_wrappers"
-				PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_WINDOWS;ZEND_DEBUG=0;COMPILE_DL_TEST_API;ZTS=1;ZEND_WIN32;PHP_WIN32"
-				ExceptionHandling="2"
+				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;WEBSUPPORT_EXPORTS"
 				RuntimeLibrary="2"
+				EnableFunctionLevelLinking="true"
+				UsePrecompiledHeader="0"
 				WarningLevel="3"
 				DebugInformationFormat="3"
 			/>
@@ -191,15 +220,25 @@
 				Name="VCPreLinkEventTool"
 			/>
 			<Tool
-				Name="VCLibrarianTool"
+				Name="VCLinkerTool"
 				AdditionalDependencies="ACE.lib"
-				OutputFile="$(OutDir)\WebSupport.lib"
+				OutputFile="$(OutDir)\WebSupport.dll"
+				LinkIncremental="1"
 				AdditionalLibraryDirectories="..\..\..\Oem\ACE\ACE_wrappers\lib"
+				GenerateDebugInformation="true"
+				SubSystem="2"
+				OptimizeReferences="2"
+				EnableCOMDATFolding="2"
+				ImportLibrary="..\..\lib\release\WebSupport.lib"
+				TargetMachine="1"
 			/>
 			<Tool
 				Name="VCALinkTool"
 			/>
 			<Tool
+				Name="VCManifestTool"
+			/>
+			<Tool
 				Name="VCXDCMakeTool"
 			/>
 			<Tool
@@ -209,15 +248,19 @@
 				Name="VCFxCopTool"
 			/>
 			<Tool
+				Name="VCAppVerifierTool"
+			/>
+			<Tool
 				Name="VCPostBuildEventTool"
 			/>
 		</Configuration>
 		<Configuration
 			Name="Release|x64"
-			OutputDirectory="..\..\lib\release64"
+			OutputDirectory="..\..\bin\release64"
 			IntermediateDirectory="..\..\obj\release64\WebSupport"
-			ConfigurationType="4"
+			ConfigurationType="2"
 			CharacterSet="1"
+			WholeProgramOptimization="1"
 			>
 			<Tool
 				Name="VCPreBuildEventTool"
@@ -233,14 +276,17 @@
 			/>
 			<Tool
 				Name="VCMIDLTool"
+				TargetEnvironment="3"
 			/>
 			<Tool
 				Name="VCCLCompilerTool"
 				Optimization="2"
+				EnableIntrinsicFunctions="true"
 				AdditionalIncludeDirectories="..\..\..\Common\MdfModel;..\..\..\Common\Foundation;..\..\..\Common\Geometry;..\..\..\Common\PlatformBase;..\..\..\Common\MapGuideCommon;..\..\..\Oem\ACE\ACE_wrappers"
-				PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_WINDOWS;ZEND_DEBUG=0;COMPILE_DL_TEST_API;ZTS=1;ZEND_WIN32;PHP_WIN32"
-				ExceptionHandling="2"
+				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;WEBSUPPORT_EXPORTS"
 				RuntimeLibrary="2"
+				EnableFunctionLevelLinking="true"
+				UsePrecompiledHeader="0"
 				WarningLevel="3"
 				DebugInformationFormat="3"
 			/>
@@ -254,15 +300,26 @@
 				Name="VCPreLinkEventTool"
 			/>
 			<Tool
-				Name="VCLibrarianTool"
+				Name="VCLinkerTool"
 				AdditionalDependencies="ACE.lib"
-				OutputFile="$(OutDir)\WebSupport.lib"
+				OutputFile="$(OutDir)\WebSupport.dll"
+				LinkIncremental="1"
 				AdditionalLibraryDirectories="..\..\..\Oem\ACE\ACE_wrappers\lib64"
+				GenerateDebugInformation="true"
+				SubSystem="2"
+				OptimizeReferences="2"
+				EnableCOMDATFolding="2"
+				ImportLibrary="..\..\lib\release64\WebSupport.lib"
+				MergeSections=""
+				TargetMachine="17"
 			/>
 			<Tool
 				Name="VCALinkTool"
 			/>
 			<Tool
+				Name="VCManifestTool"
+			/>
+			<Tool
 				Name="VCXDCMakeTool"
 			/>
 			<Tool
@@ -272,6 +329,9 @@
 				Name="VCFxCopTool"
 			/>
 			<Tool
+				Name="VCAppVerifierTool"
+			/>
+			<Tool
 				Name="VCPostBuildEventTool"
 			/>
 		</Configuration>
@@ -279,14 +339,32 @@
 	<References>
 	</References>
 	<Files>
-		<File
-			RelativePath=".\InitializeWebTier.cpp"
+		<Filter
+			Name="Source Files"
+			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
+			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
 			>
-		</File>
-		<File
-			RelativePath=".\WebSupport.h"
+			<File
+				RelativePath="..\WebSupport\InitializeWebTier.cpp"
+				>
+			</File>
+		</Filter>
+		<Filter
+			Name="Header Files"
+			Filter="h;hpp;hxx;hm;inl;inc;xsd"
+			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
 			>
-		</File>
+			<File
+				RelativePath="..\WebSupport\WebSupport.h"
+				>
+			</File>
+		</Filter>
+		<Filter
+			Name="Resource Files"
+			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
+			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
+			>
+		</Filter>
 	</Files>
 	<Globals>
 	</Globals>

Modified: trunk/MgDev/Web/src/WebTier.sln
===================================================================
--- trunk/MgDev/Web/src/WebTier.sln	2010-09-17 11:35:15 UTC (rev 5141)
+++ trunk/MgDev/Web/src/WebTier.sln	2010-09-17 16:58:30 UTC (rev 5142)
@@ -65,6 +65,11 @@
 	EndProjectSection
 EndProject
 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WebSupport", "WebSupport\WebSupport.vcproj", "{795B1B0E-4EC8-469D-B641-E26324266FBF}"
+	ProjectSection(ProjectDependencies) = postProject
+		{F7334B1B-0EFA-47E3-8E66-DF158E61B7E4} = {F7334B1B-0EFA-47E3-8E66-DF158E61B7E4}
+		{A82ADC7D-4DA4-42F2-9BF6-DF5DCFB44425} = {A82ADC7D-4DA4-42F2-9BF6-DF5DCFB44425}
+		{5287A594-4D4F-43FE-A281-E279AB708CF1} = {5287A594-4D4F-43FE-A281-E279AB708CF1}
+	EndProjectSection
 EndProject
 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "JavaApi", "JavaApi\JavaApi.vcproj", "{671F648B-3538-4706-9DBA-B4BDB21BD458}"
 	ProjectSection(ProjectDependencies) = postProject



More information about the mapguide-commits mailing list