Sonarr/src/NzbDrone.Integration.Test/NzbDrone.Integration.Test.c...

181 lines
9.1 KiB
XML
Raw Normal View History

2013-04-19 01:47:54 +00:00
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
2013-11-29 08:49:00 +00:00
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
2013-04-19 01:47:54 +00:00
<ProjectGuid>{8CEFECD0-A6C2-498F-98B1-3FBE5820F9AB}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
2013-04-19 04:46:18 +00:00
<RootNamespace>NzbDrone.Integration.Test</RootNamespace>
<AssemblyName>NzbDrone.Integration.Test</AssemblyName>
2013-04-19 01:47:54 +00:00
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
<RestorePackages>true</RestorePackages>
2013-11-29 08:49:00 +00:00
<ProductVersion>12.0.0</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
2013-04-19 01:47:54 +00:00
</PropertyGroup>
2013-07-13 20:20:08 +00:00
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\x86\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>x86</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
2013-11-29 08:49:00 +00:00
<WarningLevel>4</WarningLevel>
<Optimize>false</Optimize>
2013-07-13 20:20:08 +00:00
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
<OutputPath>bin\x86\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>x86</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
2013-11-29 08:49:00 +00:00
<WarningLevel>4</WarningLevel>
2013-07-13 20:20:08 +00:00
</PropertyGroup>
2013-04-19 01:47:54 +00:00
<ItemGroup>
2014-10-03 04:44:53 +00:00
<Reference Include="FluentAssertions, Version=3.2.1.0, Culture=neutral, PublicKeyToken=33f2691a05b67b6a, processorArchitecture=MSIL">
2014-08-25 01:28:41 +00:00
<SpecificVersion>False</SpecificVersion>
2014-10-03 04:44:53 +00:00
<HintPath>..\packages\FluentAssertions.3.2.1\lib\net40\FluentAssertions.dll</HintPath>
2014-08-25 01:28:41 +00:00
</Reference>
2014-10-03 04:44:53 +00:00
<Reference Include="FluentAssertions.Core, Version=3.2.1.0, Culture=neutral, PublicKeyToken=33f2691a05b67b6a, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\FluentAssertions.3.2.1\lib\net40\FluentAssertions.Core.dll</HintPath>
2014-08-25 01:28:41 +00:00
</Reference>
2014-11-22 01:14:54 +00:00
<Reference Include="FluentValidation, Version=5.5.0.0, Culture=neutral, processorArchitecture=MSIL">
2014-08-25 01:18:37 +00:00
<SpecificVersion>False</SpecificVersion>
2014-11-22 01:14:54 +00:00
<HintPath>..\packages\FluentValidation.5.5.0.0\lib\Net40\FluentValidation.dll</HintPath>
2014-08-25 01:18:37 +00:00
</Reference>
2014-08-25 06:34:48 +00:00
<Reference Include="Microsoft.AspNet.SignalR.Client">
<HintPath>..\packages\Microsoft.AspNet.SignalR.Client.1.2.1\lib\net40\Microsoft.AspNet.SignalR.Client.dll</HintPath>
2014-08-25 03:07:31 +00:00
</Reference>
2014-08-24 18:24:43 +00:00
<Reference Include="Microsoft.Owin, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Microsoft.Owin.2.1.0\lib\net40\Microsoft.Owin.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Owin.Host.HttpListener">
<HintPath>..\packages\Microsoft.Owin.Host.HttpListener.2.1.0\lib\net40\Microsoft.Owin.Host.HttpListener.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Owin.Hosting, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Microsoft.Owin.Hosting.2.1.0\lib\net40\Microsoft.Owin.Hosting.dll</HintPath>
</Reference>
2014-08-24 17:27:36 +00:00
<Reference Include="Nancy, Version=0.23.2.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Nancy.0.23.2\lib\net40\Nancy.dll</HintPath>
</Reference>
<Reference Include="Nancy.Owin, Version=0.23.2.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Nancy.Owin.0.23.2\lib\net40\Nancy.Owin.dll</HintPath>
</Reference>
2014-08-25 06:16:28 +00:00
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
2014-08-25 01:33:06 +00:00
<SpecificVersion>False</SpecificVersion>
2014-11-22 01:08:01 +00:00
<HintPath>..\packages\Newtonsoft.Json.6.0.6\lib\net40\Newtonsoft.Json.dll</HintPath>
2014-08-25 01:33:06 +00:00
</Reference>
2014-10-03 04:41:57 +00:00
<Reference Include="nunit.framework, Version=2.6.3.13283, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\NUnit.2.6.3\lib\nunit.framework.dll</HintPath>
</Reference>
2014-11-22 01:08:57 +00:00
<Reference Include="RestSharp, Version=105.0.1.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\RestSharp.105.0.1\lib\net4\RestSharp.dll</HintPath>
</Reference>
2013-11-29 08:49:00 +00:00
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Data" />
2014-07-26 12:16:02 +00:00
<Reference Include="System.Data.DataSetExtensions" />
2013-11-29 08:49:00 +00:00
<Reference Include="System.Xml" />
2014-07-26 12:16:02 +00:00
<Reference Include="System.Xml.Linq" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="Moq">
<HintPath>..\packages\Moq.4.0.10827\lib\NET40\Moq.dll</HintPath>
</Reference>
2013-11-29 08:49:00 +00:00
<Reference Include="NLog">
2013-11-11 08:17:29 +00:00
<HintPath>..\packages\NLog.2.1.0\lib\net40\NLog.dll</HintPath>
2013-04-19 01:47:54 +00:00
</Reference>
2013-11-29 08:49:00 +00:00
<Reference Include="Owin">
<HintPath>..\packages\Owin.1.0\lib\net40\Owin.dll</HintPath>
</Reference>
2013-04-19 01:47:54 +00:00
</ItemGroup>
<ItemGroup>
2013-04-19 04:46:18 +00:00
<Compile Include="Client\ClientBase.cs" />
<Compile Include="Client\EpisodeClient.cs" />
2013-05-03 05:24:52 +00:00
<Compile Include="Client\IndexerClient.cs" />
2014-07-26 12:16:02 +00:00
<Compile Include="Client\NotificationClient.cs" />
2013-05-04 02:42:11 +00:00
<Compile Include="Client\ReleaseClient.cs" />
2013-04-19 04:46:18 +00:00
<Compile Include="Client\SeriesClient.cs" />
<Compile Include="CommandIntegerationTests.cs" />
<Compile Include="CorsFixture.cs" />
<Compile Include="EpisodeIntegrationTests.cs" />
2014-07-26 12:16:02 +00:00
<Compile Include="HistoryIntegrationTest.cs" />
2013-05-03 05:24:52 +00:00
<Compile Include="IndexerIntegrationFixture.cs" />
2014-09-02 04:02:55 +00:00
<Compile Include="IndexHtmlIntegrationFixture.cs" />
<Compile Include="IntegrationTest.cs" />
2014-07-26 12:16:02 +00:00
<Compile Include="IntegrationTestDirectoryInfo.cs" />
<Compile Include="NamingConfigTests.cs" />
<Compile Include="NotificationIntegrationFixture.cs" />
2013-04-19 01:47:54 +00:00
<Compile Include="Properties\AssemblyInfo.cs" />
2014-07-26 12:16:02 +00:00
<Compile Include="ReleaseIntegrationTest.cs" />
<Compile Include="RootFolderIntegrationTest.cs" />
2014-07-26 12:16:02 +00:00
<Compile Include="SeriesEditorIntegrationTest.cs" />
<Compile Include="SeriesIntegrationTest.cs" />
2013-04-19 01:47:54 +00:00
</ItemGroup>
<ItemGroup>
<None Include="..\NzbDrone.Test.Common\App.config">
<Link>App.config</Link>
</None>
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\NzbDrone.Api\NzbDrone.Api.csproj">
<Project>{FD286DF8-2D3A-4394-8AD5-443FADE55FB2}</Project>
<Name>NzbDrone.Api</Name>
</ProjectReference>
<ProjectReference Include="..\NzbDrone.Common\NzbDrone.Common.csproj">
2013-11-29 08:49:00 +00:00
<Project>{F2BE0FDF-6E47-4827-A420-DD4EF82407F8}</Project>
2013-04-19 01:47:54 +00:00
<Name>NzbDrone.Common</Name>
</ProjectReference>
<ProjectReference Include="..\NzbDrone.Core\NzbDrone.Core.csproj">
2013-11-29 08:49:00 +00:00
<Project>{FF5EE3B6-913B-47CE-9CEB-11C51B4E1205}</Project>
2013-04-19 01:47:54 +00:00
<Name>NzbDrone.Core</Name>
</ProjectReference>
<ProjectReference Include="..\NzbDrone.Host\NzbDrone.Host.csproj">
<Project>{95C11A9E-56ED-456A-8447-2C89C1139266}</Project>
<Name>NzbDrone.Host</Name>
</ProjectReference>
2013-11-13 20:08:37 +00:00
<ProjectReference Include="..\NzbDrone.SignalR\NzbDrone.SignalR.csproj">
<Project>{7C2CC69F-5CA0-4E5C-85CB-983F9F6C3B36}</Project>
<Name>NzbDrone.SignalR</Name>
</ProjectReference>
2013-04-19 01:47:54 +00:00
<ProjectReference Include="..\NzbDrone.Test.Common\NzbDrone.Test.Common.csproj">
<Project>{CADDFCE0-7509-4430-8364-2074E1EEFCA2}</Project>
<Name>NzbDrone.Test.Common</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Content Include="..\Libraries\Sqlite\sqlite3.dll">
<Link>sqlite3.dll</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
</ItemGroup>
2013-04-19 01:47:54 +00:00
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
2015-02-17 06:47:29 +00:00
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" />
<PropertyGroup>
<PostBuildEvent>xcopy /s /y "$(SolutionDir)\..\_output\NzbDrone.Mono.*" "$(TargetDir)"
xcopy /s /y "$(SolutionDir)\..\_output\NzbDrone.Windows.*" "$(TargetDir)"</PostBuildEvent>
</PropertyGroup>
2013-04-19 01:47:54 +00:00
<!-- 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>