- <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>8.0.50727</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{C83777FC-AABB-47D9-911F-D76255D4D541}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>SharpMap</RootNamespace>
- <AssemblyName>SharpMap</AssemblyName>
- <SccProjectName>SAK</SccProjectName>
- <SccLocalPath>SAK</SccLocalPath>
- <SccAuxPath>SAK</SccAuxPath>
- <SccProvider>SAK</SccProvider>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>binDebug</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <UseVSHostingProcess>true</UseVSHostingProcess>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>binRelease</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <DocumentationFile>binReleaseSharpMap.XML</DocumentationFile>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="System" />
- <Reference Include="System.Data" />
- <Reference Include="System.Drawing" />
- <Reference Include="System.Web" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="ConvertersWellKnownBinaryGeometryFromWKB.cs" />
- <Compile Include="ConvertersWellKnownBinaryGeometryToWKB.cs" />
- <Compile Include="ConvertersWellKnownBinaryWKBByteOrder.cs" />
- <Compile Include="ConvertersWellKnownBinaryWKBGeometryType.cs" />
- <Compile Include="ConvertersWellKnownTextCoordinateSystemWktReader.cs" />
- <Compile Include="ConvertersWellKnownTextGeometryFromWKT.cs" />
- <Compile Include="ConvertersWellKnownTextGeometryToWKT.cs" />
- <Compile Include="ConvertersWellKnownTextSpatialReference.cs" />
- <Compile Include="ConvertersWellKnownTextStreamTokenizer.cs" />
- <Compile Include="ConvertersWellKnownTextTokenType.cs" />
- <Compile Include="ConvertersWellKnownTextWKTStreamTokenizer.cs" />
- <Compile Include="CoordinateSystemsAngularUnit.cs" />
- <Compile Include="CoordinateSystemsAxisInfo.cs" />
- <Compile Include="CoordinateSystemsAxisOrientationEnum.cs" />
- <Compile Include="CoordinateSystemsCoordinateSystem.cs" />
- <Compile Include="CoordinateSystemsCoordinateSystemFactory.cs" />
- <Compile Include="CoordinateSystemsDatum.cs" />
- <Compile Include="CoordinateSystemsDatumType.cs" />
- <Compile Include="CoordinateSystemsEllipsoid.cs" />
- <Compile Include="CoordinateSystemsGeocentricCoordinateSystem.cs" />
- <Compile Include="CoordinateSystemsGeographicCoordinateSystem.cs" />
- <Compile Include="CoordinateSystemsGeographicTransform.cs" />
- <Compile Include="CoordinateSystemsHorizontalCoordinateSystem.cs" />
- <Compile Include="CoordinateSystemsHorizontalDatum.cs" />
- <Compile Include="CoordinateSystemsIAngularUnit.cs" />
- <Compile Include="CoordinateSystemsICompoundCoordinateSystem.cs" />
- <Compile Include="CoordinateSystemsICoordinateSystem.cs" />
- <Compile Include="CoordinateSystemsICoordinateSystemAuthorityFactory.cs" />
- <Compile Include="CoordinateSystemsICoordinateSystemFactory.cs" />
- <Compile Include="CoordinateSystemsIDatum.cs" />
- <Compile Include="CoordinateSystemsIEllipsoid.cs" />
- <Compile Include="CoordinateSystemsIFittedCoordinateSystem.cs" />
- <Compile Include="CoordinateSystemsIGeocentricCoordinateSystem.cs" />
- <Compile Include="CoordinateSystemsIGeodeticSpatialReference.cs" />
- <Compile Include="CoordinateSystemsIGeographicCoordinateSystem.cs" />
- <Compile Include="CoordinateSystemsIGeographicTransform.cs" />
- <Compile Include="CoordinateSystemsIHorizontalCoordinateSystem.cs" />
- <Compile Include="CoordinateSystemsIHorizontalDatum.cs" />
- <Compile Include="CoordinateSystemsIInfo.cs" />
- <Compile Include="CoordinateSystemsILinearUnit.cs" />
- <Compile Include="CoordinateSystemsILocalCoordinateSystem.cs" />
- <Compile Include="CoordinateSystemsILocalDatum.cs" />
- <Compile Include="CoordinateSystemsInfo.cs" />
- <Compile Include="CoordinateSystemsIParameterInfo.cs" />
- <Compile Include="CoordinateSystemsIPrimeMeridian.cs" />
- <Compile Include="CoordinateSystemsIProjectedCoordinateSystem.cs" />
- <Compile Include="CoordinateSystemsIProjection.cs" />
- <Compile Include="CoordinateSystemsIUnit.cs" />
- <Compile Include="CoordinateSystemsIVerticalCoordinateSystem.cs" />
- <Compile Include="CoordinateSystemsIVerticalDatum.cs" />
- <Compile Include="CoordinateSystemsLinearUnit.cs" />
- <Compile Include="CoordinateSystemsParameter.cs" />
- <Compile Include="CoordinateSystemsPrimeMeridian.cs" />
- <Compile Include="CoordinateSystemsProjectedCoordinateSystem.cs" />
- <Compile Include="CoordinateSystemsProjection.cs" />
- <Compile Include="CoordinateSystemsProjectionParameter.cs" />
- <Compile Include="CoordinateSystemsProjectionsAlbersProjection.cs" />
- <Compile Include="CoordinateSystemsProjectionsLambertConformalConic.cs" />
- <Compile Include="CoordinateSystemsProjectionsMapProjection.cs" />
- <Compile Include="CoordinateSystemsProjectionsMercator.cs" />
- <Compile Include="CoordinateSystemsProjectionsTransverseMercator.cs" />
- <Compile Include="CoordinateSystemsTransformationsConcatenatedTransform.cs" />
- <Compile Include="CoordinateSystemsTransformationsCoordinateTransformation.cs" />
- <Compile Include="CoordinateSystemsTransformationsCoordinateTransformationAuthorityFactory.cs" />
- <Compile Include="CoordinateSystemsTransformationsCoordinateTransformationFactory.cs" />
- <Compile Include="CoordinateSystemsTransformationsDatumTransform.cs" />
- <Compile Include="CoordinateSystemsTransformationsDomainFlags.cs" />
- <Compile Include="CoordinateSystemsTransformationsGeocentricTransform.cs" />
- <Compile Include="CoordinateSystemsTransformationsGeographicTransform.cs" />
- <Compile Include="CoordinateSystemsTransformationsGeometryTransform.cs" />
- <Compile Include="CoordinateSystemsTransformationsICoordinateTransformation.cs" />
- <Compile Include="CoordinateSystemsTransformationsICoordinateTransformationFactory.cs" />
- <Compile Include="CoordinateSystemsTransformationsIMathTransform.cs" />
- <Compile Include="CoordinateSystemsTransformationsIMathTransformFactory.cs" />
- <Compile Include="CoordinateSystemsTransformationsMathTransform.cs" />
- <Compile Include="CoordinateSystemsTransformationsTransformType.cs" />
- <Compile Include="CoordinateSystemsUnit.cs" />
- <Compile Include="CoordinateSystemsWGS84ConversionInfo.cs" />
- <Compile Include="DataFeatureDataSet.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="DataProvidersDbaseReader.cs" />
- <Compile Include="DataProvidersGeometryProvider.cs" />
- <Compile Include="DataProvidersiProvider.cs" />
- <Compile Include="DataProvidersMsSql.cs" />
- <Compile Include="DataProvidersMsSqlSpatial.cs" />
- <Compile Include="DataProvidersOleDbPoint.cs" />
- <Compile Include="DataProvidersPoolingConnector.cs" />
- <Compile Include="DataProvidersPoolingConnectorPool.cs" />
- <Compile Include="DataProvidersShapeFile.cs" />
- <Compile Include="GeometriesBoundingBox.cs" />
- <Compile Include="GeometriesCurve.cs" />
- <Compile Include="GeometriesGeometry.cs" />
- <Compile Include="GeometriesGeometryCollection.cs" />
- <Compile Include="GeometriesGeometryType.cs" />
- <Compile Include="GeometriesIGeometry.cs" />
- <Compile Include="GeometriesIGeometryCollection.cs" />
- <Compile Include="GeometriesISpatialReference.cs" />
- <Compile Include="GeometriesLinearRing.cs" />
- <Compile Include="GeometriesLineString.cs" />
- <Compile Include="GeometriesMultiCurve.cs" />
- <Compile Include="GeometriesMultiLineString.cs" />
- <Compile Include="GeometriesMultiPoint.cs" />
- <Compile Include="GeometriesMultiPolygon.cs" />
- <Compile Include="GeometriesMultiSurface.cs" />
- <Compile Include="GeometriesPoint.cs" />
- <Compile Include="GeometriesPoint3D.cs" />
- <Compile Include="GeometriesPolygon.cs" />
- <Compile Include="GeometriesSpatialRelations.cs" />
- <Compile Include="GeometriesSurface.cs" />
- <Compile Include="LayersiLayer.cs" />
- <Compile Include="LayersLabelLayer.cs" />
- <Compile Include="LayersLayer.cs" />
- <Compile Include="LayersLayerGroup.cs" />
- <Compile Include="LayersVectorLayer.cs" />
- <Compile Include="LayersWmsLayer.cs" />
- <Compile Include="MapMap.cs" />
- <Compile Include="PropertiesAssemblyInfo.cs" />
- <Compile Include="RenderingLabel.cs" />
- <Compile Include="RenderingLabelCollisionDetection.cs" />
- <Compile Include="RenderingRenderExceptions.cs" />
- <Compile Include="RenderingThematicsColorBlend.cs" />
- <Compile Include="RenderingThematicsCustomTheme.cs" />
- <Compile Include="RenderingThematicsGradientTheme.cs" />
- <Compile Include="RenderingThematicsITheme.cs" />
- <Compile Include="RenderingVectorRenderer.cs" />
- <Compile Include="StylesIStyle.cs" />
- <Compile Include="StylesLabelStyle.cs" />
- <Compile Include="StylesStyle.cs" />
- <Compile Include="StylesVectorStyle.cs" />
- <Compile Include="UtilitiesAlgorithms.cs" />
- <Compile Include="UtilitiesIndexingBinaryTree.cs" />
- <Compile Include="UtilitiesIndexingSpatialIndexing.cs" />
- <Compile Include="UtilitiesLeastSquaresTransform.cs" />
- <Compile Include="UtilitiesProviders.cs" />
- <Compile Include="UtilitiesSurrogates.cs" />
- <Compile Include="UtilitiesTransform.cs" />
- <Compile Include="UtilitiesVersion.cs" />
- <Compile Include="WebCache.cs" />
- <Compile Include="WebHttpHandler.cs" />
- <Compile Include="WebWmsCapabilities.cs" />
- <Compile Include="WebWmsClient.cs" />
- <Compile Include="WebWmsWmsException.cs" />
- <Compile Include="WebWmsWmsServer.cs" />
- </ItemGroup>
- <ItemGroup>
- <None Include="COPYING.txt" />
- <EmbeddedResource Include="StylesDefaultSymbol.png" />
- </ItemGroup>
- <ItemGroup>
- <None Include="SRID.csv" />
- <EmbeddedResource Include="WebWmsSchemas1.3.0capabilities_1_3_0.xsd">
- <SubType>Designer</SubType>
- </EmbeddedResource>
- <None Include="WebWmsSchemas1.3.0capabilities_1_3_0.xsx">
- <DependentUpon>capabilities_1_3_0.xsd</DependentUpon>
- </None>
- <EmbeddedResource Include="WebWmsSchemas1.3.0exceptions_1_3_0.xsd">
- <SubType>Designer</SubType>
- </EmbeddedResource>
- <None Include="WebWmsSchemas1.3.0exceptions_1_3_0.xsx">
- <DependentUpon>exceptions_1_3_0.xsd</DependentUpon>
- </None>
- </ItemGroup>
- <ItemGroup>
- <Folder Include="WebWfs" />
- </ItemGroup>
- <Import Project="$(MSBuildBinPath)Microsoft.CSharp.targets" />
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
- Other similar extension points exist, see Microsoft.Common.targets.
- <Target Name="BeforeBuild">
- </Target>
- <Target Name="AfterBuild">
- </Target>
- -->
- </Project>