SharpMap.csproj
上传用户:sex100000
上传日期:2013-11-09
资源大小:1377k
文件大小:12k
源码类别:

GIS编程

开发平台:

C#

  1. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2.   <PropertyGroup>
  3.     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  4.     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  5.     <ProductVersion>8.0.50727</ProductVersion>
  6.     <SchemaVersion>2.0</SchemaVersion>
  7.     <ProjectGuid>{C83777FC-AABB-47D9-911F-D76255D4D541}</ProjectGuid>
  8.     <OutputType>Library</OutputType>
  9.     <AppDesignerFolder>Properties</AppDesignerFolder>
  10.     <RootNamespace>SharpMap</RootNamespace>
  11.     <AssemblyName>SharpMap</AssemblyName>
  12.     <SccProjectName>SAK</SccProjectName>
  13.     <SccLocalPath>SAK</SccLocalPath>
  14.     <SccAuxPath>SAK</SccAuxPath>
  15.     <SccProvider>SAK</SccProvider>
  16.   </PropertyGroup>
  17.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18.     <DebugSymbols>true</DebugSymbols>
  19.     <DebugType>full</DebugType>
  20.     <Optimize>false</Optimize>
  21.     <OutputPath>binDebug</OutputPath>
  22.     <DefineConstants>DEBUG;TRACE</DefineConstants>
  23.     <ErrorReport>prompt</ErrorReport>
  24.     <WarningLevel>4</WarningLevel>
  25.     <UseVSHostingProcess>true</UseVSHostingProcess>
  26.   </PropertyGroup>
  27.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28.     <DebugType>pdbonly</DebugType>
  29.     <Optimize>true</Optimize>
  30.     <OutputPath>binRelease</OutputPath>
  31.     <DefineConstants>TRACE</DefineConstants>
  32.     <ErrorReport>prompt</ErrorReport>
  33.     <WarningLevel>4</WarningLevel>
  34.     <DocumentationFile>binReleaseSharpMap.XML</DocumentationFile>
  35.   </PropertyGroup>
  36.   <ItemGroup>
  37.     <Reference Include="System" />
  38.     <Reference Include="System.Data" />
  39.     <Reference Include="System.Drawing" />
  40.     <Reference Include="System.Web" />
  41.     <Reference Include="System.Xml" />
  42.   </ItemGroup>
  43.   <ItemGroup>
  44.     <Compile Include="ConvertersWellKnownBinaryGeometryFromWKB.cs" />
  45.     <Compile Include="ConvertersWellKnownBinaryGeometryToWKB.cs" />
  46.     <Compile Include="ConvertersWellKnownBinaryWKBByteOrder.cs" />
  47.     <Compile Include="ConvertersWellKnownBinaryWKBGeometryType.cs" />
  48.     <Compile Include="ConvertersWellKnownTextCoordinateSystemWktReader.cs" />
  49.     <Compile Include="ConvertersWellKnownTextGeometryFromWKT.cs" />
  50.     <Compile Include="ConvertersWellKnownTextGeometryToWKT.cs" />
  51.     <Compile Include="ConvertersWellKnownTextSpatialReference.cs" />
  52.     <Compile Include="ConvertersWellKnownTextStreamTokenizer.cs" />
  53.     <Compile Include="ConvertersWellKnownTextTokenType.cs" />
  54.     <Compile Include="ConvertersWellKnownTextWKTStreamTokenizer.cs" />
  55.     <Compile Include="CoordinateSystemsAngularUnit.cs" />
  56.     <Compile Include="CoordinateSystemsAxisInfo.cs" />
  57.     <Compile Include="CoordinateSystemsAxisOrientationEnum.cs" />
  58.     <Compile Include="CoordinateSystemsCoordinateSystem.cs" />
  59.     <Compile Include="CoordinateSystemsCoordinateSystemFactory.cs" />
  60.     <Compile Include="CoordinateSystemsDatum.cs" />
  61.     <Compile Include="CoordinateSystemsDatumType.cs" />
  62.     <Compile Include="CoordinateSystemsEllipsoid.cs" />
  63.     <Compile Include="CoordinateSystemsGeocentricCoordinateSystem.cs" />
  64.     <Compile Include="CoordinateSystemsGeographicCoordinateSystem.cs" />
  65.     <Compile Include="CoordinateSystemsGeographicTransform.cs" />
  66.     <Compile Include="CoordinateSystemsHorizontalCoordinateSystem.cs" />
  67.     <Compile Include="CoordinateSystemsHorizontalDatum.cs" />
  68.     <Compile Include="CoordinateSystemsIAngularUnit.cs" />
  69.     <Compile Include="CoordinateSystemsICompoundCoordinateSystem.cs" />
  70.     <Compile Include="CoordinateSystemsICoordinateSystem.cs" />
  71.     <Compile Include="CoordinateSystemsICoordinateSystemAuthorityFactory.cs" />
  72.     <Compile Include="CoordinateSystemsICoordinateSystemFactory.cs" />
  73.     <Compile Include="CoordinateSystemsIDatum.cs" />
  74.     <Compile Include="CoordinateSystemsIEllipsoid.cs" />
  75.     <Compile Include="CoordinateSystemsIFittedCoordinateSystem.cs" />
  76.     <Compile Include="CoordinateSystemsIGeocentricCoordinateSystem.cs" />
  77.     <Compile Include="CoordinateSystemsIGeodeticSpatialReference.cs" />
  78.     <Compile Include="CoordinateSystemsIGeographicCoordinateSystem.cs" />
  79.     <Compile Include="CoordinateSystemsIGeographicTransform.cs" />
  80.     <Compile Include="CoordinateSystemsIHorizontalCoordinateSystem.cs" />
  81.     <Compile Include="CoordinateSystemsIHorizontalDatum.cs" />
  82.     <Compile Include="CoordinateSystemsIInfo.cs" />
  83.     <Compile Include="CoordinateSystemsILinearUnit.cs" />
  84.     <Compile Include="CoordinateSystemsILocalCoordinateSystem.cs" />
  85.     <Compile Include="CoordinateSystemsILocalDatum.cs" />
  86.     <Compile Include="CoordinateSystemsInfo.cs" />
  87.     <Compile Include="CoordinateSystemsIParameterInfo.cs" />
  88.     <Compile Include="CoordinateSystemsIPrimeMeridian.cs" />
  89.     <Compile Include="CoordinateSystemsIProjectedCoordinateSystem.cs" />
  90.     <Compile Include="CoordinateSystemsIProjection.cs" />
  91.     <Compile Include="CoordinateSystemsIUnit.cs" />
  92.     <Compile Include="CoordinateSystemsIVerticalCoordinateSystem.cs" />
  93.     <Compile Include="CoordinateSystemsIVerticalDatum.cs" />
  94.     <Compile Include="CoordinateSystemsLinearUnit.cs" />
  95.     <Compile Include="CoordinateSystemsParameter.cs" />
  96.     <Compile Include="CoordinateSystemsPrimeMeridian.cs" />
  97.     <Compile Include="CoordinateSystemsProjectedCoordinateSystem.cs" />
  98.     <Compile Include="CoordinateSystemsProjection.cs" />
  99.     <Compile Include="CoordinateSystemsProjectionParameter.cs" />
  100.     <Compile Include="CoordinateSystemsProjectionsAlbersProjection.cs" />
  101.     <Compile Include="CoordinateSystemsProjectionsLambertConformalConic.cs" />
  102.     <Compile Include="CoordinateSystemsProjectionsMapProjection.cs" />
  103.     <Compile Include="CoordinateSystemsProjectionsMercator.cs" />
  104.     <Compile Include="CoordinateSystemsProjectionsTransverseMercator.cs" />
  105.     <Compile Include="CoordinateSystemsTransformationsConcatenatedTransform.cs" />
  106.     <Compile Include="CoordinateSystemsTransformationsCoordinateTransformation.cs" />
  107.     <Compile Include="CoordinateSystemsTransformationsCoordinateTransformationAuthorityFactory.cs" />
  108.     <Compile Include="CoordinateSystemsTransformationsCoordinateTransformationFactory.cs" />
  109.     <Compile Include="CoordinateSystemsTransformationsDatumTransform.cs" />
  110.     <Compile Include="CoordinateSystemsTransformationsDomainFlags.cs" />
  111.     <Compile Include="CoordinateSystemsTransformationsGeocentricTransform.cs" />
  112.     <Compile Include="CoordinateSystemsTransformationsGeographicTransform.cs" />
  113.     <Compile Include="CoordinateSystemsTransformationsGeometryTransform.cs" />
  114.     <Compile Include="CoordinateSystemsTransformationsICoordinateTransformation.cs" />
  115.     <Compile Include="CoordinateSystemsTransformationsICoordinateTransformationFactory.cs" />
  116.     <Compile Include="CoordinateSystemsTransformationsIMathTransform.cs" />
  117.     <Compile Include="CoordinateSystemsTransformationsIMathTransformFactory.cs" />
  118.     <Compile Include="CoordinateSystemsTransformationsMathTransform.cs" />
  119.     <Compile Include="CoordinateSystemsTransformationsTransformType.cs" />
  120.     <Compile Include="CoordinateSystemsUnit.cs" />
  121.     <Compile Include="CoordinateSystemsWGS84ConversionInfo.cs" />
  122.     <Compile Include="DataFeatureDataSet.cs">
  123.       <SubType>Component</SubType>
  124.     </Compile>
  125.     <Compile Include="DataProvidersDbaseReader.cs" />
  126.     <Compile Include="DataProvidersGeometryProvider.cs" />
  127.     <Compile Include="DataProvidersiProvider.cs" />
  128.     <Compile Include="DataProvidersMsSql.cs" />
  129.     <Compile Include="DataProvidersMsSqlSpatial.cs" />
  130.     <Compile Include="DataProvidersOleDbPoint.cs" />
  131.     <Compile Include="DataProvidersPoolingConnector.cs" />
  132.     <Compile Include="DataProvidersPoolingConnectorPool.cs" />
  133.     <Compile Include="DataProvidersShapeFile.cs" />
  134.     <Compile Include="GeometriesBoundingBox.cs" />
  135.     <Compile Include="GeometriesCurve.cs" />
  136.     <Compile Include="GeometriesGeometry.cs" />
  137.     <Compile Include="GeometriesGeometryCollection.cs" />
  138.     <Compile Include="GeometriesGeometryType.cs" />
  139.     <Compile Include="GeometriesIGeometry.cs" />
  140.     <Compile Include="GeometriesIGeometryCollection.cs" />
  141.     <Compile Include="GeometriesISpatialReference.cs" />
  142.     <Compile Include="GeometriesLinearRing.cs" />
  143.     <Compile Include="GeometriesLineString.cs" />
  144.     <Compile Include="GeometriesMultiCurve.cs" />
  145.     <Compile Include="GeometriesMultiLineString.cs" />
  146.     <Compile Include="GeometriesMultiPoint.cs" />
  147.     <Compile Include="GeometriesMultiPolygon.cs" />
  148.     <Compile Include="GeometriesMultiSurface.cs" />
  149.     <Compile Include="GeometriesPoint.cs" />
  150.     <Compile Include="GeometriesPoint3D.cs" />
  151.     <Compile Include="GeometriesPolygon.cs" />
  152.     <Compile Include="GeometriesSpatialRelations.cs" />
  153.     <Compile Include="GeometriesSurface.cs" />
  154.     <Compile Include="LayersiLayer.cs" />
  155.     <Compile Include="LayersLabelLayer.cs" />
  156.     <Compile Include="LayersLayer.cs" />
  157.     <Compile Include="LayersLayerGroup.cs" />
  158.     <Compile Include="LayersVectorLayer.cs" />
  159.     <Compile Include="LayersWmsLayer.cs" />
  160.     <Compile Include="MapMap.cs" />
  161.     <Compile Include="PropertiesAssemblyInfo.cs" />
  162.     <Compile Include="RenderingLabel.cs" />
  163.     <Compile Include="RenderingLabelCollisionDetection.cs" />
  164.     <Compile Include="RenderingRenderExceptions.cs" />
  165.     <Compile Include="RenderingThematicsColorBlend.cs" />
  166.     <Compile Include="RenderingThematicsCustomTheme.cs" />
  167.     <Compile Include="RenderingThematicsGradientTheme.cs" />
  168.     <Compile Include="RenderingThematicsITheme.cs" />
  169.     <Compile Include="RenderingVectorRenderer.cs" />
  170.     <Compile Include="StylesIStyle.cs" />
  171.     <Compile Include="StylesLabelStyle.cs" />
  172.     <Compile Include="StylesStyle.cs" />
  173.     <Compile Include="StylesVectorStyle.cs" />
  174.     <Compile Include="UtilitiesAlgorithms.cs" />
  175.     <Compile Include="UtilitiesIndexingBinaryTree.cs" />
  176.     <Compile Include="UtilitiesIndexingSpatialIndexing.cs" />
  177.     <Compile Include="UtilitiesLeastSquaresTransform.cs" />
  178.     <Compile Include="UtilitiesProviders.cs" />
  179.     <Compile Include="UtilitiesSurrogates.cs" />
  180.     <Compile Include="UtilitiesTransform.cs" />
  181.     <Compile Include="UtilitiesVersion.cs" />
  182.     <Compile Include="WebCache.cs" />
  183.     <Compile Include="WebHttpHandler.cs" />
  184.     <Compile Include="WebWmsCapabilities.cs" />
  185.     <Compile Include="WebWmsClient.cs" />
  186.     <Compile Include="WebWmsWmsException.cs" />
  187.     <Compile Include="WebWmsWmsServer.cs" />
  188.   </ItemGroup>
  189.   <ItemGroup>
  190.     <None Include="COPYING.txt" />
  191.     <EmbeddedResource Include="StylesDefaultSymbol.png" />
  192.   </ItemGroup>
  193.   <ItemGroup>
  194.     <None Include="SRID.csv" />
  195.     <EmbeddedResource Include="WebWmsSchemas1.3.0capabilities_1_3_0.xsd">
  196.       <SubType>Designer</SubType>
  197.     </EmbeddedResource>
  198.     <None Include="WebWmsSchemas1.3.0capabilities_1_3_0.xsx">
  199.       <DependentUpon>capabilities_1_3_0.xsd</DependentUpon>
  200.     </None>
  201.     <EmbeddedResource Include="WebWmsSchemas1.3.0exceptions_1_3_0.xsd">
  202.       <SubType>Designer</SubType>
  203.     </EmbeddedResource>
  204.     <None Include="WebWmsSchemas1.3.0exceptions_1_3_0.xsx">
  205.       <DependentUpon>exceptions_1_3_0.xsd</DependentUpon>
  206.     </None>
  207.   </ItemGroup>
  208.   <ItemGroup>
  209.     <Folder Include="WebWfs" />
  210.   </ItemGroup>
  211.   <Import Project="$(MSBuildBinPath)Microsoft.CSharp.targets" />
  212.   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
  213.        Other similar extension points exist, see Microsoft.Common.targets.
  214.   <Target Name="BeforeBuild">
  215.   </Target>
  216.   <Target Name="AfterBuild">
  217.   </Target>
  218.   -->
  219. </Project>