|
|
|
|
<?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>{F2BE0FDF-6E47-4827-A420-DD4EF82407F8}</ProjectGuid>
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
<RootNamespace>NzbDrone.Common</RootNamespace>
|
|
|
|
|
<AssemblyName>NzbDrone.Common</AssemblyName>
|
|
|
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
|
|
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
|
|
|
|
|
<RestorePackages>true</RestorePackages>
|
|
|
|
|
<TargetFrameworkProfile>
|
|
|
|
|
</TargetFrameworkProfile>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<OutputPath>..\..\_output\</OutputPath>
|
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
<Optimize>false</Optimize>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
|
|
|
|
<OutputPath>..\..\_output\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>..\packages\Newtonsoft.Json.6.0.6\lib\net40\Newtonsoft.Json.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.Configuration" />
|
|
|
|
|
<Reference Include="System.Configuration.Install" />
|
|
|
|
|
<Reference Include="System.Core" />
|
|
|
|
|
<Reference Include="System.Data" />
|
|
|
|
|
<Reference Include="System.ServiceProcess" />
|
|
|
|
|
<Reference Include="Microsoft.CSharp" />
|
|
|
|
|
<Reference Include="ICSharpCode.SharpZipLib">
|
|
|
|
|
<HintPath>..\packages\SharpZipLib.0.86.0\lib\20\ICSharpCode.SharpZipLib.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="NLog">
|
|
|
|
|
<HintPath>..\packages\NLog.2.1.0\lib\net40\NLog.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
|
<Reference Include="System.Xml.Linq" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Include="ArchiveService.cs" />
|
|
|
|
|
<Compile Include="Cache\Cached.cs" />
|
|
|
|
|
<Compile Include="Cache\CacheManager.cs" />
|
|
|
|
|
<Compile Include="Cache\ICached.cs" />
|
|
|
|
|
<Compile Include="Cloud\CloudClient.cs" />
|
|
|
|
|
<Compile Include="Composition\Container.cs" />
|
|
|
|
|
<Compile Include="Composition\ContainerBuilderBase.cs" />
|
|
|
|
|
<Compile Include="Composition\IContainer.cs" />
|
|
|
|
|
<Compile Include="ConsoleService.cs" />
|
|
|
|
|
<Compile Include="ConvertBase32.cs" />
|
|
|
|
|
<Compile Include="Crypto\HashProvider.cs" />
|
|
|
|
|
<Compile Include="DictionaryExtensions.cs" />
|
|
|
|
|
<Compile Include="Disk\OsPath.cs" />
|
|
|
|
|
<Compile Include="Disk\DiskProviderBase.cs" />
|
|
|
|
|
<Compile Include="Disk\IDiskProvider.cs" />
|
|
|
|
|
<Compile Include="Disk\TransferMode.cs" />
|
|
|
|
|
<Compile Include="EnsureThat\Ensure.cs" />
|
|
|
|
|
<Compile Include="EnsureThat\EnsureBoolExtensions.cs" />
|
|
|
|
|
<Compile Include="EnsureThat\EnsureCollectionExtensions.cs" />
|
|
|
|
|
<Compile Include="EnsureThat\EnsureDateTimeExtensions.cs" />
|
|
|
|
|
<Compile Include="EnsureThat\EnsureDecimalExtensions.cs" />
|
|
|
|
|
<Compile Include="EnsureThat\EnsureDoubleExtensions.cs" />
|
|
|
|
|
<Compile Include="EnsureThat\EnsureGuidExtensions.cs" />
|
|
|
|
|
<Compile Include="EnsureThat\EnsureIntExtensions.cs" />
|
|
|
|
|
<Compile Include="EnsureThat\EnsureLongExtensions.cs" />
|
|
|
|
|
<Compile Include="EnsureThat\EnsureNullableValueTypeExtensions.cs" />
|
|
|
|
|
<Compile Include="EnsureThat\EnsureObjectExtensions.cs" />
|
|
|
|
|
<Compile Include="EnsureThat\EnsureShortExtensions.cs" />
|
|
|
|
|
<Compile Include="EnsureThat\EnsureStringExtensions.cs" />
|
|
|
|
|
<Compile Include="EnsureThat\EnsureTypeExtensions.cs" />
|
|
|
|
|
<Compile Include="EnsureThat\ExceptionFactory.cs" />
|
|
|
|
|
<Compile Include="EnsureThat\ExpressionExtensions.cs" />
|
|
|
|
|
<Compile Include="EnsureThat\Param.cs" />
|
|
|
|
|
<Compile Include="EnsureThat\Resources\ExceptionMessages.Designer.cs" />
|
|
|
|
|
<Compile Include="EnsureThat\TypeParam.cs" />
|
|
|
|
|
<Compile Include="EnvironmentInfo\AppFolderFactory.cs" />
|
|
|
|
|
<Compile Include="EnvironmentInfo\AppFolderInfo.cs" />
|
|
|
|
|
<Compile Include="EnvironmentInfo\BuildInfo.cs" />
|
|
|
|
|
<Compile Include="EnvironmentInfo\OsInfo.cs" />
|
|
|
|
|
<Compile Include="EnvironmentInfo\IRuntimeInfo.cs" />
|
|
|
|
|
<Compile Include="EnvironmentInfo\RuntimeInfoBase.cs" />
|
|
|
|
|
<Compile Include="EnvironmentInfo\StartupContext.cs" />
|
|
|
|
|
<Compile Include="Exceptions\NotParentException.cs" />
|
|
|
|
|
<Compile Include="Exceptions\NzbDroneException.cs" />
|
|
|
|
|
<Compile Include="Exceptron\Configuration\ExceptronConfiguration.cs" />
|
|
|
|
|
<Compile Include="Exceptron\ExceptionData.cs" />
|
|
|
|
|
<Compile Include="Exceptron\ExceptionExtentions.cs" />
|
|
|
|
|
<Compile Include="Exceptron\ExceptionSeverity.cs" />
|
|
|
|
|
<Compile Include="Exceptron\ExceptronApiException.cs" />
|
|
|
|
|
<Compile Include="Exceptron\ExceptronClient.cs" />
|
|
|
|
|
<Compile Include="Exceptron\fastJSON\Getters.cs" />
|
|
|
|
|
<Compile Include="Exceptron\fastJSON\JSON.cs" />
|
|
|
|
|
<Compile Include="Exceptron\fastJSON\JsonParser.cs" />
|
|
|
|
|
<Compile Include="Exceptron\fastJSON\JsonSerializer.cs" />
|
|
|
|
|
<Compile Include="Exceptron\fastJSON\SafeDictionary.cs" />
|
|
|
|
|
<Compile Include="Exceptron\IExceptronClient.cs" />
|
|
|
|
|
<Compile Include="Exceptron\IRestClient.cs" />
|
|
|
|
|
<Compile Include="Exceptron\Message\ExceptionReport.cs" />
|
|
|
|
|
<Compile Include="Exceptron\Message\ExceptionResponse.cs" />
|
|
|
|
|
<Compile Include="Exceptron\Message\Frame.cs" />
|
|
|
|
|
<Compile Include="Exceptron\RestClient.cs" />
|
|
|
|
|
<Compile Include="Expansive\CircularReferenceException.cs" />
|
|
|
|
|
<Compile Include="Expansive\Expansive.cs" />
|
|
|
|
|
<Compile Include="Expansive\PatternStyle.cs" />
|
|
|
|
|
<Compile Include="Expansive\Tree.cs" />
|
|
|
|
|
<Compile Include="Expansive\TreeNode.cs" />
|
|
|
|
|
<Compile Include="Expansive\TreeNodeList.cs" />
|
|
|
|
|
<Compile Include="Extensions\Base64Extentions.cs" />
|
|
|
|
|
<Compile Include="Extensions\DateTimeExtensions.cs" />
|
|
|
|
|
<Compile Include="Extensions\Int64Extensions.cs" />
|
|
|
|
|
<Compile Include="Extensions\StreamExtensions.cs" />
|
|
|
|
|
<Compile Include="Extensions\XmlExtentions.cs" />
|
|
|
|
|
<Compile Include="HashUtil.cs" />
|
|
|
|
|
<Compile Include="Http\GZipWebClient.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Http\HttpAccept.cs" />
|
|
|
|
|
<Compile Include="Http\HttpClient.cs" />
|
|
|
|
|
<Compile Include="Http\HttpException.cs" />
|
|
|
|
|
<Compile Include="Http\HttpHeader.cs" />
|
|
|
|
|
<Compile Include="Http\HttpMethod.cs" />
|
|
|
|
|
<Compile Include="Http\HttpProvider.cs" />
|
|
|
|
|
<Compile Include="Http\HttpRequest.cs" />
|
|
|
|
|
<Compile Include="Http\HttpResponse.cs" />
|
|
|
|
|
<Compile Include="Http\JsonRpcRequestBuilder.cs" />
|
|
|
|
|
<Compile Include="Http\JsonRpcResponse.cs" />
|
|
|
|
|
<Compile Include="Http\NzbDroneWebClient.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Http\HttpRequestBuilder.cs" />
|
|
|
|
|
<Compile Include="Http\UriExtensions.cs" />
|
|
|
|
|
<Compile Include="IEnumerableExtensions.cs" />
|
|
|
|
|
<Compile Include="Instrumentation\CleanseLogMessage.cs" />
|
|
|
|
|
<Compile Include="Instrumentation\ExceptronTarget.cs" />
|
|
|
|
|
<Compile Include="Instrumentation\Extensions\LoggerProgressExtensions.cs" />
|
|
|
|
|
<Compile Include="Instrumentation\GlobalExceptionHandlers.cs" />
|
|
|
|
|
<Compile Include="Instrumentation\LogEventExtensions.cs" />
|
|
|
|
|
<Compile Include="Instrumentation\LogTargets.cs" />
|
|
|
|
|
<Compile Include="Instrumentation\NzbDroneFileTarget.cs" />
|
|
|
|
|
<Compile Include="Instrumentation\NzbDroneLogger.cs" />
|
|
|
|
|
<Compile Include="Instrumentation\VersionLayoutRenderer.cs" />
|
|
|
|
|
<Compile Include="LevenstheinExtensions.cs" />
|
|
|
|
|
<Compile Include="Messaging\IEvent.cs" />
|
|
|
|
|
<Compile Include="Messaging\IMessage.cs" />
|
|
|
|
|
<Compile Include="Model\ProcessInfo.cs" />
|
|
|
|
|
<Compile Include="PathEqualityComparer.cs" />
|
|
|
|
|
<Compile Include="PathExtensions.cs" />
|
|
|
|
|
<Compile Include="Processes\PidFileProvider.cs" />
|
|
|
|
|
<Compile Include="Processes\ProcessOutput.cs" />
|
|
|
|
|
<Compile Include="Processes\ProcessProvider.cs" />
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
<Compile Include="Properties\SharedAssemblyInfo.cs" />
|
|
|
|
|
<Compile Include="RateGate.cs" />
|
|
|
|
|
<Compile Include="Reflection\ReflectionExtensions.cs" />
|
|
|
|
|
<Compile Include="ResourceExtensions.cs" />
|
|
|
|
|
<Compile Include="Security\IgnoreCertErrorPolicy.cs" />
|
|
|
|
|
<Compile Include="Serializer\IntConverter.cs" />
|
|
|
|
|
<Compile Include="Serializer\Json.cs" />
|
|
|
|
|
<Compile Include="ServiceFactory.cs" />
|
|
|
|
|
<Compile Include="ServiceProvider.cs" />
|
|
|
|
|
<Compile Include="Services.cs" />
|
|
|
|
|
<Compile Include="StringExtensions.cs" />
|
|
|
|
|
<Compile Include="TinyIoC.cs" />
|
|
|
|
|
<Compile Include="TPL\LimitedConcurrencyLevelTaskScheduler.cs" />
|
|
|
|
|
<Compile Include="TPL\TaskExtensions.cs" />
|
|
|
|
|
<Compile Include="TryParseExtension.cs" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="app.config" />
|
|
|
|
|
<None Include="packages.config">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</None>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<EmbeddedResource Include="EnsureThat\Resources\ExceptionMessages.resx" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="Exceptron\fastJSON\license.txt" />
|
|
|
|
|
<Content Include="Expansive\license.txt" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup />
|
|
|
|
|
<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>
|