2011-05-31 20:57:50 -07:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2010-09-22 20:19:47 -07:00
|
|
|
<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>
|
2012-04-29 23:45:20 -07:00
|
|
|
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
|
|
|
|
<RestorePackages>true</RestorePackages>
|
2010-09-22 20:19:47 -07:00
|
|
|
</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>
|
2011-10-11 20:44:19 -07:00
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
2010-09-22 20:19:47 -07:00
|
|
|
</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>
|
2011-05-31 20:57:50 -07:00
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
2010-09-22 20:19:47 -07:00
|
|
|
</PropertyGroup>
|
2012-09-19 09:18:03 -07: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>
|
|
|
|
</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>
|
2010-09-22 20:19:47 -07:00
|
|
|
<ItemGroup>
|
2010-10-20 18:49:23 -07:00
|
|
|
<Reference Include="Accessibility">
|
|
|
|
<EmbedInteropTypes>True</EmbedInteropTypes>
|
|
|
|
</Reference>
|
2013-01-02 17:09:13 -08:00
|
|
|
<Reference Include="Autofac">
|
|
|
|
<HintPath>..\packages\Autofac.2.6.3.862\lib\NET40\Autofac.dll</HintPath>
|
|
|
|
</Reference>
|
|
|
|
<Reference Include="Autofac.Configuration">
|
|
|
|
<HintPath>..\packages\Autofac.2.6.3.862\lib\NET40\Autofac.Configuration.dll</HintPath>
|
|
|
|
</Reference>
|
2012-09-12 00:35:47 -07:00
|
|
|
<Reference Include="AutoMoq">
|
|
|
|
<HintPath>..\packages\AutoMoq.1.6.1\lib\AutoMoq.dll</HintPath>
|
|
|
|
</Reference>
|
2012-01-26 21:39:37 -08:00
|
|
|
<Reference Include="DeskMetrics.NET, Version=3.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
<HintPath>..\Libraries\DeskMetrics\DeskMetrics.NET.dll</HintPath>
|
2012-01-24 19:09:49 -08:00
|
|
|
</Reference>
|
2011-10-18 14:46:06 -07:00
|
|
|
<Reference Include="FizzWare.NBuilder, Version=3.0.1.0, Culture=neutral, PublicKeyToken=5651b03e12e42c12, processorArchitecture=MSIL">
|
2011-11-22 17:28:53 -08:00
|
|
|
<HintPath>..\packages\NBuilder.3.0.1.1\lib\FizzWare.NBuilder.dll</HintPath>
|
2010-09-27 17:27:02 -07:00
|
|
|
</Reference>
|
2012-01-24 19:09:49 -08:00
|
|
|
<Reference Include="FluentAssertions, Version=1.7.0.0, Culture=neutral, PublicKeyToken=33f2691a05b67b6a, processorArchitecture=MSIL">
|
2011-10-31 18:34:30 -07:00
|
|
|
<SpecificVersion>False</SpecificVersion>
|
2012-01-24 19:09:49 -08:00
|
|
|
<HintPath>..\packages\FluentAssertions.1.7.0\Lib\net40\FluentAssertions.dll</HintPath>
|
2011-06-01 21:50:10 -07:00
|
|
|
</Reference>
|
2012-09-10 12:04:17 -07:00
|
|
|
<Reference Include="Microsoft.CSharp" />
|
2012-09-12 00:35:47 -07:00
|
|
|
<Reference Include="Microsoft.Practices.ServiceLocation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
<HintPath>..\packages\CommonServiceLocator.1.0\lib\NET35\Microsoft.Practices.ServiceLocation.dll</HintPath>
|
|
|
|
</Reference>
|
|
|
|
<Reference Include="Microsoft.Practices.Unity, Version=2.1.505.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
<HintPath>..\packages\Unity.2.1.505.2\lib\NET35\Microsoft.Practices.Unity.dll</HintPath>
|
|
|
|
</Reference>
|
|
|
|
<Reference Include="Microsoft.Practices.Unity.Configuration">
|
|
|
|
<HintPath>..\packages\Unity.2.1.505.2\lib\NET35\Microsoft.Practices.Unity.Configuration.dll</HintPath>
|
|
|
|
</Reference>
|
2011-11-26 09:24:14 -08:00
|
|
|
<Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
|
<Private>True</Private>
|
|
|
|
<HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
|
|
|
|
</Reference>
|
2011-04-06 19:25:52 -07:00
|
|
|
<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>
|
2013-01-19 12:59:36 -08:00
|
|
|
<Reference Include="NCrunch.Framework, Version=1.43.0.23, Culture=neutral, PublicKeyToken=01d101bf6f3e0aea, processorArchitecture=MSIL">
|
|
|
|
<Private>True</Private>
|
|
|
|
<HintPath>..\packages\NCrunch.Framework.1.43.0.23\lib\net35\NCrunch.Framework.dll</HintPath>
|
|
|
|
</Reference>
|
2012-04-22 15:41:42 -07:00
|
|
|
<Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
2012-02-04 22:34:36 -08:00
|
|
|
<SpecificVersion>False</SpecificVersion>
|
2012-12-10 23:52:30 -08:00
|
|
|
<HintPath>..\packages\Newtonsoft.Json.4.5.11\lib\net40\Newtonsoft.Json.dll</HintPath>
|
2012-02-04 22:34:36 -08:00
|
|
|
</Reference>
|
2011-05-30 00:33:07 -07:00
|
|
|
<Reference Include="NLog, Version=2.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
|
2011-10-20 01:02:12 -07:00
|
|
|
<HintPath>..\packages\NLog.2.0.0.2000\lib\net40\NLog.dll</HintPath>
|
2010-10-29 20:46:32 -06:00
|
|
|
</Reference>
|
2012-02-26 18:19:36 -08:00
|
|
|
<Reference Include="nunit.framework, Version=2.6.0.12051, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
<HintPath>..\packages\NUnit.2.6.0.12054\lib\nunit.framework.dll</HintPath>
|
2011-06-01 21:50:10 -07:00
|
|
|
</Reference>
|
2012-12-11 00:23:46 -08:00
|
|
|
<Reference Include="Prowlin, Version=0.9.4456.26422, Culture=neutral, processorArchitecture=MSIL">
|
2011-11-02 19:44:22 -07:00
|
|
|
<SpecificVersion>False</SpecificVersion>
|
2012-12-11 00:23:46 -08:00
|
|
|
<HintPath>..\packages\Prowlin.0.9.4456.26422\lib\net40\Prowlin.dll</HintPath>
|
2011-11-02 19:44:22 -07:00
|
|
|
</Reference>
|
2012-12-10 23:57:42 -08:00
|
|
|
<Reference Include="SignalR, Version=0.5.1.10822, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
<HintPath>..\packages\SignalR.Server.0.5.3\lib\net40\SignalR.dll</HintPath>
|
|
|
|
</Reference>
|
2010-09-22 20:19:47 -07:00
|
|
|
<Reference Include="System" />
|
2011-11-22 21:58:26 -08:00
|
|
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
2011-06-14 19:31:41 -07:00
|
|
|
<Reference Include="System.Configuration" />
|
2010-10-04 23:21:18 -07:00
|
|
|
<Reference Include="System.Data" />
|
2011-11-22 21:58:26 -08:00
|
|
|
<Reference Include="System.Data.Entity" />
|
2011-06-23 00:16:15 -07:00
|
|
|
<Reference Include="System.Data.SqlServerCe, Version=4.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
|
|
|
|
<Private>True</Private>
|
2012-12-24 18:44:03 -08:00
|
|
|
<HintPath>..\packages\Microsoft.SqlServer.Compact.4.0.8876.1\lib\net40\System.Data.SqlServerCe.dll</HintPath>
|
2011-06-23 00:16:15 -07:00
|
|
|
</Reference>
|
2011-06-20 22:44:01 -07:00
|
|
|
<Reference Include="System.Drawing" />
|
2011-04-04 23:33:24 -07:00
|
|
|
<Reference Include="System.ServiceModel" />
|
2011-11-22 21:58:26 -08:00
|
|
|
<Reference Include="System.Transactions" />
|
2010-09-22 20:19:47 -07:00
|
|
|
<Reference Include="System.Xml" />
|
2012-01-24 19:09:49 -08:00
|
|
|
<Reference Include="System.Xml.Linq" />
|
2012-10-16 17:08:47 -07:00
|
|
|
<Reference Include="TvdbLib, Version=0.8.8.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
<HintPath>..\Libraries\TvdbLib.dll</HintPath>
|
|
|
|
</Reference>
|
2011-11-26 09:24:14 -08:00
|
|
|
<Reference Include="WebActivator, Version=1.5.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
<HintPath>..\packages\WebActivator.1.5\lib\net40\WebActivator.dll</HintPath>
|
2011-11-22 21:58:26 -08:00
|
|
|
</Reference>
|
2010-09-22 20:19:47 -07:00
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
2013-01-19 10:19:29 -08:00
|
|
|
<Compile Include="Framework\CoreTestTSubject.cs" />
|
2012-12-22 21:35:36 -08:00
|
|
|
<Compile Include="HelperTests\XElementHelperTests\ConvertToTFixture.cs" />
|
2012-12-21 09:05:50 -08:00
|
|
|
<Compile Include="IndexerTests\NzbxFixture.cs" />
|
2012-12-20 13:23:09 -08:00
|
|
|
<Compile Include="JobTests\RenameSeasonJobFixture.cs" />
|
2013-01-15 17:40:22 -08:00
|
|
|
<Compile Include="ProviderTests\DecisionEngineTests\LanguageSpecificationFixture.cs" />
|
2013-01-23 22:36:37 -08:00
|
|
|
<Compile Include="ProviderTests\DownloadClientTests\NzbgetProviderTests\DownloadNzbFixture.cs" />
|
|
|
|
<Compile Include="ProviderTests\DownloadClientTests\NzbgetProviderTests\QueueFixture.cs" />
|
2013-01-24 15:33:32 -08:00
|
|
|
<Compile Include="ProviderTests\DownloadProviderTests\ContainsRecentEpisode.cs" />
|
2012-12-25 23:20:31 -08:00
|
|
|
<Compile Include="ProviderTests\RootDirProviderTests\FreeSpaceOnDrivesFixture.cs" />
|
2013-01-13 00:24:48 -08:00
|
|
|
<Compile Include="ProviderTests\SearchTests\ProcessResultsFixture.cs" />
|
|
|
|
<Compile Include="ProviderTests\SearchTests\DailyEpisodeSearchTests\CheckReportFixture.cs" />
|
|
|
|
<Compile Include="ProviderTests\SearchTests\EpisodeSearchTests\CheckReportFixture.cs" />
|
|
|
|
<Compile Include="ProviderTests\SearchTests\EpisodeSearchTests\PerformSearchFixture.cs" />
|
|
|
|
<Compile Include="ProviderTests\SearchTests\GetSearchTitleFixture.cs" />
|
|
|
|
<Compile Include="ProviderTests\SearchTests\DailyEpisodeSearchTests\PerformSearchFixture.cs" />
|
|
|
|
<Compile Include="ProviderTests\SearchTests\PartialSeasonSearchTests\CheckReportFixture.cs" />
|
|
|
|
<Compile Include="ProviderTests\SearchTests\PartialSeasonSearchTests\PerformSearchFixture.cs" />
|
|
|
|
<Compile Include="ProviderTests\SearchTests\PerformSearchTestBase.cs" />
|
|
|
|
<Compile Include="ProviderTests\SearchTests\TestSearch.cs" />
|
2012-12-19 20:34:34 -08:00
|
|
|
<Compile Include="ProviderTests\TvRageMappingProviderTests\FindMatchingTvRageSeriesFixture.cs" />
|
|
|
|
<Compile Include="ProviderTests\TvRageMappingProviderTests\ProcessResultsFixture.cs" />
|
|
|
|
<Compile Include="ProviderTests\TvRageProviderTests\GetSeriesFixture.cs" />
|
2012-12-22 21:35:36 -08:00
|
|
|
<Compile Include="HelperTests\XElementHelperTests\ConvertToDayOfWeekFixture.cs" />
|
2012-12-17 22:41:08 -08:00
|
|
|
<Compile Include="ProviderTests\TvRageProviderTests\GetUtcOffsetFixture.cs" />
|
|
|
|
<Compile Include="ProviderTests\TvRageProviderTests\SearchSeriesFixture.cs" />
|
2012-10-13 17:36:16 -07:00
|
|
|
<Compile Include="QualityTypesTest.cs" />
|
2012-02-21 20:43:19 -08:00
|
|
|
<Compile Include="EpisodeParseResultTest.cs" />
|
2012-02-03 21:28:50 -08:00
|
|
|
<Compile Include="Integeration\ServiceIntegerationFixture.cs" />
|
2011-10-20 16:42:17 -07:00
|
|
|
<Compile Include="JobTests\BacklogSearchJobTest.cs" />
|
|
|
|
<Compile Include="JobTests\BannerDownloadJobTest.cs" />
|
2012-10-07 12:16:43 -07:00
|
|
|
<Compile Include="JobTests\RssSyncJobTest.cs" />
|
2012-09-22 23:01:31 -07:00
|
|
|
<Compile Include="JobTests\PostDownloadScanJobFixture.cs" />
|
2011-11-23 17:09:09 -08:00
|
|
|
<Compile Include="JobTests\RecentBacklogSearchJobTest.cs" />
|
2012-12-31 19:45:57 -08:00
|
|
|
<Compile Include="ParserTests\QualityParserFixture.cs" />
|
2012-02-11 16:01:52 -08:00
|
|
|
<Compile Include="ProviderTests\ConfigProviderTests\ConfigCachingFixture.cs" />
|
2012-03-06 18:53:49 -08:00
|
|
|
<Compile Include="ProviderTests\BannerProviderTest.cs" />
|
2012-08-06 22:24:15 -07:00
|
|
|
<Compile Include="ProviderTests\DecisionEngineTests\AllowedReleaseGroupSpecificationFixture.cs" />
|
2012-09-20 08:37:40 -07:00
|
|
|
<Compile Include="ProviderTests\DecisionEngineTests\CustomStartDateSpecificationFixture.cs" />
|
2012-08-29 08:34:51 -07:00
|
|
|
<Compile Include="ProviderTests\DiskScanProviderTests\CleanUpFixture.cs" />
|
|
|
|
<Compile Include="ProviderTests\DiskScanProviderTests\CleanUpDropFolderFixture.cs" />
|
|
|
|
<Compile Include="ProviderTests\DiskScanProviderTests\GetVideoFilesFixture.cs" />
|
|
|
|
<Compile Include="ProviderTests\DiskScanProviderTests\ScanFixture.cs" />
|
2012-08-29 17:20:48 -07:00
|
|
|
<Compile Include="ProviderTests\DownloadClientTests\PneumaticProviderFixture.cs" />
|
2012-10-17 00:56:07 -07:00
|
|
|
<Compile Include="ProviderTests\EpisodeProviderTests\GetEpisodeBySceneNumberFixture.cs" />
|
2012-07-12 11:30:43 -07:00
|
|
|
<Compile Include="ProviderTests\Metadata\Xbmc_ForEpisodeFile_Fixture.cs" />
|
|
|
|
<Compile Include="ProviderTests\Metadata\Xbmc_ForSeries_Fixture.cs" />
|
2012-08-29 08:34:51 -07:00
|
|
|
<Compile Include="ProviderTests\PostDownloadProviderTests\ProcessDropDirectoryFixture.cs" />
|
|
|
|
<Compile Include="ProviderTests\PostDownloadProviderTests\ProcessVideoFileFixture.cs" />
|
2012-09-03 23:49:04 -07:00
|
|
|
<Compile Include="ProviderTests\RecycleBinProviderTests\CleanupFixture.cs" />
|
|
|
|
<Compile Include="ProviderTests\RecycleBinProviderTests\EmptyFixture.cs" />
|
|
|
|
<Compile Include="ProviderTests\RecycleBinProviderTests\DeleteFileFixture.cs" />
|
|
|
|
<Compile Include="ProviderTests\RecycleBinProviderTests\DeleteDirectoryFixture.cs" />
|
2012-04-23 11:20:32 -07:00
|
|
|
<Compile Include="ProviderTests\SearchHistoryProviderTest.cs" />
|
2012-02-21 15:10:42 -08:00
|
|
|
<Compile Include="ProviderTests\PlexProviderTest.cs" />
|
2012-02-20 19:25:19 -08:00
|
|
|
<Compile Include="ProviderTests\SeasonProviderTest.cs" />
|
2012-02-17 01:52:29 -08:00
|
|
|
<Compile Include="ProviderTests\DecisionEngineTests\RetentionSpecificationFixture.cs" />
|
2012-12-13 08:43:25 -08:00
|
|
|
<Compile Include="ProviderTests\DecisionEngineTests\QualityAllowedByProfileSpecificationFixture.cs" />
|
|
|
|
<Compile Include="ProviderTests\DecisionEngineTests\UpgradeHistorySpecificationFixture.cs" />
|
|
|
|
<Compile Include="ProviderTests\DecisionEngineTests\UpgradeDiskSpecificationFixture.cs" />
|
2012-02-06 21:08:07 -08:00
|
|
|
<Compile Include="ProviderTests\DecisionEngineTests\QualityUpgradeSpecificationFixture.cs" />
|
|
|
|
<Compile Include="ProviderTests\DecisionEngineTests\UpgradePossibleSpecificationFixture.cs" />
|
|
|
|
<Compile Include="ProviderTests\DownloadClientTests\BlackholeProviderFixture.cs" />
|
2012-01-16 20:05:36 -08:00
|
|
|
<Compile Include="ProviderTests\MediaFileProviderTests\CleanUpDatabaseFixture.cs" />
|
2011-11-25 18:20:50 -08:00
|
|
|
<Compile Include="ProviderTests\ReferenceDataProviderTest.cs" />
|
2011-11-20 20:43:16 -08:00
|
|
|
<Compile Include="ProviderTests\NotificationProviderTests\NotificationProviderFixture.cs" />
|
2012-02-06 21:08:07 -08:00
|
|
|
<Compile Include="ProviderTests\DownloadClientTests\SabProviderTests\QueueFixture.cs" />
|
2011-11-13 13:44:19 -08:00
|
|
|
<Compile Include="ProviderTests\NewznabProviderTest.cs" />
|
2011-11-12 11:53:36 -08:00
|
|
|
<Compile Include="ProviderTests\DiskProviderTests\FreeDiskSpaceTest.cs" />
|
2011-11-02 19:44:22 -07:00
|
|
|
<Compile Include="ProviderTests\ProwlProviderTest.cs" />
|
2011-11-01 20:08:53 -07:00
|
|
|
<Compile Include="ProviderTests\GrowlProviderTest.cs" />
|
2011-10-20 22:04:26 -07:00
|
|
|
<Compile Include="ProviderTests\DiskProviderTests\ExtractArchiveFixture.cs" />
|
2012-08-29 08:34:51 -07:00
|
|
|
<Compile Include="ProviderTests\PostDownloadProviderTests\GetFolderNameWithStatusFixture.cs" />
|
2013-01-13 10:29:53 -08:00
|
|
|
<Compile Include="JobTests\EpisodeSearchJobTest.cs" />
|
2012-08-29 08:34:51 -07:00
|
|
|
<Compile Include="ProviderTests\PostDownloadProviderTests\ProcessDownloadFixture.cs" />
|
2011-11-06 22:26:21 -08:00
|
|
|
<Compile Include="ProviderTests\JobProviderTests\TestJobs.cs" />
|
2011-11-20 18:59:42 -08:00
|
|
|
<Compile Include="JobTests\AppUpdateJobFixture.cs" />
|
2011-11-21 22:55:09 -08:00
|
|
|
<Compile Include="ProviderTests\UpdateProviderTests\GetUpdateLogFixture.cs" />
|
2011-10-20 22:04:26 -07:00
|
|
|
<Compile Include="ProviderTests\UpdateProviderTests\GetAvilableUpdateFixture.cs" />
|
2012-10-16 22:00:28 -07:00
|
|
|
<Compile Include="ProviderTests\XemCommunicationProviderTests\GetSceneTvdbMappingsFixture.cs" />
|
|
|
|
<Compile Include="ProviderTests\XemCommunicationProviderTests\GetXemSeriesIdsFixture.cs" />
|
2012-02-04 22:34:36 -08:00
|
|
|
<Compile Include="Services\ParseErrorServiceFixture.cs" />
|
2012-12-22 17:18:05 -08:00
|
|
|
<Compile Include="HelperTests\SortHelperFixture.cs" />
|
2012-10-17 00:56:07 -07:00
|
|
|
<Compile Include="ProviderTests\EpisodeProviderTests\EpisodeProviderTest_DeleteInvalidEpisodes.cs" />
|
2012-02-06 21:08:07 -08:00
|
|
|
<Compile Include="ProviderTests\DecisionEngineTests\AcceptableSizeSpecificationFixture.cs" />
|
2011-10-20 16:42:17 -07:00
|
|
|
<Compile Include="ProviderTests\QualityTypeProviderTest.cs" />
|
|
|
|
<Compile Include="ProviderTests\MisnamedProviderTest.cs" />
|
|
|
|
<Compile Include="JobTests\SeasonSearchJobTest.cs" />
|
|
|
|
<Compile Include="JobTests\SeriesSearchJobTest.cs" />
|
|
|
|
<Compile Include="ProviderTests\EventClientProviderTest.cs" />
|
2011-11-07 23:01:52 -08:00
|
|
|
<Compile Include="CentralDispatchFixture.cs" />
|
2011-10-20 16:42:17 -07:00
|
|
|
<Compile Include="ProviderTests\XbmcProviderTest.cs" />
|
2012-08-29 08:34:51 -07:00
|
|
|
<Compile Include="ProviderTests\DiskScanProviderTests\MoveEpisodeFileFixture.cs" />
|
2012-10-17 00:56:07 -07:00
|
|
|
<Compile Include="ProviderTests\EpisodeProviderTests\EpisodeProviderTest_GetEpisodesByParseResult.cs" />
|
2012-08-29 08:34:51 -07:00
|
|
|
<Compile Include="ProviderTests\DiskScanProviderTests\ImportFileFixture.cs" />
|
2011-06-18 10:19:24 -07:00
|
|
|
<Compile Include="FluentTest.cs" />
|
2011-11-22 21:58:26 -08:00
|
|
|
<Compile Include="ProviderTests\LogProviderTests\LogProviderFixture.cs" />
|
2011-10-20 16:42:17 -07:00
|
|
|
<Compile Include="ProviderTests\UpcomingEpisodesProviderTest.cs" />
|
2012-01-17 23:45:21 -08:00
|
|
|
<Compile Include="ProviderTests\MediaFileProviderTests\GetNewFilenameFixture.cs" />
|
2011-05-29 23:47:11 -07:00
|
|
|
<Compile Include="dbBenchmark.cs" />
|
2011-11-12 23:27:16 -08:00
|
|
|
<Compile Include="Framework\CoreTest.cs" />
|
2012-02-06 21:08:07 -08:00
|
|
|
<Compile Include="ProviderTests\DecisionEngineTests\MonitoredEpisodeSpecificationFixture.cs" />
|
2013-01-24 15:33:32 -08:00
|
|
|
<Compile Include="ProviderTests\DownloadProviderTests\DownloadProviderFixture.cs" />
|
2011-05-22 09:53:06 -07:00
|
|
|
<Compile Include="EpisodeStatusTest.cs" />
|
2011-10-20 16:42:17 -07:00
|
|
|
<Compile Include="JobTests\ImportNewSeriesJobTest.cs" />
|
|
|
|
<Compile Include="JobTests\DiskScanJobTest.cs" />
|
2012-12-21 09:05:50 -08:00
|
|
|
<Compile Include="IndexerTests\IndexerFixture.cs" />
|
2012-02-06 21:08:07 -08:00
|
|
|
<Compile Include="ProviderTests\DecisionEngineTests\AllowedDownloadSpecificationFixture.cs" />
|
2011-11-16 22:23:35 -08:00
|
|
|
<Compile Include="ProviderTests\JobProviderTests\JobProviderFixture.cs" />
|
2011-05-28 12:23:35 -07:00
|
|
|
<Compile Include="QualityTest.cs" />
|
2012-12-25 23:20:31 -08:00
|
|
|
<Compile Include="ProviderTests\RootDirProviderTests\RootDirProviderFixture.cs" />
|
2011-10-20 16:42:17 -07:00
|
|
|
<Compile Include="ProviderTests\IndexerProviderTest.cs" />
|
|
|
|
<Compile Include="ProviderTests\HistoryProviderTest.cs" />
|
2012-01-16 20:05:36 -08:00
|
|
|
<Compile Include="ProviderTests\MediaFileProviderTest.cs" />
|
2012-02-11 16:01:52 -08:00
|
|
|
<Compile Include="ProviderTests\ConfigProviderTests\ConfigProviderFixture.cs" />
|
2012-10-17 00:56:07 -07:00
|
|
|
<Compile Include="ProviderTests\EpisodeProviderTests\EpisodeProviderTest.cs" />
|
2011-11-22 21:58:26 -08:00
|
|
|
<Compile Include="Framework\TestDbHelper.cs" />
|
2012-12-31 19:45:57 -08:00
|
|
|
<Compile Include="ParserTests\ParserFixture.cs" />
|
2010-09-22 20:19:47 -07:00
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
2010-09-29 10:19:18 -07:00
|
|
|
<Compile Include="QualityProfileTest.cs" />
|
2012-02-06 21:08:07 -08:00
|
|
|
<Compile Include="ProviderTests\DownloadClientTests\SabProviderTests\SabProviderFixture.cs" />
|
2011-12-01 20:24:44 -08:00
|
|
|
<Compile Include="ProviderTests\SceneMappingProviderTest.cs" />
|
2011-10-20 16:42:17 -07:00
|
|
|
<Compile Include="ProviderTests\SeriesProviderTest.cs" />
|
|
|
|
<Compile Include="ProviderTests\TvDbProviderTest.cs" />
|
2012-12-13 13:52:54 -08:00
|
|
|
<Compile Include="XbmcVersionTests.cs" />
|
2010-09-22 20:19:47 -07:00
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
2011-10-23 22:54:09 -07:00
|
|
|
<ProjectReference Include="..\NzbDrone.Common\NzbDrone.Common.csproj">
|
|
|
|
<Project>{F2BE0FDF-6E47-4827-A420-DD4EF82407F8}</Project>
|
|
|
|
<Name>NzbDrone.Common</Name>
|
|
|
|
</ProjectReference>
|
2010-09-22 20:19:47 -07:00
|
|
|
<ProjectReference Include="..\NzbDrone.Core\NzbDrone.Core.csproj">
|
|
|
|
<Project>{FF5EE3B6-913B-47CE-9CEB-11C51B4E1205}</Project>
|
|
|
|
<Name>NzbDrone.Core</Name>
|
|
|
|
</ProjectReference>
|
2011-10-23 22:54:09 -07:00
|
|
|
<ProjectReference Include="..\NzbDrone.Test.Common\NzbDrone.Test.Common.csproj">
|
|
|
|
<Project>{CADDFCE0-7509-4430-8364-2074E1EEFCA2}</Project>
|
|
|
|
<Name>NzbDrone.Test.Common</Name>
|
|
|
|
</ProjectReference>
|
2010-09-22 20:19:47 -07:00
|
|
|
</ItemGroup>
|
2010-09-23 23:16:43 -07:00
|
|
|
<ItemGroup>
|
2011-09-30 20:12:18 -07:00
|
|
|
<Content Include="App_Data\Config.xml">
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
</Content>
|
2013-01-23 22:36:37 -08:00
|
|
|
<Content Include="Files\Nzbget\JsonError.txt">
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
</Content>
|
|
|
|
<Content Include="Files\Nzbget\Queue_empty.txt">
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
</Content>
|
|
|
|
<Content Include="Files\Nzbget\Queue.txt">
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
</Content>
|
2012-05-19 13:07:30 -07:00
|
|
|
<Content Include="Files\QueueUnknownPriority.txt">
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
</Content>
|
2012-04-03 20:37:56 -07:00
|
|
|
<Content Include="Files\LongOverview.txt">
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
</Content>
|
2012-01-18 20:05:03 -08:00
|
|
|
<Content Include="Files\HistoryEmpty.txt">
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
</Content>
|
|
|
|
<Content Include="Files\Queue.txt">
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
</Content>
|
|
|
|
<Content Include="Files\History.txt">
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
</Content>
|
|
|
|
<Content Include="Files\JsonError.txt">
|
2012-04-13 23:44:34 -07:00
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
</Content>
|
2012-12-21 00:35:20 -08:00
|
|
|
<None Include="Files\RSS\nzbx_search.json">
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
</None>
|
|
|
|
<None Include="Files\RSS\nzbx_recent.json">
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
</None>
|
2012-12-17 17:52:56 -08:00
|
|
|
<Content Include="Files\RSS\omgwtfnzbs.xml">
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
</Content>
|
2012-04-14 16:50:08 -07:00
|
|
|
<Content Include="Files\RSS\nzbclub.xml">
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
</Content>
|
2012-04-14 16:37:36 -07:00
|
|
|
<Content Include="Files\RSS\nzbindex.xml">
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
</Content>
|
2012-12-17 17:52:56 -08:00
|
|
|
<Content Include="Files\RSS\SizeParsing\omgwtfnzbs.xml">
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
</Content>
|
2012-04-14 16:50:08 -07:00
|
|
|
<Content Include="Files\RSS\SizeParsing\nzbclub.xml">
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
</Content>
|
2012-04-14 16:37:36 -07:00
|
|
|
<Content Include="Files\RSS\SizeParsing\nzbindex.xml">
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
</Content>
|
2012-04-13 23:44:34 -07:00
|
|
|
<Content Include="Files\RSS\wombles.xml">
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
2012-04-14 14:44:02 -07:00
|
|
|
<SubType>Designer</SubType>
|
2012-04-13 23:44:34 -07:00
|
|
|
</Content>
|
|
|
|
<Content Include="Files\RSS\filesharingtalk.xml">
|
2012-01-18 20:05:03 -08:00
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
</Content>
|
2012-02-27 12:36:04 -08:00
|
|
|
<Content Include="Files\RSS\newznab.xml">
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
</Content>
|
2011-08-26 10:45:59 -07:00
|
|
|
<Content Include="Files\Categories_json.txt">
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
</Content>
|
2012-02-27 12:36:04 -08:00
|
|
|
<Content Include="Files\RSS\SizeParsing\newznab.xml">
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
</Content>
|
2011-09-13 19:25:33 -07:00
|
|
|
<Content Include="Files\RSS\SizeParsing\nzbsrus.xml">
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
2011-04-25 10:48:16 -07:00
|
|
|
</Content>
|
|
|
|
<Content Include="Files\RSS\nzbsrus.xml">
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
</Content>
|
2012-01-18 20:05:03 -08:00
|
|
|
<Content Include="Files\QueueEmpty.txt">
|
2011-02-16 18:15:48 -08:00
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
2010-09-27 20:40:01 -07:00
|
|
|
</Content>
|
2010-09-29 18:39:25 -07:00
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<None Include="App.config">
|
|
|
|
<SubType>Designer</SubType>
|
2011-11-22 22:25:07 -08:00
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
2010-09-29 18:39:25 -07:00
|
|
|
</None>
|
2012-12-19 20:34:34 -08:00
|
|
|
<Content Include="Files\TvRage\SeriesInfo_empty.xml">
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
</Content>
|
|
|
|
<Content Include="Files\TvRage\SeriesInfo_one.xml">
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
</Content>
|
2012-12-19 08:41:51 -08:00
|
|
|
<Content Include="Files\TvRage\SearchResults_one.xml">
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
</Content>
|
|
|
|
<Content Include="Files\TvRage\SearchResults_many.xml">
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
</Content>
|
|
|
|
<Content Include="Files\TvRage\SearchResults_empty.xml">
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
</Content>
|
2012-10-17 23:49:53 -07:00
|
|
|
<Content Include="Files\Xem\Ids.txt">
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
</Content>
|
2012-10-16 22:00:28 -07:00
|
|
|
<Content Include="Files\Xem\Failure.txt">
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
</Content>
|
2012-10-17 23:49:53 -07:00
|
|
|
<Content Include="Files\Xem\Names.txt">
|
2012-10-16 22:00:28 -07:00
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
</Content>
|
|
|
|
<Content Include="Files\Xem\Mappings.txt">
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
</Content>
|
2010-10-17 10:22:48 -07:00
|
|
|
<Content Include="log.config">
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
</Content>
|
2012-12-21 00:35:20 -08:00
|
|
|
<None Include="Files\RSS\SizeParsing\nzbx_recent.json">
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
</None>
|
|
|
|
<None Include="Files\RSS\SizeParsing\nzbx_search.json">
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
</None>
|
2012-01-12 19:22:28 -08:00
|
|
|
<None Include="Files\SceneMappings.json">
|
2011-12-01 20:24:44 -08:00
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
</None>
|
2011-10-20 22:04:26 -07:00
|
|
|
<None Include="Files\TestArchive.zip">
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
</None>
|
2011-03-28 22:10:37 -07:00
|
|
|
<None Include="packages.config" />
|
2010-09-23 23:16:43 -07:00
|
|
|
</ItemGroup>
|
2012-01-24 19:09:49 -08:00
|
|
|
<ItemGroup />
|
2010-09-22 20:19:47 -07:00
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
2011-05-30 00:05:45 -07:00
|
|
|
<PropertyGroup>
|
2011-06-23 00:03:05 -07:00
|
|
|
<PreBuildEvent>
|
|
|
|
</PreBuildEvent>
|
2011-05-30 00:05:45 -07:00
|
|
|
</PropertyGroup>
|
2011-06-23 00:16:15 -07:00
|
|
|
<PropertyGroup>
|
2012-12-24 19:46:52 -08:00
|
|
|
<PostBuildEvent>if not exist "$(TargetDir)x86" md "$(TargetDir)x86"
|
|
|
|
xcopy /s /y "$(SolutionDir)packages\Microsoft.SqlServer.Compact.4.0.8876.1\NativeBinaries\x86\*.*" "$(TargetDir)x86"</PostBuildEvent>
|
2011-06-23 00:16:15 -07:00
|
|
|
</PropertyGroup>
|
2012-04-29 23:45:20 -07:00
|
|
|
<Import Project="$(SolutionDir)\.nuget\nuget.targets" />
|
2010-09-22 20:19:47 -07: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>
|