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

GIS编程

开发平台:

C#

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3.   <PropertyGroup>
  4.     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5.     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6.     <ProductVersion>8.0.50727</ProductVersion>
  7.     <SchemaVersion>2.0</SchemaVersion>
  8.     <ProjectGuid>{0C76DD99-AC5D-47C0-B76F-CE70092A9AC7}</ProjectGuid>
  9.     <OutputType>Library</OutputType>
  10.     <AppDesignerFolder>Properties</AppDesignerFolder>
  11.     <RootNamespace>UnitTests</RootNamespace>
  12.     <AssemblyName>UnitTests</AssemblyName>
  13.     <StartupObject>
  14.     </StartupObject>
  15.     <SccProjectName>SAK</SccProjectName>
  16.     <SccLocalPath>SAK</SccLocalPath>
  17.     <SccAuxPath>SAK</SccAuxPath>
  18.     <SccProvider>SAK</SccProvider>
  19.   </PropertyGroup>
  20.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  21.     <DebugSymbols>true</DebugSymbols>
  22.     <DebugType>full</DebugType>
  23.     <Optimize>false</Optimize>
  24.     <OutputPath>bin</OutputPath>
  25.     <DefineConstants>DEBUG;TRACE</DefineConstants>
  26.     <ErrorReport>prompt</ErrorReport>
  27.     <WarningLevel>4</WarningLevel>
  28.     <UseVSHostingProcess>false</UseVSHostingProcess>
  29.   </PropertyGroup>
  30.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  31.     <DebugType>pdbonly</DebugType>
  32.     <Optimize>true</Optimize>
  33.     <OutputPath>bin</OutputPath>
  34.     <DefineConstants>TRACE</DefineConstants>
  35.     <ErrorReport>prompt</ErrorReport>
  36.     <WarningLevel>4</WarningLevel>
  37.     <UseVSHostingProcess>true</UseVSHostingProcess>
  38.   </PropertyGroup>
  39.   <Import Project="$(MSBuildBinPath)Microsoft.CSharp.targets" />
  40.   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
  41.        Other similar extension points exist, see Microsoft.Common.targets.
  42.   <Target Name="BeforeBuild">
  43.   </Target>
  44.   <Target Name="AfterBuild">
  45.   </Target>
  46.   -->
  47.   <ItemGroup>
  48.     <Reference Include="nunit.framework, Version=2.3.6142.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
  49.       <SpecificVersion>False</SpecificVersion>
  50.       <HintPath>........Program FilesNUnit 2.4 (Alpha) for .Net 2.0binnunit.framework.dll</HintPath>
  51.     </Reference>
  52.     <Reference Include="System" />
  53.     <Reference Include="System.Data" />
  54.     <Reference Include="System.Drawing" />
  55.     <Reference Include="System.Xml" />
  56.   </ItemGroup>
  57.   <ItemGroup>
  58.     <ProjectReference Include="..SharpMapSharpMap.csproj">
  59.       <Project>{C9AFC8FB-F41C-4308-9C57-6EEFFDF005B3}</Project>
  60.       <Name>SharpMap</Name>
  61.     </ProjectReference>
  62.   </ItemGroup>
  63.   <ItemGroup>
  64.     <Compile Include="ConvertersWKBWKBTests.cs" />
  65.     <Compile Include="ConvertersWKTWktGeometryTests.cs" />
  66.     <Compile Include="CoordinateTransformTests.cs" />
  67.     <Compile Include="GeometriesBoundingBoxTests.cs" />
  68.     <Compile Include="ConvertersWKTWKTCoordSysParserTests.cs" />
  69.     <Compile Include="GeometriesLinestringTests.cs" />
  70.     <Compile Include="GeometriesMultiLinestringsTests.cs" />
  71.     <Compile Include="GeometriesPointTests.cs" />
  72.     <Compile Include="GeometriesPolygonTests.cs" />
  73.     <Compile Include="MapTest.cs" />
  74.     <Compile Include="TestWmsCapabilityParser.cs" />
  75.   </ItemGroup>
  76. </Project>