[mapguide-commits] r8227 - in sandbox/jng/v30/Web/src: . DotNetApi PostBuild

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Mon Jun 16 06:24:38 PDT 2014


Author: jng
Date: 2014-06-16 06:24:38 -0700 (Mon, 16 Jun 2014)
New Revision: 8227

Removed:
   sandbox/jng/v30/Web/src/DotNetApi/AssemblyInfo.cs
   sandbox/jng/v30/Web/src/DotNetApi/DotNetApi.vcxproj
   sandbox/jng/v30/Web/src/DotNetApi/Makefile
Modified:
   sandbox/jng/v30/Web/src/PostBuild/PostBuild.vcxproj
   sandbox/jng/v30/Web/src/WebTier.sln
Log:
Remove the DotNetApi project. Since the .net assembly split in 2.2, MapGuideDotNetApi.dll is nothing more than a thin type-forwarder to the split assemblies so that old .net MapGuide applications that referenced MapGuideDotNetApi won't break. This is cruft we no longer need.

Deleted: sandbox/jng/v30/Web/src/DotNetApi/AssemblyInfo.cs
===================================================================
--- sandbox/jng/v30/Web/src/DotNetApi/AssemblyInfo.cs	2014-06-16 12:48:47 UTC (rev 8226)
+++ sandbox/jng/v30/Web/src/DotNetApi/AssemblyInfo.cs	2014-06-16 13:24:38 UTC (rev 8227)
@@ -1,460 +0,0 @@
-//
-//  Copyright (C) 2004-2011 by Autodesk, Inc.
-//
-//  This library is free software; you can redistribute it and/or
-//  modify it under the terms of version 2.1 of the GNU Lesser
-//  General Public License as published by the Free Software Foundation.
-//
-//  This library is distributed in the hope that it will be useful,
-//  but WITHOUT ANY WARRANTY; without even the implied warranty of
-//  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-//  Lesser General Public License for more details.
-//
-//  You should have received a copy of the GNU Lesser General Public
-//  License along with this library; if not, write to the Free Software
-//  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
-//
-
-using System;
-using System.Reflection;
-using System.Runtime.CompilerServices;
-
-//
-// General Information about an assembly is controlled through the following
-// set of attributes. Change these attribute values to modify the information
-// associated with an assembly.
-//
-[assembly: AssemblyTitle("MapGuide Dot Net Api Dynamic Link Library")]
-[assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("Open Source Geospatial Foundation")]
-[assembly: AssemblyProduct("MapGuide Open Source")]
-[assembly: AssemblyCopyright("Copyright (C) 2006-2011 by Autodesk, Inc.")]
-[assembly: AssemblyTrademark("")]
-[assembly: AssemblyCulture("")]
-[assembly: CLSCompliant(true)]
-
-//
-// We use the TypeForwardedToAttribute to keep backward compatibility of .NET API.
-// It will forward call to the following types to new .NET API Assembly.
-//
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgFeaturePropertyType))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgMimeType))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgPropertyType))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgLayerGroupType))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgLayerType))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgServiceType))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgUser))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgGroup))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgRole))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgFeatureCommandType))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgFeatureGeometricType))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgFeatureSpatialOperations))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgObjectPropertyType))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgOrderingOption))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgRasterDataModelType))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgReaderType))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgRepositoryType))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgResourceType))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgResourceTag))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgResourceDataName))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgResourceDataType))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgResourcePermission))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgSpatialContextExtentType))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgCoordinateDimension))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgGeometryEntityType))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgGeometricPathInstructionType))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgGeometryComponentType))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgGeometryType))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgCoordinateSystemCodeFormat))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgCoordinateSystemErrorCode))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgCoordinateSystemGeodeticTransformationMethod))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgCoordinateSystemProjectionCode))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgCoordinateSystemProjectionFormatType))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgCoordinateSystemProjectionLogicalType))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgCoordinateSystemProjectionParameterType))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgCoordinateSystemType))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgCoordinateSystemUnitCode))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgCoordinateSystemUnitType))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgCoordinateSystemWktFlavor))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgPageUnitsType))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgCoordinateSpace))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgMapPlotInstruction))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgLogFileType))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgServerInformationProperties))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgUnitType))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgConfigProperties))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgWebActions))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgWebTargetType))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgWebTargetViewerType))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgWebTaskButtonType))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgWebWidgetType))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgLocalizer))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.ManagedException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MapGuideApi))]
-//[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MapGuideApiPINVOKE))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgObject))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgDisposable))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgGuardDisposable))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgAgfReaderWriter))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgSerializable))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgGeometricEntity))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgGeometry))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgAggregateGeometry))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgApplicationException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgGeometryComponent))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgCurveSegment))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgArcSegment))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgSystemException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgOutOfRangeException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgArgumentOutOfRangeException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgArrayTypeMismatchException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgAuthenticationFailedException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgCollection))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgBatchPropertyCollection))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgNamedSerializable))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgProperty))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgNullableProperty))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgBlobProperty))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgBooleanProperty))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgByteProperty))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgByteReader))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgByteSink))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgByteSource))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgClassDefinition))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgClassDefinitionCollection))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgClassNotFoundException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgClobProperty))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgColor))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgConfigurationException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgConfigurationLoadFailedException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgConfigurationSaveFailedException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgConnectionFailedException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgConnectionNotOpenException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgCoordinate))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgCoordinateCollection))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgCoordinateIterator))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgCoordinateSystem))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgCoordinateSystemCatalog))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgCoordinateSystemCategory))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgCoordinateSystemDictionaryBase))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgCoordinateSystemCategoryDictionary))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgCoordinateSystemComputationFailedException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgCoordinateSystemConversionFailedException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgCoordinateSystemDatum))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgCoordinateSystemDatumDictionary))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgCoordinateSystemDictionary))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgCoordinateSystemDictionaryUtility))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgCoordinateSystemEllipsoid))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgCoordinateSystemEllipsoidDictionary))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgCoordinateSystemEnum))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgCoordinateSystemEnumInteger32))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgCoordinateSystemFactory))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgCoordinateSystemFilter))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgCoordinateSystemFilterInteger32))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgCoordinateSystemFormatConverter))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgCoordinateSystemGeodeticTransformation))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgCoordinateSystemMathComparator))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgMeasure))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgCoordinateSystemMeasure))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgCoordinateSystemMeasureFailedException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgCoordinateSystemProjectionInformation))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgTransform))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgCoordinateSystemTransform))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgCoordinateSystemTransformFailedException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgCoordinateSystemUnitInformation))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgCoordinateXY))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgCoordinateXYM))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgCoordinateXYZ))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgCoordinateXYZM))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgFeatureSourceParams))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgCurve))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgRegion))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgCurvePolygon))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgCurvePolygonCollection))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgRing))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgCurveRing))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgCurveRingCollection))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgCurveSegmentCollection))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgCurveString))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgCurveStringCollection))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgPropertyDefinition))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgDataPropertyDefinition))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgReader))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgDataReader))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgDateTime))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgDateTimeException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgDateTimeProperty))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgThirdPartyException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgDbException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgDbXmlException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgDecryptionException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgFeatureCommand))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgDeleteFeatures))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgIoException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgFileIoException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgDirectoryNotFoundException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgDisposableCollection))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgDivideByZeroException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgDomainException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgDoubleProperty))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgService))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgDrawingService))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgDuplicateDirectoryException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgDuplicateFileException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgDuplicateGroupException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgDuplicateNameException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgDuplicateObjectException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgDuplicateParameterException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgDuplicateRepositoryException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgDuplicateResourceDataException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgDuplicateResourceException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgDuplicateRoleException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgDuplicateServerException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgDuplicateSessionException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgDuplicateUserException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgDwfException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgDwfSectionNotFoundException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgDwfSectionResourceNotFoundException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgDwfVersion))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgEmptyFeatureSetException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgEncryptionException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgStreamIoException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgEndOfStreamException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgEnvelope))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgFdoException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgFeatureQueryOptions))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgFeatureAggregateOptions))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgFeatureCommandCollection))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgFeatureInformation))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgFeatureProperty))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgFeatureReader))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgFeatureSchema))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgFeatureSchemaCollection))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgFeatureService))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgFeatureServiceException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgFileNotFoundException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgGeometricPropertyDefinition))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgGeometryCollection))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgGeometryException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgGeometryFactory))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgGeometryProperty))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgGeometryTypeInfo))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgGroupNotFoundException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgGwsFeatureReader))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgHttpHeader))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgHttpPrimitiveValue))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgHttpRequest))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgHttpRequestMetadata))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgHttpRequestParam))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgHttpResponse))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgHttpResult))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgIndexOutOfRangeException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgInsertFeatures))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgInt16Property))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgInt32Property))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgInt64Property))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgIntCollection))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgInvalidArgumentException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgInvalidCastException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgInvalidCoordinateSystemException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgInvalidCoordinateSystemTypeException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgInvalidCoordinateSystemUnitsException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgInvalidDwfPackageException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgInvalidDwfSectionException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgInvalidFeatureSourceException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgInvalidIpAddressException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgInvalidLicenseException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgInvalidLogEntryException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgInvalidMapDefinitionException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgInvalidOperationException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgInvalidPasswordException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgInvalidPrintLayoutFontSizeUnitsException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgInvalidPrintLayoutPositionUnitsException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgInvalidPrintLayoutSizeUnitsException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgInvalidPropertyTypeException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgInvalidRepositoryNameException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgInvalidRepositoryTypeException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgInvalidResourceDataNameException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgInvalidResourceDataTypeException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgInvalidResourceNameException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgInvalidResourcePathException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgInvalidResourcePreProcessingTypeException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgInvalidResourceTypeException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgInvalidServerNameException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgInvalidStreamHeaderException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgKmlService))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgLayerBase))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgLayer))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgLayerCollection))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgLayerGroup))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgLayerGroupCollection))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgLayerNotFoundException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgLayout))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgLengthException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgLicenseException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgLicenseExpiredException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgLinearRing))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgLinearRingCollection))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgLinearSegment))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgLineString))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgLineStringCollection))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgLogicException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgLongTransactionReader))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgResource))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgMapBase))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgMap))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgMapCollection))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgMappingService))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgMapPlot))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgMapPlotCollection))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgMultiCurvePolygon))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgMultiCurveString))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgMultiGeometry))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgMultiLineString))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgMultiPoint))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgMultiPolygon))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgNotFiniteNumberException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgNotImplementedException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgNullArgumentException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgNullPropertyValueException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgNullReferenceException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgObjectNotFoundException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgObjectPropertyDefinition))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgOperationProcessingException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgOutOfMemoryException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgOverflowException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgPackageStatusInformation))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgParameterNotFoundException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgPathTooLongException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgPlatformNotSupportedException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgPlotSpecification))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgPoint))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgPointCollection))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgPolygon))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgPolygonCollection))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgPortNotAvailableException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgPrintToScaleModeNotSelectedException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgProfilingService))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgPropertyCollection))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgPropertyDefinitionCollection))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgRaster))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgRasterProperty))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgRasterPropertyDefinition))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgReadOnlyLayerCollection))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgRenderingOptions))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgRenderingService))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgRepositoryCreationFailedException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgRepositoryNotFoundException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgRepositoryNotOpenException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgRepositoryOpenFailedException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgResourceBusyException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgResourceDataNotFoundException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgResourceIdentifier))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgResourceNotFoundException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgResourceService))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgResourcesException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgResourcesLoadFailedException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgRoleNotFoundException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgRuntimeException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgSelectionBase))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgSelection))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgServerAdmin))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgServerNotFoundException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgServerNotOnlineException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgServiceNotAvailableException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgServiceNotSupportedException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgSessionExpiredException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgSessionNotFoundException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgSingleProperty))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgSite))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgSiteConnection))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgSiteInfo))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgSpatialContextReader))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgSqlDataReader))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgStringCollection))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgStringProperty))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgStringPropertyCollection))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgTemporaryFileNotAvailableException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgTileService))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgUnauthorizedAccessException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgUnclassifiedException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgUnderflowException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgUpdateFeatures))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgUriFormatException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgUserInformation))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgUserNotFoundException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgWarnings))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgWebCommand))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgWebUiTargetCommand))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgWebBufferCommand))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgWebCommandCollection))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgWebWidget))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgWebCommandWidget))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgWebWidgetCollection))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgWebContextMenu))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgWebFlyoutWidget))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgWebGetPrintablePageCommand))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgWebHelpCommand))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgWebUiPane))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgWebUiSizablePane))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgWebInformationPane))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgWebInvokeScriptCommand))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgWebInvokeUrlCommand))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgWebLayout))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgWebMeasureCommand))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgWebPrintCommand))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgWebSearchCommand))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgWebSelectWithinCommand))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgWebSeparatorWidget))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgWebTaskBar))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgWebTaskBarWidget))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgWebTaskPane))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgWebToolBar))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgWebViewOptionsCommand))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgWktReaderWriter))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgXmlException))]
-[assembly: TypeForwardedTo(typeof(OSGeo.MapGuide.MgXmlParserException))]
-
-//
-// Version information for an assembly consists of the following four values:
-//
-//      Major Version
-//      Minor Version
-//      Build Number
-//      Revision
-//
-// You can specify all the values or you can default the Revision and Build Numbers
-// by using the '*' as shown below:
-
-[assembly: AssemblyVersion("1.0.0.1")]
-[assembly: AssemblyFileVersion("1.0.0.1")]
-[assembly: AssemblyInformationalVersion("1.0.0.1")]
-
-//
-// In order to sign your assembly you must specify a key to use. Refer to the
-// Microsoft .NET Framework documentation for more information on assembly signing.
-//
-// Use the attributes below to control which key is used for signing.
-//
-// Notes:
-//   (*) If no key is specified, the assembly is not signed.
-//   (*) KeyName refers to a key that has been installed in the Crypto Service
-//       Provider (CSP) on your machine. KeyFile refers to a file which contains
-//       a key.
-//   (*) If the KeyFile and the KeyName values are both specified, the
-//       following processing occurs:
-//       (1) If the KeyName can be found in the CSP, that key is used.
-//       (2) If the KeyName does not exist and the KeyFile does exist, the key
-//           in the KeyFile is installed into the CSP and used.
-//   (*) In order to create a KeyFile, you can use the sn.exe (Strong Name) utility.
-//       When specifying the KeyFile, the location of the KeyFile should be
-//       relative to the project output directory which is
-//       %Project Directory%\obj\<configuration>. For example, if your KeyFile is
-//       located in the project directory, you would specify the AssemblyKeyFile
-//       attribute as [assembly: AssemblyKeyFile("..\\..\\mykey.snk")]
-//   (*) Delay Signing is an advanced option - see the Microsoft .NET Framework
-//       documentation for more information on this.
-//
-[assembly: AssemblyDelaySign(false)]

