[mapguide-commits] r4376 - trunk/MgDev/Common/Foundation

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Fri Dec 4 14:38:33 EST 2009


Author: NormOlsen
Date: 2009-12-04 14:38:32 -0500 (Fri, 04 Dec 2009)
New Revision: 4376

Modified:
   trunk/MgDev/Common/Foundation/Foundation.vcproj
Log:
Fix the 64 bit build.  The 64 bit version of the properties of the new GridDensityException.cpp module were not set correctly.

Modified: trunk/MgDev/Common/Foundation/Foundation.vcproj
===================================================================
--- trunk/MgDev/Common/Foundation/Foundation.vcproj	2009-12-04 16:33:48 UTC (rev 4375)
+++ trunk/MgDev/Common/Foundation/Foundation.vcproj	2009-12-04 19:38:32 UTC (rev 4376)
@@ -1084,6 +1084,14 @@
 					/>
 				</FileConfiguration>
 				<FileConfiguration
+					Name="Debug|x64"
+					ExcludedFromBuild="true"
+					>
+					<Tool
+						Name="VCCLCompilerTool"
+					/>
+				</FileConfiguration>
+				<FileConfiguration
 					Name="Release|Win32"
 					ExcludedFromBuild="true"
 					>
@@ -1091,6 +1099,14 @@
 						Name="VCCLCompilerTool"
 					/>
 				</FileConfiguration>
+				<FileConfiguration
+					Name="Release|x64"
+					ExcludedFromBuild="true"
+					>
+					<Tool
+						Name="VCCLCompilerTool"
+					/>
+				</FileConfiguration>
 			</File>
 			<File
 				RelativePath=".\Exception\GridDensityException.h"



More information about the mapguide-commits mailing list