[mapguide-commits] r7369 - in trunk/MgDev/Web/src: ApacheAgent CgiAgent HttpHandler IsapiAgent

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Tue Feb 19 09:53:40 PST 2013


Author: waltweltonlair
Date: 2013-02-19 09:53:39 -0800 (Tue, 19 Feb 2013)
New Revision: 7369

Modified:
   trunk/MgDev/Web/src/ApacheAgent/ApacheAgent.vcproj
   trunk/MgDev/Web/src/CgiAgent/CgiAgent.vcproj
   trunk/MgDev/Web/src/HttpHandler/HttpHandler.vcproj
   trunk/MgDev/Web/src/IsapiAgent/IsapiAgent.vcproj
Log:
Update VS2008 project files to account for new files submitted in changeset 7298.


Modified: trunk/MgDev/Web/src/ApacheAgent/ApacheAgent.vcproj
===================================================================
--- trunk/MgDev/Web/src/ApacheAgent/ApacheAgent.vcproj	2013-02-19 08:56:18 UTC (rev 7368)
+++ trunk/MgDev/Web/src/ApacheAgent/ApacheAgent.vcproj	2013-02-19 17:53:39 UTC (rev 7369)
@@ -329,7 +329,7 @@
 			/>
 			<Tool
 				Name="VCPostBuildEventTool"
-                CommandLine=""  
+				CommandLine=""
 			/>
 		</Configuration>
 	</Configurations>
@@ -367,6 +367,14 @@
 			</FileConfiguration>
 		</File>
 		<File
+			RelativePath=".\ApacheReaderStreamer.cpp"
+			>
+		</File>
+		<File
+			RelativePath=".\ApacheReaderStreamer.h"
+			>
+		</File>
+		<File
 			RelativePath=".\ApacheResponseHandler.cpp"
 			>
 		</File>

Modified: trunk/MgDev/Web/src/CgiAgent/CgiAgent.vcproj
===================================================================
--- trunk/MgDev/Web/src/CgiAgent/CgiAgent.vcproj	2013-02-19 08:56:18 UTC (rev 7368)
+++ trunk/MgDev/Web/src/CgiAgent/CgiAgent.vcproj	2013-02-19 17:53:39 UTC (rev 7369)
@@ -352,6 +352,14 @@
 			>
 		</File>
 		<File
+			RelativePath=".\CgiReaderStreamer.cpp"
+			>
+		</File>
+		<File
+			RelativePath=".\CgiReaderStreamer.h"
+			>
+		</File>
+		<File
 			RelativePath=".\CgiResponseHandler.cpp"
 			>
 		</File>

Modified: trunk/MgDev/Web/src/HttpHandler/HttpHandler.vcproj
===================================================================
--- trunk/MgDev/Web/src/HttpHandler/HttpHandler.vcproj	2013-02-19 08:56:18 UTC (rev 7368)
+++ trunk/MgDev/Web/src/HttpHandler/HttpHandler.vcproj	2013-02-19 17:53:39 UTC (rev 7369)
@@ -4922,6 +4922,46 @@
 			>
 		</File>
 		<File
+			RelativePath=".\HttpReaderStreamer.cpp"
+			>
+			<FileConfiguration
+				Name="Debug|Win32"
+				ExcludedFromBuild="true"
+				>
+				<Tool
+					Name="VCCLCompilerTool"
+				/>
+			</FileConfiguration>
+			<FileConfiguration
+				Name="Debug|x64"
+				ExcludedFromBuild="true"
+				>
+				<Tool
+					Name="VCCLCompilerTool"
+				/>
+			</FileConfiguration>
+			<FileConfiguration
+				Name="Release|Win32"
+				ExcludedFromBuild="true"
+				>
+				<Tool
+					Name="VCCLCompilerTool"
+				/>
+			</FileConfiguration>
+			<FileConfiguration
+				Name="Release|x64"
+				ExcludedFromBuild="true"
+				>
+				<Tool
+					Name="VCCLCompilerTool"
+				/>
+			</FileConfiguration>
+		</File>
+		<File
+			RelativePath=".\HttpReaderStreamer.h"
+			>
+		</File>
+		<File
 			RelativePath=".\HttpRequest.cpp"
 			>
 			<FileConfiguration

Modified: trunk/MgDev/Web/src/IsapiAgent/IsapiAgent.vcproj
===================================================================
--- trunk/MgDev/Web/src/IsapiAgent/IsapiAgent.vcproj	2013-02-19 08:56:18 UTC (rev 7368)
+++ trunk/MgDev/Web/src/IsapiAgent/IsapiAgent.vcproj	2013-02-19 17:53:39 UTC (rev 7369)
@@ -352,6 +352,14 @@
 			>
 		</File>
 		<File
+			RelativePath=".\IsapiReaderStreamer.cpp"
+			>
+		</File>
+		<File
+			RelativePath=".\IsapiReaderStreamer.h"
+			>
+		</File>
+		<File
 			RelativePath=".\IsapiResponseHandler.cpp"
 			>
 		</File>



More information about the mapguide-commits mailing list