2013-04-24 21:27:49 -07:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2012-11-02 00:35:49 -07:00
|
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
|
|
<PropertyGroup>
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
|
<ProjectGuid>{FD286DF8-2D3A-4394-8AD5-443FADE55FB2}</ProjectGuid>
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
<RootNamespace>NzbDrone.Api</RootNamespace>
|
|
|
|
<AssemblyName>NzbDrone.Api</AssemblyName>
|
|
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
|
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
|
|
|
|
<RestorePackages>true</RestorePackages>
|
2013-04-02 19:20:05 -07:00
|
|
|
<TargetFrameworkProfile>
|
|
|
|
</TargetFrameworkProfile>
|
2012-11-02 00:35:49 -07:00
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
<Optimize>false</Optimize>
|
|
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
<OutputPath>bin\x86\Debug\</OutputPath>
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
|
|
|
<OutputPath>bin\x86\Release\</OutputPath>
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
</PropertyGroup>
|
2013-02-17 11:19:38 -08:00
|
|
|
<PropertyGroup>
|
|
|
|
<StartupObject />
|
|
|
|
</PropertyGroup>
|
2012-11-02 00:35:49 -07:00
|
|
|
<ItemGroup>
|
2013-05-03 19:30:08 -07:00
|
|
|
<Reference Include="FluentValidation, Version=4.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
<HintPath>..\packages\FluentValidation.4.0.0.0\lib\Net40\FluentValidation.dll</HintPath>
|
2013-01-28 10:06:54 -08:00
|
|
|
</Reference>
|
2013-05-23 18:41:17 -07:00
|
|
|
<Reference Include="Microsoft.AspNet.SignalR.Core, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
<HintPath>..\packages\Microsoft.AspNet.SignalR.Core.1.1.1\lib\net40\Microsoft.AspNet.SignalR.Core.dll</HintPath>
|
2013-05-05 14:24:33 -07:00
|
|
|
</Reference>
|
2013-02-17 11:19:38 -08:00
|
|
|
<Reference Include="Nancy, Version=0.16.1.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
<HintPath>..\packages\Nancy.0.16.1\lib\net40\Nancy.dll</HintPath>
|
2012-11-02 00:35:49 -07:00
|
|
|
</Reference>
|
2013-05-21 17:58:57 -07:00
|
|
|
<Reference Include="Nancy.Authentication.Basic">
|
|
|
|
<HintPath>..\packages\Nancy.Authentication.Basic.0.16.1\lib\net40\Nancy.Authentication.Basic.dll</HintPath>
|
|
|
|
</Reference>
|
2013-04-22 19:07:21 -07:00
|
|
|
<Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
<HintPath>..\packages\Newtonsoft.Json.5.0.3\lib\net35\Newtonsoft.Json.dll</HintPath>
|
|
|
|
</Reference>
|
2013-04-12 15:37:15 -07:00
|
|
|
<Reference Include="NLog, Version=2.0.1.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
|
2013-01-18 20:46:43 -08:00
|
|
|
<SpecificVersion>False</SpecificVersion>
|
2013-04-12 15:37:15 -07:00
|
|
|
<HintPath>..\packages\NLog.2.0.1.2\lib\net40\NLog.dll</HintPath>
|
2013-01-18 20:46:43 -08:00
|
|
|
</Reference>
|
2013-04-19 17:05:48 -07:00
|
|
|
<Reference Include="Omu.ValueInjecter">
|
|
|
|
<HintPath>..\packages\ValueInjecter.2.3.3\lib\net35\Omu.ValueInjecter.dll</HintPath>
|
|
|
|
</Reference>
|
2012-11-02 00:35:49 -07:00
|
|
|
<Reference Include="System" />
|
|
|
|
<Reference Include="System.Core" />
|
|
|
|
<Reference Include="Microsoft.CSharp" />
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
2013-06-01 23:41:30 -07:00
|
|
|
<Compile Include="..\NzbDrone.Common\Properties\SharedAssemblyInfo.cs">
|
|
|
|
<Link>Properties\SharedAssemblyInfo.cs</Link>
|
|
|
|
</Compile>
|
2013-05-22 19:12:36 -07:00
|
|
|
<Compile Include="Authentication\AuthenticationService.cs" />
|
|
|
|
<Compile Include="Authentication\EnableBasicAuthInNancy.cs" />
|
2013-05-21 17:58:57 -07:00
|
|
|
<Compile Include="Authentication\NzbDroneUser.cs" />
|
2013-02-23 09:42:46 -08:00
|
|
|
<Compile Include="Calendar\CalendarModule.cs" />
|
2013-05-28 17:44:29 -07:00
|
|
|
<Compile Include="ClientSchema\SchemaDeserializer.cs" />
|
2013-04-30 23:43:14 -07:00
|
|
|
<Compile Include="ClientSchema\FieldDefinitionAttribute.cs" />
|
|
|
|
<Compile Include="ClientSchema\Field.cs" />
|
|
|
|
<Compile Include="ClientSchema\SchemaBuilder.cs" />
|
2013-06-13 00:20:33 -07:00
|
|
|
<Compile Include="ClientSchema\SelectOption.cs" />
|
2013-06-15 14:42:30 -07:00
|
|
|
<Compile Include="Client\ClientSettings.cs" />
|
2013-04-26 19:03:34 -07:00
|
|
|
<Compile Include="Commands\CommandModule.cs" />
|
|
|
|
<Compile Include="Commands\CommandResource.cs" />
|
2013-02-05 22:28:56 -08:00
|
|
|
<Compile Include="Directories\DirectoryModule.cs" />
|
2013-03-02 11:13:23 -08:00
|
|
|
<Compile Include="Episodes\EpisodeModule.cs" />
|
|
|
|
<Compile Include="Episodes\EpisodeResource.cs" />
|
2013-06-10 17:17:57 -07:00
|
|
|
<Compile Include="Extensions\GZipPipeline.cs" />
|
2013-02-23 12:35:26 -08:00
|
|
|
<Compile Include="Extensions\NancyJsonSerializer.cs" />
|
2013-05-16 20:03:52 -07:00
|
|
|
<Compile Include="Frontend\MediaCoverMapper.cs" />
|
|
|
|
<Compile Include="Frontend\IMapHttpRequestsToDisk.cs" />
|
2013-03-29 16:00:38 -07:00
|
|
|
<Compile Include="Frontend\IndexModule.cs" />
|
|
|
|
<Compile Include="Frontend\StaticResourceProvider.cs" />
|
|
|
|
<Compile Include="Frontend\StaticResourceMapper.cs" />
|
2013-05-02 23:53:32 -07:00
|
|
|
<Compile Include="History\HistoryResource.cs" />
|
|
|
|
<Compile Include="History\HistoryModule.cs" />
|
2013-05-27 17:19:07 -07:00
|
|
|
<Compile Include="Indexers\IndexerSchemaModule.cs" />
|
2013-04-27 17:25:28 -07:00
|
|
|
<Compile Include="Indexers\IndexerModule.cs" />
|
|
|
|
<Compile Include="Indexers\IndexerResource.cs" />
|
2013-04-28 12:46:13 -07:00
|
|
|
<Compile Include="Indexers\ReleaseModule.cs" />
|
2013-06-01 23:41:30 -07:00
|
|
|
<Compile Include="Extensions\LazyExtensions.cs" />
|
2013-06-06 17:17:57 -07:00
|
|
|
<Compile Include="Indexers\ReleaseResource.cs" />
|
2013-06-04 17:49:53 -07:00
|
|
|
<Compile Include="Logs\LogModule.cs" />
|
|
|
|
<Compile Include="Logs\LogResource.cs" />
|
2013-04-28 12:46:13 -07:00
|
|
|
<Compile Include="Mapping\CloneInjection.cs" />
|
2013-04-21 14:04:09 -07:00
|
|
|
<Compile Include="Mapping\MappingValidation.cs" />
|
|
|
|
<Compile Include="Mapping\ResourceMappingException.cs" />
|
|
|
|
<Compile Include="Mapping\ValueInjectorExtensions.cs" />
|
2013-03-20 20:02:57 -07:00
|
|
|
<Compile Include="Missing\MissingModule.cs" />
|
2013-05-24 18:51:25 -07:00
|
|
|
<Compile Include="Notifications\NotificationSchemaModule.cs" />
|
2013-05-19 18:32:05 -07:00
|
|
|
<Compile Include="Notifications\NotificationModule.cs" />
|
|
|
|
<Compile Include="Notifications\NotificationResource.cs" />
|
2013-04-20 15:14:41 -07:00
|
|
|
<Compile Include="NzbDroneRestModule.cs" />
|
2013-05-01 22:50:34 -07:00
|
|
|
<Compile Include="PagingResource.cs" />
|
2013-04-27 17:25:28 -07:00
|
|
|
<Compile Include="REST\BadRequestException.cs" />
|
2013-04-20 15:14:41 -07:00
|
|
|
<Compile Include="REST\ResourceValidator.cs" />
|
2013-04-19 17:05:28 -07:00
|
|
|
<Compile Include="REST\RestModule.cs" />
|
|
|
|
<Compile Include="REST\RestResource.cs" />
|
2013-01-28 17:59:18 -08:00
|
|
|
<Compile Include="RootFolders\RootFolderModule.cs" />
|
2013-04-21 20:18:08 -07:00
|
|
|
<Compile Include="RootFolders\RootFolderResource.cs" />
|
2013-05-05 17:33:43 -07:00
|
|
|
<Compile Include="RootFolders\RootFolderConnection.cs" />
|
2013-03-03 14:26:41 -08:00
|
|
|
<Compile Include="Seasons\SeasonModule.cs" />
|
2013-05-05 14:24:33 -07:00
|
|
|
<Compile Include="Series\SeriesConnection.cs" />
|
2013-02-13 00:32:17 -06:00
|
|
|
<Compile Include="Series\SeriesResource.cs" />
|
2013-01-19 17:37:48 -08:00
|
|
|
<Compile Include="Series\SeriesModule.cs" />
|
2013-01-28 10:06:54 -08:00
|
|
|
<Compile Include="Series\SeriesLookupModule.cs" />
|
2013-02-18 17:13:42 -08:00
|
|
|
<Compile Include="ErrorManagement\ApiException.cs" />
|
|
|
|
<Compile Include="NancyBootstrapper.cs" />
|
|
|
|
<Compile Include="ErrorManagement\ErrorHandler.cs" />
|
|
|
|
<Compile Include="ErrorManagement\ErrorModel.cs" />
|
2013-05-10 16:53:50 -07:00
|
|
|
<Compile Include="ErrorManagement\NzbDroneErrorPipeline.cs" />
|
2012-11-02 00:35:49 -07:00
|
|
|
<Compile Include="Exceptions\InvalidApiKeyException.cs" />
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
2013-01-19 17:37:48 -08:00
|
|
|
<Compile Include="NzbDroneApiModule.cs" />
|
2013-05-19 17:30:02 -07:00
|
|
|
<Compile Include="Qualities\QualityProfileResource.cs" />
|
|
|
|
<Compile Include="Qualities\QualityProfilesModule.cs" />
|
|
|
|
<Compile Include="Qualities\QualitySizeResource.cs" />
|
|
|
|
<Compile Include="Qualities\QualitySizeModule.cs" />
|
2013-02-23 12:35:26 -08:00
|
|
|
<Compile Include="Extensions\RequestExtensions.cs" />
|
2013-04-24 21:27:49 -07:00
|
|
|
<Compile Include="Config\SettingsModule.cs" />
|
2013-05-05 14:24:33 -07:00
|
|
|
<Compile Include="SignalR\BasicResourceConnection.cs" />
|
2013-05-05 17:33:43 -07:00
|
|
|
<Compile Include="SignalR\Serializer.cs" />
|
2013-05-05 14:24:33 -07:00
|
|
|
<Compile Include="SignalR\SignalrDependencyResolver.cs" />
|
|
|
|
<Compile Include="SignalR\NzbDronePersistentConnection.cs" />
|
2013-05-20 13:22:27 -07:00
|
|
|
<Compile Include="System\SystemModule.cs" />
|
2013-04-02 19:20:05 -07:00
|
|
|
<Compile Include="TinyIoCNancyBootstrapper.cs" />
|
2013-05-19 17:30:02 -07:00
|
|
|
<Compile Include="Update\UpdateModule.cs" />
|
2013-04-20 15:14:41 -07:00
|
|
|
<Compile Include="Validation\IdValidationRule.cs" />
|
2012-11-02 00:35:49 -07:00
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<None Include="packages.config" />
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
2013-05-31 19:49:15 -07:00
|
|
|
<ProjectReference Include="..\Marr.Data\Marr.Data.csproj">
|
|
|
|
<Project>{F6FC6BE7-0847-4817-A1ED-223DC647C3D7}</Project>
|
|
|
|
<Name>Marr.Data</Name>
|
|
|
|
</ProjectReference>
|
2012-11-02 00:35:49 -07:00
|
|
|
<ProjectReference Include="..\NzbDrone.Common\NzbDrone.Common.csproj">
|
|
|
|
<Project>{f2be0fdf-6e47-4827-a420-dd4ef82407f8}</Project>
|
|
|
|
<Name>NzbDrone.Common</Name>
|
|
|
|
</ProjectReference>
|
|
|
|
<ProjectReference Include="..\NzbDrone.Core\NzbDrone.Core.csproj">
|
|
|
|
<Project>{ff5ee3b6-913b-47ce-9ceb-11c51b4e1205}</Project>
|
|
|
|
<Name>NzbDrone.Core</Name>
|
|
|
|
</ProjectReference>
|
|
|
|
</ItemGroup>
|
2012-11-03 11:23:47 -07:00
|
|
|
<ItemGroup />
|
2012-11-02 00:35:49 -07:00
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
|
<Import Project="$(SolutionDir)\.nuget\nuget.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>
|