Deleted: sandbox/jng/v30/Web/src/DotNetApi/DotNetApi.vcxproj
===================================================================
--- sandbox/jng/v30/Web/src/DotNetApi/DotNetApi.vcxproj	2014-06-16 12:48:47 UTC (rev 8226)
+++ sandbox/jng/v30/Web/src/DotNetApi/DotNetApi.vcxproj	2014-06-16 13:24:38 UTC (rev 8227)
@@ -1,184 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <ItemGroup Label="ProjectConfigurations">
-    <ProjectConfiguration Include="Debug|Win32">
-      <Configuration>Debug</Configuration>
-      <Platform>Win32</Platform>
-    </ProjectConfiguration>
-    <ProjectConfiguration Include="Debug|x64">
-      <Configuration>Debug</Configuration>
-      <Platform>x64</Platform>
-    </ProjectConfiguration>
-    <ProjectConfiguration Include="Release|Win32">
-      <Configuration>Release</Configuration>
-      <Platform>Win32</Platform>
-    </ProjectConfiguration>
-    <ProjectConfiguration Include="Release|x64">
-      <Configuration>Release</Configuration>
-      <Platform>x64</Platform>
-    </ProjectConfiguration>
-  </ItemGroup>
-  <PropertyGroup Label="Globals">
-    <ProjectGuid>{557C1767-B4F4-4E96-8699-156BAD696802}</ProjectGuid>
-    <RootNamespace>DotNetApi</RootNamespace>
-    <Keyword>MakeFileProj</Keyword>
-  </PropertyGroup>
-  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
-  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
-    <ConfigurationType>Makefile</ConfigurationType>
-    <PlatformToolset>v110</PlatformToolset>
-  </PropertyGroup>
-  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
-    <ConfigurationType>Makefile</ConfigurationType>
-    <PlatformToolset>v110</PlatformToolset>
-  </PropertyGroup>
-  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
-    <ConfigurationType>Makefile</ConfigurationType>
-    <PlatformToolset>v110</PlatformToolset>
-  </PropertyGroup>
-  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
-    <ConfigurationType>Makefile</ConfigurationType>
-    <PlatformToolset>v110</PlatformToolset>
-  </PropertyGroup>
-  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
-  <ImportGroup Label="ExtensionSettings">
-  </ImportGroup>
-  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
-    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
-  </ImportGroup>
-  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
-    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
-  </ImportGroup>
-  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
-    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
-  </ImportGroup>
-  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
-    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
-  </ImportGroup>
-  <PropertyGroup Label="UserMacros" />
-  <PropertyGroup>
-    <_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
-    <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\..\bin\$(Configuration)\</OutDir>
-    <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\..\obj\$(Configuration)\DotNetApi\</IntDir>
-    <NMakeBuildCommandLine Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">nmake -f Makefile PLATFORM=x86 OUTDIR=$(OutDir) debug</NMakeBuildCommandLine>
-    <NMakeReBuildCommandLine Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">nmake -a -f Makefile PLATFORM=x86 OUTDIR=$(OutDir) debug</NMakeReBuildCommandLine>
-    <NMakeCleanCommandLine Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">nmake -f Makefile OUTDIR=$(OutDir) cleandebug</NMakeCleanCommandLine>
-    <NMakeOutput Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(OutDir)MapGuideDotNetApid.dll</NMakeOutput>
-    <NMakePreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions>
-    <NMakeIncludeSearchPath Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(NMakeIncludeSearchPath)</NMakeIncludeSearchPath>
-    <NMakeForcedIncludes Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(NMakeForcedIncludes)</NMakeForcedIncludes>
-    <NMakeAssemblySearchPath Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(NMakeAssemblySearchPath)</NMakeAssemblySearchPath>
-    <NMakeForcedUsingAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(NMakeForcedUsingAssemblies)</NMakeForcedUsingAssemblies>
-    <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..\..\bin\$(Configuration)64\</OutDir>
-    <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..\..\obj\$(Configuration)64\DotNetApi\</IntDir>
-    <NMakeBuildCommandLine Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">nmake -f Makefile PLATFORM=x64 OUTDIR=$(OutDir) debug</NMakeBuildCommandLine>
-    <NMakeReBuildCommandLine Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">nmake -a -f Makefile PLATFORM=x64 OUTDIR=$(OutDir) debug</NMakeReBuildCommandLine>
-    <NMakeCleanCommandLine Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">nmake -f Makefile OUTDIR=$(OutDir) cleandebug</NMakeCleanCommandLine>
-    <NMakeOutput Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(OutDir)MapGuideDotNetApid.dll</NMakeOutput>
-    <NMakePreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions>
-    <NMakeIncludeSearchPath Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(NMakeIncludeSearchPath)</NMakeIncludeSearchPath>
-    <NMakeForcedIncludes Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(NMakeForcedIncludes)</NMakeForcedIncludes>
-    <NMakeAssemblySearchPath Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(NMakeAssemblySearchPath)</NMakeAssemblySearchPath>
-    <NMakeForcedUsingAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(NMakeForcedUsingAssemblies)</NMakeForcedUsingAssemblies>
-    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\..\bin\$(Configuration)\</OutDir>
-    <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\..\obj\$(Configuration)\DotNetApi\</IntDir>
-    <NMakeBuildCommandLine Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">nmake -f Makefile PLATFORM=x86 OUTDIR=$(OutDir) release</NMakeBuildCommandLine>
-    <NMakeReBuildCommandLine Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">nmake -a -f Makefile PLATFORM=x86 OUTDIR=$(OutDir) release</NMakeReBuildCommandLine>
-    <NMakeCleanCommandLine Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">nmake -f Makefile OUTDIR=$(OutDir) cleanrelease</NMakeCleanCommandLine>
-    <NMakeOutput Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(OutDir)MapGuideDotNetApi.dll</NMakeOutput>
-    <NMakePreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions>
-    <NMakeIncludeSearchPath Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(NMakeIncludeSearchPath)</NMakeIncludeSearchPath>
-    <NMakeForcedIncludes Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(NMakeForcedIncludes)</NMakeForcedIncludes>
-    <NMakeAssemblySearchPath Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(NMakeAssemblySearchPath)</NMakeAssemblySearchPath>
-    <NMakeForcedUsingAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(NMakeForcedUsingAssemblies)</NMakeForcedUsingAssemblies>
-    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..\..\bin\$(Configuration)64\</OutDir>
-    <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..\..\obj\$(Configuration)64\DotNetApi\</IntDir>
-    <NMakeBuildCommandLine Condition="'$(Configuration)|$(Platform)'=='Release|x64'">nmake -f Makefile PLATFORM=x64 OUTDIR=$(OutDir) release</NMakeBuildCommandLine>
-    <NMakeReBuildCommandLine Condition="'$(Configuration)|$(Platform)'=='Release|x64'">nmake -a -f Makefile PLATFORM=x64 OUTDIR=$(OutDir) release</NMakeReBuildCommandLine>
-    <NMakeCleanCommandLine Condition="'$(Configuration)|$(Platform)'=='Release|x64'">nmake -f Makefile OUTDIR=$(OutDir) cleanrelease</NMakeCleanCommandLine>
-    <NMakeOutput Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(OutDir)MapGuideDotNetApi.dll</NMakeOutput>
-    <NMakePreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions>
-    <NMakeIncludeSearchPath Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(NMakeIncludeSearchPath)</NMakeIncludeSearchPath>
-    <NMakeForcedIncludes Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(NMakeForcedIncludes)</NMakeForcedIncludes>
-    <NMakeAssemblySearchPath Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(NMakeAssemblySearchPath)</NMakeAssemblySearchPath>
-    <NMakeForcedUsingAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(NMakeForcedUsingAssemblies)</NMakeForcedUsingAssemblies>
-  </PropertyGroup>
-  <ItemDefinitionGroup>
-  </ItemDefinitionGroup>
-  <ItemGroup>
-    <None Include="Makefile" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="..\..\..\Common\Foundation\Foundation.vcxproj">
-      <Project>{a82adc7d-4da4-42f2-9bf6-df5dcfb44425}</Project>
-      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
-    </ProjectReference>
-    <ProjectReference Include="..\..\..\Common\Geometry\Geometry.vcxproj">
-      <Project>{d954daac-e305-40ce-b3f3-c229a0bef4f0}</Project>
-      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
-    </ProjectReference>
-    <ProjectReference Include="..\..\..\Common\MapGuideCommon\MapGuideCommon.vcxproj">
-      <Project>{5287a594-4d4f-43fe-a281-e279ab708cf1}</Project>
-      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
-    </ProjectReference>
-    <ProjectReference Include="..\..\..\Common\PlatformBase\PlatformBase.vcxproj">
-      <Project>{f7334b1b-0efa-47e3-8e66-df158e61b7e4}</Project>
-      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
-    </ProjectReference>
-    <ProjectReference Include="..\DotNetUnmanagedApi\Foundation\FoundationApi.vcxproj">
-      <Project>{a8d4fed3-0aa1-4ae6-b734-a4499a4bb4f2}</Project>
-      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
-    </ProjectReference>
-    <ProjectReference Include="..\DotNetUnmanagedApi\Geometry\GeometryApi.vcxproj">
-      <Project>{7a6efe8b-a2f8-4c47-87a3-b7d1c4385ac2}</Project>
-      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
-    </ProjectReference>
-    <ProjectReference Include="..\DotNetUnmanagedApi\MapGuideCommon\MapGuideCommonApi.vcxproj">
-      <Project>{fd5cc86a-d557-4d59-afc2-6c562e67a596}</Project>
-      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
-    </ProjectReference>
-    <ProjectReference Include="..\DotNetUnmanagedApi\PlatformBase\PlatformBaseApi.vcxproj">
-      <Project>{cb91f23f-4882-433b-961b-15946ba8b965}</Project>
-      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
-    </ProjectReference>
-    <ProjectReference Include="..\DotNetUnmanagedApi\Web\WebApi.vcxproj">
-      <Project>{1b43cc8a-7a76-4a2c-97e4-de3cdb53c99a}</Project>
-      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
-    </ProjectReference>
-    <ProjectReference Include="..\HttpHandler\HttpHandler.vcxproj">
-      <Project>{78619d0e-d3f9-4ddf-b90e-f99cb03dfc44}</Project>
-      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
-    </ProjectReference>
-    <ProjectReference Include="..\WebApp\WebApp.vcxproj">
-      <Project>{b797917b-6842-467c-8b14-e00b76a91247}</Project>
-      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
-    </ProjectReference>
-    <ProjectReference Include="..\WebSupport\WebSupport.vcxproj">
-      <Project>{795b1b0e-4ec8-469d-b641-e26324266fbf}</Project>
-      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
-    </ProjectReference>
-    <ProjectReference Include="Foundation\FoundationDotNetApi.vcxproj">
-      <Project>{5fe54bf6-2939-46bb-a811-277d46c901c4}</Project>
-      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
-    </ProjectReference>
-    <ProjectReference Include="Geometry\GeometryDotNetApi.vcxproj">
-      <Project>{d70de528-8829-42e6-8ef6-e8f2fcda6334}</Project>
-      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
-    </ProjectReference>
-    <ProjectReference Include="MapGuideCommon\MapGuideCommonDotNetApi.vcxproj">
-      <Project>{4d79c4b3-6f69-40c9-8902-891ba9de521f}</Project>
-      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
-    </ProjectReference>
-    <ProjectReference Include="PlatformBase\PlatformBaseDotNetApi.vcxproj">
-      <Project>{41b4993d-2d85-4df9-bc71-83837f620c8d}</Project>
-      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
-    </ProjectReference>
-    <ProjectReference Include="Web\WebDotNetApi.vcxproj">
-      <Project>{41f3263b-c16c-49e8-adf6-416dfb55c9e2}</Project>
-      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
-    </ProjectReference>
-  </ItemGroup>
-  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
-  <ImportGroup Label="ExtensionTargets">
-  </ImportGroup>
-</Project>
\ No newline at end of file

