2013-04-18 21:46:18 -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)' == '' ">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 12:01:43 -07:00
|
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
2010-09-22 20:19:47 -07: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-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|x86' ">
|
2011-04-01 16:11:09 -07:00
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
2010-09-22 20:19:47 -07:00
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
<Optimize>false</Optimize>
|
2013-10-02 18:01:32 -07:00
|
|
|
<OutputPath>..\..\_output\</OutputPath>
|
2010-09-22 20:19:47 -07:00
|
|
|
<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>
|
2013-10-02 18:01:32 -07:00
|
|
|
<OutputPath>..\..\_output\</OutputPath>
|
2010-09-22 20:19:47 -07:00
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
2011-11-01 20:08:53 -07: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>
|
2013-01-20 16:35:42 -08:00
|
|
|
<Reference Include="MediaInfoDotNet">
|
|
|
|
<HintPath>..\packages\MediaInfoNet.0.3\lib\MediaInfoDotNet.dll</HintPath>
|
|
|
|
</Reference>
|
2012-02-06 21:08:07 -08:00
|
|
|
<Reference Include="Microsoft.CSharp" />
|
2013-05-28 23:24:45 -07:00
|
|
|
<Reference Include="Omu.ValueInjecter">
|
|
|
|
<HintPath>..\packages\valueinjecter.2.3.3\lib\net35\Omu.ValueInjecter.dll</HintPath>
|
|
|
|
</Reference>
|
2010-09-22 20:19:47 -07:00
|
|
|
<Reference Include="System" />
|
|
|
|
<Reference Include="System.Core" />
|
2013-03-23 17:08:23 -07:00
|
|
|
<Reference Include="System.Data" />
|
2011-06-20 22:44:01 -07:00
|
|
|
<Reference Include="System.Drawing" />
|
2010-09-23 19:19:55 -07:00
|
|
|
<Reference Include="System.Web" />
|
2013-10-01 22:20:30 -07:00
|
|
|
<Reference Include="System.Windows.Forms" />
|
2010-09-27 20:40:01 -07:00
|
|
|
<Reference Include="System.Xml.Linq" />
|
2013-11-29 00:49:00 -08:00
|
|
|
<Reference Include="FluentMigrator">
|
|
|
|
<HintPath>..\packages\FluentMigrator.1.1.1.0\lib\40\FluentMigrator.dll</HintPath>
|
|
|
|
</Reference>
|
|
|
|
<Reference Include="FluentMigrator.Runner">
|
|
|
|
<HintPath>..\packages\FluentMigrator.1.1.1.0\tools\FluentMigrator.Runner.dll</HintPath>
|
|
|
|
</Reference>
|
|
|
|
<Reference Include="FluentValidation">
|
|
|
|
<HintPath>..\packages\FluentValidation.5.0.0.1\lib\Net40\FluentValidation.dll</HintPath>
|
|
|
|
</Reference>
|
|
|
|
<Reference Include="Newtonsoft.Json">
|
|
|
|
<HintPath>..\packages\Newtonsoft.Json.5.0.8\lib\net40\Newtonsoft.Json.dll</HintPath>
|
|
|
|
</Reference>
|
|
|
|
<Reference Include="NLog">
|
|
|
|
<HintPath>..\packages\NLog.2.1.0\lib\net40\NLog.dll</HintPath>
|
|
|
|
</Reference>
|
|
|
|
<Reference Include="Prowlin">
|
|
|
|
<HintPath>..\packages\Prowlin.0.9.4456.26422\lib\net40\Prowlin.dll</HintPath>
|
|
|
|
</Reference>
|
|
|
|
<Reference Include="RestSharp">
|
|
|
|
<HintPath>..\packages\RestSharp.104.3.3\lib\net4\RestSharp.dll</HintPath>
|
|
|
|
</Reference>
|
|
|
|
<Reference Include="System.Data.SQLite">
|
|
|
|
<HintPath>..\Libraries\Sqlite\System.Data.SQLite.dll</HintPath>
|
|
|
|
</Reference>
|
|
|
|
<Reference Include="System.Xml" />
|
2010-09-22 20:19:47 -07:00
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
2011-11-08 09:48:34 -08:00
|
|
|
<Compile Include="..\NzbDrone.Common\Properties\SharedAssemblyInfo.cs">
|
|
|
|
<Link>Properties\SharedAssemblyInfo.cs</Link>
|
|
|
|
</Compile>
|
2013-05-02 22:24:52 -07:00
|
|
|
<Compile Include="Annotations\FieldDefinitionAttribute.cs" />
|
2013-10-22 23:36:31 -07:00
|
|
|
<Compile Include="Blacklisting\Blacklist.cs" />
|
|
|
|
<Compile Include="Blacklisting\BlacklistRepository.cs" />
|
|
|
|
<Compile Include="Blacklisting\BlacklistService.cs" />
|
2014-02-01 14:07:30 -08:00
|
|
|
<Compile Include="Blacklisting\ClearBlacklistCommand.cs" />
|
2013-02-23 22:48:52 -08:00
|
|
|
<Compile Include="Configuration\Config.cs" />
|
2013-05-22 22:12:01 -07:00
|
|
|
<Compile Include="Configuration\ConfigFileProvider.cs" />
|
2013-02-23 22:48:52 -08:00
|
|
|
<Compile Include="Configuration\ConfigRepository.cs" />
|
2013-07-24 08:08:31 -07:00
|
|
|
<Compile Include="Configuration\Events\ConfigFileSavedEvent.cs" />
|
2013-08-05 22:22:58 -07:00
|
|
|
<Compile Include="Configuration\Events\ConfigSavedEvent.cs" />
|
2013-02-23 22:48:52 -08:00
|
|
|
<Compile Include="Configuration\IConfigService.cs" />
|
2013-09-10 17:40:21 -07:00
|
|
|
<Compile Include="Configuration\InvalidConfigFileException.cs" />
|
2014-03-13 21:23:47 -07:00
|
|
|
<Compile Include="Configuration\ResetApiKeyCommand.cs" />
|
2013-03-31 19:43:58 -07:00
|
|
|
<Compile Include="DataAugmentation\DailySeries\DailySeriesDataProxy.cs" />
|
|
|
|
<Compile Include="DataAugmentation\DailySeries\DailySeriesService.cs" />
|
|
|
|
<Compile Include="DataAugmentation\Scene\SceneMapping.cs" />
|
2013-04-09 17:45:39 -07:00
|
|
|
<Compile Include="DataAugmentation\Scene\SceneMappingService.cs" />
|
2013-03-31 19:43:58 -07:00
|
|
|
<Compile Include="DataAugmentation\Scene\SceneMappingProxy.cs" />
|
|
|
|
<Compile Include="DataAugmentation\Scene\SceneMappingRepository.cs" />
|
2013-04-28 17:39:17 -07:00
|
|
|
<Compile Include="DataAugmentation\Scene\UpdateSceneMappingCommand.cs" />
|
2013-09-18 18:09:26 -07:00
|
|
|
<Compile Include="DataAugmentation\Xem\Model\XemResult.cs" />
|
|
|
|
<Compile Include="DataAugmentation\Xem\Model\XemSceneTvdbMapping.cs" />
|
|
|
|
<Compile Include="DataAugmentation\Xem\Model\XemValues.cs" />
|
|
|
|
<Compile Include="DataAugmentation\Xem\XemProxy.cs" />
|
|
|
|
<Compile Include="DataAugmentation\Xem\XemService.cs" />
|
2013-07-04 20:56:27 -07:00
|
|
|
<Compile Include="Datastore\ConnectionStringFactory.cs" />
|
2013-03-24 23:13:53 -07:00
|
|
|
<Compile Include="Datastore\Converters\BooleanIntConverter.cs" />
|
2013-09-22 16:40:36 -07:00
|
|
|
<Compile Include="Datastore\Converters\ProviderSettingConverter.cs" />
|
2013-03-26 01:02:31 -07:00
|
|
|
<Compile Include="Datastore\Converters\QualityIntConverter.cs" />
|
2013-03-24 23:13:53 -07:00
|
|
|
<Compile Include="Datastore\Converters\Int32Converter.cs" />
|
2013-03-25 22:51:56 -07:00
|
|
|
<Compile Include="Datastore\Converters\EmbeddedDocumentConverter.cs" />
|
2013-06-09 13:50:57 -07:00
|
|
|
<Compile Include="Datastore\Converters\UtcConverter.cs" />
|
2013-03-24 20:51:32 -07:00
|
|
|
<Compile Include="Datastore\Database.cs" />
|
2013-03-23 17:08:23 -07:00
|
|
|
<Compile Include="Datastore\DbFactory.cs" />
|
2013-04-22 17:44:47 -07:00
|
|
|
<Compile Include="Datastore\Converters\EnumIntConverter.cs" />
|
2013-05-05 14:24:33 -07:00
|
|
|
<Compile Include="Datastore\Events\ModelEvent.cs" />
|
2013-11-27 23:08:40 -08:00
|
|
|
<Compile Include="Datastore\Extentions\MappingExtensions.cs" />
|
|
|
|
<Compile Include="Datastore\Extentions\PagingSpecExtensions.cs" />
|
|
|
|
<Compile Include="Datastore\Extentions\RelationshipExtensions.cs" />
|
2013-03-25 22:51:56 -07:00
|
|
|
<Compile Include="Datastore\IEmbeddedDocument.cs" />
|
|
|
|
<Compile Include="Datastore\LazyList.cs" />
|
2013-06-08 12:14:52 -07:00
|
|
|
<Compile Include="Datastore\Migration\002_remove_tvrage_imdb_unique_constraint.cs" />
|
|
|
|
<Compile Include="Datastore\Migration\003_remove_clean_title_from_scene_mapping.cs" />
|
2013-06-08 23:20:38 -07:00
|
|
|
<Compile Include="Datastore\Migration\004_updated_history.cs" />
|
2013-06-10 18:55:05 -07:00
|
|
|
<Compile Include="Datastore\Migration\005_added_eventtype_to_history.cs" />
|
2013-06-18 18:01:08 -07:00
|
|
|
<Compile Include="Datastore\Migration\006_add_index_to_log_time.cs" />
|
2013-07-04 20:26:07 -07:00
|
|
|
<Compile Include="Datastore\Migration\007_add_renameEpisodes_to_naming.cs" />
|
2013-07-04 21:09:32 -07:00
|
|
|
<Compile Include="Datastore\Migration\008_remove_backlog.cs" />
|
2013-07-04 22:25:03 -07:00
|
|
|
<Compile Include="Datastore\Migration\009_fix_renameEpisodes.cs" />
|
2013-07-08 18:22:02 -07:00
|
|
|
<Compile Include="Datastore\Migration\010_add_monitored.cs" />
|
|
|
|
<Compile Include="Datastore\Migration\011_remove_ignored.cs" />
|
2013-07-23 21:39:55 -07:00
|
|
|
<Compile Include="Datastore\Migration\012_remove_custom_start_date.cs" />
|
2013-07-23 22:28:06 -07:00
|
|
|
<Compile Include="Datastore\Migration\013_add_air_date_utc.cs" />
|
2013-07-25 20:25:24 -07:00
|
|
|
<Compile Include="Datastore\Migration\014_drop_air_date.cs" />
|
|
|
|
<Compile Include="Datastore\Migration\015_add_air_date_as_string.cs" />
|
2013-08-29 23:38:55 -07:00
|
|
|
<Compile Include="Datastore\Migration\016_updated_imported_history_item.cs" />
|
2013-08-29 23:50:43 -07:00
|
|
|
<Compile Include="Datastore\Migration\017_reset_scene_names.cs" />
|
2013-09-04 17:06:24 -07:00
|
|
|
<Compile Include="Datastore\Migration\018_remove_duplicates.cs" />
|
|
|
|
<Compile Include="Datastore\Migration\019_restore_unique_constraints.cs" />
|
2013-09-09 22:22:38 -07:00
|
|
|
<Compile Include="Datastore\Migration\020_add_year_and_seasons_to_series.cs" />
|
|
|
|
<Compile Include="Datastore\Migration\021_drop_seasons_table.cs" />
|
2013-10-12 11:44:40 -07:00
|
|
|
<Compile Include="Datastore\Migration\022_move_indexer_to_generic_provider.cs" />
|
2013-09-22 16:40:36 -07:00
|
|
|
<Compile Include="Datastore\Migration\023_add_config_contract_to_indexers.cs" />
|
2013-10-09 17:23:13 -07:00
|
|
|
<Compile Include="Datastore\Migration\024_drop_tvdb_episodeid.cs" />
|
2013-10-12 11:44:40 -07:00
|
|
|
<Compile Include="Datastore\Migration\026_add_config_contract_to_notifications.cs" />
|
|
|
|
<Compile Include="Datastore\Migration\025_move_notification_to_generic_provider.cs" />
|
2013-10-12 21:24:56 -07:00
|
|
|
<Compile Include="Datastore\Migration\027_fix_omgwtfnzbs.cs">
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
</Compile>
|
2013-10-22 23:36:31 -07:00
|
|
|
<Compile Include="Datastore\Migration\028_add_blacklist_table.cs" />
|
2013-11-06 17:48:51 -08:00
|
|
|
<Compile Include="Datastore\Migration\029_add_formats_to_naming_config.cs" />
|
|
|
|
<Compile Include="Datastore\Migration\031_delete_old_naming_config_columns.cs" />
|
2014-02-20 10:35:53 -08:00
|
|
|
<Compile Include="Datastore\Migration\045_add_indexes.cs" />
|
2013-11-20 21:34:38 -08:00
|
|
|
<Compile Include="Datastore\Migration\030_add_season_folder_format_to_naming_config.cs" />
|
2013-12-08 22:25:11 -08:00
|
|
|
<Compile Include="Datastore\Migration\032_set_default_release_group.cs" />
|
2013-12-30 20:48:14 -08:00
|
|
|
<Compile Include="Datastore\Migration\033_add_api_key_to_pushover.cs" />
|
2014-01-16 20:41:23 -08:00
|
|
|
<Compile Include="Datastore\Migration\034_remove_series_contraints.cs" />
|
2014-01-16 23:52:28 -08:00
|
|
|
<Compile Include="Datastore\Migration\035_add_series_folder_format_to_naming_config.cs" />
|
2014-01-18 12:44:36 +01:00
|
|
|
<Compile Include="Datastore\Migration\036_update_with_quality_converters.cs" />
|
|
|
|
<Compile Include="Datastore\Migration\037_add_configurable_qualities.cs" />
|
2014-02-10 17:09:31 -08:00
|
|
|
<Compile Include="Datastore\Migration\038_add_on_upgrade_to_notifications.cs" />
|
2014-02-13 11:15:15 -08:00
|
|
|
<Compile Include="Datastore\Migration\040_add_metadata_to_episodes_and_series.cs" />
|
|
|
|
<Compile Include="Datastore\Migration\039_add_metadata_tables.cs" />
|
2014-02-16 22:41:13 -08:00
|
|
|
<Compile Include="Datastore\Migration\041_fix_xbmc_season_images_metadata.cs" />
|
2014-02-16 23:02:45 -08:00
|
|
|
<Compile Include="Datastore\Migration\042_add_download_clients_table.cs" />
|
|
|
|
<Compile Include="Datastore\Migration\043_convert_config_to_download_clients.cs" />
|
2014-02-18 20:51:37 -08:00
|
|
|
<Compile Include="Datastore\Migration\044_fix_xbmc_episode_metadata.cs">
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
</Compile>
|
2014-03-16 22:32:39 -07:00
|
|
|
<Compile Include="Datastore\Migration\046_fix_nzb_su_url.cs" />
|
2014-04-01 13:07:41 -07:00
|
|
|
<Compile Include="Datastore\Migration\047_add_published_date_blacklist_column.cs" />
|
2014-04-08 23:44:23 +01:00
|
|
|
<Compile Include="Datastore\Migration\048_add_title_to_scenemappings.cs" />
|
2013-07-04 20:56:27 -07:00
|
|
|
<Compile Include="Datastore\Migration\Framework\MigrationContext.cs" />
|
2013-03-24 23:13:53 -07:00
|
|
|
<Compile Include="Datastore\Migration\Framework\MigrationController.cs" />
|
2013-03-31 16:04:21 -07:00
|
|
|
<Compile Include="Datastore\Migration\Framework\MigrationExtension.cs" />
|
2013-03-24 23:13:53 -07:00
|
|
|
<Compile Include="Datastore\Migration\Framework\MigrationOptions.cs" />
|
2013-03-31 23:49:46 -07:00
|
|
|
<Compile Include="Datastore\Migration\Framework\MigrationLogger.cs" />
|
2013-06-08 12:14:52 -07:00
|
|
|
<Compile Include="Datastore\Migration\001_initialSetup.cs" />
|
2013-11-27 23:08:40 -08:00
|
|
|
<Compile Include="Datastore\Migration\Framework\MigrationType.cs" />
|
2013-03-24 23:13:53 -07:00
|
|
|
<Compile Include="Datastore\Migration\Framework\NzbDroneMigrationBase.cs" />
|
2013-07-04 20:56:27 -07:00
|
|
|
<Compile Include="Datastore\Migration\Framework\SQLiteAlter.cs" />
|
2013-09-04 17:06:24 -07:00
|
|
|
<Compile Include="Datastore\Migration\Framework\SQLiteColumn.cs" />
|
|
|
|
<Compile Include="Datastore\Migration\Framework\SQLiteIndex.cs" />
|
2013-07-04 20:56:27 -07:00
|
|
|
<Compile Include="Datastore\Migration\Framework\SQLiteMigrationHelper.cs" />
|
2013-02-17 19:18:25 -08:00
|
|
|
<Compile Include="Datastore\ModelBase.cs" />
|
2013-02-04 20:07:07 -08:00
|
|
|
<Compile Include="Datastore\BasicRepository.cs" />
|
2013-07-09 15:06:30 -07:00
|
|
|
<Compile Include="Datastore\ModelNotFoundException.cs" />
|
2013-05-01 22:50:34 -07:00
|
|
|
<Compile Include="Datastore\PagingSpec.cs" />
|
2013-03-24 23:13:53 -07:00
|
|
|
<Compile Include="Datastore\TableMapping.cs" />
|
2014-04-01 13:07:41 -07:00
|
|
|
<Compile Include="DecisionEngine\Specifications\RetrySpecification.cs" />
|
2013-10-22 23:36:31 -07:00
|
|
|
<Compile Include="DecisionEngine\Specifications\BlacklistSpecification.cs" />
|
2013-09-10 19:07:22 -07:00
|
|
|
<Compile Include="DecisionEngine\Specifications\DownloadDecision.cs" />
|
2013-04-07 00:30:37 -07:00
|
|
|
<Compile Include="DecisionEngine\IRejectWithReason.cs" />
|
|
|
|
<Compile Include="DecisionEngine\IDecisionEngineSpecification.cs" />
|
2013-09-10 19:07:22 -07:00
|
|
|
<Compile Include="DecisionEngine\Specifications\CutoffSpecification.cs" />
|
2013-07-04 21:52:20 -07:00
|
|
|
<Compile Include="DecisionEngine\Specifications\NotRestrictedReleaseSpecification.cs" />
|
2013-09-14 12:50:38 -07:00
|
|
|
<Compile Include="DecisionEngine\Specifications\NotSampleSpecification.cs" />
|
2013-09-10 22:45:08 -07:00
|
|
|
<Compile Include="DecisionEngine\Specifications\RssSync\ProperSpecification.cs" />
|
2014-04-01 21:39:17 +02:00
|
|
|
<Compile Include="DecisionEngine\Specifications\Search\EpisodeRequestedSpecification.cs" />
|
2014-01-30 17:35:22 -08:00
|
|
|
<Compile Include="DecisionEngine\Specifications\Search\SeriesSpecification.cs" />
|
2013-04-07 00:30:37 -07:00
|
|
|
<Compile Include="DecisionEngine\Specifications\Search\SeasonMatchSpecification.cs" />
|
|
|
|
<Compile Include="DecisionEngine\Specifications\Search\DailyEpisodeMatchSpecification.cs" />
|
2013-03-06 16:19:49 -08:00
|
|
|
<Compile Include="DecisionEngine\Specifications\AcceptableSizeSpecification.cs" />
|
2013-04-07 00:30:37 -07:00
|
|
|
<Compile Include="DecisionEngine\DownloadDecisionMaker.cs" />
|
2013-03-06 16:19:49 -08:00
|
|
|
<Compile Include="DecisionEngine\Specifications\NotInQueueSpecification.cs" />
|
|
|
|
<Compile Include="DecisionEngine\Specifications\LanguageSpecification.cs" />
|
2013-08-06 20:18:05 -07:00
|
|
|
<Compile Include="DecisionEngine\Specifications\RssSync\MonitoredEpisodeSpecification.cs" />
|
2013-03-06 16:19:49 -08:00
|
|
|
<Compile Include="DecisionEngine\Specifications\QualityAllowedByProfileSpecification.cs" />
|
|
|
|
<Compile Include="DecisionEngine\QualityUpgradableSpecification.cs" />
|
2013-04-14 18:41:39 -07:00
|
|
|
<Compile Include="DecisionEngine\Specifications\Search\SingleEpisodeSearchMatchSpecification.cs" />
|
2013-03-06 16:19:49 -08:00
|
|
|
<Compile Include="DecisionEngine\Specifications\UpgradeDiskSpecification.cs" />
|
2013-10-23 22:13:04 -07:00
|
|
|
<Compile Include="DecisionEngine\Specifications\RssSync\HistorySpecification.cs" />
|
2013-10-15 21:11:45 -07:00
|
|
|
<Compile Include="DiskSpace\DiskSpace.cs" />
|
|
|
|
<Compile Include="DiskSpace\DiskSpaceService.cs" />
|
2014-02-13 21:31:49 -08:00
|
|
|
<Compile Include="Download\Clients\Blackhole\Blackhole.cs" />
|
|
|
|
<Compile Include="Download\Clients\Blackhole\TestBlackholeCommand.cs" />
|
2014-02-26 22:07:45 -08:00
|
|
|
<Compile Include="Download\Clients\DownloadClientException.cs" />
|
2014-02-13 21:31:49 -08:00
|
|
|
<Compile Include="Download\Clients\FolderSettings.cs" />
|
2014-03-20 00:08:15 -07:00
|
|
|
<Compile Include="Download\Clients\Nzbget\NzbgetHistoryItem.cs" />
|
|
|
|
<Compile Include="Download\Clients\Nzbget\NzbgetParameter.cs" />
|
2014-02-13 21:31:49 -08:00
|
|
|
<Compile Include="Download\Clients\Nzbget\NzbgetSettings.cs" />
|
|
|
|
<Compile Include="Download\Clients\Nzbget\TestNzbgetCommand.cs" />
|
|
|
|
<Compile Include="Download\Clients\Pneumatic\Pneumatic.cs" />
|
|
|
|
<Compile Include="Download\Clients\Pneumatic\TestPneumaticCommand.cs" />
|
|
|
|
<Compile Include="Download\Clients\Sabnzbd\Responses\SabnzbdAddResponse.cs" />
|
|
|
|
<Compile Include="Download\Clients\Sabnzbd\Responses\SabnzbdCategoryResponse.cs" />
|
|
|
|
<Compile Include="Download\Clients\Sabnzbd\Responses\SabnzbdVersionResponse.cs" />
|
|
|
|
<Compile Include="Download\Clients\Sabnzbd\SabnzbdSettings.cs" />
|
|
|
|
<Compile Include="Download\Clients\Sabnzbd\TestSabnzbdCommand.cs" />
|
|
|
|
<Compile Include="Download\DownloadClientBase.cs" />
|
|
|
|
<Compile Include="Download\DownloadClientDefinition.cs" />
|
|
|
|
<Compile Include="Download\DownloadClientFactory.cs" />
|
|
|
|
<Compile Include="Download\DownloadClientRepository.cs" />
|
2013-12-01 01:44:33 -08:00
|
|
|
<Compile Include="Download\Clients\Nzbget\JsonRequest.cs" />
|
2014-02-13 21:31:49 -08:00
|
|
|
<Compile Include="Download\Clients\Nzbget\NzbgetProxy.cs" />
|
2013-04-07 10:58:58 -07:00
|
|
|
<Compile Include="Download\Clients\Sabnzbd\JsonConverters\SabnzbdPriorityTypeConverter.cs" />
|
|
|
|
<Compile Include="Download\Clients\Sabnzbd\JsonConverters\SabnzbdQueueTimeConverter.cs" />
|
2014-02-13 21:31:49 -08:00
|
|
|
<Compile Include="Download\Clients\Sabnzbd\SabnzbdProxy.cs" />
|
2013-11-30 18:06:26 -08:00
|
|
|
<Compile Include="Download\CheckForFailedDownloadCommand.cs" />
|
2014-04-01 13:07:41 -07:00
|
|
|
<Compile Include="Download\FailedDownload.cs" />
|
2013-10-22 00:31:36 -07:00
|
|
|
<Compile Include="Download\HistoryItem.cs" />
|
|
|
|
<Compile Include="Download\DownloadFailedEvent.cs" />
|
2013-06-18 22:44:50 -07:00
|
|
|
<Compile Include="Download\DownloadApprovedReports.cs" />
|
2013-03-31 23:22:16 -07:00
|
|
|
<Compile Include="Download\DownloadClientProvider.cs" />
|
2013-04-07 15:40:13 -07:00
|
|
|
<Compile Include="Download\DownloadClientType.cs" />
|
2013-10-22 00:31:36 -07:00
|
|
|
<Compile Include="Download\FailedDownloadService.cs" />
|
2013-10-01 22:20:30 -07:00
|
|
|
<Compile Include="Download\QueueItem.cs" />
|
2013-10-23 22:13:04 -07:00
|
|
|
<Compile Include="Download\RedownloadFailedDownloadService.cs" />
|
2013-09-16 11:14:09 -07:00
|
|
|
<Compile Include="Exceptions\BadRequestException.cs" />
|
|
|
|
<Compile Include="Exceptions\DownstreamException.cs" />
|
|
|
|
<Compile Include="Exceptions\NzbDroneClientException.cs" />
|
|
|
|
<Compile Include="Exceptions\StatusCodeToExceptions.cs" />
|
2014-02-25 21:40:47 -08:00
|
|
|
<Compile Include="HealthCheck\CheckHealthCommand.cs" />
|
|
|
|
<Compile Include="HealthCheck\Checks\DownloadClientCheck.cs" />
|
2014-03-14 03:23:28 -07:00
|
|
|
<Compile Include="HealthCheck\Checks\MonoVersionCheck.cs" />
|
2014-02-25 21:40:47 -08:00
|
|
|
<Compile Include="HealthCheck\Checks\DroneFactoryCheck.cs" />
|
|
|
|
<Compile Include="HealthCheck\Checks\IndexerCheck.cs" />
|
|
|
|
<Compile Include="HealthCheck\Checks\UpdateCheck.cs" />
|
|
|
|
<Compile Include="HealthCheck\HealthCheck.cs" />
|
2014-04-09 17:15:13 -07:00
|
|
|
<Compile Include="HealthCheck\HealthCheckBase.cs" />
|
|
|
|
<Compile Include="HealthCheck\HealthCheckCompleteEvent.cs" />
|
2013-09-17 22:28:05 -07:00
|
|
|
<Compile Include="Housekeeping\Housekeepers\CleanupOrphanedEpisodes.cs" />
|
|
|
|
<Compile Include="Housekeeping\Housekeepers\CleanupOrphanedHistoryItems.cs" />
|
2014-01-25 23:14:55 -08:00
|
|
|
<Compile Include="Housekeeping\Housekeepers\CleanupOrphanedMetadataFiles.cs" />
|
2013-11-17 15:02:46 -08:00
|
|
|
<Compile Include="Housekeeping\Housekeepers\CleanupAdditionalNamingSpecs.cs" />
|
2014-02-22 16:17:19 -08:00
|
|
|
<Compile Include="Housekeeping\Housekeepers\CleanupOrphanedBlacklist.cs" />
|
2014-03-27 16:47:04 -07:00
|
|
|
<Compile Include="Housekeeping\Housekeepers\CleanupDuplicateMetadataFiles.cs" />
|
2014-01-29 22:43:23 -08:00
|
|
|
<Compile Include="Housekeeping\Housekeepers\UpdateCleanTitleForSeries.cs" />
|
2014-01-25 23:14:55 -08:00
|
|
|
<Compile Include="Housekeeping\Housekeepers\CleanupOrphanedEpisodeFiles.cs" />
|
2013-11-28 18:07:11 -08:00
|
|
|
<Compile Include="Housekeeping\Housekeepers\FixFutureRunScheduledTasks.cs" />
|
2013-09-17 22:28:05 -07:00
|
|
|
<Compile Include="Housekeeping\HousekeepingCommand.cs" />
|
|
|
|
<Compile Include="Housekeeping\HousekeepingService.cs" />
|
|
|
|
<Compile Include="Housekeeping\IHousekeepingTask.cs" />
|
2014-03-20 16:41:28 -07:00
|
|
|
<Compile Include="IndexerSearch\MissingEpisodeSearchCommand.cs" />
|
2014-01-07 00:21:05 -08:00
|
|
|
<Compile Include="IndexerSearch\Definitions\SpecialEpisodeSearchCriteria.cs" />
|
2013-07-21 19:52:53 -07:00
|
|
|
<Compile Include="IndexerSearch\SeriesSearchService.cs" />
|
|
|
|
<Compile Include="IndexerSearch\SeriesSearchCommand.cs" />
|
2013-06-28 17:35:21 -07:00
|
|
|
<Compile Include="IndexerSearch\EpisodeSearchService.cs" />
|
|
|
|
<Compile Include="IndexerSearch\EpisodeSearchCommand.cs" />
|
2013-06-18 19:13:15 -07:00
|
|
|
<Compile Include="IndexerSearch\SeasonSearchCommand.cs" />
|
|
|
|
<Compile Include="IndexerSearch\SeasonSearchService.cs" />
|
2013-09-13 16:17:58 -07:00
|
|
|
<Compile Include="Indexers\BasicTorrentRssParser.cs" />
|
|
|
|
<Compile Include="Indexers\DownloadProtocols.cs" />
|
2013-09-26 21:41:08 -07:00
|
|
|
<Compile Include="Indexers\Exceptions\ApiKeyException.cs" />
|
2014-03-21 07:59:42 -07:00
|
|
|
<Compile Include="Indexers\Exceptions\RequestLimitReachedException.cs" />
|
2013-09-13 16:17:58 -07:00
|
|
|
<Compile Include="Indexers\Eztv\Eztv.cs" />
|
2013-04-22 23:06:05 -07:00
|
|
|
<Compile Include="Indexers\FetchAndParseRssService.cs" />
|
2013-05-01 18:59:09 -07:00
|
|
|
<Compile Include="Indexers\IIndexer.cs" />
|
2013-04-10 16:44:48 -07:00
|
|
|
<Compile Include="Indexers\IndexerSettingUpdatedEvent.cs" />
|
2013-09-25 19:51:07 -07:00
|
|
|
<Compile Include="Indexers\NewznabTestService.cs" />
|
2013-09-13 16:17:58 -07:00
|
|
|
<Compile Include="Indexers\IParseFeed.cs" />
|
2013-09-26 21:41:08 -07:00
|
|
|
<Compile Include="Indexers\Newznab\NewznabException.cs" />
|
|
|
|
<Compile Include="Indexers\Newznab\NewznabPreProcessor.cs" />
|
2013-08-12 19:55:05 -07:00
|
|
|
<Compile Include="Indexers\Newznab\SizeParsingException.cs" />
|
2013-04-26 19:03:34 -07:00
|
|
|
<Compile Include="Indexers\RssSyncCommand.cs" />
|
2013-08-05 19:45:57 -07:00
|
|
|
<Compile Include="Indexers\XElementExtensions.cs" />
|
2013-08-07 20:18:26 -07:00
|
|
|
<Compile Include="Instrumentation\Commands\ClearLogCommand.cs" />
|
|
|
|
<Compile Include="Instrumentation\Commands\DeleteLogFilesCommand.cs" />
|
2013-06-18 18:01:08 -07:00
|
|
|
<Compile Include="Instrumentation\Commands\TrimLogCommand.cs" />
|
2013-08-07 20:18:26 -07:00
|
|
|
<Compile Include="Instrumentation\DeleteLogFilesService.cs" />
|
2014-03-13 13:12:42 -07:00
|
|
|
<Compile Include="Instrumentation\Extensions\LoggerCleansedExtensions.cs" />
|
|
|
|
<Compile Include="Instrumentation\Extensions\LoggerProgressExtensions.cs" />
|
2014-02-27 08:51:31 -08:00
|
|
|
<Compile Include="MediaFiles\Commands\RenameSeriesCommand.cs" />
|
2014-02-04 21:29:57 -08:00
|
|
|
<Compile Include="MediaFiles\Commands\RescanSeriesCommand.cs" />
|
2014-01-12 17:14:57 -08:00
|
|
|
<Compile Include="Lifecycle\Commands\ShutdownCommand.cs" />
|
|
|
|
<Compile Include="Lifecycle\Commands\RestartCommand.cs" />
|
2014-02-10 01:49:06 -08:00
|
|
|
<Compile Include="Lifecycle\LifecycleService.cs" />
|
2014-01-25 23:14:55 -08:00
|
|
|
<Compile Include="MediaCover\MediaCoversUpdatedEvent.cs" />
|
2013-11-26 00:06:28 -08:00
|
|
|
<Compile Include="MediaFiles\Commands\RenameFilesCommand.cs" />
|
2013-11-17 22:28:40 -08:00
|
|
|
<Compile Include="MediaFiles\EpisodeFileMoveResult.cs" />
|
2014-04-03 17:08:51 -07:00
|
|
|
<Compile Include="MediaFiles\EpisodeImport\SampleService.cs" />
|
2013-12-28 01:22:03 -08:00
|
|
|
<Compile Include="MediaFiles\EpisodeImport\Specifications\FullSeasonSpecification.cs" />
|
2014-03-08 10:35:48 -08:00
|
|
|
<Compile Include="MediaFiles\Events\SeriesScannedEvent.cs" />
|
2014-03-12 22:27:36 -07:00
|
|
|
<Compile Include="MediaFiles\FileDateType.cs" />
|
2013-09-11 23:33:28 -07:00
|
|
|
<Compile Include="MediaFiles\MediaFileExtensions.cs" />
|
2013-09-12 22:55:33 -07:00
|
|
|
<Compile Include="MediaFiles\MediaInfo\VideoFileInfoReader.cs" />
|
2013-11-26 00:06:28 -08:00
|
|
|
<Compile Include="MediaFiles\RenameEpisodeFilePreview.cs" />
|
2014-03-08 19:01:51 +00:00
|
|
|
<Compile Include="MediaFiles\UpdateEpisodeFileService.cs" />
|
2013-09-13 23:42:09 -07:00
|
|
|
<Compile Include="Messaging\Commands\CommandExecutor.cs" />
|
|
|
|
<Compile Include="Messaging\Commands\ICommandExecutor.cs" />
|
|
|
|
<Compile Include="Messaging\Commands\IExecute.cs" />
|
|
|
|
<Compile Include="Messaging\Commands\Tracking\CommandStatus.cs" />
|
|
|
|
<Compile Include="Messaging\Commands\Tracking\CommandTrackingService.cs" />
|
|
|
|
<Compile Include="Messaging\Commands\Tracking\ExistingCommand.cs" />
|
|
|
|
<Compile Include="Messaging\Commands\Tracking\TrackedCommandCleanupCommand.cs" />
|
|
|
|
<Compile Include="Messaging\Events\EventAggregator.cs" />
|
|
|
|
<Compile Include="Messaging\Events\IEventAggregator.cs" />
|
|
|
|
<Compile Include="Messaging\Events\IHandle.cs" />
|
2014-01-21 21:22:09 -08:00
|
|
|
<Compile Include="MetadataSource\Trakt\Actor.cs" />
|
|
|
|
<Compile Include="MetadataSource\Trakt\People.cs" />
|
|
|
|
<Compile Include="MetadataSource\Trakt\Ratings.cs" />
|
2014-03-19 23:12:58 +00:00
|
|
|
<Compile Include="Metadata\Consumers\Roksbox\RoksboxMetadata.cs" />
|
|
|
|
<Compile Include="Metadata\Consumers\Roksbox\RoksboxMetadataSettings.cs" />
|
2014-03-12 20:23:16 +00:00
|
|
|
<Compile Include="Metadata\Consumers\Wdtv\WdtvMetadata.cs" />
|
|
|
|
<Compile Include="Metadata\Consumers\Wdtv\WdtvMetadataSettings.cs" />
|
2014-02-18 20:51:37 -08:00
|
|
|
<Compile Include="Metadata\Files\CleanMetadataService.cs" />
|
2014-01-21 21:22:09 -08:00
|
|
|
<Compile Include="Metadata\Consumers\Xbmc\XbmcMetadata.cs" />
|
|
|
|
<Compile Include="Metadata\Consumers\Xbmc\XbmcMetadataSettings.cs" />
|
2014-01-24 08:17:56 -08:00
|
|
|
<Compile Include="Metadata\ExistingMetadataService.cs" />
|
2014-02-22 14:03:23 -08:00
|
|
|
<Compile Include="Metadata\Files\MetadataFilesUpdated.cs" />
|
2014-01-24 08:17:56 -08:00
|
|
|
<Compile Include="Metadata\Files\MetadataFile.cs" />
|
|
|
|
<Compile Include="Metadata\Files\MetadataFileRepository.cs" />
|
|
|
|
<Compile Include="Metadata\Files\MetadataFileService.cs" />
|
2014-01-21 21:22:09 -08:00
|
|
|
<Compile Include="Metadata\IMetadata.cs" />
|
2014-01-24 08:17:56 -08:00
|
|
|
<Compile Include="Metadata\MetadataBase.cs" />
|
2013-09-08 23:40:24 -07:00
|
|
|
<Compile Include="MetadataSource\Trakt\TraktException.cs" />
|
2014-01-21 21:22:09 -08:00
|
|
|
<Compile Include="Metadata\MetadataDefinition.cs" />
|
|
|
|
<Compile Include="Metadata\MetadataFactory.cs" />
|
|
|
|
<Compile Include="Metadata\MetadataRepository.cs" />
|
|
|
|
<Compile Include="Metadata\MetadataService.cs" />
|
|
|
|
<Compile Include="Metadata\MetadataType.cs" />
|
2014-02-25 21:40:47 -08:00
|
|
|
<Compile Include="HealthCheck\HealthCheckService.cs" />
|
|
|
|
<Compile Include="HealthCheck\IProvideHealthCheck.cs" />
|
2013-10-12 11:44:40 -07:00
|
|
|
<Compile Include="Notifications\NotificationFactory.cs" />
|
2013-10-12 19:46:36 -07:00
|
|
|
<Compile Include="Notifications\NotificationService.cs" />
|
2013-11-17 22:28:40 -08:00
|
|
|
<Compile Include="Notifications\DownloadMessage.cs" />
|
2014-04-14 22:07:43 -07:00
|
|
|
<Compile Include="Notifications\Plex\PlexError.cs" />
|
|
|
|
<Compile Include="Notifications\Plex\PlexException.cs" />
|
|
|
|
<Compile Include="Notifications\Plex\PlexSection.cs" />
|
|
|
|
<Compile Include="Notifications\Plex\PlexServerProxy.cs" />
|
|
|
|
<Compile Include="Notifications\Plex\PlexUser.cs" />
|
2013-09-18 00:33:31 -07:00
|
|
|
<Compile Include="Notifications\PushBullet\PushBullet.cs" />
|
|
|
|
<Compile Include="Notifications\PushBullet\PushBulletProxy.cs" />
|
|
|
|
<Compile Include="Notifications\PushBullet\PushBulletSettings.cs" />
|
|
|
|
<Compile Include="Notifications\PushBullet\TestPushBulletCommand.cs" />
|
2013-09-16 11:14:09 -07:00
|
|
|
<Compile Include="Notifications\NotifyMyAndroid\NotifyMyAndroid.cs" />
|
|
|
|
<Compile Include="Notifications\NotifyMyAndroid\NotifyMyAndroidPriority.cs" />
|
|
|
|
<Compile Include="Notifications\NotifyMyAndroid\NotifyMyAndroidProxy.cs" />
|
|
|
|
<Compile Include="Notifications\NotifyMyAndroid\NotifyMyAndroidSettings.cs" />
|
|
|
|
<Compile Include="Notifications\NotifyMyAndroid\TestNotifyMyAndroidCommand.cs" />
|
2013-09-10 23:33:47 -07:00
|
|
|
<Compile Include="MediaFiles\Commands\BackendCommandAttribute.cs" />
|
|
|
|
<Compile Include="Messaging\Commands\BackendCommandAttribute.cs" />
|
|
|
|
<Compile Include="Messaging\Commands\Command.cs" />
|
|
|
|
<Compile Include="Messaging\Commands\CommandEqualityComparer.cs" />
|
|
|
|
<Compile Include="Messaging\Commands\TestCommand.cs" />
|
|
|
|
<Compile Include="Messaging\Commands\TestCommandExecutor.cs" />
|
|
|
|
<Compile Include="Messaging\Events\CommandCreatedEvent.cs" />
|
|
|
|
<Compile Include="Messaging\Events\CommandExecutedEvent.cs" />
|
|
|
|
<Compile Include="Messaging\IProcessMessage.cs" />
|
2013-09-18 18:09:26 -07:00
|
|
|
<Compile Include="Notifications\Xbmc\Model\ActivePlayer.cs" />
|
|
|
|
<Compile Include="Notifications\Xbmc\Model\ActivePlayersDharmaResult.cs" />
|
|
|
|
<Compile Include="Notifications\Xbmc\Model\ActivePlayersEdenResult.cs" />
|
|
|
|
<Compile Include="Notifications\Xbmc\Model\ErrorResult.cs" />
|
|
|
|
<Compile Include="Notifications\Xbmc\Model\TvShow.cs" />
|
|
|
|
<Compile Include="Notifications\Xbmc\Model\TvShowResponse.cs" />
|
|
|
|
<Compile Include="Notifications\Xbmc\Model\TvShowResult.cs" />
|
|
|
|
<Compile Include="Notifications\Xbmc\Model\VersionResult.cs" />
|
|
|
|
<Compile Include="Notifications\Xbmc\Model\XbmcJsonResult.cs" />
|
|
|
|
<Compile Include="Notifications\Xbmc\Model\XbmcVersion.cs" />
|
2013-11-21 23:44:43 -08:00
|
|
|
<Compile Include="Organizer\BasicNamingConfig.cs" />
|
2013-11-15 21:03:42 -08:00
|
|
|
<Compile Include="Organizer\FilenameValidationService.cs" />
|
2013-11-06 17:48:51 -08:00
|
|
|
<Compile Include="Organizer\EpisodeFormat.cs" />
|
2013-11-09 20:20:45 -08:00
|
|
|
<Compile Include="Organizer\Exception.cs" />
|
2013-11-06 17:48:51 -08:00
|
|
|
<Compile Include="Organizer\FilenameBuilderTokenEqualityComparer.cs" />
|
2013-11-15 00:53:12 -08:00
|
|
|
<Compile Include="Organizer\FileNameValidation.cs" />
|
2013-11-13 18:02:27 -08:00
|
|
|
<Compile Include="Organizer\NamingConfigService.cs" />
|
2013-11-15 21:03:42 -08:00
|
|
|
<Compile Include="Organizer\FilenameSampleService.cs" />
|
|
|
|
<Compile Include="Organizer\SampleResult.cs" />
|
2013-10-22 22:17:02 -07:00
|
|
|
<Compile Include="Parser\InvalidDateException.cs" />
|
2013-10-31 16:50:39 -07:00
|
|
|
<Compile Include="Parser\Model\SeriesTitleInfo.cs" />
|
2013-09-10 23:33:47 -07:00
|
|
|
<Compile Include="ProgressMessaging\CommandUpdatedEvent.cs" />
|
2013-09-01 19:55:45 -07:00
|
|
|
<Compile Include="ProgressMessaging\ProgressMessageTarget.cs" />
|
2013-07-24 08:08:31 -07:00
|
|
|
<Compile Include="Instrumentation\SetLoggingLevel.cs" />
|
2013-05-08 23:38:20 -07:00
|
|
|
<Compile Include="Jobs\TaskManager.cs" />
|
2013-04-18 21:46:18 -07:00
|
|
|
<Compile Include="Lifecycle\ApplicationShutdownRequested.cs" />
|
2013-05-28 21:10:23 -07:00
|
|
|
<Compile Include="MediaCover\CoverAlreadyExistsSpecification.cs" />
|
2013-05-12 17:36:23 -07:00
|
|
|
<Compile Include="MediaFiles\Commands\CleanMediaFileDb.cs" />
|
2013-05-06 17:39:33 -07:00
|
|
|
<Compile Include="MediaFiles\Commands\CleanUpRecycleBinCommand.cs" />
|
2013-05-14 19:57:57 -07:00
|
|
|
<Compile Include="MediaFiles\Commands\DownloadedEpisodesScanCommand.cs" />
|
2013-07-06 14:47:49 -07:00
|
|
|
<Compile Include="MediaFiles\EpisodeImport\ImportDecision.cs" />
|
|
|
|
<Compile Include="MediaFiles\EpisodeImport\IImportDecisionEngineSpecification.cs" />
|
|
|
|
<Compile Include="MediaFiles\EpisodeImport\ImportDecisionMaker.cs" />
|
|
|
|
<Compile Include="MediaFiles\EpisodeImport\ImportApprovedEpisodes.cs" />
|
2013-08-22 08:34:51 -07:00
|
|
|
<Compile Include="MediaFiles\EpisodeImport\Specifications\NotUnpackingSpecification.cs" />
|
2013-08-11 15:55:26 -07:00
|
|
|
<Compile Include="MediaFiles\EpisodeImport\Specifications\NotInUseSpecification.cs" />
|
2013-08-08 08:52:22 -07:00
|
|
|
<Compile Include="MediaFiles\EpisodeImport\Specifications\FreeSpaceSpecification.cs" />
|
2013-07-06 14:47:49 -07:00
|
|
|
<Compile Include="MediaFiles\EpisodeImport\Specifications\UpgradeSpecification.cs" />
|
|
|
|
<Compile Include="MediaFiles\EpisodeImport\Specifications\NotSampleSpecification.cs" />
|
2013-06-08 23:20:38 -07:00
|
|
|
<Compile Include="MediaFiles\Events\EpisodeImportedEvent.cs" />
|
2013-04-07 11:13:09 -07:00
|
|
|
<Compile Include="MediaFiles\Events\EpisodeDownloadedEvent.cs" />
|
2013-02-24 11:18:48 -08:00
|
|
|
<Compile Include="Download\EpisodeGrabbedEvent.cs" />
|
2013-07-18 22:23:04 -07:00
|
|
|
<Compile Include="MediaFiles\Events\SeriesRenamedEvent.cs" />
|
|
|
|
<Compile Include="MediaFiles\RenameEpisodeFileService.cs" />
|
2013-08-12 19:01:15 -07:00
|
|
|
<Compile Include="MediaFiles\SameFilenameException.cs" />
|
2013-07-15 19:56:46 -07:00
|
|
|
<Compile Include="MediaFiles\UpgradeMediaFileService.cs" />
|
2013-06-12 23:41:26 -07:00
|
|
|
<Compile Include="Notifications\Email\TestEmailCommand.cs" />
|
2013-05-19 16:17:32 -07:00
|
|
|
<Compile Include="Notifications\Growl\GrowlSettings.cs" />
|
2013-06-12 23:41:26 -07:00
|
|
|
<Compile Include="Notifications\Growl\TestGrowlCommand.cs" />
|
2013-05-19 16:17:32 -07:00
|
|
|
<Compile Include="Notifications\INotification.cs" />
|
|
|
|
<Compile Include="Notifications\NotificationRepository.cs" />
|
2011-06-18 10:19:24 -07:00
|
|
|
<Compile Include="Fluent.cs" />
|
2013-02-23 13:29:22 -08:00
|
|
|
<Compile Include="History\HistoryRepository.cs" />
|
2013-06-06 07:42:23 -07:00
|
|
|
<Compile Include="IndexerSearch\Definitions\DailyEpisodeSearchCriteria.cs" />
|
|
|
|
<Compile Include="IndexerSearch\Definitions\SearchCriteriaBase.cs" />
|
|
|
|
<Compile Include="IndexerSearch\Definitions\SeasonSearchCriteria.cs" />
|
|
|
|
<Compile Include="IndexerSearch\Definitions\SingleEpisodeSearchCriteria.cs" />
|
2013-04-07 00:30:37 -07:00
|
|
|
<Compile Include="IndexerSearch\NzbSearchService.cs" />
|
2013-09-13 16:17:58 -07:00
|
|
|
<Compile Include="Indexers\RssParserBase.cs" />
|
2013-04-07 00:30:37 -07:00
|
|
|
<Compile Include="Indexers\RssSyncService.cs" />
|
2013-05-01 18:59:09 -07:00
|
|
|
<Compile Include="Indexers\IndexerBase.cs" />
|
2013-04-07 00:30:37 -07:00
|
|
|
<Compile Include="Indexers\IndexerDefinition.cs" />
|
2013-02-20 23:07:34 -08:00
|
|
|
<Compile Include="Indexers\IndexerRepository.cs" />
|
2013-04-07 00:30:37 -07:00
|
|
|
<Compile Include="Indexers\Newznab\Newznab.cs" />
|
2013-05-01 18:59:09 -07:00
|
|
|
<Compile Include="Indexers\Newznab\NewznabSettings.cs" />
|
2013-04-07 00:30:37 -07:00
|
|
|
<Compile Include="Indexers\Newznab\NewznabParser.cs" />
|
|
|
|
<Compile Include="Indexers\Omgwtfnzbs\Omgwtfnzbs.cs" />
|
|
|
|
<Compile Include="Indexers\Omgwtfnzbs\OmgwtfnzbsParser.cs" />
|
|
|
|
<Compile Include="Indexers\Omgwtfnzbs\OmgwtfnzbsSettings.cs" />
|
|
|
|
<Compile Include="Indexers\Wombles\Wombles.cs" />
|
|
|
|
<Compile Include="Indexers\Wombles\WomblesParser.cs" />
|
2013-02-23 11:38:25 -08:00
|
|
|
<Compile Include="Instrumentation\LogRepository.cs" />
|
2013-05-08 23:38:20 -07:00
|
|
|
<Compile Include="Jobs\ScheduledTask.cs" />
|
2013-03-04 21:51:07 -08:00
|
|
|
<Compile Include="Jobs\JobRepository.cs" />
|
2013-05-08 23:38:20 -07:00
|
|
|
<Compile Include="Jobs\Scheduler.cs" />
|
2013-04-09 17:47:04 -07:00
|
|
|
<Compile Include="Lifecycle\ApplicationStartedEvent.cs" />
|
2013-03-03 21:53:02 -08:00
|
|
|
<Compile Include="MediaCover\MediaCover.cs" />
|
2013-03-07 13:49:00 +09:00
|
|
|
<Compile Include="MediaFiles\EpisodeFileMovingService.cs" />
|
2013-04-14 18:41:39 -07:00
|
|
|
<Compile Include="MediaFiles\Events\EpisodeFileAddedEvent.cs" />
|
2013-03-07 13:34:56 +09:00
|
|
|
<Compile Include="MediaFiles\Events\EpisodeFileDeletedEvent.cs" />
|
2013-05-12 17:36:23 -07:00
|
|
|
<Compile Include="MediaFiles\MediaFileTableCleanupService.cs" />
|
2013-02-28 23:03:41 -08:00
|
|
|
<Compile Include="MediaFiles\MediaFileRepository.cs" />
|
2013-03-31 13:25:39 -07:00
|
|
|
<Compile Include="MetadataSource\IProvideSeriesInfo.cs" />
|
|
|
|
<Compile Include="MetadataSource\ISearchForNewSeries.cs" />
|
|
|
|
<Compile Include="MetadataSource\TraktProxy.cs" />
|
|
|
|
<Compile Include="MetadataSource\Trakt\Episode.cs" />
|
|
|
|
<Compile Include="MetadataSource\Trakt\Images.cs" />
|
|
|
|
<Compile Include="MetadataSource\Trakt\Season.cs" />
|
2013-09-02 23:18:54 -07:00
|
|
|
<Compile Include="MetadataSource\Trakt\FullShow.cs" />
|
2013-06-12 23:41:26 -07:00
|
|
|
<Compile Include="Notifications\Plex\TestPlexServerCommand.cs" />
|
2013-05-19 16:17:32 -07:00
|
|
|
<Compile Include="Notifications\Plex\PlexServer.cs" />
|
|
|
|
<Compile Include="Notifications\Plex\PlexClientSettings.cs" />
|
|
|
|
<Compile Include="Notifications\Plex\PlexServerSettings.cs" />
|
2013-06-12 23:41:26 -07:00
|
|
|
<Compile Include="Notifications\Plex\TestPlexClientCommand.cs" />
|
|
|
|
<Compile Include="Notifications\Prowl\InvalidApiKeyException.cs" />
|
2013-06-13 00:20:33 -07:00
|
|
|
<Compile Include="Notifications\Prowl\ProwlPriority.cs" />
|
2013-05-19 16:17:32 -07:00
|
|
|
<Compile Include="Notifications\Prowl\ProwlSettings.cs" />
|
2013-05-26 22:44:54 -07:00
|
|
|
<Compile Include="Notifications\Email\EmailSettings.cs" />
|
2013-06-12 23:41:26 -07:00
|
|
|
<Compile Include="Notifications\Prowl\TestProwlCommand.cs" />
|
2013-07-25 00:24:09 -07:00
|
|
|
<Compile Include="Notifications\Pushover\InvalidResponseException.cs" />
|
|
|
|
<Compile Include="Notifications\Pushover\Pushover.cs" />
|
|
|
|
<Compile Include="Notifications\Pushover\PushoverPriority.cs" />
|
|
|
|
<Compile Include="Notifications\Pushover\PushoverService.cs" />
|
|
|
|
<Compile Include="Notifications\Pushover\PushoverSettings.cs" />
|
|
|
|
<Compile Include="Notifications\Pushover\TestPushoverCommand.cs" />
|
2013-06-11 23:45:25 -07:00
|
|
|
<Compile Include="Notifications\Xbmc\HttpApiProvider.cs" />
|
|
|
|
<Compile Include="Notifications\Xbmc\IApiProvider.cs" />
|
|
|
|
<Compile Include="Notifications\Xbmc\InvalidXbmcVersionException.cs" />
|
|
|
|
<Compile Include="Notifications\Xbmc\JsonApiProvider.cs" />
|
|
|
|
<Compile Include="Notifications\Xbmc\TestXbmcCommand.cs" />
|
2013-05-19 16:17:32 -07:00
|
|
|
<Compile Include="Notifications\Xbmc\XbmcSettings.cs" />
|
2013-03-06 14:20:34 -08:00
|
|
|
<Compile Include="Organizer\EpisodeSortingType.cs" />
|
2013-03-06 13:20:33 -08:00
|
|
|
<Compile Include="Organizer\FileNameBuilder.cs" />
|
2013-02-23 11:38:25 -08:00
|
|
|
<Compile Include="Instrumentation\LogService.cs" />
|
2011-06-23 21:05:31 -07:00
|
|
|
<Compile Include="Instrumentation\DatabaseTarget.cs" />
|
2013-09-18 18:09:26 -07:00
|
|
|
<Compile Include="MediaFiles\MediaInfo\MediaInfoModel.cs" />
|
2014-03-20 00:08:15 -07:00
|
|
|
<Compile Include="Download\Clients\Nzbget\NzbgetBooleanResponse.cs" />
|
2013-03-04 21:33:34 -08:00
|
|
|
<Compile Include="Download\Clients\Nzbget\ErrorModel.cs" />
|
|
|
|
<Compile Include="Download\Clients\Nzbget\JsonError.cs" />
|
2014-03-20 00:08:15 -07:00
|
|
|
<Compile Include="Download\Clients\Nzbget\NzbgetListResponse.cs" />
|
2014-02-13 21:31:49 -08:00
|
|
|
<Compile Include="Download\Clients\Nzbget\NzbgetQueueItem.cs" />
|
|
|
|
<Compile Include="Download\Clients\Nzbget\NzbgetPriority.cs" />
|
|
|
|
<Compile Include="Download\Clients\Nzbget\VersionResponse.cs" />
|
2013-04-24 21:27:49 -07:00
|
|
|
<Compile Include="Organizer\NamingConfig.cs" />
|
2013-04-14 18:41:39 -07:00
|
|
|
<Compile Include="Parser\Language.cs" />
|
|
|
|
<Compile Include="Parser\Model\LocalEpisode.cs" />
|
|
|
|
<Compile Include="Parser\Model\ParsedEpisodeInfo.cs" />
|
|
|
|
<Compile Include="Parser\Model\RemoteEpisode.cs" />
|
2013-09-13 16:17:58 -07:00
|
|
|
<Compile Include="Parser\Model\ReleaseInfo.cs" />
|
|
|
|
<Compile Include="Parser\Model\TorrentInfo.cs" />
|
2013-04-14 18:41:39 -07:00
|
|
|
<Compile Include="Parser\Parser.cs" />
|
|
|
|
<Compile Include="Parser\ParsingService.cs" />
|
2013-08-31 19:44:55 -07:00
|
|
|
<Compile Include="Parser\QualityParser.cs" />
|
2014-02-22 19:19:05 -08:00
|
|
|
<Compile Include="Qualities\QualitiesBelowCutoff.cs" />
|
2014-01-18 12:44:36 +01:00
|
|
|
<Compile Include="Qualities\QualityModelComparer.cs" />
|
2014-01-29 01:53:59 +01:00
|
|
|
<Compile Include="Qualities\QualityProfileItem.cs" />
|
2013-12-01 01:44:33 -08:00
|
|
|
<Compile Include="Rest\JsonNetSerializer.cs" />
|
2013-11-13 12:08:37 -08:00
|
|
|
<Compile Include="RootFolders\RootFolderRepository.cs" />
|
2013-09-24 17:01:03 -07:00
|
|
|
<Compile Include="ThingiProvider\ConfigContractNotFoundException.cs" />
|
2014-02-25 21:40:47 -08:00
|
|
|
<Compile Include="ThingiProvider\Events\ProviderUpdatedEvent.cs" />
|
2013-09-21 22:20:26 -07:00
|
|
|
<Compile Include="ThingiProvider\IProvider.cs" />
|
2013-07-05 16:53:05 -07:00
|
|
|
<Compile Include="Qualities\QualityProfileInUseException.cs" />
|
2014-01-18 12:44:36 +01:00
|
|
|
<Compile Include="Qualities\QualityDefinitionRepository.cs" />
|
2013-02-26 19:19:22 -08:00
|
|
|
<Compile Include="Qualities\QualityProfileRepository.cs" />
|
2013-10-01 22:20:30 -07:00
|
|
|
<Compile Include="Queue\Queue.cs" />
|
|
|
|
<Compile Include="Queue\UpdateQueueEvent.cs" />
|
|
|
|
<Compile Include="Queue\QueueScheduler.cs" />
|
|
|
|
<Compile Include="Queue\QueueService.cs" />
|
2013-08-17 17:17:37 -07:00
|
|
|
<Compile Include="Rest\RestSharpExtensions.cs" />
|
|
|
|
<Compile Include="Rest\RestException.cs" />
|
2013-04-20 16:36:23 -07:00
|
|
|
<Compile Include="SeriesStats\SeriesStatisticsService.cs" />
|
2013-10-01 10:13:40 -07:00
|
|
|
<Compile Include="ThingiProvider\IProviderConfig.cs" />
|
|
|
|
<Compile Include="ThingiProvider\IProviderFactory.cs" />
|
|
|
|
<Compile Include="ThingiProvider\IProviderRepository.cs" />
|
|
|
|
<Compile Include="ThingiProvider\NullConfig.cs" />
|
|
|
|
<Compile Include="ThingiProvider\ProviderDefinition.cs" />
|
|
|
|
<Compile Include="ThingiProvider\ProviderRepository.cs" />
|
|
|
|
<Compile Include="ThingiProvider\ProviderFactory.cs" />
|
2014-01-21 21:22:09 -08:00
|
|
|
<Compile Include="Tv\Actor.cs" />
|
2014-02-22 19:19:05 -08:00
|
|
|
<Compile Include="Tv\EpisodeCutoffService.cs" />
|
2013-02-19 18:05:15 -08:00
|
|
|
<Compile Include="Tv\EpisodeService.cs" />
|
2014-02-05 16:30:14 -08:00
|
|
|
<Compile Include="Tv\Events\SeriesEditedEvent.cs" />
|
2014-01-09 17:41:08 -08:00
|
|
|
<Compile Include="Tv\Events\SeriesRefreshStartingEvent.cs" />
|
2013-08-28 18:43:45 -07:00
|
|
|
<Compile Include="Tv\Events\EpisodeInfoDeletedEvent.cs" />
|
2013-03-03 14:26:41 -08:00
|
|
|
<Compile Include="Tv\Events\EpisodeInfoUpdatedEvent.cs" />
|
|
|
|
<Compile Include="Tv\Events\EpisodeInfoAddedEvent.cs" />
|
2013-02-23 12:34:51 -08:00
|
|
|
<Compile Include="Tv\Events\SeriesAddedEvent.cs" />
|
2013-03-05 11:35:33 -08:00
|
|
|
<Compile Include="Tv\Events\SeriesDeletedEvent.cs" />
|
2013-03-03 21:53:02 -08:00
|
|
|
<Compile Include="Tv\Events\SeriesUpdatedEvent.cs" />
|
2013-04-20 14:23:17 -07:00
|
|
|
<Compile Include="Datastore\ResultSet.cs" />
|
2013-06-02 22:39:42 -07:00
|
|
|
<Compile Include="Tv\Commands\RefreshSeriesCommand.cs" />
|
2014-01-21 21:22:09 -08:00
|
|
|
<Compile Include="Tv\Ratings.cs" />
|
2013-07-31 19:02:36 -07:00
|
|
|
<Compile Include="Tv\RefreshEpisodeService.cs" />
|
2013-02-18 22:56:02 -08:00
|
|
|
<Compile Include="Tv\SeriesRepository.cs" />
|
2014-01-18 12:44:36 +01:00
|
|
|
<Compile Include="Qualities\QualityModel.cs" />
|
2014-02-13 21:31:49 -08:00
|
|
|
<Compile Include="Download\Clients\Sabnzbd\SabnzbdHistoryItem.cs" />
|
|
|
|
<Compile Include="Download\Clients\Sabnzbd\SabnzbdHistory.cs" />
|
|
|
|
<Compile Include="Download\Clients\Sabnzbd\SabnzbdJsonError.cs" />
|
|
|
|
<Compile Include="Download\Clients\Sabnzbd\SabnzbdQueue.cs" />
|
|
|
|
<Compile Include="Download\Clients\Sabnzbd\SabnzbdQueueItem.cs" />
|
2013-03-03 21:53:02 -08:00
|
|
|
<Compile Include="MediaCover\MediaCoverService.cs" />
|
2014-02-13 21:31:49 -08:00
|
|
|
<Compile Include="Download\Clients\Nzbget\Nzbget.cs" />
|
2013-05-06 17:39:33 -07:00
|
|
|
<Compile Include="MediaFiles\RecycleBinProvider.cs" />
|
2013-04-20 16:36:23 -07:00
|
|
|
<Compile Include="SeriesStats\SeriesStatistics.cs" />
|
|
|
|
<Compile Include="SeriesStats\SeriesStatisticsRepository.cs" />
|
2013-04-28 17:39:17 -07:00
|
|
|
<Compile Include="Tv\SeriesTypes.cs" />
|
2013-02-26 19:19:22 -08:00
|
|
|
<Compile Include="Qualities\Quality.cs" />
|
2013-02-18 22:01:03 -08:00
|
|
|
<Compile Include="Tv\Season.cs" />
|
2013-02-23 22:48:52 -08:00
|
|
|
<Compile Include="Configuration\ConfigService.cs">
|
2012-02-21 15:10:42 -08:00
|
|
|
<SubType>Code</SubType>
|
|
|
|
</Compile>
|
2013-03-06 16:19:49 -08:00
|
|
|
<Compile Include="DecisionEngine\Specifications\RetentionSpecification.cs">
|
2012-02-21 15:10:42 -08:00
|
|
|
<SubType>Code</SubType>
|
|
|
|
</Compile>
|
2013-05-12 17:36:23 -07:00
|
|
|
<Compile Include="MediaFiles\DiskScanService.cs">
|
2012-02-21 15:10:42 -08:00
|
|
|
<SubType>Code</SubType>
|
|
|
|
</Compile>
|
2013-03-04 21:33:34 -08:00
|
|
|
<Compile Include="Download\IDownloadClient.cs">
|
2012-02-21 15:10:42 -08:00
|
|
|
<SubType>Code</SubType>
|
|
|
|
</Compile>
|
2014-02-13 21:31:49 -08:00
|
|
|
<Compile Include="Download\Clients\Sabnzbd\Sabnzbd.cs">
|
2012-02-21 15:10:42 -08:00
|
|
|
<SubType>Code</SubType>
|
|
|
|
</Compile>
|
2013-03-31 23:22:16 -07:00
|
|
|
<Compile Include="Download\DownloadService.cs">
|
2012-02-21 15:10:42 -08:00
|
|
|
<SubType>Code</SubType>
|
|
|
|
</Compile>
|
2013-02-19 18:05:15 -08:00
|
|
|
<Compile Include="Tv\EpisodeRepository.cs">
|
2012-02-21 15:10:42 -08:00
|
|
|
<SubType>Code</SubType>
|
|
|
|
</Compile>
|
2013-05-19 16:17:32 -07:00
|
|
|
<Compile Include="Notifications\NotificationBase.cs">
|
2012-02-21 15:10:42 -08:00
|
|
|
<SubType>Code</SubType>
|
|
|
|
</Compile>
|
2013-05-19 16:17:32 -07:00
|
|
|
<Compile Include="Notifications\Growl\Growl.cs">
|
2012-02-21 15:10:42 -08:00
|
|
|
<SubType>Code</SubType>
|
|
|
|
</Compile>
|
2013-05-19 16:17:32 -07:00
|
|
|
<Compile Include="Notifications\Plex\PlexClient.cs">
|
2012-02-21 15:10:42 -08:00
|
|
|
<SubType>Code</SubType>
|
|
|
|
</Compile>
|
2013-05-19 16:17:32 -07:00
|
|
|
<Compile Include="Notifications\Prowl\Prowl.cs">
|
2012-02-21 15:10:42 -08:00
|
|
|
<SubType>Code</SubType>
|
|
|
|
</Compile>
|
2013-05-26 22:44:54 -07:00
|
|
|
<Compile Include="Notifications\Email\Email.cs">
|
2012-02-21 15:10:42 -08:00
|
|
|
<SubType>Code</SubType>
|
|
|
|
</Compile>
|
2013-05-19 16:17:32 -07:00
|
|
|
<Compile Include="Notifications\Xbmc\Xbmc.cs">
|
2012-02-21 15:10:42 -08:00
|
|
|
<SubType>Code</SubType>
|
|
|
|
</Compile>
|
2013-06-12 23:41:26 -07:00
|
|
|
<Compile Include="Notifications\Growl\GrowlService.cs">
|
2012-02-21 15:10:42 -08:00
|
|
|
<SubType>Code</SubType>
|
|
|
|
</Compile>
|
2013-02-23 13:29:22 -08:00
|
|
|
<Compile Include="History\HistoryService.cs">
|
2012-02-21 15:10:42 -08:00
|
|
|
<SubType>Code</SubType>
|
|
|
|
</Compile>
|
2013-09-24 16:42:55 -07:00
|
|
|
<Compile Include="Indexers\IndexerFactory.cs">
|
2012-02-21 15:10:42 -08:00
|
|
|
<SubType>Code</SubType>
|
|
|
|
</Compile>
|
2013-04-07 00:30:37 -07:00
|
|
|
<Compile Include="Indexers\IndexerFetchService.cs">
|
2012-02-21 15:10:42 -08:00
|
|
|
<SubType>Code</SubType>
|
|
|
|
</Compile>
|
2013-02-28 23:03:41 -08:00
|
|
|
<Compile Include="MediaFiles\MediaFileService.cs">
|
2012-02-21 15:10:42 -08:00
|
|
|
<SubType>Code</SubType>
|
|
|
|
</Compile>
|
2013-06-12 23:41:26 -07:00
|
|
|
<Compile Include="Notifications\Plex\PlexService.cs" />
|
2013-05-14 19:57:57 -07:00
|
|
|
<Compile Include="MediaFiles\DownloadedEpisodesImportService.cs">
|
2012-02-21 15:10:42 -08:00
|
|
|
<SubType>Code</SubType>
|
|
|
|
</Compile>
|
2013-06-12 23:41:26 -07:00
|
|
|
<Compile Include="Notifications\Prowl\ProwlService.cs">
|
2012-02-21 15:10:42 -08:00
|
|
|
<SubType>Code</SubType>
|
|
|
|
</Compile>
|
2013-02-26 19:19:22 -08:00
|
|
|
<Compile Include="Qualities\QualityProfileService.cs">
|
2012-02-21 15:10:42 -08:00
|
|
|
<SubType>Code</SubType>
|
|
|
|
</Compile>
|
2014-01-18 12:44:36 +01:00
|
|
|
<Compile Include="Qualities\QualityDefinitionService.cs">
|
2012-02-21 15:10:42 -08:00
|
|
|
<SubType>Code</SubType>
|
|
|
|
</Compile>
|
2013-02-17 17:45:14 -08:00
|
|
|
<Compile Include="RootFolders\UnmappedFolder.cs" />
|
2013-02-03 20:18:59 -08:00
|
|
|
<Compile Include="RootFolders\RootFolderService.cs">
|
2012-02-21 15:10:42 -08:00
|
|
|
<SubType>Code</SubType>
|
|
|
|
</Compile>
|
2013-02-20 23:29:59 -08:00
|
|
|
<Compile Include="Tv\SeriesService.cs">
|
2012-02-21 15:10:42 -08:00
|
|
|
<SubType>Code</SubType>
|
|
|
|
</Compile>
|
2013-06-12 23:41:26 -07:00
|
|
|
<Compile Include="Notifications\Email\EmailService.cs">
|
2012-02-21 15:10:42 -08:00
|
|
|
<SubType>Code</SubType>
|
|
|
|
</Compile>
|
2013-06-11 23:45:25 -07:00
|
|
|
<Compile Include="Notifications\Xbmc\XbmcService.cs">
|
2012-02-21 15:10:42 -08:00
|
|
|
<SubType>Code</SubType>
|
|
|
|
</Compile>
|
2013-05-19 16:17:32 -07:00
|
|
|
<Compile Include="Notifications\NotificationDefinition.cs" />
|
2014-02-13 21:31:49 -08:00
|
|
|
<Compile Include="Download\Clients\Sabnzbd\SabnzbdPriority.cs" />
|
2013-02-28 23:03:41 -08:00
|
|
|
<Compile Include="MediaFiles\EpisodeFile.cs" />
|
2013-02-18 22:01:03 -08:00
|
|
|
<Compile Include="Tv\Episode.cs" />
|
2010-10-24 00:46:58 -07:00
|
|
|
<Compile Include="Instrumentation\Log.cs" />
|
2013-02-23 13:29:22 -08:00
|
|
|
<Compile Include="History\History.cs" />
|
2014-01-18 12:44:36 +01:00
|
|
|
<Compile Include="Qualities\QualityDefinition.cs" />
|
2013-02-26 19:19:22 -08:00
|
|
|
<Compile Include="Qualities\QualityProfile.cs" />
|
2013-02-04 20:07:07 -08:00
|
|
|
<Compile Include="RootFolders\RootFolder.cs" />
|
2013-02-18 22:01:03 -08:00
|
|
|
<Compile Include="Tv\Series.cs" />
|
2010-09-22 20:19:47 -07:00
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
2013-03-24 21:36:24 -07:00
|
|
|
<Compile Include="Tv\SeriesStatusType.cs" />
|
2013-06-02 12:29:00 -07:00
|
|
|
<Compile Include="Tv\RefreshSeriesService.cs" />
|
2014-03-20 21:15:01 -07:00
|
|
|
<Compile Include="Tv\ShouldRefreshSeries.cs" />
|
2013-05-15 17:16:21 -07:00
|
|
|
<Compile Include="Update\Commands\ApplicationUpdateCommand.cs" />
|
2013-10-18 17:48:14 -07:00
|
|
|
<Compile Include="Update\Commands\InstallUpdateCommand.cs" />
|
2013-06-27 17:04:52 -07:00
|
|
|
<Compile Include="Update\InstallUpdateService.cs" />
|
2013-09-28 11:48:30 -07:00
|
|
|
<Compile Include="Update\RecentUpdateProvider.cs" />
|
|
|
|
<Compile Include="Update\UpdateChanges.cs" />
|
2013-08-23 19:21:12 -07:00
|
|
|
<Compile Include="Update\UpdatePackageAvailable.cs" />
|
2013-04-14 18:41:39 -07:00
|
|
|
<Compile Include="Update\UpdatePackageProvider.cs" />
|
2013-04-13 16:57:10 -07:00
|
|
|
<Compile Include="Update\UpdatePackage.cs" />
|
2013-06-27 17:04:52 -07:00
|
|
|
<Compile Include="Update\UpdateCheckService.cs" />
|
2014-04-04 08:18:07 -07:00
|
|
|
<Compile Include="Validation\Paths\SeriesExistsValidator.cs" />
|
|
|
|
<Compile Include="Validation\Paths\RootFolderValidator.cs" />
|
2014-02-16 01:56:12 -08:00
|
|
|
<Compile Include="Validation\Paths\DroneFactoryValidator.cs" />
|
|
|
|
<Compile Include="Validation\Paths\PathValidator.cs" />
|
2014-04-04 08:18:07 -07:00
|
|
|
<Compile Include="Validation\Paths\SeriesPathValidator.cs" />
|
2014-02-16 01:56:12 -08:00
|
|
|
<Compile Include="Validation\Paths\PathExistsValidator.cs" />
|
|
|
|
<Compile Include="Validation\FolderValidator.cs" />
|
2013-08-22 01:08:43 -07:00
|
|
|
<Compile Include="Validation\RuleBuilderExtensions.cs" />
|
2010-09-22 20:19:47 -07: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-14 18:08:47 -08:00
|
|
|
<None Include="App.config" />
|
2011-03-28 22:10:37 -07:00
|
|
|
<None Include="packages.config" />
|
2011-05-26 19:12:28 -07:00
|
|
|
<None Include="Properties\AnalysisRules.ruleset" />
|
2010-10-17 10:22:48 -07:00
|
|
|
</ItemGroup>
|
2011-06-14 19:31:41 -07:00
|
|
|
<ItemGroup>
|
|
|
|
<Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
|
|
|
|
</ItemGroup>
|
2011-10-23 22:54:09 -07:00
|
|
|
<ItemGroup>
|
2013-03-30 14:56:34 -07:00
|
|
|
<ProjectReference Include="..\Marr.Data\Marr.Data.csproj">
|
|
|
|
<Project>{F6FC6BE7-0847-4817-A1ED-223DC647C3D7}</Project>
|
|
|
|
<Name>Marr.Data</Name>
|
|
|
|
</ProjectReference>
|
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>
|
|
|
|
</ItemGroup>
|
2011-11-01 20:08:53 -07:00
|
|
|
<ItemGroup>
|
2013-01-20 16:35:42 -08:00
|
|
|
<Content Include="MediaInfo.dll">
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
</Content>
|
2011-11-01 20:08:53 -07:00
|
|
|
</ItemGroup>
|
2013-04-07 11:13:09 -07:00
|
|
|
<ItemGroup>
|
2013-08-17 17:17:37 -07:00
|
|
|
<Folder Include="Download\Clients\uTorrent\" />
|
2013-04-07 11:13:09 -07:00
|
|
|
</ItemGroup>
|
2010-09-22 20:19:47 -07:00
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
2011-06-23 00:16:15 -07:00
|
|
|
<PropertyGroup>
|
|
|
|
<PostBuildEvent>
|
2013-02-16 13:10:20 -08:00
|
|
|
</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>
|
|
|
|
-->
|
2013-09-12 20:50:12 -07:00
|
|
|
</Project>
|