106 lines
No EOL
4.8 KiB
XML
106 lines
No EOL
4.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProductVersion>9.0.30729</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{013B5DA5-76F9-4D7F-A174-4926BF51E24B}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>ScrewTurn.Wiki.Tests</RootNamespace>
|
|
<AssemblyName>ScrewTurn.Wiki.Core.Tests</AssemblyName>
|
|
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
</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.Web" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="..\AssemblyVersion.cs">
|
|
<Link>AssemblyVersion.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\SearchEngine-Tests\TestsBase.cs">
|
|
<Link>TestsBase.cs</Link>
|
|
</Compile>
|
|
<Compile Include="AclStorerTests.cs" />
|
|
<Compile Include="AuthCheckerTests.cs" />
|
|
<Compile Include="AuthReaderTests.cs" />
|
|
<Compile Include="AuthToolsTests.cs" />
|
|
<Compile Include="AuthWriterTests.cs" />
|
|
<Compile Include="CacheProviderTests.cs" />
|
|
<Compile Include="DataMigratorTests.cs" />
|
|
<Compile Include="FilesStorageProviderTests.cs" />
|
|
<Compile Include="FormatterTests.cs" />
|
|
<Compile Include="IndexStorerTests.cs" />
|
|
<Compile Include="PagesStorageProviderTests.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="ProviderLoaderTests.cs" />
|
|
<Compile Include="SettingsStorageProviderTests.cs" />
|
|
<Compile Include="TestSettingsStorageProvider.cs" />
|
|
<Compile Include="UsersStorageProviderTests.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\AclEngine\AclEngine.csproj">
|
|
<Project>{44B0F4C1-8CDC-4272-B2A2-C0AF689CEB81}</Project>
|
|
<Name>AclEngine</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Core\Core.csproj">
|
|
<Project>{C353A35C-86D0-4154-9500-4F88CAAB29C3}</Project>
|
|
<Name>Core</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\PluginFramework\PluginFramework.csproj">
|
|
<Project>{531A83D6-76F9-4014-91C5-295818E2D948}</Project>
|
|
<Name>PluginFramework</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\SearchEngine\SearchEngine.csproj">
|
|
<Project>{2DF980A6-4742-49B1-A090-DE79314644D0}</Project>
|
|
<Name>SearchEngine</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\TestScaffolding\TestScaffolding.csproj">
|
|
<Project>{F865670A-DEDE-41B5-B426-48D73C3B5B1C}</Project>
|
|
<Name>TestScaffolding</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\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> |