Deleted: sandbox/jng/v30/Web/src/DotNetApi/Makefile
===================================================================
--- sandbox/jng/v30/Web/src/DotNetApi/Makefile	2014-06-16 12:48:47 UTC (rev 8226)
+++ sandbox/jng/v30/Web/src/DotNetApi/Makefile	2014-06-16 13:24:38 UTC (rev 8227)
@@ -1,17 +0,0 @@
-cleandebug:
-  if exist $(OUTDIR)\MapGuideDotNetApid.dll del $(OUTDIR)\MapGuideDotNetApid.dll
-  if exist $(OUTDIR)\MapGuideDotNetApid.pdb del $(OUTDIR)\MapGuideDotNetApid.pdb
-
-cleanrelease:
-  if exist $(OUTDIR)\MapGuideDotNetApi.dll del $(OUTDIR)\MapGuideDotNetApi.dll
-  if exist $(OUTDIR)\MapGuideDotNetApi.pdb del $(OUTDIR)\MapGuideDotNetApi.pdb
-
-debug: $(OUTDIR)\MapGuideDotNetApid.dll
-
-release: $(OUTDIR)\MapGuideDotNetApi.dll
-
-$(OUTDIR)\MapGuideDotNetApid.dll:
-  csc.exe /debug+ /debug:full /optimize- /out:$(OUTDIR)\MapGuideDotNetApid.dll /platform:$(PLATFORM) /target:library /lib:$(OUTDIR) /reference:OSGeo.MapGuide.Foundation.dll;OSGeo.MapGuide.Geometry.dll;OSGeo.MapGuide.PlatformBase.dll;OSGeo.MapGuide.MapGuideCommon.dll;OSGeo.MapGuide.Web.dll .\AssemblyInfo.cs
-
-$(OUTDIR)\MapGuideDotNetApi.dll:
-  csc.exe /debug+ /debug:pdbonly /optimize+ /out:$(OUTDIR)\MapGuideDotNetApi.dll /platform:$(PLATFORM) /target:library /lib:$(OUTDIR) /reference:OSGeo.MapGuide.Foundation.dll;OSGeo.MapGuide.Geometry.dll;OSGeo.MapGuide.PlatformBase.dll;OSGeo.MapGuide.MapGuideCommon.dll;OSGeo.MapGuide.Web.dll .\AssemblyInfo.cs

