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>
|
|
|
|
|
</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>
|
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
<DebugType>full</DebugType>
|
2011-05-30 09:05:45 +02:00
|
|
|
|
<PlatformTarget>x86</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>
|
2011-05-30 09:33:07 +02:00
|
|
|
|
<Reference Include="Exceptioneer.WindowsFormsClient, Version=1.0.0.812, Culture=neutral, processorArchitecture=MSIL">
|
2010-10-15 09:10:44 +02:00
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
2011-05-30 09:33:07 +02:00
|
|
|
|
<HintPath>..\Libraries\Exceptioneer.WindowsFormsClient.dll</HintPath>
|
2010-10-15 09:10:44 +02:00
|
|
|
|
</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>
|
2011-06-15 04:31:41 +02:00
|
|
|
|
<Reference Include="Microsoft.CSharp" />
|
2011-06-22 03:12:20 +02:00
|
|
|
|
<Reference Include="Migrator, Version=0.9.1.26254, Culture=neutral, PublicKeyToken=3b3586e9632ecfce, processorArchitecture=x86">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>..\Libraries\Migrator.NET\Migrator.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="Migrator.Framework, Version=0.0.0.0, Culture=neutral, PublicKeyToken=3b3586e9632ecfce, processorArchitecture=x86">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>..\Libraries\Migrator.NET\Migrator.Framework.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="Migrator.Providers, Version=0.0.0.0, Culture=neutral, PublicKeyToken=3b3586e9632ecfce, processorArchitecture=x86">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>..\Libraries\Migrator.NET\Migrator.Providers.dll</HintPath>
|
|
|
|
|
</Reference>
|
2011-09-08 03:56:00 +02:00
|
|
|
|
<Reference Include="MvcMiniProfiler, Version=1.9.0.0, Culture=neutral, PublicKeyToken=b44f9351044011a3, processorArchitecture=MSIL">
|
2011-06-16 10:29:00 +02:00
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
2011-09-08 03:56:00 +02:00
|
|
|
|
<HintPath>..\packages\MiniProfiler.1.9\lib\net40\MvcMiniProfiler.dll</HintPath>
|
2011-06-14 03:35:44 +02:00
|
|
|
|
</Reference>
|
2011-10-28 09:57:00 +02:00
|
|
|
|
<Reference Include="Newtonsoft.Json">
|
|
|
|
|
<HintPath>..\packages\Newtonsoft.Json.3.5.8\lib\35\Newtonsoft.Json.dll</HintPath>
|
|
|
|
|
</Reference>
|
2011-03-29 07:10:37 +02:00
|
|
|
|
<Reference Include="Ninject, Version=2.2.0.0, Culture=neutral, PublicKeyToken=c7192dc5380945e7, processorArchitecture=MSIL">
|
2011-05-30 09:38:39 +02:00
|
|
|
|
<HintPath>..\packages\Ninject.2.2.1.4\lib\net40-Full\Ninject.dll</HintPath>
|
2011-03-29 07:10:37 +02:00
|
|
|
|
</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>
|
2010-09-23 05:19:47 +02:00
|
|
|
|
<Reference Include="System" />
|
2011-06-15 04:31:41 +02:00
|
|
|
|
<Reference Include="System.ComponentModel.Composition" />
|
2011-02-11 02:22:29 +01:00
|
|
|
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
2010-09-23 05:19:47 +02:00
|
|
|
|
<Reference Include="System.configuration" />
|
|
|
|
|
<Reference Include="System.Core" />
|
2010-10-17 19:22:48 +02:00
|
|
|
|
<Reference Include="System.Data" />
|
2011-06-23 09:03:05 +02:00
|
|
|
|
<Reference Include="System.Data.SqlServerCe, Version=4.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
|
|
|
|
|
<Private>True</Private>
|
2011-06-23 09:16:15 +02:00
|
|
|
|
<HintPath>..\packages\SqlServerCompact.4.0.8482.1\lib\System.Data.SqlServerCe.dll</HintPath>
|
2011-05-30 09:05:45 +02:00
|
|
|
|
</Reference>
|
2011-06-21 07:44:01 +02:00
|
|
|
|
<Reference Include="System.Drawing" />
|
2010-09-23 05:19:47 +02:00
|
|
|
|
<Reference Include="System.Runtime.Serialization" />
|
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-05-30 09:33:07 +02:00
|
|
|
|
<Reference Include="TvdbLib, Version=0.8.8.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>..\Libraries\TvdbLib.dll</HintPath>
|
2011-04-05 04:59:33 +02:00
|
|
|
|
</Reference>
|
2011-10-28 09:57:00 +02:00
|
|
|
|
<Reference Include="Twitterizer2">
|
|
|
|
|
<HintPath>..\packages\twitterizer.2.3.3\lib\35\Twitterizer2.dll</HintPath>
|
|
|
|
|
</Reference>
|
2010-09-23 05:19:47 +02:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2011-10-25 07:15:20 +02:00
|
|
|
|
<Compile Include="Constants.cs" />
|
2011-05-24 01:29:14 +02:00
|
|
|
|
<Compile Include="Datastore\Connection.cs" />
|
|
|
|
|
<Compile Include="Datastore\MigrationLogger.cs" />
|
2011-06-15 04:31:41 +02:00
|
|
|
|
<Compile Include="Datastore\MigrationsHelper.cs" />
|
|
|
|
|
<Compile Include="Datastore\CustomeMapper.cs" />
|
2011-10-12 05:44:19 +02:00
|
|
|
|
<Compile Include="Datastore\Migrations\Migration20111011.cs" />
|
2011-09-10 10:42:05 +02:00
|
|
|
|
<Compile Include="Datastore\Migrations\Migration20110909.cs" />
|
2011-07-28 09:21:49 +02:00
|
|
|
|
<Compile Include="Datastore\Migrations\Migration20110726.cs" />
|
2011-07-08 05:27:11 +02:00
|
|
|
|
<Compile Include="Datastore\Migrations\Migration20110707.cs" />
|
2011-08-28 19:43:33 +02:00
|
|
|
|
<Compile Include="Datastore\PetaDbProviderFactory.cs" />
|
2011-06-18 19:19:24 +02:00
|
|
|
|
<Compile Include="Fluent.cs" />
|
2011-03-03 09:50:33 +01:00
|
|
|
|
<Compile Include="Helpers\EpisodeSortingHelper.cs" />
|
2011-06-08 08:15:35 +02:00
|
|
|
|
<Compile Include="Helpers\FileSizeFormatHelpercs.cs" />
|
2011-09-05 21:59:39 +02:00
|
|
|
|
<Compile Include="Helpers\SortHelper.cs" />
|
2010-10-24 09:46:58 +02:00
|
|
|
|
<Compile Include="Instrumentation\LogProvider.cs" />
|
2011-06-24 06:05:31 +02:00
|
|
|
|
<Compile Include="Instrumentation\DatabaseTarget.cs" />
|
2010-10-24 09:46:58 +02:00
|
|
|
|
<Compile Include="Instrumentation\NlogWriter.cs" />
|
2011-06-16 08:33:01 +02:00
|
|
|
|
<Compile Include="Datastore\PetaPoco\PetaPoco.cs" />
|
2011-10-07 06:36:47 +02:00
|
|
|
|
<Compile Include="Model\AtomicParsleyTitleType.cs" />
|
|
|
|
|
<Compile Include="Model\AuthenticationType.cs" />
|
2011-05-11 08:46:26 +02:00
|
|
|
|
<Compile Include="Model\ConnectionInfoModel.cs" />
|
2011-10-12 05:44:19 +02:00
|
|
|
|
<Compile Include="Model\PostDownloadStatusType.cs" />
|
2011-04-29 08:06:13 +02:00
|
|
|
|
<Compile Include="Model\ExternalNotificationType.cs" />
|
2011-08-22 02:48:37 +02:00
|
|
|
|
<Compile Include="Model\JobQueueItem.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" />
|
2011-05-28 21:23:35 +02:00
|
|
|
|
<Compile Include="Model\Quality.cs" />
|
2011-08-26 19:45:59 +02:00
|
|
|
|
<Compile Include="Model\SabnzbdCategoryModel.cs" />
|
2011-04-25 22:21:52 +02:00
|
|
|
|
<Compile Include="Model\SabnzbdInfoModel.cs" />
|
2011-08-28 07:45:36 +02:00
|
|
|
|
<Compile Include="Model\Search\SearchModel.cs" />
|
|
|
|
|
<Compile Include="Model\Search\SearchType.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" />
|
|
|
|
|
<Compile Include="Model\Xbmc\ActivePlayersResult.cs" />
|
|
|
|
|
<Compile Include="Model\Xbmc\ErrorResult.cs" />
|
|
|
|
|
<Compile Include="Model\Xbmc\IconType.cs" />
|
2011-10-07 06:36:47 +02:00
|
|
|
|
<Compile Include="Providers\Converting\AtomicParsleyProvider.cs" />
|
|
|
|
|
<Compile Include="Providers\Converting\HandbrakeProvider.cs" />
|
2011-10-21 07:04:26 +02:00
|
|
|
|
<Compile Include="Providers\EnviromentProvider.cs" />
|
2011-10-01 05:12:18 +02:00
|
|
|
|
<Compile Include="Providers\Core\ConfigFileProvider.cs" />
|
2011-07-09 20:19:33 +02:00
|
|
|
|
<Compile Include="Providers\Core\UdpProvider.cs" />
|
2011-10-26 04:25:08 +02:00
|
|
|
|
<Compile Include="Providers\ExternalNotification\Smtp.cs" />
|
2011-08-28 21:07:56 +02:00
|
|
|
|
<Compile Include="Providers\Jobs\BacklogSearchJob.cs" />
|
2011-09-10 10:42:05 +02:00
|
|
|
|
<Compile Include="Providers\Jobs\BannerDownloadJob.cs" />
|
2011-10-07 06:36:47 +02:00
|
|
|
|
<Compile Include="Providers\Jobs\ConvertEpisodeJob.cs" />
|
2011-08-23 07:29:12 +02:00
|
|
|
|
<Compile Include="Providers\Jobs\RenameSeriesJob.cs" />
|
|
|
|
|
<Compile Include="Providers\Jobs\SeriesSearchJob.cs" />
|
2011-08-22 02:48:37 +02:00
|
|
|
|
<Compile Include="Providers\Jobs\RenameSeasonJob.cs" />
|
|
|
|
|
<Compile Include="Providers\Jobs\SeasonSearchJob.cs" />
|
2011-09-04 05:05:44 +02:00
|
|
|
|
<Compile Include="Providers\MisnamedProvider.cs" />
|
2011-10-13 01:47:28 +02:00
|
|
|
|
<Compile Include="Providers\PostDownloadProvider.cs" />
|
2011-09-14 04:25:33 +02:00
|
|
|
|
<Compile Include="Providers\QualityTypeProvider.cs" />
|
2011-08-28 07:45:36 +02:00
|
|
|
|
<Compile Include="Providers\SearchProvider.cs" />
|
2011-10-26 04:25:08 +02:00
|
|
|
|
<Compile Include="Providers\SmtpProvider.cs" />
|
2011-10-28 09:57:00 +02:00
|
|
|
|
<Compile Include="Providers\TwitterProvider.cs" />
|
2011-10-21 07:04:26 +02:00
|
|
|
|
<Compile Include="Providers\UpdateProvider.cs" />
|
2011-07-09 20:19:33 +02:00
|
|
|
|
<Compile Include="Providers\Xbmc\ResourceManager.cs" />
|
|
|
|
|
<Compile Include="Model\Xbmc\TvShowResult.cs" />
|
|
|
|
|
<Compile Include="Model\Xbmc\Params.cs" />
|
|
|
|
|
<Compile Include="Model\Xbmc\Command.cs" />
|
|
|
|
|
<Compile Include="Model\Xbmc\TvShow.cs" />
|
|
|
|
|
<Compile Include="Model\Xbmc\VersionResult.cs" />
|
2011-06-20 05:04:08 +02:00
|
|
|
|
<Compile Include="Providers\DiskScanProvider.cs" />
|
2011-05-20 07:52:05 +02:00
|
|
|
|
<Compile Include="Providers\DownloadProvider.cs" />
|
2011-07-28 09:21:49 +02:00
|
|
|
|
<Compile Include="Providers\ExternalNotification\ExternalNotificationBase.cs" />
|
|
|
|
|
<Compile Include="Providers\ExternalNotification\Xbmc.cs" />
|
2011-05-26 06:25:59 +02:00
|
|
|
|
<Compile Include="Providers\InventoryProvider.cs" />
|
2011-04-25 20:16:38 +02:00
|
|
|
|
<Compile Include="Providers\Indexer\SyndicationFeedXmlReader.cs" />
|
2011-04-25 09:42:29 +02:00
|
|
|
|
<Compile Include="Providers\AutoConfigureProvider.cs" />
|
2011-05-20 06:21:18 +02:00
|
|
|
|
<Compile Include="Providers\Indexer\NzbMatrix.cs" />
|
2011-06-14 04:15:55 +02:00
|
|
|
|
<Compile Include="Providers\Jobs\UpdateSceneMappingsJob.cs" />
|
2011-06-07 23:19:11 +02:00
|
|
|
|
<Compile Include="Providers\Jobs\PostDownloadScanJob.cs" />
|
2011-06-06 07:23:28 +02:00
|
|
|
|
<Compile Include="Providers\Jobs\RenameEpisodeJob.cs" />
|
2011-05-26 07:44:59 +02:00
|
|
|
|
<Compile Include="Providers\Jobs\EpisodeSearchJob.cs" />
|
2011-05-12 04:53:19 +02:00
|
|
|
|
<Compile Include="Providers\Jobs\DeleteSeriesJob.cs" />
|
2011-05-21 02:23:49 +02:00
|
|
|
|
<Compile Include="Providers\Jobs\DiskScanJob.cs" />
|
|
|
|
|
<Compile Include="Providers\Jobs\ImportNewSeriesJob.cs" />
|
2011-04-20 09:44:13 +02:00
|
|
|
|
<Compile Include="Providers\Jobs\JobProvider.cs" />
|
2011-05-20 06:21:18 +02:00
|
|
|
|
<Compile Include="Providers\Indexer\Newzbin.cs" />
|
|
|
|
|
<Compile Include="Providers\Indexer\NzbsRUs.cs" />
|
2011-04-20 09:44:13 +02:00
|
|
|
|
<Compile Include="Providers\Jobs\IJob.cs" />
|
|
|
|
|
<Compile Include="Providers\Jobs\RssSyncJob.cs" />
|
|
|
|
|
<Compile Include="Providers\Jobs\UpdateInfoJob.cs" />
|
2011-06-17 08:04:01 +02:00
|
|
|
|
<Compile Include="Providers\SceneMappingProvider.cs" />
|
2011-07-09 20:19:33 +02:00
|
|
|
|
<Compile Include="Providers\Xbmc\EventClientProvider.cs" />
|
2011-07-28 09:21:49 +02:00
|
|
|
|
<Compile Include="Repository\ExternalNotificationDefinition.cs" />
|
2011-07-08 05:27:11 +02:00
|
|
|
|
<Compile Include="Repository\JobDefinition.cs" />
|
|
|
|
|
<Compile Include="Repository\IndexerDefinition.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\EpisodeRenameModel.cs" />
|
2011-02-26 05:07:22 +01:00
|
|
|
|
<Compile Include="Model\EpisodeSortingType.cs" />
|
2011-02-22 09:13:16 +01:00
|
|
|
|
<Compile Include="Model\EpisodeStatusType.cs" />
|
2011-01-29 07:10:22 +01:00
|
|
|
|
<Compile Include="Model\SabnzbdPriorityType.cs" />
|
2011-03-17 08:40:23 +01:00
|
|
|
|
<Compile Include="Model\SceneNameModel.cs" />
|
2011-04-04 05:50:12 +02:00
|
|
|
|
<Compile Include="Model\SeasonParseResult.cs" />
|
2011-03-23 08:06:22 +01:00
|
|
|
|
<Compile Include="Model\UpcomingEpisodesModel.cs" />
|
2011-05-20 06:21:18 +02:00
|
|
|
|
<Compile Include="Providers\Indexer\IndexerBase.cs" />
|
2011-03-06 22:36:09 +01:00
|
|
|
|
<Compile Include="Providers\ExternalNotificationProvider.cs" />
|
2011-05-20 06:21:18 +02:00
|
|
|
|
<Compile Include="Providers\Indexer\NzbsOrg.cs" />
|
2011-01-29 07:10:22 +01:00
|
|
|
|
<Compile Include="Providers\HistoryProvider.cs" />
|
|
|
|
|
<Compile Include="Providers\IndexerProvider.cs" />
|
2011-02-03 02:07:36 +01:00
|
|
|
|
<Compile Include="Providers\QualityProvider.cs" />
|
2011-03-09 08:40:48 +01:00
|
|
|
|
<Compile Include="Providers\RootDirProvider.cs" />
|
2011-03-23 08:06:22 +01:00
|
|
|
|
<Compile Include="Providers\UpcomingEpisodesProvider.cs" />
|
2011-03-06 22:36:09 +01:00
|
|
|
|
<Compile Include="Providers\XbmcProvider.cs" />
|
2010-10-21 03:49:23 +02:00
|
|
|
|
<Compile Include="Repository\EpisodeFile.cs" />
|
|
|
|
|
<Compile Include="Model\Notification\ProgressNotificationStatus.cs" />
|
2010-10-24 09:46:58 +02:00
|
|
|
|
<Compile Include="Instrumentation\LogConfiguration.cs" />
|
2010-10-21 03:49:23 +02:00
|
|
|
|
<Compile Include="Parser.cs" />
|
|
|
|
|
<Compile Include="Providers\MediaFileProvider.cs" />
|
|
|
|
|
<Compile Include="Model\Notification\ProgressNotification.cs" />
|
2010-10-08 05:35:04 +02:00
|
|
|
|
<Compile Include="Providers\NotificationProvider.cs" />
|
2011-04-04 05:50:12 +02:00
|
|
|
|
<Compile Include="Providers\Core\ConfigProvider.cs" />
|
2010-09-28 07:01:54 +02:00
|
|
|
|
<Compile Include="Providers\EpisodeProvider.cs" />
|
2011-04-04 05:50:12 +02:00
|
|
|
|
<Compile Include="Providers\Core\HttpProvider.cs" />
|
2010-09-28 06:25:41 +02:00
|
|
|
|
<Compile Include="Providers\SabProvider.cs" />
|
2010-10-21 03:49:23 +02:00
|
|
|
|
<Compile Include="Repository\Episode.cs" />
|
2010-10-24 09:46:58 +02:00
|
|
|
|
<Compile Include="Instrumentation\Log.cs" />
|
2011-01-29 07:10:22 +01:00
|
|
|
|
<Compile Include="Repository\History.cs" />
|
2010-10-21 03:49:23 +02:00
|
|
|
|
<Compile Include="Repository\Config.cs" />
|
2011-09-14 04:25:33 +02:00
|
|
|
|
<Compile Include="Repository\Quality\QualityType.cs" />
|
2010-10-21 03:49:23 +02:00
|
|
|
|
<Compile Include="Repository\Quality\QualityProfile.cs" />
|
2011-03-09 08:40:48 +01:00
|
|
|
|
<Compile Include="Repository\RootDir.cs" />
|
2010-10-21 03:49:23 +02:00
|
|
|
|
<Compile Include="Repository\Quality\QualityTypes.cs" />
|
2011-06-17 08:04:01 +02:00
|
|
|
|
<Compile Include="Repository\SceneMapping.cs" />
|
2010-10-21 03:49:23 +02:00
|
|
|
|
<Compile Include="Repository\Series.cs" />
|
2010-10-05 08:21:18 +02:00
|
|
|
|
<Compile Include="CentralDispatch.cs" />
|
2010-09-23 05:19:47 +02:00
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
2011-04-04 05:50:12 +02:00
|
|
|
|
<Compile Include="Providers\Core\DiskProvider.cs" />
|
2010-09-28 06:25:41 +02:00
|
|
|
|
<Compile Include="Providers\SeriesProvider.cs" />
|
|
|
|
|
<Compile Include="Providers\TvDbProvider.cs" />
|
2011-04-22 04:23:31 +02:00
|
|
|
|
<Compile Include="WebTimer.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>
|
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>
|
2010-09-23 05:19:47 +02:00
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
2011-06-23 09:16:15 +02:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<PostBuildEvent>
|
|
|
|
|
if not exist "$(TargetDir)x86" md "$(TargetDir)x86"
|
|
|
|
|
xcopy /s /y "$(SolutionDir)packages\SqlServerCompact.4.0.8482.1\NativeBinaries\x86\*.*" "$(TargetDir)x86"
|
|
|
|
|
if not exist "$(TargetDir)amd64" md "$(TargetDir)amd64"
|
|
|
|
|
xcopy /s /y "$(SolutionDir)packages\SqlServerCompact.4.0.8482.1\NativeBinaries\amd64\*.*" "$(TargetDir)amd64"</PostBuildEvent>
|
|
|
|
|
</PropertyGroup>
|
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>
|
|
|
|
|
-->
|
|
|
|
|
</Project>
|