2010-09-23 05:19:47 +02:00
|
|
|
|
<?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)' == '' ">x86</Platform>
|
|
|
|
|
<ProductVersion>8.0.30703</ProductVersion>
|
|
|
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
|
|
|
<ProjectGuid>{FF5EE3B6-913B-47CE-9CEB-11C51B4E1205}</ProjectGuid>
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
<RootNamespace>NzbDrone.Core</RootNamespace>
|
|
|
|
|
<AssemblyName>NzbDrone.Core</AssemblyName>
|
2010-10-02 21:01:43 +02:00
|
|
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
2010-09-23 05:19:47 +02:00
|
|
|
|
<TargetFrameworkProfile>
|
|
|
|
|
</TargetFrameworkProfile>
|
|
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
|
|
<PublishUrl>publish\</PublishUrl>
|
|
|
|
|
<Install>true</Install>
|
|
|
|
|
<InstallFrom>Disk</InstallFrom>
|
|
|
|
|
<UpdateEnabled>false</UpdateEnabled>
|
|
|
|
|
<UpdateMode>Foreground</UpdateMode>
|
|
|
|
|
<UpdateInterval>7</UpdateInterval>
|
|
|
|
|
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
|
|
|
|
<UpdatePeriodically>false</UpdatePeriodically>
|
|
|
|
|
<UpdateRequired>false</UpdateRequired>
|
|
|
|
|
<MapFileExtensions>true</MapFileExtensions>
|
|
|
|
|
<ApplicationRevision>0</ApplicationRevision>
|
|
|
|
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
|
|
|
|
<IsWebBootstrapper>false</IsWebBootstrapper>
|
|
|
|
|
<UseApplicationTrust>false</UseApplicationTrust>
|
|
|
|
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
2012-04-30 08:45:20 +02:00
|
|
|
|
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
|
|
|
|
|
<RestorePackages>true</RestorePackages>
|
2010-09-23 05:19:47 +02:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
2011-04-02 01:11:09 +02:00
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
2010-09-23 05:19:47 +02:00
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<Optimize>false</Optimize>
|
|
|
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<ApplicationIcon>
|
|
|
|
|
</ApplicationIcon>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<OutputPath>bin\x64\Debug\</OutputPath>
|
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
|
|
|
<CodeAnalysisLogFile>bin\Debug\SABSync.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
|
|
|
|
<CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
|
|
|
|
<CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
<CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
|
|
|
|
<CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
|
|
|
|
|
<CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
|
|
|
|
<CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
|
|
|
|
<OutputPath>bin\x64\Release\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
|
|
|
<CodeAnalysisLogFile>bin\Release\SABSync.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
|
|
|
|
<CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
|
|
|
|
<CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
<CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
|
|
|
|
<CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
|
|
|
|
|
<CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
|
|
|
|
<CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
|
|
|
|
|
<CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<OutputPath>bin\Debug\</OutputPath>
|
2013-02-16 22:10:20 +01:00
|
|
|
|
<DefineConstants>TRACE;DEBUG;Mono</DefineConstants>
|
2010-09-23 05:19:47 +02:00
|
|
|
|
<DebugType>full</DebugType>
|
2013-03-29 01:12:40 +01:00
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
2010-09-23 05:19:47 +02:00
|
|
|
|
<CodeAnalysisLogFile>bin\Debug\SABSync.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
|
|
|
|
<CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
|
|
|
|
<CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
2011-05-27 04:12:28 +02:00
|
|
|
|
<CodeAnalysisRuleSet>Properties\AnalysisRules.ruleset</CodeAnalysisRuleSet>
|
2010-09-23 05:19:47 +02:00
|
|
|
|
<CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
|
|
|
|
<CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
|
|
|
|
<CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
|
|
|
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
|
|
<CodeAnalysisLogFile>bin\Release\SABSync.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
|
|
|
|
<CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
|
|
|
|
<CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
<CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
|
|
|
|
<CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
|
|
|
|
|
<CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
|
|
|
|
<CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<StartupObject />
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
2013-02-17 20:19:38 +01:00
|
|
|
|
<Reference Include="Autofac, Version=3.0.0.0, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>..\packages\Autofac.3.0.1\lib\net40\Autofac.dll</HintPath>
|
2013-01-03 02:09:13 +01:00
|
|
|
|
</Reference>
|
2013-03-25 05:36:24 +01:00
|
|
|
|
<Reference Include="FluentMigrator">
|
|
|
|
|
<HintPath>..\packages\FluentMigrator.1.0.6.0\lib\40\FluentMigrator.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="FluentMigrator.Runner">
|
|
|
|
|
<HintPath>..\packages\FluentMigrator.1.0.6.0\tools\FluentMigrator.Runner.dll</HintPath>
|
2013-03-25 05:46:51 +01:00
|
|
|
|
</Reference>
|
2013-03-25 04:51:32 +01:00
|
|
|
|
<Reference Include="FastReflection">
|
|
|
|
|
<HintPath>..\packages\MarrDataMapper.3.17.4747.34302\lib\FastReflection.dll</HintPath>
|
2013-03-25 05:36:24 +01:00
|
|
|
|
</Reference>
|
2011-11-02 04:08:53 +01:00
|
|
|
|
<Reference Include="Growl.Connector">
|
|
|
|
|
<HintPath>..\packages\Growl.0.6\lib\Growl.Connector.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="Growl.CoreLibrary">
|
|
|
|
|
<HintPath>..\packages\Growl.0.6\lib\Growl.CoreLibrary.dll</HintPath>
|
|
|
|
|
</Reference>
|
2011-10-21 07:04:26 +02:00
|
|
|
|
<Reference Include="Ionic.Zip">
|
|
|
|
|
<HintPath>..\packages\DotNetZip.1.9.1.8\lib\net20\Ionic.Zip.dll</HintPath>
|
|
|
|
|
</Reference>
|
2013-03-25 04:51:32 +01:00
|
|
|
|
<Reference Include="Marr.Data">
|
|
|
|
|
<HintPath>..\packages\MarrDataMapper.3.17.4747.34302\lib\Marr.Data.dll</HintPath>
|
|
|
|
|
</Reference>
|
2013-01-21 01:35:42 +01:00
|
|
|
|
<Reference Include="MediaInfoDotNet">
|
|
|
|
|
<HintPath>..\packages\MediaInfoNet.0.3\lib\MediaInfoDotNet.dll</HintPath>
|
|
|
|
|
</Reference>
|
2012-02-07 06:08:07 +01:00
|
|
|
|
<Reference Include="Microsoft.CSharp" />
|
2012-12-11 08:57:42 +01:00
|
|
|
|
<Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>..\packages\Newtonsoft.Json.4.5.11\lib\net40\Newtonsoft.Json.dll</HintPath>
|
|
|
|
|
</Reference>
|
2011-05-30 09:22:20 +02:00
|
|
|
|
<Reference Include="NLog, Version=2.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
|
2011-10-20 10:02:12 +02:00
|
|
|
|
<HintPath>..\packages\NLog.2.0.0.2000\lib\net40\NLog.dll</HintPath>
|
2011-05-30 09:22:20 +02:00
|
|
|
|
</Reference>
|
2012-12-11 09:16:29 +01:00
|
|
|
|
<Reference Include="Prowlin, Version=0.9.4456.26422, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>..\packages\Prowlin.0.9.4456.26422\lib\net40\Prowlin.dll</HintPath>
|
2011-11-03 03:44:22 +01:00
|
|
|
|
</Reference>
|
2013-01-31 01:42:11 +01:00
|
|
|
|
<Reference Include="RestSharp">
|
|
|
|
|
<HintPath>..\packages\RestSharp.104.1\lib\net4\RestSharp.dll</HintPath>
|
|
|
|
|
</Reference>
|
2012-02-12 10:52:51 +01:00
|
|
|
|
<Reference Include="SignalR">
|
2012-11-03 19:23:47 +01:00
|
|
|
|
<HintPath>..\packages\SignalR.Server.0.5.3\lib\net40\SignalR.dll</HintPath>
|
2012-02-12 10:52:51 +01:00
|
|
|
|
</Reference>
|
2010-09-23 05:19:47 +02:00
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.Core" />
|
2013-03-24 01:08:23 +01:00
|
|
|
|
<Reference Include="System.Data" />
|
2013-03-26 06:51:56 +01:00
|
|
|
|
<Reference Include="System.Data.SQLite, Version=1.0.84.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>..\packages\System.Data.SQLite.1.0.84.0\lib\net40\System.Data.SQLite.dll</HintPath>
|
|
|
|
|
</Reference>
|
2011-06-21 07:44:01 +02:00
|
|
|
|
<Reference Include="System.Drawing" />
|
2010-10-02 21:01:43 +02:00
|
|
|
|
<Reference Include="System.ServiceModel" />
|
2010-09-24 04:19:55 +02:00
|
|
|
|
<Reference Include="System.Web" />
|
2010-10-30 04:46:32 +02:00
|
|
|
|
<Reference Include="System.Web.Extensions" />
|
2010-09-28 05:40:01 +02:00
|
|
|
|
<Reference Include="System.XML" />
|
|
|
|
|
<Reference Include="System.Xml.Linq" />
|
2011-11-23 02:28:53 +01:00
|
|
|
|
<Reference Include="Twitterizer2, Version=2.4.0.26532, Culture=neutral, PublicKeyToken=69d1469eac671567, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\twitterizer.2.4.0.26532\lib\net40\Twitterizer2.dll</HintPath>
|
2011-10-28 09:57:00 +02:00
|
|
|
|
</Reference>
|
2010-09-23 05:19:47 +02:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2011-11-08 18:48:34 +01:00
|
|
|
|
<Compile Include="..\NzbDrone.Common\Properties\SharedAssemblyInfo.cs">
|
|
|
|
|
<Link>Properties\SharedAssemblyInfo.cs</Link>
|
|
|
|
|
</Compile>
|
2013-02-24 07:48:52 +01:00
|
|
|
|
<Compile Include="Configuration\Config.cs" />
|
|
|
|
|
<Compile Include="Configuration\ConfigRepository.cs" />
|
|
|
|
|
<Compile Include="Configuration\IConfigService.cs" />
|
2011-10-25 07:15:20 +02:00
|
|
|
|
<Compile Include="Constants.cs" />
|
2013-03-05 06:51:07 +01:00
|
|
|
|
<Compile Include="ContainerExtensions.cs" />
|
2013-03-25 07:13:53 +01:00
|
|
|
|
<Compile Include="Datastore\Converters\BooleanIntConverter.cs" />
|
2013-03-26 09:02:31 +01:00
|
|
|
|
<Compile Include="Datastore\Converters\QualityIntConverter.cs" />
|
2013-03-25 07:13:53 +01:00
|
|
|
|
<Compile Include="Datastore\Converters\Int32Converter.cs" />
|
2013-03-26 06:51:56 +01:00
|
|
|
|
<Compile Include="Datastore\Converters\EmbeddedDocumentConverter.cs" />
|
2013-03-25 04:51:32 +01:00
|
|
|
|
<Compile Include="Datastore\Database.cs" />
|
2013-03-24 01:08:23 +01:00
|
|
|
|
<Compile Include="Datastore\DbFactory.cs" />
|
2013-03-26 06:51:56 +01:00
|
|
|
|
<Compile Include="Datastore\EnumIntConverter.cs" />
|
|
|
|
|
<Compile Include="Datastore\IEmbeddedDocument.cs" />
|
|
|
|
|
<Compile Include="Datastore\LazyList.cs" />
|
2013-03-26 08:50:18 +01:00
|
|
|
|
<Compile Include="Datastore\MappingExtensions.cs" />
|
2013-03-25 07:13:53 +01:00
|
|
|
|
<Compile Include="Datastore\Migration\Framework\MigrationController.cs" />
|
|
|
|
|
<Compile Include="Datastore\Migration\Framework\MigrationOptions.cs" />
|
|
|
|
|
<Compile Include="Datastore\Migration\Framework\NlogAnnouncer.cs" />
|
|
|
|
|
<Compile Include="Datastore\Migration\Migration20130324.cs" />
|
|
|
|
|
<Compile Include="Datastore\Migration\Framework\NzbDroneMigrationBase.cs" />
|
2013-03-25 05:36:24 +01:00
|
|
|
|
<Compile Include="Datastore\MigrationType.cs" />
|
2013-02-18 04:18:25 +01:00
|
|
|
|
<Compile Include="Datastore\ModelBase.cs" />
|
2013-02-05 05:07:07 +01:00
|
|
|
|
<Compile Include="Datastore\BasicRepository.cs" />
|
2013-03-26 08:50:18 +01:00
|
|
|
|
<Compile Include="Datastore\RelationshipExtensions.cs" />
|
2013-03-25 07:13:53 +01:00
|
|
|
|
<Compile Include="Datastore\TableMapping.cs" />
|
2013-03-07 02:51:47 +01:00
|
|
|
|
<Compile Include="DecisionEngine\DownloadDecision.cs" />
|
2013-03-07 01:19:49 +01:00
|
|
|
|
<Compile Include="DecisionEngine\IFetchableSpecification.cs" />
|
|
|
|
|
<Compile Include="DecisionEngine\Specifications\AcceptableSizeSpecification.cs" />
|
2013-03-07 02:51:47 +01:00
|
|
|
|
<Compile Include="DecisionEngine\DownloadDirector.cs" />
|
2013-03-07 01:19:49 +01:00
|
|
|
|
<Compile Include="DecisionEngine\Specifications\AllowedReleaseGroupSpecification.cs" />
|
|
|
|
|
<Compile Include="DecisionEngine\Specifications\NotInQueueSpecification.cs" />
|
|
|
|
|
<Compile Include="DecisionEngine\Specifications\CustomStartDateSpecification.cs" />
|
|
|
|
|
<Compile Include="DecisionEngine\Specifications\LanguageSpecification.cs" />
|
|
|
|
|
<Compile Include="DecisionEngine\Specifications\MonitoredEpisodeSpecification.cs" />
|
|
|
|
|
<Compile Include="DecisionEngine\Specifications\QualityAllowedByProfileSpecification.cs" />
|
|
|
|
|
<Compile Include="DecisionEngine\QualityUpgradableSpecification.cs" />
|
|
|
|
|
<Compile Include="DecisionEngine\Specifications\UpgradeDiskSpecification.cs" />
|
|
|
|
|
<Compile Include="DecisionEngine\Specifications\UpgradeHistorySpecification.cs" />
|
2013-03-07 05:34:56 +01:00
|
|
|
|
<Compile Include="Download\Clients\Sabnzbd\SabAutoConfigureService.cs" />
|
2013-02-25 00:47:57 +01:00
|
|
|
|
<Compile Include="Download\EpisodeDownloadedEvent.cs" />
|
2013-02-24 20:18:48 +01:00
|
|
|
|
<Compile Include="Download\EpisodeGrabbedEvent.cs" />
|
2013-02-25 00:47:57 +01:00
|
|
|
|
<Compile Include="Download\SeriesRenamedEvent.cs" />
|
|
|
|
|
<Compile Include="ExternalNotification\ExternalNotificationRepository.cs" />
|
2011-06-18 19:19:24 +02:00
|
|
|
|
<Compile Include="Fluent.cs" />
|
2012-12-21 09:35:20 +01:00
|
|
|
|
<Compile Include="Helpers\Converters\EpochDateTimeConverter.cs" />
|
2012-05-19 22:13:23 +02:00
|
|
|
|
<Compile Include="Helpers\SabnzbdQueueTimeConverter.cs" />
|
2011-09-05 21:59:39 +02:00
|
|
|
|
<Compile Include="Helpers\SortHelper.cs" />
|
2012-05-19 22:13:23 +02:00
|
|
|
|
<Compile Include="Helpers\SabnzbdPriorityTypeConverter.cs" />
|
2012-12-23 02:18:05 +01:00
|
|
|
|
<Compile Include="Helpers\XElementHelper.cs" />
|
2013-02-23 22:29:22 +01:00
|
|
|
|
<Compile Include="History\HistoryRepository.cs" />
|
2013-03-07 04:45:36 +01:00
|
|
|
|
<Compile Include="IndexerSearch\DailyEpisodeSearch.cs" />
|
|
|
|
|
<Compile Include="IndexerSearch\EpisodeSearch.cs" />
|
|
|
|
|
<Compile Include="IndexerSearch\PartialSeasonSearch.cs" />
|
2013-03-07 05:34:56 +01:00
|
|
|
|
<Compile Include="IndexerSearch\IndexerSearchBase.cs" />
|
2013-02-21 08:07:34 +01:00
|
|
|
|
<Compile Include="Indexers\IndexerRepository.cs" />
|
2013-02-23 05:37:23 +01:00
|
|
|
|
<Compile Include="Indexers\NewznabRepository.cs" />
|
2013-01-20 01:19:27 +01:00
|
|
|
|
<Compile Include="Instrumentation\LogInjectionModule.cs" />
|
2013-02-23 20:38:25 +01:00
|
|
|
|
<Compile Include="Instrumentation\LogRepository.cs" />
|
2013-03-05 06:51:07 +01:00
|
|
|
|
<Compile Include="Jobs\IJob.cs" />
|
|
|
|
|
<Compile Include="Jobs\Implementations\BacklogSearchJob.cs" />
|
|
|
|
|
<Compile Include="Jobs\Implementations\CleanupRecycleBinJob.cs" />
|
|
|
|
|
<Compile Include="Jobs\Implementations\ConvertEpisodeJob.cs" />
|
|
|
|
|
<Compile Include="Jobs\Implementations\DiskScanJob.cs" />
|
|
|
|
|
<Compile Include="Jobs\Implementations\EmptyRecycleBinJob.cs" />
|
|
|
|
|
<Compile Include="Jobs\Implementations\EpisodeSearchJob.cs" />
|
|
|
|
|
<Compile Include="Jobs\Implementations\ImportNewSeriesJob.cs" />
|
|
|
|
|
<Compile Include="Jobs\Implementations\PastWeekBacklogSearchJob.cs" />
|
|
|
|
|
<Compile Include="Jobs\Implementations\PostDownloadScanJob.cs" />
|
|
|
|
|
<Compile Include="Jobs\Implementations\RecentBacklogSearchJob.cs" />
|
|
|
|
|
<Compile Include="Jobs\Implementations\RefreshEpisodeMetadata.cs" />
|
|
|
|
|
<Compile Include="Jobs\Implementations\RenameSeasonJob.cs" />
|
|
|
|
|
<Compile Include="Jobs\Implementations\RenameSeriesJob.cs" />
|
|
|
|
|
<Compile Include="Jobs\Implementations\RssSyncJob.cs" />
|
|
|
|
|
<Compile Include="Jobs\Implementations\SeasonSearchJob.cs" />
|
|
|
|
|
<Compile Include="Jobs\Implementations\SeriesSearchJob.cs" />
|
|
|
|
|
<Compile Include="Jobs\Implementations\UpdateInfoJob.cs" />
|
|
|
|
|
<Compile Include="Jobs\Implementations\UpdateSceneMappingsJob.cs" />
|
|
|
|
|
<Compile Include="Jobs\Implementations\XemUpdateJob.cs" />
|
|
|
|
|
<Compile Include="Jobs\JobController.cs" />
|
|
|
|
|
<Compile Include="Jobs\JobDefinition.cs" />
|
|
|
|
|
<Compile Include="Jobs\JobQueueItem.cs" />
|
|
|
|
|
<Compile Include="Jobs\JobRepository.cs" />
|
|
|
|
|
<Compile Include="Jobs\JobTimer.cs" />
|
2013-02-18 08:59:43 +01:00
|
|
|
|
<Compile Include="Lifecycle\AppShutdownJob.cs" />
|
|
|
|
|
<Compile Include="Lifecycle\AppRestartJob.cs" />
|
2013-02-21 17:38:31 +01:00
|
|
|
|
<Compile Include="Lifecycle\IInitializable.cs" />
|
2013-03-04 06:53:02 +01:00
|
|
|
|
<Compile Include="MediaCover\MediaCover.cs" />
|
2013-03-07 05:49:00 +01:00
|
|
|
|
<Compile Include="MediaFiles\EpisodeFileMovingService.cs" />
|
2013-03-07 05:34:56 +01:00
|
|
|
|
<Compile Include="MediaFiles\Events\EpisodeFileDeletedEvent.cs" />
|
|
|
|
|
<Compile Include="MediaFiles\GhostFileCleanupService.cs" />
|
2013-03-01 08:03:41 +01:00
|
|
|
|
<Compile Include="MediaFiles\MediaFileRepository.cs" />
|
2013-03-06 23:20:34 +01:00
|
|
|
|
<Compile Include="Organizer\EpisodeSortingType.cs" />
|
2013-03-06 22:20:33 +01:00
|
|
|
|
<Compile Include="Organizer\FileNameBuilder.cs" />
|
2012-01-28 22:43:44 +01:00
|
|
|
|
<Compile Include="Model\DownloadClientType.cs" />
|
2013-02-23 20:38:25 +01:00
|
|
|
|
<Compile Include="Instrumentation\LogService.cs" />
|
2011-06-24 06:05:31 +02:00
|
|
|
|
<Compile Include="Instrumentation\DatabaseTarget.cs" />
|
2011-10-07 06:36:47 +02:00
|
|
|
|
<Compile Include="Model\AtomicParsleyTitleType.cs" />
|
2011-05-11 08:46:26 +02:00
|
|
|
|
<Compile Include="Model\ConnectionInfoModel.cs" />
|
2012-01-26 02:02:21 +01:00
|
|
|
|
<Compile Include="Model\BacklogSettingType.cs" />
|
2013-01-21 01:35:42 +01:00
|
|
|
|
<Compile Include="Model\MediaInfoModel.cs" />
|
2013-03-05 06:33:34 +01:00
|
|
|
|
<Compile Include="Download\Clients\Nzbget\EnqueueResponse.cs" />
|
|
|
|
|
<Compile Include="Download\Clients\Nzbget\ErrorModel.cs" />
|
|
|
|
|
<Compile Include="Download\Clients\Nzbget\JsonError.cs" />
|
|
|
|
|
<Compile Include="Download\Clients\Nzbget\JsonRequest.cs" />
|
|
|
|
|
<Compile Include="Download\Clients\Nzbget\Queue.cs" />
|
|
|
|
|
<Compile Include="Download\Clients\Nzbget\QueueItem.cs" />
|
|
|
|
|
<Compile Include="Download\Clients\Nzbget\PriorityType.cs" />
|
|
|
|
|
<Compile Include="Download\Clients\Nzbget\VersionModel.cs" />
|
2012-12-21 09:35:20 +01:00
|
|
|
|
<Compile Include="Model\Nzbx\NzbxSearchItem.cs" />
|
|
|
|
|
<Compile Include="Model\Nzbx\NzbxRecentItem.cs" />
|
|
|
|
|
<Compile Include="Model\Nzbx\NzbxVotesModel.cs" />
|
2011-10-12 05:44:19 +02:00
|
|
|
|
<Compile Include="Model\PostDownloadStatusType.cs" />
|
2011-05-10 08:32:33 +02:00
|
|
|
|
<Compile Include="Model\LanguageType.cs" />
|
2011-09-04 05:05:44 +02:00
|
|
|
|
<Compile Include="Model\MisnamedEpisodeModel.cs" />
|
2013-03-06 23:20:34 +01:00
|
|
|
|
<Compile Include="Organizer\NameSpecification.cs" />
|
2013-02-27 04:19:22 +01:00
|
|
|
|
<Compile Include="Qualities\QualitySizeRepository.cs" />
|
|
|
|
|
<Compile Include="Qualities\QualityProfileRepository.cs" />
|
2013-03-02 19:25:39 +01:00
|
|
|
|
<Compile Include="ReferenceData\DailySeriesDataProxy.cs" />
|
|
|
|
|
<Compile Include="ReferenceData\SceneMappingProxy.cs" />
|
|
|
|
|
<Compile Include="ReferenceData\SceneMappingRepository.cs" />
|
2013-02-20 03:05:15 +01:00
|
|
|
|
<Compile Include="Tv\EpisodeService.cs" />
|
2013-03-03 23:26:41 +01:00
|
|
|
|
<Compile Include="Tv\Events\EpisodeInfoUpdatedEvent.cs" />
|
|
|
|
|
<Compile Include="Tv\Events\EpisodeInfoAddedEvent.cs" />
|
2013-02-23 21:34:51 +01:00
|
|
|
|
<Compile Include="Tv\Events\SeriesAddedEvent.cs" />
|
2013-03-05 20:35:33 +01:00
|
|
|
|
<Compile Include="Tv\Events\SeriesDeletedEvent.cs" />
|
2013-03-04 06:53:02 +01:00
|
|
|
|
<Compile Include="Tv\Events\SeriesUpdatedEvent.cs" />
|
2013-02-20 03:05:15 +01:00
|
|
|
|
<Compile Include="Tv\SeasonRepository.cs" />
|
2013-02-19 07:56:02 +01:00
|
|
|
|
<Compile Include="Tv\SeriesRepository.cs" />
|
2013-02-19 07:01:03 +01:00
|
|
|
|
<Compile Include="Tv\QualityModel.cs" />
|
2013-03-05 06:33:34 +01:00
|
|
|
|
<Compile Include="Download\Clients\Sabnzbd\SabAddResponse.cs" />
|
|
|
|
|
<Compile Include="Download\Clients\Sabnzbd\SabHistoryItem.cs" />
|
|
|
|
|
<Compile Include="Download\Clients\Sabnzbd\SabHistory.cs" />
|
|
|
|
|
<Compile Include="Download\Clients\Sabnzbd\SabJsonError.cs" />
|
|
|
|
|
<Compile Include="Download\Clients\Sabnzbd\SabQueue.cs" />
|
|
|
|
|
<Compile Include="Download\Clients\Sabnzbd\SabCategoryModel.cs" />
|
|
|
|
|
<Compile Include="Download\Clients\Sabnzbd\SabModel.cs" />
|
|
|
|
|
<Compile Include="Download\Clients\Sabnzbd\SabQueueItem.cs" />
|
|
|
|
|
<Compile Include="Download\Clients\Sabnzbd\SabVersionModel.cs" />
|
2012-04-25 21:50:37 +02:00
|
|
|
|
<Compile Include="Model\StatsModel.cs" />
|
2012-12-18 07:41:08 +01:00
|
|
|
|
<Compile Include="Model\TvRage\TvRageEpisode.cs" />
|
|
|
|
|
<Compile Include="Model\TvRage\TvRageSearchResult.cs" />
|
|
|
|
|
<Compile Include="Model\TvRage\TvRageSeries.cs" />
|
2011-10-28 09:57:00 +02:00
|
|
|
|
<Compile Include="Model\Twitter\TwitterAuthorizationModel.cs" />
|
2011-10-21 07:04:26 +02:00
|
|
|
|
<Compile Include="Model\UpdatePackage.cs" />
|
2011-07-09 20:19:33 +02:00
|
|
|
|
<Compile Include="Model\Xbmc\ActionType.cs" />
|
2011-12-31 21:57:02 +01:00
|
|
|
|
<Compile Include="Model\Xbmc\ActivePlayersDharmaResult.cs" />
|
|
|
|
|
<Compile Include="Model\Xbmc\ActivePlayersEdenResult.cs" />
|
2012-01-05 01:41:42 +01:00
|
|
|
|
<Compile Include="Model\Xbmc\TvShowResult.cs" />
|
2011-07-09 20:19:33 +02:00
|
|
|
|
<Compile Include="Model\Xbmc\ErrorResult.cs" />
|
|
|
|
|
<Compile Include="Model\Xbmc\IconType.cs" />
|
2012-12-13 22:52:54 +01:00
|
|
|
|
<Compile Include="Model\Xbmc\XbmcJsonResult.cs" />
|
|
|
|
|
<Compile Include="Model\Xbmc\XbmcVersion.cs" />
|
2012-10-17 07:00:28 +02:00
|
|
|
|
<Compile Include="Model\Xem\XemResult.cs" />
|
|
|
|
|
<Compile Include="Model\Xem\XemSceneTvdbMapping.cs" />
|
|
|
|
|
<Compile Include="Model\Xem\XemValues.cs" />
|
2013-01-03 02:09:13 +01:00
|
|
|
|
<Compile Include="AutofacSignalrDependencyResolver.cs" />
|
2013-03-04 06:53:02 +01:00
|
|
|
|
<Compile Include="MediaCover\MediaCoverService.cs" />
|
2013-03-05 06:33:34 +01:00
|
|
|
|
<Compile Include="Download\Clients\Nzbget\NzbgetProvider.cs" />
|
2013-01-21 01:35:42 +01:00
|
|
|
|
<Compile Include="Providers\MediaInfoProvider.cs" />
|
2013-03-05 06:33:34 +01:00
|
|
|
|
<Compile Include="Download\Clients\PneumaticProvider.cs" />
|
2013-02-23 05:37:23 +01:00
|
|
|
|
<Compile Include="Indexers\Nzbx.cs" />
|
|
|
|
|
<Compile Include="Indexers\NzbClub.cs" />
|
|
|
|
|
<Compile Include="Indexers\NzbIndex.cs" />
|
|
|
|
|
<Compile Include="Indexers\FileSharingTalk.cs" />
|
|
|
|
|
<Compile Include="Indexers\Omgwtfnzbs.cs" />
|
|
|
|
|
<Compile Include="Indexers\Wombles.cs" />
|
2012-09-04 08:49:04 +02:00
|
|
|
|
<Compile Include="Providers\RecycleBinProvider.cs" />
|
2013-02-20 03:05:15 +01:00
|
|
|
|
<Compile Include="Tv\SeasonService.cs" />
|
2013-02-18 08:59:43 +01:00
|
|
|
|
<Compile Include="Instrumentation\TrimLogsJob.cs" />
|
|
|
|
|
<Compile Include="Lifecycle\AppUpdateJob.cs" />
|
2012-01-05 01:41:42 +01:00
|
|
|
|
<Compile Include="Model\Xbmc\TvShowResponse.cs" />
|
2011-07-09 20:19:33 +02:00
|
|
|
|
<Compile Include="Model\Xbmc\TvShow.cs" />
|
|
|
|
|
<Compile Include="Model\Xbmc\VersionResult.cs" />
|
2013-03-04 06:53:02 +01:00
|
|
|
|
<Compile Include="MetadataSource\TvRageMappingProvider.cs" />
|
|
|
|
|
<Compile Include="MetadataSource\TvRageProxy.cs" />
|
2012-10-17 07:00:28 +02:00
|
|
|
|
<Compile Include="Providers\XemCommunicationProvider.cs" />
|
2012-10-17 09:39:06 +02:00
|
|
|
|
<Compile Include="Providers\XemProvider.cs" />
|
2013-02-27 04:19:22 +01:00
|
|
|
|
<Compile Include="Qualities\Quality.cs" />
|
2013-02-19 07:01:03 +01:00
|
|
|
|
<Compile Include="Tv\Season.cs" />
|
2012-02-22 00:10:42 +01:00
|
|
|
|
<Compile Include="Providers\BackupProvider.cs">
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Providers\Converting\AtomicParsleyProvider.cs">
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Providers\Converting\HandbrakeProvider.cs">
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
2013-02-24 07:48:52 +01:00
|
|
|
|
<Compile Include="Configuration\ConfigService.cs">
|
2012-02-22 00:10:42 +01:00
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
2013-03-07 01:19:49 +01:00
|
|
|
|
<Compile Include="DecisionEngine\Specifications\RetentionSpecification.cs">
|
2012-02-22 00:10:42 +01:00
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Providers\DiskScanProvider.cs">
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
2013-03-05 06:33:34 +01:00
|
|
|
|
<Compile Include="Download\Clients\BlackholeProvider.cs">
|
2012-02-22 00:10:42 +01:00
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
2013-03-05 06:33:34 +01:00
|
|
|
|
<Compile Include="Download\IDownloadClient.cs">
|
2012-02-22 00:10:42 +01:00
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
2013-03-05 06:33:34 +01:00
|
|
|
|
<Compile Include="Download\Clients\Sabnzbd\SabProvider.cs">
|
2012-02-22 00:10:42 +01:00
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
2013-02-24 20:18:48 +01:00
|
|
|
|
<Compile Include="Download\DownloadProvider.cs">
|
2012-02-22 00:10:42 +01:00
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
2013-02-20 03:05:15 +01:00
|
|
|
|
<Compile Include="Tv\EpisodeRepository.cs">
|
2012-02-22 00:10:42 +01:00
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
2013-02-25 00:47:57 +01:00
|
|
|
|
<Compile Include="ExternalNotification\ExternalNotificationBase.cs">
|
2012-02-22 00:10:42 +01:00
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
2013-02-25 00:47:57 +01:00
|
|
|
|
<Compile Include="ExternalNotification\Growl.cs">
|
2012-02-22 00:10:42 +01:00
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
2013-02-25 00:47:57 +01:00
|
|
|
|
<Compile Include="ExternalNotification\Plex.cs">
|
2012-02-22 00:10:42 +01:00
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
2013-02-25 00:47:57 +01:00
|
|
|
|
<Compile Include="ExternalNotification\Prowl.cs">
|
2012-02-22 00:10:42 +01:00
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
2013-02-25 00:47:57 +01:00
|
|
|
|
<Compile Include="ExternalNotification\Smtp.cs">
|
2012-02-22 00:10:42 +01:00
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
2013-02-25 00:47:57 +01:00
|
|
|
|
<Compile Include="ExternalNotification\Twitter.cs">
|
2012-02-22 00:10:42 +01:00
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
2013-02-25 00:47:57 +01:00
|
|
|
|
<Compile Include="ExternalNotification\Xbmc.cs">
|
2012-02-22 00:10:42 +01:00
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
2013-02-25 00:47:57 +01:00
|
|
|
|
<Compile Include="ExternalNotification\GrowlProvider.cs">
|
2012-02-22 00:10:42 +01:00
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
2013-02-23 22:29:22 +01:00
|
|
|
|
<Compile Include="History\HistoryService.cs">
|
2012-02-22 00:10:42 +01:00
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
2013-02-21 08:07:34 +01:00
|
|
|
|
<Compile Include="Indexers\IndexerService.cs">
|
2012-02-22 00:10:42 +01:00
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
2013-02-23 05:37:23 +01:00
|
|
|
|
<Compile Include="Indexers\IndexerBase.cs">
|
2012-02-22 00:10:42 +01:00
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
2013-02-23 05:37:23 +01:00
|
|
|
|
<Compile Include="Indexers\Newznab.cs">
|
2012-02-22 00:10:42 +01:00
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
2013-02-23 05:37:23 +01:00
|
|
|
|
<Compile Include="Indexers\NzbsRUs.cs">
|
2012-02-22 00:10:42 +01:00
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
2013-02-23 05:37:23 +01:00
|
|
|
|
<Compile Include="Indexers\SyndicationFeedXmlReader.cs">
|
2012-02-22 00:10:42 +01:00
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
2013-03-01 08:03:41 +01:00
|
|
|
|
<Compile Include="MediaFiles\MediaFileService.cs">
|
2012-02-22 00:10:42 +01:00
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Providers\MisnamedProvider.cs">
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
2013-02-23 05:37:23 +01:00
|
|
|
|
<Compile Include="Indexers\NewznabService.cs">
|
2012-02-22 00:10:42 +01:00
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Providers\NotificationProvider.cs">
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
2013-02-25 00:47:57 +01:00
|
|
|
|
<Compile Include="ExternalNotification\PlexProvider.cs" />
|
2012-02-22 00:10:42 +01:00
|
|
|
|
<Compile Include="Providers\PostDownloadProvider.cs">
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Providers\ProwlProvider.cs">
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
2013-02-27 04:19:22 +01:00
|
|
|
|
<Compile Include="Qualities\QualityProfileService.cs">
|
2012-02-22 00:10:42 +01:00
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
2013-02-27 04:19:22 +01:00
|
|
|
|
<Compile Include="Qualities\QualitySizeService.cs">
|
2012-02-22 00:10:42 +01:00
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
2013-03-02 19:25:39 +01:00
|
|
|
|
<Compile Include="ReferenceData\DailySeriesService.cs">
|
2012-02-22 00:10:42 +01:00
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
2013-02-18 02:45:14 +01:00
|
|
|
|
<Compile Include="RootFolders\UnmappedFolder.cs" />
|
2013-02-04 05:18:59 +01:00
|
|
|
|
<Compile Include="RootFolders\RootFolderService.cs">
|
2012-02-22 00:10:42 +01:00
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
2013-03-02 19:25:39 +01:00
|
|
|
|
<Compile Include="ReferenceData\SceneMappingProvider.cs">
|
2012-02-22 00:10:42 +01:00
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Providers\SearchProvider.cs">
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
2013-02-21 08:29:59 +01:00
|
|
|
|
<Compile Include="Tv\SeriesService.cs">
|
2012-02-22 00:10:42 +01:00
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Providers\SmtpProvider.cs">
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
2013-03-04 06:53:02 +01:00
|
|
|
|
<Compile Include="MetadataSource\TvDbProxy.cs">
|
2012-02-22 00:10:42 +01:00
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Providers\TwitterProvider.cs">
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Providers\UpdateProvider.cs">
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Providers\XbmcProvider.cs">
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Providers\Xbmc\EventClientProvider.cs">
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Providers\Xbmc\ResourceManager.cs">
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
2013-02-23 05:37:23 +01:00
|
|
|
|
<Compile Include="Indexers\NewznabDefinition.cs" />
|
2013-02-25 00:47:57 +01:00
|
|
|
|
<Compile Include="ExternalNotification\ExternalNotificationDefinition.cs" />
|
2013-02-21 08:07:34 +01:00
|
|
|
|
<Compile Include="Indexers\Indexer.cs" />
|
2011-04-04 05:50:12 +02:00
|
|
|
|
<Compile Include="Model\EpisodeParseResult.cs" />
|
2011-02-22 09:13:16 +01:00
|
|
|
|
<Compile Include="Model\EpisodeStatusType.cs" />
|
2013-03-05 06:33:34 +01:00
|
|
|
|
<Compile Include="Download\Clients\Sabnzbd\SabPriorityType.cs" />
|
2011-04-04 05:50:12 +02:00
|
|
|
|
<Compile Include="Model\SeasonParseResult.cs" />
|
2013-03-01 08:03:41 +01:00
|
|
|
|
<Compile Include="MediaFiles\EpisodeFile.cs" />
|
2010-10-21 03:49:23 +02:00
|
|
|
|
<Compile Include="Model\Notification\ProgressNotificationStatus.cs" />
|
|
|
|
|
<Compile Include="Parser.cs" />
|
|
|
|
|
<Compile Include="Model\Notification\ProgressNotification.cs" />
|
2013-02-19 07:01:03 +01:00
|
|
|
|
<Compile Include="Tv\Episode.cs" />
|
2010-10-24 09:46:58 +02:00
|
|
|
|
<Compile Include="Instrumentation\Log.cs" />
|
2013-02-23 22:29:22 +01:00
|
|
|
|
<Compile Include="History\History.cs" />
|
2013-02-27 04:19:22 +01:00
|
|
|
|
<Compile Include="Qualities\QualitySize.cs" />
|
|
|
|
|
<Compile Include="Qualities\QualityProfile.cs" />
|
2013-02-05 05:07:07 +01:00
|
|
|
|
<Compile Include="RootFolders\RootFolder.cs" />
|
2013-03-02 19:25:39 +01:00
|
|
|
|
<Compile Include="ReferenceData\SceneMapping.cs" />
|
2013-02-19 07:01:03 +01:00
|
|
|
|
<Compile Include="Tv\Series.cs" />
|
2010-09-23 05:19:47 +02:00
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
2013-01-31 01:42:11 +01:00
|
|
|
|
<Compile Include="Tvdb\Tvdb.cs" />
|
|
|
|
|
<Compile Include="Tvdb\Tvdb.Sync.cs" />
|
|
|
|
|
<Compile Include="Tvdb\TvdbActor.cs" />
|
|
|
|
|
<Compile Include="Tvdb\TvdbAsyncResult.cs" />
|
|
|
|
|
<Compile Include="Tvdb\TvdbBanner.cs" />
|
|
|
|
|
<Compile Include="Tvdb\TvdbEpisodes.cs" />
|
|
|
|
|
<Compile Include="Tvdb\TvdbLanguages.cs" />
|
|
|
|
|
<Compile Include="Tvdb\TvdbMirrors.cs" />
|
|
|
|
|
<Compile Include="Tvdb\TvdbSeriesBase.cs" />
|
|
|
|
|
<Compile Include="Tvdb\TvdbSeriesFull.cs" />
|
|
|
|
|
<Compile Include="Tvdb\TvdbSeriesSearch.cs" />
|
|
|
|
|
<Compile Include="Tvdb\TvdbSeriesSearchItem.cs" />
|
|
|
|
|
<Compile Include="Tvdb\TvdbServerTime.cs" />
|
|
|
|
|
<Compile Include="Tvdb\TvdbUpdate.cs" />
|
|
|
|
|
<Compile Include="Tvdb\TvdbUpdateItems.cs" />
|
2013-03-25 05:36:24 +01:00
|
|
|
|
<Compile Include="Tv\SeriesStatusType.cs" />
|
2010-09-23 05:19:47 +02:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BootstrapperPackage Include=".NETFramework,Version=v4.0,Profile=Client">
|
|
|
|
|
<Visible>False</Visible>
|
|
|
|
|
<ProductName>Microsoft .NET Framework 4 Client Profile %28x86 and x64%29</ProductName>
|
|
|
|
|
<Install>true</Install>
|
|
|
|
|
</BootstrapperPackage>
|
|
|
|
|
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
|
|
|
|
<Visible>False</Visible>
|
|
|
|
|
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
|
|
|
|
<Install>false</Install>
|
|
|
|
|
</BootstrapperPackage>
|
|
|
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
|
|
|
|
<Visible>False</Visible>
|
|
|
|
|
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
|
|
|
|
<Install>false</Install>
|
|
|
|
|
</BootstrapperPackage>
|
|
|
|
|
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
|
|
|
|
|
<Visible>False</Visible>
|
|
|
|
|
<ProductName>Windows Installer 3.1</ProductName>
|
|
|
|
|
<Install>true</Install>
|
|
|
|
|
</BootstrapperPackage>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2012-02-15 03:08:47 +01:00
|
|
|
|
<None Include="App.config" />
|
2011-03-29 07:10:37 +02:00
|
|
|
|
<None Include="packages.config" />
|
2011-05-27 04:12:28 +02:00
|
|
|
|
<None Include="Properties\AnalysisRules.ruleset" />
|
2010-10-17 19:22:48 +02:00
|
|
|
|
</ItemGroup>
|
2011-06-15 04:31:41 +02:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
|
|
|
|
|
</ItemGroup>
|
2011-07-09 20:19:33 +02:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<EmbeddedResource Include="NzbDrone.jpg" />
|
|
|
|
|
</ItemGroup>
|
2011-10-24 07:54:09 +02:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\NzbDrone.Common\NzbDrone.Common.csproj">
|
|
|
|
|
<Project>{F2BE0FDF-6E47-4827-A420-DD4EF82407F8}</Project>
|
|
|
|
|
<Name>NzbDrone.Common</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemGroup>
|
2011-11-02 04:08:53 +01:00
|
|
|
|
<ItemGroup>
|
2013-01-21 01:35:42 +01:00
|
|
|
|
<Content Include="MediaInfo.dll">
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2011-11-02 04:08:53 +01:00
|
|
|
|
<Content Include="NzbDrone.ico" />
|
|
|
|
|
</ItemGroup>
|
2011-12-02 02:33:17 +01:00
|
|
|
|
<ItemGroup />
|
2010-09-23 05:19:47 +02:00
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
2011-06-23 09:16:15 +02:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<PostBuildEvent>
|
2013-02-16 22:10:20 +01:00
|
|
|
|
</PostBuildEvent>
|
2011-06-23 09:16:15 +02:00
|
|
|
|
</PropertyGroup>
|
2012-04-30 08:45:20 +02:00
|
|
|
|
<Import Project="$(SolutionDir)\.nuget\nuget.targets" />
|
2010-09-23 05:19:47 +02: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>
|
|
|
|
|
-->
|
2013-03-25 05:46:51 +01:00
|
|
|
|
</Project>
|