Modified: sandbox/jng/v30/Web/src/PostBuild/PostBuild.vcxproj
===================================================================
--- sandbox/jng/v30/Web/src/PostBuild/PostBuild.vcxproj	2014-06-16 12:48:47 UTC (rev 8226)
+++ sandbox/jng/v30/Web/src/PostBuild/PostBuild.vcxproj	2014-06-16 13:24:38 UTC (rev 8227)
@@ -141,10 +141,6 @@
       <Project>{da3459c2-1430-499f-996f-218da3dd755d}</Project>
       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
     </ProjectReference>
-    <ProjectReference Include="..\DotNetApi\DotNetApi.vcxproj">
-      <Project>{557c1767-b4f4-4e96-8699-156bad696802}</Project>
-      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
-    </ProjectReference>
     <ProjectReference Include="..\DotNetApi\Foundation\FoundationDotNetApi.vcxproj">
       <Project>{5fe54bf6-2939-46bb-a811-277d46c901c4}</Project>
       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>

Modified: sandbox/jng/v30/Web/src/WebTier.sln
===================================================================
--- sandbox/jng/v30/Web/src/WebTier.sln	2014-06-16 12:48:47 UTC (rev 8226)
+++ sandbox/jng/v30/Web/src/WebTier.sln	2014-06-16 13:24:38 UTC (rev 8227)
@@ -38,8 +38,6 @@
 EndProject
 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PhpMapGuideApiEnvConfig", "PhpMapGuideApiEnvConfig\PhpMapGuideApiEnvConfig.vcxproj", "{D8741687-CBAC-4A3D-9A0D-C7068A9FD3B5}"
 EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DotNetApi", "DotNetApi\DotNetApi.vcxproj", "{557C1767-B4F4-4E96-8699-156BAD696802}"
