2013-04-20 00:05:48 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2011-10-23 05:26:43 +00:00
|
|
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</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>
|
2012-04-30 06:45:20 +00:00
|
|
|
|
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
|
|
|
|
|
<RestorePackages>true</RestorePackages>
|
2013-04-03 02:20:05 +00:00
|
|
|
|
<TargetFrameworkProfile>
|
|
|
|
|
</TargetFrameworkProfile>
|
2011-10-23 05:26:43 +00:00
|
|
|
|
</PropertyGroup>
|
2012-09-19 16:18:03 +00:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
2013-07-31 05:55:58 +00:00
|
|
|
|
<OutputPath>..\_output\</OutputPath>
|
2012-09-19 16:18:03 +00:00
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
2013-07-31 05:55:58 +00:00
|
|
|
|
<OutputPath>..\_output\</OutputPath>
|
2012-09-19 16:18:03 +00:00
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
2013-02-16 22:01:18 +00:00
|
|
|
|
</PropertyGroup>
|
2011-10-23 05:26:43 +00:00
|
|
|
|
<ItemGroup>
|
2013-07-18 23:36:49 +00:00
|
|
|
|
<Reference Include="ICSharpCode.SharpZipLib">
|
|
|
|
|
<HintPath>..\packages\SharpZipLib.0.86.0\lib\20\ICSharpCode.SharpZipLib.dll</HintPath>
|
2013-03-05 05:33:34 +00:00
|
|
|
|
</Reference>
|
2013-05-24 03:23:59 +00:00
|
|
|
|
<Reference Include="Loggly, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
2013-08-31 02:32:30 +00:00
|
|
|
|
<HintPath>..\packages\loggly-csharp.2.3\lib\net35\Loggly.dll</HintPath>
|
2013-05-24 03:23:59 +00:00
|
|
|
|
</Reference>
|
2013-04-16 00:08:06 +00:00
|
|
|
|
<Reference Include="Microsoft.CSharp" />
|
2012-12-11 07:57:42 +00:00
|
|
|
|
<Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
2013-08-05 22:49:41 +00:00
|
|
|
|
<HintPath>..\packages\Newtonsoft.Json.5.0.6\lib\net40\Newtonsoft.Json.dll</HintPath>
|
2012-12-11 07:57:42 +00:00
|
|
|
|
</Reference>
|
2013-04-12 22:37:15 +00:00
|
|
|
|
<Reference Include="NLog, Version=2.0.1.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>..\packages\NLog.2.0.1.2\lib\net40\NLog.dll</HintPath>
|
2011-10-23 05:26:43 +00:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System" />
|
2013-06-06 04:33:16 +00:00
|
|
|
|
<Reference Include="System.Configuration" />
|
2011-10-23 05:26:43 +00:00
|
|
|
|
<Reference Include="System.Configuration.Install" />
|
|
|
|
|
<Reference Include="System.Core" />
|
|
|
|
|
<Reference Include="System.ServiceProcess" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2013-03-05 05:33:34 +00:00
|
|
|
|
<Compile Include="ArchiveProvider.cs" />
|
2013-05-01 01:11:00 +00:00
|
|
|
|
<Compile Include="Cache\Cached.cs" />
|
|
|
|
|
<Compile Include="Cache\CacheManger.cs" />
|
|
|
|
|
<Compile Include="Cache\ICached.cs" />
|
2013-05-10 23:53:50 +00:00
|
|
|
|
<Compile Include="Composition\Container.cs" />
|
|
|
|
|
<Compile Include="Composition\IContainer.cs" />
|
|
|
|
|
<Compile Include="Composition\ContainerBuilderBase.cs" />
|
2013-02-17 19:19:38 +00:00
|
|
|
|
<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" />
|
2013-06-28 00:04:52 +00:00
|
|
|
|
<Compile Include="EnvironmentInfo\BuildInfo.cs" />
|
2013-07-09 00:47:09 +00:00
|
|
|
|
<Compile Include="EnvironmentInfo\StartupArguments.cs" />
|
2013-06-28 00:04:52 +00:00
|
|
|
|
<Compile Include="EnvironmentInfo\RuntimeInfo.cs" />
|
|
|
|
|
<Compile Include="EnvironmentInfo\OsInfo.cs" />
|
2013-07-05 23:53:05 +00:00
|
|
|
|
<Compile Include="Exceptions\NzbDroneException.cs" />
|
2013-08-22 04:42:25 +00:00
|
|
|
|
<Compile Include="IEnumerableExtensions.cs" />
|
2013-06-07 19:00:48 +00:00
|
|
|
|
<Compile Include="Instrumentation\GlobalExceptionHandlers.cs" />
|
2013-06-06 04:33:16 +00:00
|
|
|
|
<Compile Include="Instrumentation\ExceptronTarget.cs" />
|
2013-08-31 01:42:30 +00:00
|
|
|
|
<Compile Include="Instrumentation\NzbDroneLogger.cs" />
|
|
|
|
|
<Compile Include="Instrumentation\LogTargets.cs" />
|
2013-09-02 02:55:45 +00:00
|
|
|
|
<Compile Include="Instrumentation\LoggerExtensions.cs" />
|
|
|
|
|
<Compile Include="Messaging\Tracking\ProcessState.cs" />
|
2013-08-29 04:43:26 +00:00
|
|
|
|
<Compile Include="Messaging\Tracking\CommandTrackingService.cs" />
|
2013-08-31 03:08:19 +00:00
|
|
|
|
<Compile Include="Messaging\Tracking\ExistingCommand.cs" />
|
2013-08-29 04:43:26 +00:00
|
|
|
|
<Compile Include="Messaging\Tracking\TrackedCommand.cs" />
|
2013-08-28 06:51:42 +00:00
|
|
|
|
<Compile Include="Messaging\Events\CommandStartedEvent.cs" />
|
|
|
|
|
<Compile Include="Messaging\CommandEqualityComparer.cs" />
|
2013-08-30 17:27:17 +00:00
|
|
|
|
<Compile Include="Messaging\Tracking\TrackedCommandCleanupCommand.cs" />
|
2013-08-21 01:17:06 +00:00
|
|
|
|
<Compile Include="PathEqualityComparer.cs" />
|
2013-08-24 02:21:12 +00:00
|
|
|
|
<Compile Include="Services.cs" />
|
2013-07-12 06:10:34 +00:00
|
|
|
|
<Compile Include="TPL\LimitedConcurrencyLevelTaskScheduler.cs" />
|
2013-07-07 17:19:08 +00:00
|
|
|
|
<Compile Include="Security\IgnoreCertErrorPolicy.cs" />
|
2013-05-29 00:15:12 +00:00
|
|
|
|
<Compile Include="StringExtensions.cs" />
|
2013-02-17 19:19:38 +00:00
|
|
|
|
<Compile Include="EnsureThat\TypeParam.cs" />
|
2013-05-24 03:23:59 +00:00
|
|
|
|
<Compile Include="HashUtil.cs" />
|
|
|
|
|
<Compile Include="Instrumentation\LogEventExtensions.cs" />
|
|
|
|
|
<Compile Include="Instrumentation\LogglyTarget.cs" />
|
2013-05-13 02:52:55 +00:00
|
|
|
|
<Compile Include="Serializer\Json.cs" />
|
2013-08-28 06:51:42 +00:00
|
|
|
|
<Compile Include="Messaging\Events\CommandCompletedEvent.cs" />
|
|
|
|
|
<Compile Include="Messaging\Events\CommandExecutedEvent.cs" />
|
|
|
|
|
<Compile Include="Messaging\Events\CommandFailedEvent.cs" />
|
2013-04-27 02:03:34 +00:00
|
|
|
|
<Compile Include="Messaging\IExecute.cs" />
|
2013-04-24 01:56:00 +00:00
|
|
|
|
<Compile Include="Messaging\ICommand.cs" />
|
|
|
|
|
<Compile Include="Messaging\IMessage.cs" />
|
|
|
|
|
<Compile Include="Messaging\IProcessMessage.cs" />
|
|
|
|
|
<Compile Include="Messaging\MessageAggregator.cs" />
|
|
|
|
|
<Compile Include="Messaging\IEvent.cs" />
|
|
|
|
|
<Compile Include="Messaging\IMessageAggregator.cs" />
|
|
|
|
|
<Compile Include="Messaging\IHandle.cs" />
|
2013-04-16 00:07:58 +00:00
|
|
|
|
<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" />
|
2013-02-28 06:59:08 +00:00
|
|
|
|
<Compile Include="Instrumentation\VersionLayoutRenderer.cs" />
|
2013-05-08 05:47:15 +00:00
|
|
|
|
<Compile Include="Messaging\MessageExtensions.cs" />
|
2013-05-11 23:38:41 +00:00
|
|
|
|
<Compile Include="Messaging\TestCommand.cs" />
|
|
|
|
|
<Compile Include="Messaging\TestCommandExecutor.cs" />
|
2013-04-21 21:04:09 +00:00
|
|
|
|
<Compile Include="Reflection\ReflectionExtensions.cs" />
|
2013-05-08 05:47:15 +00:00
|
|
|
|
<Compile Include="ServiceFactory.cs" />
|
2012-02-11 00:48:20 +00:00
|
|
|
|
<Compile Include="HttpProvider.cs" />
|
2013-04-16 04:52:41 +00:00
|
|
|
|
<Compile Include="ConsoleService.cs" />
|
2012-02-05 06:34:36 +00:00
|
|
|
|
<Compile Include="Contract\ReportBase.cs" />
|
2012-02-05 16:53:08 +00:00
|
|
|
|
<Compile Include="Contract\ParseErrorReport.cs" />
|
2013-03-25 04:36:24 +00:00
|
|
|
|
<Compile Include="PathExtensions.cs" />
|
2013-07-05 18:51:38 +00:00
|
|
|
|
<Compile Include="DiskProvider.cs" />
|
2013-07-05 04:43:28 +00:00
|
|
|
|
<Compile Include="EnvironmentInfo\AppFolderInfo.cs" />
|
2011-10-23 05:26:43 +00:00
|
|
|
|
<Compile Include="Model\ProcessInfo.cs" />
|
2013-07-05 18:51:38 +00:00
|
|
|
|
<Compile Include="ProcessProvider.cs" />
|
2011-10-23 05:26:43 +00:00
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
2011-11-08 17:48:34 +00:00
|
|
|
|
<Compile Include="Properties\SharedAssemblyInfo.cs" />
|
2012-02-05 06:34:36 +00:00
|
|
|
|
<Compile Include="RestProvider.cs" />
|
2013-07-05 18:51:38 +00:00
|
|
|
|
<Compile Include="ServiceProvider.cs" />
|
2013-04-03 02:20:05 +00:00
|
|
|
|
<Compile Include="TinyIoC.cs" />
|
2013-07-12 06:10:34 +00:00
|
|
|
|
<Compile Include="TPL\TaskExtensions.cs" />
|
2013-03-02 19:32:55 +00:00
|
|
|
|
<Compile Include="TryParseExtension.cs" />
|
2011-10-23 05:26:43 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2013-05-05 21:24:33 +00:00
|
|
|
|
<None Include="packages.config">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</None>
|
2011-10-23 05:26:43 +00:00
|
|
|
|
</ItemGroup>
|
2013-02-17 19:19:38 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<EmbeddedResource Include="EnsureThat\Resources\ExceptionMessages.resx" />
|
|
|
|
|
</ItemGroup>
|
2013-04-16 00:07:58 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Content Include="Expansive\license.txt" />
|
|
|
|
|
</ItemGroup>
|
2013-06-06 04:33:16 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\Exceptron.Client\Exceptron.Client.csproj">
|
|
|
|
|
<Project>{B1784698-592E-4132-BDFA-9817409E3A96}</Project>
|
|
|
|
|
<Name>Exceptron.Client</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemGroup>
|
2013-07-05 23:53:05 +00:00
|
|
|
|
<ItemGroup />
|
2011-10-23 05:26:43 +00:00
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
2012-04-30 06:45:20 +00:00
|
|
|
|
<Import Project="$(SolutionDir)\.nuget\nuget.targets" />
|
2011-10-23 05:26:43 +00: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>
|