2010-09-23 03:19:47 +00: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 19:01:43 +00:00
|
|
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
2010-09-23 03:19:47 +00: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-01 23:11:09 +00:00
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
2010-09-23 03:19:47 +00: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 07:05:45 +00:00
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
2010-09-23 03:19:47 +00:00
|
|
|
|
<CodeAnalysisLogFile>bin\Debug\SABSync.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
|
|
|
|
<CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
|
|
|
|
<CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
2011-05-27 02:12:28 +00:00
|
|
|
|
<CodeAnalysisRuleSet>Properties\AnalysisRules.ruleset</CodeAnalysisRuleSet>
|
2010-09-23 03:19:47 +00: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-04-05 02:59:33 +00:00
|
|
|
|
<Reference Include="Castle.Core">
|
|
|
|
|
<HintPath>Libraries\Castle.Core.dll</HintPath>
|
|
|
|
|
</Reference>
|
2010-10-15 07:10:44 +00:00
|
|
|
|
<Reference Include="Exceptioneer.WindowsFormsClient, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>Libraries\Exceptioneer.WindowsFormsClient.dll</HintPath>
|
|
|
|
|
</Reference>
|
2011-03-29 05:10:37 +00:00
|
|
|
|
<Reference Include="Ninject, Version=2.2.0.0, Culture=neutral, PublicKeyToken=c7192dc5380945e7, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>..\packages\Ninject.2.2.1.0\lib\.NetFramework 4.0\Ninject.dll</HintPath>
|
|
|
|
|
</Reference>
|
2011-05-30 07:22:20 +00:00
|
|
|
|
<Reference Include="NLog, Version=2.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
|
2011-04-05 02:59:33 +00:00
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
2011-05-30 07:22:20 +00:00
|
|
|
|
<HintPath>..\Libraries\NLog.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="SubSonic.Core">
|
|
|
|
|
<HintPath>..\Libraries\SubSonic.Core.dll</HintPath>
|
2010-10-01 00:09:22 +00:00
|
|
|
|
</Reference>
|
2010-09-23 03:19:47 +00:00
|
|
|
|
<Reference Include="System" />
|
2011-02-11 01:22:29 +00:00
|
|
|
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
2010-09-23 03:19:47 +00:00
|
|
|
|
<Reference Include="System.configuration" />
|
|
|
|
|
<Reference Include="System.Core" />
|
2010-10-17 17:22:48 +00:00
|
|
|
|
<Reference Include="System.Data" />
|
2011-05-30 07:05:45 +00:00
|
|
|
|
<Reference Include="System.Data.SQLite, Version=1.0.66.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=x86">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>Libraries\System.Data.SQLite.dll</HintPath>
|
|
|
|
|
</Reference>
|
2010-09-23 03:19:47 +00:00
|
|
|
|
<Reference Include="System.Runtime.Serialization" />
|
2010-10-02 19:01:43 +00:00
|
|
|
|
<Reference Include="System.ServiceModel" />
|
2010-09-24 02:19:55 +00:00
|
|
|
|
<Reference Include="System.Web" />
|
2010-10-30 02:46:32 +00:00
|
|
|
|
<Reference Include="System.Web.Extensions" />
|
2010-09-28 03:40:01 +00:00
|
|
|
|
<Reference Include="System.XML" />
|
|
|
|
|
<Reference Include="System.Xml.Linq" />
|
2011-04-05 02:59:33 +00:00
|
|
|
|
<Reference Include="TvdbLib">
|
|
|
|
|
<HintPath>Libraries\TvdbLib.dll</HintPath>
|
|
|
|
|
</Reference>
|
2010-09-23 03:19:47 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2011-05-23 23:29:14 +00:00
|
|
|
|
<Compile Include="Datastore\Connection.cs" />
|
|
|
|
|
<Compile Include="Datastore\MigrationLogger.cs" />
|
|
|
|
|
<Compile Include="Datastore\Migrations.cs" />
|
|
|
|
|
<Compile Include="Datastore\RepositoryProvider.cs" />
|
2011-03-03 08:50:33 +00:00
|
|
|
|
<Compile Include="Helpers\EpisodeRenameHelper.cs" />
|
|
|
|
|
<Compile Include="Helpers\EpisodeSortingHelper.cs" />
|
2011-03-17 07:40:23 +00:00
|
|
|
|
<Compile Include="Helpers\SceneNameHelper.cs" />
|
2010-10-24 07:46:58 +00:00
|
|
|
|
<Compile Include="Instrumentation\LogProvider.cs" />
|
|
|
|
|
<Compile Include="Instrumentation\SubsonicTarget.cs" />
|
|
|
|
|
<Compile Include="Instrumentation\ExceptioneerTarget.cs" />
|
|
|
|
|
<Compile Include="Instrumentation\NlogWriter.cs" />
|
2011-05-11 06:46:26 +00:00
|
|
|
|
<Compile Include="Model\ConnectionInfoModel.cs" />
|
2011-04-29 06:06:13 +00:00
|
|
|
|
<Compile Include="Model\ExternalNotificationType.cs" />
|
2011-05-10 06:32:33 +00:00
|
|
|
|
<Compile Include="Model\LanguageType.cs" />
|
2011-05-28 19:23:35 +00:00
|
|
|
|
<Compile Include="Model\Quality.cs" />
|
2011-04-25 20:21:52 +00:00
|
|
|
|
<Compile Include="Model\SabnzbdInfoModel.cs" />
|
2011-05-20 05:52:05 +00:00
|
|
|
|
<Compile Include="Providers\DownloadProvider.cs" />
|
2011-04-29 06:06:13 +00:00
|
|
|
|
<Compile Include="Providers\ExternalNotification\ExternalNotificationProviderBase.cs" />
|
|
|
|
|
<Compile Include="Providers\ExternalNotification\XbmcNotificationProvider.cs" />
|
2011-05-26 04:25:59 +00:00
|
|
|
|
<Compile Include="Providers\InventoryProvider.cs" />
|
2011-04-25 18:16:38 +00:00
|
|
|
|
<Compile Include="Providers\Indexer\SyndicationFeedXmlReader.cs" />
|
2011-04-25 07:42:29 +00:00
|
|
|
|
<Compile Include="Providers\AutoConfigureProvider.cs" />
|
2011-05-20 04:21:18 +00:00
|
|
|
|
<Compile Include="Providers\Indexer\NzbMatrix.cs" />
|
2011-05-26 05:44:59 +00:00
|
|
|
|
<Compile Include="Providers\Jobs\EpisodeSearchJob.cs" />
|
2011-05-12 02:53:19 +00:00
|
|
|
|
<Compile Include="Providers\Jobs\DeleteSeriesJob.cs" />
|
2011-05-21 00:23:49 +00:00
|
|
|
|
<Compile Include="Providers\Jobs\DiskScanJob.cs" />
|
|
|
|
|
<Compile Include="Providers\Jobs\ImportNewSeriesJob.cs" />
|
2011-04-20 07:44:13 +00:00
|
|
|
|
<Compile Include="Providers\Jobs\JobProvider.cs" />
|
2011-05-20 04:21:18 +00:00
|
|
|
|
<Compile Include="Providers\Indexer\Newzbin.cs" />
|
|
|
|
|
<Compile Include="Providers\Indexer\NzbsRUs.cs" />
|
2011-04-20 07:44:13 +00:00
|
|
|
|
<Compile Include="Providers\Jobs\IJob.cs" />
|
|
|
|
|
<Compile Include="Providers\Jobs\RssSyncJob.cs" />
|
|
|
|
|
<Compile Include="Providers\Jobs\UpdateInfoJob.cs" />
|
2011-04-26 05:54:12 +00:00
|
|
|
|
<Compile Include="Providers\StatsProvider.cs" />
|
2011-04-29 06:06:13 +00:00
|
|
|
|
<Compile Include="Repository\ExternalNotificationSetting.cs" />
|
2011-04-20 07:44:13 +00:00
|
|
|
|
<Compile Include="Repository\JobSetting.cs" />
|
2011-04-19 00:12:06 +00:00
|
|
|
|
<Compile Include="Repository\IndexerSetting.cs" />
|
2011-04-04 03:50:12 +00:00
|
|
|
|
<Compile Include="Model\EpisodeParseResult.cs" />
|
2011-02-22 08:13:16 +00:00
|
|
|
|
<Compile Include="Model\EpisodeRenameModel.cs" />
|
2011-02-26 04:07:22 +00:00
|
|
|
|
<Compile Include="Model\EpisodeSortingType.cs" />
|
2011-02-22 08:13:16 +00:00
|
|
|
|
<Compile Include="Model\EpisodeStatusType.cs" />
|
2011-01-29 06:10:22 +00:00
|
|
|
|
<Compile Include="Model\SabnzbdPriorityType.cs" />
|
2011-03-17 07:40:23 +00:00
|
|
|
|
<Compile Include="Model\SceneNameModel.cs" />
|
2011-04-04 03:50:12 +00:00
|
|
|
|
<Compile Include="Model\SeasonParseResult.cs" />
|
2011-03-23 07:06:22 +00:00
|
|
|
|
<Compile Include="Model\UpcomingEpisodesModel.cs" />
|
2011-05-20 04:21:18 +00:00
|
|
|
|
<Compile Include="Providers\Indexer\IndexerBase.cs" />
|
2011-03-06 21:36:09 +00:00
|
|
|
|
<Compile Include="Providers\ExternalNotificationProvider.cs" />
|
2011-05-20 04:21:18 +00:00
|
|
|
|
<Compile Include="Providers\Indexer\NzbsOrg.cs" />
|
2011-01-29 06:10:22 +00:00
|
|
|
|
<Compile Include="Providers\HistoryProvider.cs" />
|
2011-04-09 00:08:03 +00:00
|
|
|
|
<Compile Include="Providers\BacklogProvider.cs" />
|
2011-01-29 06:10:22 +00:00
|
|
|
|
<Compile Include="Providers\IndexerProvider.cs" />
|
2011-02-03 01:07:36 +00:00
|
|
|
|
<Compile Include="Providers\QualityProvider.cs" />
|
2011-02-22 08:13:16 +00:00
|
|
|
|
<Compile Include="Providers\RenameProvider.cs" />
|
2011-03-09 07:40:48 +00:00
|
|
|
|
<Compile Include="Providers\RootDirProvider.cs" />
|
2011-03-23 07:06:22 +00:00
|
|
|
|
<Compile Include="Providers\UpcomingEpisodesProvider.cs" />
|
2011-03-06 21:36:09 +00:00
|
|
|
|
<Compile Include="Providers\XbmcProvider.cs" />
|
2010-10-21 01:49:23 +00:00
|
|
|
|
<Compile Include="Repository\EpisodeFile.cs" />
|
|
|
|
|
<Compile Include="Model\Notification\BasicNotification.cs" />
|
|
|
|
|
<Compile Include="Model\Notification\ProgressNotificationStatus.cs" />
|
|
|
|
|
<Compile Include="Model\Notification\BasicNotificationType.cs" />
|
2010-10-24 07:46:58 +00:00
|
|
|
|
<Compile Include="Instrumentation\LogConfiguration.cs" />
|
2010-10-21 01:49:23 +00:00
|
|
|
|
<Compile Include="Parser.cs" />
|
2010-10-10 19:00:07 +00:00
|
|
|
|
<Compile Include="Providers\Fakes\FakeNotificationProvider.cs" />
|
2010-10-21 01:49:23 +00:00
|
|
|
|
<Compile Include="Providers\MediaFileProvider.cs" />
|
2010-10-17 17:22:48 +00:00
|
|
|
|
<Compile Include="Providers\SyncProvider.cs" />
|
2010-10-21 01:49:23 +00:00
|
|
|
|
<Compile Include="Model\Notification\ProgressNotification.cs" />
|
2010-10-08 03:35:04 +00:00
|
|
|
|
<Compile Include="Providers\NotificationProvider.cs" />
|
2011-04-04 03:50:12 +00:00
|
|
|
|
<Compile Include="Providers\Core\ConfigProvider.cs" />
|
2010-09-28 05:01:54 +00:00
|
|
|
|
<Compile Include="Providers\EpisodeProvider.cs" />
|
2011-04-04 03:50:12 +00:00
|
|
|
|
<Compile Include="Providers\Core\HttpProvider.cs" />
|
2010-09-28 04:25:41 +00:00
|
|
|
|
<Compile Include="Providers\SabProvider.cs" />
|
2010-10-05 06:21:18 +00:00
|
|
|
|
<Compile Include="Providers\SeasonProvider.cs" />
|
2010-10-21 01:49:23 +00:00
|
|
|
|
<Compile Include="Repository\Episode.cs" />
|
2010-10-24 07:46:58 +00:00
|
|
|
|
<Compile Include="Instrumentation\Log.cs" />
|
2011-01-29 06:10:22 +00:00
|
|
|
|
<Compile Include="Repository\History.cs" />
|
2010-10-21 01:49:23 +00:00
|
|
|
|
<Compile Include="Repository\Config.cs" />
|
|
|
|
|
<Compile Include="Repository\Quality\QualityProfile.cs" />
|
2011-03-09 07:40:48 +00:00
|
|
|
|
<Compile Include="Repository\RootDir.cs" />
|
2010-10-21 01:49:23 +00:00
|
|
|
|
<Compile Include="Repository\Season.cs" />
|
|
|
|
|
<Compile Include="Repository\Quality\QualityTypes.cs" />
|
|
|
|
|
<Compile Include="Repository\Series.cs" />
|
2010-10-05 06:21:18 +00:00
|
|
|
|
<Compile Include="CentralDispatch.cs" />
|
2010-09-23 03:19:47 +00:00
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
2011-04-04 03:50:12 +00:00
|
|
|
|
<Compile Include="Providers\Core\DiskProvider.cs" />
|
2010-09-28 04:25:41 +00:00
|
|
|
|
<Compile Include="Providers\SeriesProvider.cs" />
|
|
|
|
|
<Compile Include="Providers\TvDbProvider.cs" />
|
2011-04-22 02:23:31 +00:00
|
|
|
|
<Compile Include="WebTimer.cs" />
|
2010-09-23 03:19:47 +00: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 05:10:37 +00:00
|
|
|
|
<None Include="packages.config" />
|
2011-05-27 02:12:28 +00:00
|
|
|
|
<None Include="Properties\AnalysisRules.ruleset" />
|
2010-10-17 17:22:48 +00:00
|
|
|
|
</ItemGroup>
|
2011-05-24 00:34:57 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\Migrator.net\Migrator.Framework\Migrator.Framework.csproj">
|
|
|
|
|
<Project>{5270F048-E580-486C-B14C-E5B9F6E539D4}</Project>
|
|
|
|
|
<Name>Migrator.Framework</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\Migrator.net\Migrator.Providers\Migrator.Providers.csproj">
|
|
|
|
|
<Project>{D58C68E4-D789-40F7-9078-C9F587D4363C}</Project>
|
|
|
|
|
<Name>Migrator.Providers</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\Migrator.net\Migrator\Migrator.csproj">
|
|
|
|
|
<Project>{1FEE70A4-AAD7-4C60-BE60-3F7DC03A8C4D}</Project>
|
|
|
|
|
<Name>Migrator</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemGroup>
|
2010-09-23 03:19:47 +00:00
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
|
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
|
|
|
<Target Name="BeforeBuild">
|
|
|
|
|
</Target>
|
|
|
|
|
<Target Name="AfterBuild">
|
|
|
|
|
</Target>
|
|
|
|
|
-->
|
|
|
|
|
</Project>
|