-EndProject
 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FoundationApi", "DotNetUnmanagedApi\Foundation\FoundationApi.vcxproj", "{A8D4FED3-0AA1-4AE6-B734-A4499A4BB4F2}"
 EndProject
 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "GeometryApi", "DotNetUnmanagedApi\Geometry\GeometryApi.vcxproj", "{7A6EFE8B-A2F8-4C47-87A3-B7D1C4385AC2}"
@@ -222,14 +220,6 @@
 		{D8741687-CBAC-4A3D-9A0D-C7068A9FD3B5}.Release|Win32.Build.0 = Release|Win32
 		{D8741687-CBAC-4A3D-9A0D-C7068A9FD3B5}.Release|x64.ActiveCfg = Release|x64
 		{D8741687-CBAC-4A3D-9A0D-C7068A9FD3B5}.Release|x64.Build.0 = Release|x64
-		{557C1767-B4F4-4E96-8699-156BAD696802}.Debug|Win32.ActiveCfg = Debug|Win32
-		{557C1767-B4F4-4E96-8699-156BAD696802}.Debug|Win32.Build.0 = Debug|Win32
-		{557C1767-B4F4-4E96-8699-156BAD696802}.Debug|x64.ActiveCfg = Debug|x64
-		{557C1767-B4F4-4E96-8699-156BAD696802}.Debug|x64.Build.0 = Debug|x64
-		{557C1767-B4F4-4E96-8699-156BAD696802}.Release|Win32.ActiveCfg = Release|Win32
-		{557C1767-B4F4-4E96-8699-156BAD696802}.Release|Win32.Build.0 = Release|Win32
-		{557C1767-B4F4-4E96-8699-156BAD696802}.Release|x64.ActiveCfg = Release|x64
-		{557C1767-B4F4-4E96-8699-156BAD696802}.Release|x64.Build.0 = Release|x64
 		{A8D4FED3-0AA1-4AE6-B734-A4499A4BB4F2}.Debug|Win32.ActiveCfg = Debug|Win32
 		{A8D4FED3-0AA1-4AE6-B734-A4499A4BB4F2}.Debug|Win32.Build.0 = Debug|Win32
 		{A8D4FED3-0AA1-4AE6-B734-A4499A4BB4F2}.Debug|x64.ActiveCfg = Debug|x64



More information about the mapguide-commits mailing list