SharpMap.Extensions.csproj
上传用户:sex100000
上传日期:2013-11-09
资源大小:1377k
文件大小:5k
- <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>{A4140C12-53F5-438C-8D24-9E48C504FECF}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>SharpMap.Extensions</RootNamespace>
- <AssemblyName>SharpMap.Extensions</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>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- </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>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="gdalconst_csharp, Version=0.0.0.0, Culture=neutral">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>C:ProgrammeFWTools1.2.0csharpgdalconst_csharp.dll</HintPath>
- </Reference>
- <Reference Include="gdal_csharp, Version=0.0.0.0, Culture=neutral">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>C:ProgrammeFWTools1.2.0csharpgdal_csharp.dll</HintPath>
- </Reference>
- <Reference Include="Mono.Security, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>binDebugMono.Security.dll</HintPath>
- </Reference>
- <Reference Include="NetTopologySuite, Version=1.7.1.29911, Culture=neutral, PublicKeyToken=f580a05016ebada1, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>binDebugNetTopologySuite.dll</HintPath>
- </Reference>
- <Reference Include="Npgsql, Version=0.99.3.0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>binDebugNpgsql.dll</HintPath>
- </Reference>
- <Reference Include="ogr_csharp, Version=0.0.0.0, Culture=neutral">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>C:ProgrammeFWTools1.2.0csharpogr_csharp.dll</HintPath>
- </Reference>
- <Reference Include="Oracle.DataAccess, Version=2.102.2.10, Culture=neutral, PublicKeyToken=89b483f429c47342, processorArchitecture=x86">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>binDebugOracle.DataAccess.dll</HintPath>
- </Reference>
- <Reference Include="osr_csharp, Version=0.0.0.0, Culture=neutral">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>C:ProgrammeFWTools1.2.0csharposr_csharp.dll</HintPath>
- </Reference>
- <Reference Include="PostgreSql.Data.PostgreSqlClient, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>binDebugPostgreSql.Data.PostgreSqlClient.dll</HintPath>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.Data" />
- <Reference Include="System.Drawing" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="DataProvidersNtsGeometryConverter.cs" />
- <Compile Include="DataProvidersNtsProvider.cs" />
- <Compile Include="DataProvidersOgrProvider.cs" />
- <Compile Include="DataProvidersOracle.cs" />
- <Compile Include="DataProvidersPostGIS.cs" />
- <Compile Include="DataProvidersPostGIS2.cs" />
- <Compile Include="LayersGdalRasterLayer.cs" />
- <Compile Include="LayersGeoTransform.cs" />
- <Compile Include="PropertiesAssemblyInfo.cs" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..SharpMapSharpMap.csproj">
- <Project>{C83777FC-AABB-47D9-911F-D76255D4D541}</Project>
- <Name>SharpMap</Name>
- </ProjectReference>
- </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>