<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion= "4.0" DefaultTargets= "Build" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" >
<PropertyGroup >
<Configuration Condition= " '$(Configuration)' == '' " > Debug</Configuration>
<Platform Condition= " '$(Platform)' == '' " > AnyCPU</Platform>
<ProductVersion > 8.0.30703</ProductVersion>
<SchemaVersion > 2.0</SchemaVersion>
<ProjectGuid > {193ADD3B-792B-4173-8E4C-5A3F8F0237F0}</ProjectGuid>
<OutputType > Library</OutputType>
<AppDesignerFolder > Properties</AppDesignerFolder>
<RootNamespace > NzbDrone.Core.Test</RootNamespace>
<AssemblyName > NzbDrone.Core.Test</AssemblyName>
<TargetFrameworkVersion > v4.0</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>
<PlatformTarget > AnyCPU</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
<DebugType > pdbonly</DebugType>
<Optimize > true</Optimize>
<OutputPath > bin\Release\</OutputPath>
<DefineConstants > TRACE</DefineConstants>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
</PropertyGroup>
<ItemGroup >
<Reference Include= "Accessibility" >
<EmbedInteropTypes > True</EmbedInteropTypes>
</Reference>
<Reference Include= "Castle.Core, Version=2.5.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL" >
<SpecificVersion > False</SpecificVersion>
<HintPath > ..\NzbDrone.Core\Libraries\Castle.Core.dll</HintPath>
</Reference>
<Reference Include= "FizzWare.NBuilder" >
<HintPath > ..\packages\NBuilder.2.3.0.0\lib\FizzWare.NBuilder.dll</HintPath>
</Reference>
<Reference Include= "Gallio, Version=3.2.0.0, Culture=neutral, PublicKeyToken=eb9cfa67ee6ab36e, processorArchitecture=MSIL" />
<Reference Include= "MbUnit, Version=3.2.0.0, Culture=neutral, PublicKeyToken=eb9cfa67ee6ab36e, processorArchitecture=MSIL" />
<Reference Include= "Microsoft.Practices.ServiceLocation" >
<HintPath > ..\packages\Unity.2.0\lib\20\Microsoft.Practices.ServiceLocation.dll</HintPath>
</Reference>
<Reference Include= "Microsoft.Practices.Unity" >
<HintPath > ..\packages\Unity.2.0\lib\20\Microsoft.Practices.Unity.dll</HintPath>
</Reference>
<Reference Include= "Microsoft.Practices.Unity.Configuration" >
<HintPath > ..\packages\Unity.2.0\lib\20\Microsoft.Practices.Unity.Configuration.dll</HintPath>
</Reference>
<Reference Include= "Microsoft.Practices.Unity.Interception" >
<HintPath > ..\packages\Unity.2.0\lib\20\Microsoft.Practices.Unity.Interception.dll</HintPath>
</Reference>
<Reference Include= "Microsoft.Practices.Unity.Interception.Configuration" >
<HintPath > ..\packages\Unity.2.0\lib\20\Microsoft.Practices.Unity.Interception.Configuration.dll</HintPath>
</Reference>
<Reference Include= "Moq, Version=4.0.10827.0, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL" >
<HintPath > ..\packages\Moq.4.0.10827\lib\NET40\Moq.dll</HintPath>
</Reference>
<Reference Include= "Ninject" >
<HintPath > ..\packages\Ninject.2.2.1.0\lib\.NetFramework 4.0\Ninject.dll</HintPath>
</Reference>
<Reference Include= "NLog" >
<HintPath > ..\NzbDrone.Core\Libraries\NLog.dll</HintPath>
</Reference>
<Reference Include= "SubSonic.Core, Version=3.0.0.3, Culture=neutral, processorArchitecture=MSIL" >
<SpecificVersion > False</SpecificVersion>
<HintPath > ..\NzbDrone.Core\Libraries\SubSonic.Core.dll</HintPath>
</Reference>
<Reference Include= "System" />
<Reference Include= "System.Data" />
<Reference Include= "System.Data.SQLite, Version=1.0.66.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=AMD64" >
<HintPath > Libs\System.Data.SQLite.DLL</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "System.ServiceModel" />
<Reference Include= "System.Xml" />
<Reference Include= "TvdbLib" >
<HintPath > ..\NzbDrone.Core\Libraries\TvdbLib.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup >
<Compile Include= "DownloadProviderTest.cs" />
<Compile Include= "EpisodeStatusTest.cs" />
<Compile Include= "ImportNewSeriesJobTest.cs" />
<Compile Include= "DiskScanJobTest.cs" />
<Compile Include= "InventoryProviderTest.cs" />
<Compile Include= "Framework\AutoMoq\AutoMoqer.cs" />
<Compile Include= "Framework\AutoMoq\AutoMoqerTest.cs" />
<Compile Include= "Framework\AutoMoq\Unity\AutoMockingBuilderStrategy.cs" >
<SubType > Code</SubType>
</Compile>
<Compile Include= "Framework\AutoMoq\Unity\AutoMockingContainerExtension.cs" >
<SubType > Code</SubType>
</Compile>
<Compile Include= "Framework\ExceptionVerification.cs" />
<Compile Include= "Framework\TestBase.cs" />
<Compile Include= "JobProviderTest.cs" />
<Compile Include= "RepositoryProviderTest.cs" />
<Compile Include= "RootDirProviderTest.cs" />
<Compile Include= "IndexerProviderTest.cs" />
<Compile Include= "HistoryProviderTest.cs" />
<Compile Include= "MediaFileProviderTests.cs" />
<Compile Include= "ConfigProviderTest.cs" />
<Compile Include= "EpisodeProviderTest.cs" />
<Compile Include= "Fixtures.cs" />
<Compile Include= "Framework\MockLib.cs" />
<Compile Include= "ParserTest.cs" />
<Compile Include= "Properties\AssemblyInfo.cs" />
<Compile Include= "QualityProfileTest.cs" />
<Compile Include= "RepoTest.cs" />
<Compile Include= "SabProviderTest.cs" />
<Compile Include= "SeriesProviderTest.cs" />
<Compile Include= "TvDbProviderTest.cs" />
</ItemGroup>
<ItemGroup >
<ProjectReference Include= "..\Migrator.net\Migrator.Framework\Migrator.Framework.csproj" >
<Project > {5270F048-E580-486C-B14C-E5B9F6E539D4}</Project>
<Name > Migrator.Framework</Name>
</ProjectReference>
<ProjectReference Include= "..\Migrator.net\Migrator.Providers\Migrator.Providers.csproj" >
<Project > {D58C68E4-D789-40F7-9078-C9F587D4363C}</Project>
<Name > Migrator.Providers</Name>
</ProjectReference>
<ProjectReference Include= "..\Migrator.net\Migrator\Migrator.csproj" >
<Project > {1FEE70A4-AAD7-4C60-BE60-3F7DC03A8C4D}</Project>
<Name > Migrator</Name>
</ProjectReference>
<ProjectReference Include= "..\NzbDrone.Core\NzbDrone.Core.csproj" >
<Project > {FF5EE3B6-913B-47CE-9CEB-11C51B4E1205}</Project>
<Name > NzbDrone.Core</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup >
<Content Include= "Framework\AutoMoq\License.txt" />
<Content Include= "Files\Feed.nzbmatrix.com.xml" >
<CopyToOutputDirectory > Always</CopyToOutputDirectory>
</Content>
<Content Include= "Files\RSS\newzbin.xml" >
<CopyToOutputDirectory > Always</CopyToOutputDirectory>
</Content>
<Content Include= "Files\RSS\nzbmatrix.xml" >
<CopyToOutputDirectory > Always</CopyToOutputDirectory>
</Content>
<Content Include= "Files\RSS\nzbsrus.xml" >
<CopyToOutputDirectory > Always</CopyToOutputDirectory>
</Content>
<Content Include= "Files\RSS\nzbsorg.xml" >
<CopyToOutputDirectory > Always</CopyToOutputDirectory>
</Content>
<Content Include= "Files\Queue.xml" >
<CopyToOutputDirectory > Always</CopyToOutputDirectory>
</Content>
<Content Include= "Files\QueueEmpty.xml" >
<CopyToOutputDirectory > Always</CopyToOutputDirectory>
</Content>
<Content Include= "Files\QueueError.xml" >
<CopyToOutputDirectory > Always</CopyToOutputDirectory>
</Content>
<Content Include= "Libs\Moq.dll" />
<Content Include= "Libs\Moq.xml" />
<Content Include= "Libs\System.Data.SQLite.DLL" >
<CopyToOutputDirectory > Always</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup >
<None Include= "App.config" >
<SubType > Designer</SubType>
</None>
<Content Include= "log.config" >
<SubType > Designer</SubType>
<CopyToOutputDirectory > Always</CopyToOutputDirectory>
</Content>
<None Include= "packages.config" />
</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>