UnitTests.csproj
上传用户:sex100000
上传日期:2013-11-09
资源大小:1377k
文件大小:3k
- <?xml version="1.0" encoding="utf-8"?>
- <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>{0C76DD99-AC5D-47C0-B76F-CE70092A9AC7}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>UnitTests</RootNamespace>
- <AssemblyName>UnitTests</AssemblyName>
- <StartupObject>
- </StartupObject>
- <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>bin</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <UseVSHostingProcess>false</UseVSHostingProcess>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <UseVSHostingProcess>true</UseVSHostingProcess>
- </PropertyGroup>
- <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>
- -->
- <ItemGroup>
- <Reference Include="nunit.framework, Version=2.3.6142.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>........Program FilesNUnit 2.4 (Alpha) for .Net 2.0binnunit.framework.dll</HintPath>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.Data" />
- <Reference Include="System.Drawing" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..SharpMapSharpMap.csproj">
- <Project>{C9AFC8FB-F41C-4308-9C57-6EEFFDF005B3}</Project>
- <Name>SharpMap</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <Compile Include="ConvertersWKBWKBTests.cs" />
- <Compile Include="ConvertersWKTWktGeometryTests.cs" />
- <Compile Include="CoordinateTransformTests.cs" />
- <Compile Include="GeometriesBoundingBoxTests.cs" />
- <Compile Include="ConvertersWKTWKTCoordSysParserTests.cs" />
- <Compile Include="GeometriesLinestringTests.cs" />
- <Compile Include="GeometriesMultiLinestringsTests.cs" />
- <Compile Include="GeometriesPointTests.cs" />
- <Compile Include="GeometriesPolygonTests.cs" />
- <Compile Include="MapTest.cs" />
- <Compile Include="TestWmsCapabilityParser.cs" />
- </ItemGroup>
- </Project>