screwturn-4/SearchEngine-Tests/SearchEngine-Tests.csproj
2009-09-30 13:47:13 +00:00

94 lines
No EOL
4.2 KiB
XML

<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{07625628-842E-4CAA-A029-4D6852C7CA20}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>ScrewTurn.Wiki.SearchEngine.Tests</RootNamespace>
<AssemblyName>ScrewTurn.Wiki.SearchEngine.Tests</AssemblyName>
<FileUpgradeFlags>
</FileUpgradeFlags>
<OldToolsVersion>2.0</OldToolsVersion>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>none</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
<ItemGroup>
<Reference Include="nunit.framework, Version=2.5.1.9189, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\References\Tools\NUnit\framework\nunit.framework.dll</HintPath>
</Reference>
<Reference Include="Rhino.Mocks, Version=3.5.0.1337, Culture=neutral, PublicKeyToken=0b3305902db7183f, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\References\Tools\Rhino.Mocks\Rhino.Mocks.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\AssemblyVersion.cs">
<Link>AssemblyVersion.cs</Link>
</Compile>
<Compile Include="BasicWordInfoTests.cs" />
<Compile Include="DumpedChangeTests.cs" />
<Compile Include="DumpedDocumentTests.cs" />
<Compile Include="DumpedWordTests.cs" />
<Compile Include="IndexBaseTests.cs" />
<Compile Include="InMemoryIndexBaseTests.cs" />
<Compile Include="IndexChangedEventArgsTests.cs" />
<Compile Include="OccurrenceDictionaryTests.cs" />
<Compile Include="SearchParametersTests.cs" />
<Compile Include="WordInfoCollectionTests.cs" />
<Compile Include="WordInfoTests.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="RelevanceTests.cs" />
<Compile Include="SearchResultCollectionTests.cs" />
<Compile Include="SearchResultTests.cs" />
<Compile Include="SortedBasicWordInfoSetTests.cs" />
<Compile Include="TestsBase.cs" />
<Compile Include="ToolsTests.cs" />
<Compile Include="WordLocationTests.cs" />
<Compile Include="DumpedWordMappingTests.cs" />
<Compile Include="WordTests.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\SearchEngine\SearchEngine.csproj">
<Project>{2DF980A6-4742-49B1-A090-DE79314644D0}</Project>
<Name>SearchEngine</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>