<?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>
<Platform Condition= " '$(Platform)' == '' " > AnyCPU</Platform>
<ProjectGuid > {8CEFECD0-A6C2-498F-98B1-3FBE5820F9AB}</ProjectGuid>
<OutputType > Library</OutputType>
<AppDesignerFolder > Properties</AppDesignerFolder>
<RootNamespace > NzbDrone.Integration.Test</RootNamespace>
<AssemblyName > NzbDrone.Integration.Test</AssemblyName>
<TargetFrameworkVersion > v4.0</TargetFrameworkVersion>
<FileAlignment > 512</FileAlignment>
<SolutionDir Condition= "$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" > ..\</SolutionDir>
<RestorePackages > true</RestorePackages>
</PropertyGroup>
<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>
</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>
</PropertyGroup>
<ItemGroup >
<Reference Include= "FluentAssertions, Version=2.1.0.0, Culture=neutral, PublicKeyToken=33f2691a05b67b6a, processorArchitecture=MSIL" >
<SpecificVersion > False</SpecificVersion>
<HintPath > ..\packages\FluentAssertions.2.1.0.0\lib\net40\FluentAssertions.dll</HintPath>
</Reference>
<Reference Include= "FluentValidation, Version=4.0.0.1, Culture=neutral, processorArchitecture=MSIL" >
<SpecificVersion > False</SpecificVersion>
<HintPath > ..\packages\FluentValidation.4.0.0.1\lib\Net40\FluentValidation.dll</HintPath>
</Reference>
<Reference Include= "Microsoft.AspNet.SignalR.Client" >
<HintPath > ..\packages\Microsoft.AspNet.SignalR.Client.1.1.3\lib\net40\Microsoft.AspNet.SignalR.Client.dll</HintPath>
</Reference>
<Reference Include= "Microsoft.Owin" >
<HintPath > ..\packages\Microsoft.Owin.1.1.0-beta2\lib\net40\Microsoft.Owin.dll</HintPath>
</Reference>
<Reference Include= "Microsoft.Owin.Host.HttpListener, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<SpecificVersion > False</SpecificVersion>
<HintPath > ..\packages\Microsoft.Owin.Host.HttpListener.1.1.0-beta2\lib\net40\Microsoft.Owin.Host.HttpListener.dll</HintPath>
</Reference>
<Reference Include= "Microsoft.Owin.Hosting, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<SpecificVersion > False</SpecificVersion>
<HintPath > ..\packages\Microsoft.Owin.Hosting.1.1.0-beta2\lib\net40\Microsoft.Owin.Hosting.dll</HintPath>
</Reference>
<Reference Include= "Moq, Version=4.0.10827.0, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL" >
<SpecificVersion > False</SpecificVersion>
<HintPath > ..\packages\Moq.4.0.10827\lib\NET40\Moq.dll</HintPath>
</Reference>
<Reference Include= "Nancy, Version=0.18.0.0, Culture=neutral, processorArchitecture=MSIL" >
<SpecificVersion > False</SpecificVersion>
<HintPath > ..\packages\Nancy.0.18.0\lib\net40\Nancy.dll</HintPath>
</Reference>
<Reference Include= "Nancy.Owin, Version=0.18.0.0, Culture=neutral, processorArchitecture=MSIL" >
<SpecificVersion > False</SpecificVersion>
<HintPath > ..\packages\Nancy.Owin.0.18.0\lib\net40\Nancy.Owin.dll</HintPath>
</Reference>
<Reference Include= "Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
<SpecificVersion > False</SpecificVersion>
<HintPath > ..\packages\Newtonsoft.Json.5.0.6\lib\net40\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include= "NLog" >
<HintPath > ..\packages\NLog.2.0.1.2\lib\net40\NLog.dll</HintPath>
</Reference>
<Reference Include= "nunit.framework" >
<HintPath > ..\packages\NUnit.2.6.2\lib\nunit.framework.dll</HintPath>
</Reference>
<Reference Include= "Owin, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f0ebd12fd5e55cc5, processorArchitecture=MSIL" >
<SpecificVersion > False</SpecificVersion>
<HintPath > ..\packages\Owin.1.0\lib\net40\Owin.dll</HintPath>
</Reference>
<Reference Include= "RestSharp" >
<HintPath > ..\packages\RestSharp.104.1\lib\net4\RestSharp.dll</HintPath>
</Reference>
<Reference Include= "System" />
<Reference Include= "System.Core" />
<Reference Include= "System.Xml.Linq" />
<Reference Include= "System.Data.DataSetExtensions" />
<Reference Include= "Microsoft.CSharp" />
<Reference Include= "System.Data" />
<Reference Include= "System.Xml" />
</ItemGroup>
<ItemGroup >
<Compile Include= "Client\ClientBase.cs" />
<Compile Include= "Client\EpisodeClient.cs" />
<Compile Include= "Client\IndexerClient.cs" />
<Compile Include= "Client\ReleaseClient.cs" />
<Compile Include= "Client\SeriesClient.cs" />
<Compile Include= "CommandIntegerationTests.cs" />
<Compile Include= "HistoryIntegrationTest.cs" />
<Compile Include= "NamingConfigTests.cs" />
<Compile Include= "EpisodeIntegrationTests.cs" />
<Compile Include= "IndexerIntegrationFixture.cs" />
<Compile Include= "IntegrationTestDirectoryInfo.cs" />
<Compile Include= "NzbDroneRunner.cs" />
<Compile Include= "QualityProfileIntegrationTest.cs" />
<Compile Include= "ReleaseIntegrationTest.cs" />
<Compile Include= "IntegrationTest.cs" />
<Compile Include= "Properties\AssemblyInfo.cs" />
<Compile Include= "RootFolderIntegrationTest.cs" />
<Compile Include= "SeriesIntegrationTest.cs" />
</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" >
<Project > {f2be0fdf-6e47-4827-a420-dd4ef82407f8}</Project>
<Name > NzbDrone.Common</Name>
</ProjectReference>
<ProjectReference Include= "..\NzbDrone.Core\NzbDrone.Core.csproj" >
<Project > {ff5ee3b6-913b-47ce-9ceb-11c51b4e1205}</Project>
<Name > NzbDrone.Core</Name>
</ProjectReference>
<ProjectReference Include= "..\NzbDrone.Host\NzbDrone.Host.csproj" >
<Project > {95C11A9E-56ED-456A-8447-2C89C1139266}</Project>
<Name > NzbDrone.Host</Name>
</ProjectReference>
<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>
<Import Project= "$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project= "$(SolutionDir)\.nuget\nuget.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>