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

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>{A4140C12-53F5-438C-8D24-9E48C504FECF}</ProjectGuid>
  8.     <OutputType>Library</OutputType>
  9.     <AppDesignerFolder>Properties</AppDesignerFolder>
  10.     <RootNamespace>SharpMap.Extensions</RootNamespace>
  11.     <AssemblyName>SharpMap.Extensions</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.     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  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.   </PropertyGroup>
  35.   <ItemGroup>
  36.     <Reference Include="gdalconst_csharp, Version=0.0.0.0, Culture=neutral">
  37.       <SpecificVersion>False</SpecificVersion>
  38.       <HintPath>C:ProgrammeFWTools1.2.0csharpgdalconst_csharp.dll</HintPath>
  39.     </Reference>
  40.     <Reference Include="gdal_csharp, Version=0.0.0.0, Culture=neutral">
  41.       <SpecificVersion>False</SpecificVersion>
  42.       <HintPath>C:ProgrammeFWTools1.2.0csharpgdal_csharp.dll</HintPath>
  43.     </Reference>
  44.     <Reference Include="Mono.Security, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
  45.       <SpecificVersion>False</SpecificVersion>
  46.       <HintPath>binDebugMono.Security.dll</HintPath>
  47.     </Reference>
  48.     <Reference Include="NetTopologySuite, Version=1.7.1.29911, Culture=neutral, PublicKeyToken=f580a05016ebada1, processorArchitecture=MSIL">
  49.       <SpecificVersion>False</SpecificVersion>
  50.       <HintPath>binDebugNetTopologySuite.dll</HintPath>
  51.     </Reference>
  52.     <Reference Include="Npgsql, Version=0.99.3.0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7, processorArchitecture=MSIL">
  53.       <SpecificVersion>False</SpecificVersion>
  54.       <HintPath>binDebugNpgsql.dll</HintPath>
  55.     </Reference>
  56.     <Reference Include="ogr_csharp, Version=0.0.0.0, Culture=neutral">
  57.       <SpecificVersion>False</SpecificVersion>
  58.       <HintPath>C:ProgrammeFWTools1.2.0csharpogr_csharp.dll</HintPath>
  59.     </Reference>
  60.     <Reference Include="Oracle.DataAccess, Version=2.102.2.10, Culture=neutral, PublicKeyToken=89b483f429c47342, processorArchitecture=x86">
  61.       <SpecificVersion>False</SpecificVersion>
  62.       <HintPath>binDebugOracle.DataAccess.dll</HintPath>
  63.     </Reference>
  64.     <Reference Include="osr_csharp, Version=0.0.0.0, Culture=neutral">
  65.       <SpecificVersion>False</SpecificVersion>
  66.       <HintPath>C:ProgrammeFWTools1.2.0csharposr_csharp.dll</HintPath>
  67.     </Reference>
  68.     <Reference Include="PostgreSql.Data.PostgreSqlClient, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  69.       <SpecificVersion>False</SpecificVersion>
  70.       <HintPath>binDebugPostgreSql.Data.PostgreSqlClient.dll</HintPath>
  71.     </Reference>
  72.     <Reference Include="System" />
  73.     <Reference Include="System.Data" />
  74.     <Reference Include="System.Drawing" />
  75.     <Reference Include="System.Xml" />
  76.   </ItemGroup>
  77.   <ItemGroup>
  78.     <Compile Include="DataProvidersNtsGeometryConverter.cs" />
  79.     <Compile Include="DataProvidersNtsProvider.cs" />
  80.     <Compile Include="DataProvidersOgrProvider.cs" />
  81.     <Compile Include="DataProvidersOracle.cs" />
  82.     <Compile Include="DataProvidersPostGIS.cs" />
  83.     <Compile Include="DataProvidersPostGIS2.cs" />
  84.     <Compile Include="LayersGdalRasterLayer.cs" />
  85.     <Compile Include="LayersGeoTransform.cs" />
  86.     <Compile Include="PropertiesAssemblyInfo.cs" />
  87.   </ItemGroup>
  88.   <ItemGroup>
  89.     <ProjectReference Include="..SharpMapSharpMap.csproj">
  90.       <Project>{C83777FC-AABB-47D9-911F-D76255D4D541}</Project>
  91.       <Name>SharpMap</Name>
  92.     </ProjectReference>
  93.   </ItemGroup>
  94.   <Import Project="$(MSBuildBinPath)Microsoft.CSharp.targets" />
  95.   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
  96.        Other similar extension points exist, see Microsoft.Common.targets.
  97.   <Target Name="BeforeBuild">
  98.   </Target>
  99.   <Target Name="AfterBuild">
  100.   </Target>
  101.   -->
  102. </Project>