2013-04-18 01:32:06 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2011-10-23 07:26:43 +02: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 08:45:20 +02:00
|
|
|
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
|
|
|
|
<RestorePackages>true</RestorePackages>
|
2013-04-03 04:20:05 +02:00
|
|
|
<TargetFrameworkProfile>
|
|
|
|
</TargetFrameworkProfile>
|
2011-10-23 07:26:43 +02: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>
|
2013-03-29 01:12:40 +01:00
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
2011-10-23 07:26:43 +02:00
|
|
|
</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>
|
2013-03-29 01:12:40 +01:00
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
2011-10-23 07:26:43 +02:00
|
|
|
</PropertyGroup>
|
2012-09-19 18:18:03 +02:00
|
|
|
<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>
|
2013-02-16 23:01:18 +01:00
|
|
|
</PropertyGroup>
|
2011-10-23 07:26:43 +02:00
|
|
|
<ItemGroup>
|
2013-03-05 06:33:34 +01:00
|
|
|
<Reference Include="Ionic.Zip">
|
|
|
|
<HintPath>..\packages\DotNetZip.1.9.1.8\lib\net20\Ionic.Zip.dll</HintPath>
|
|
|
|
</Reference>
|
2013-04-16 02:08:06 +02:00
|
|
|
<Reference Include="Microsoft.CSharp" />
|
2013-02-19 02:13:42 +01:00
|
|
|
<Reference Include="Nancy">
|
|
|
|
<HintPath>..\packages\Nancy.0.16.1\lib\net40\Nancy.dll</HintPath>
|
|
|
|
</Reference>
|
|
|
|
<Reference Include="Nancy.Hosting.Self">
|
|
|
|
<HintPath>..\packages\Nancy.Hosting.Self.0.16.1\lib\net40\Nancy.Hosting.Self.dll</HintPath>
|
|
|
|
</Reference>
|
2012-12-11 08:57:42 +01:00
|
|
|
<Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
2013-04-18 01:32:06 +02:00
|
|
|
<HintPath>..\packages\Newtonsoft.Json.5.0.3\lib\net35\Newtonsoft.Json.dll</HintPath>
|
2012-12-11 08:57:42 +01:00
|
|
|
</Reference>
|
2013-04-13 00:37:15 +02: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 07:26:43 +02:00
|
|
|
</Reference>
|
|
|
|
<Reference Include="System" />
|
|
|
|
<Reference Include="System.Configuration.Install" />
|
|
|
|
<Reference Include="System.Core" />
|
2013-01-30 03:21:45 +01:00
|
|
|
<Reference Include="System.Drawing" />
|
2011-10-23 07:26:43 +02:00
|
|
|
<Reference Include="System.ServiceProcess" />
|
2013-01-30 03:21:45 +01:00
|
|
|
<Reference Include="System.Windows.Forms" />
|
2011-11-13 08:27:16 +01:00
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
<Reference Include="System.Xml.Linq" />
|
2011-10-23 07:26:43 +02:00
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
2013-03-05 06:33:34 +01:00
|
|
|
<Compile Include="ArchiveProvider.cs" />
|
2013-02-17 20:19:38 +01: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" />
|
|
|
|
<Compile Include="EnsureThat\StringExtensions.cs" />
|
|
|
|
<Compile Include="EnsureThat\TypeParam.cs" />
|
2013-02-19 03:37:16 +01:00
|
|
|
<Compile Include="Eventing\EventAggregator.cs" />
|
2013-02-24 20:18:48 +01:00
|
|
|
<Compile Include="Eventing\IEvent.cs" />
|
2013-02-19 03:37:16 +01:00
|
|
|
<Compile Include="Eventing\IEventAggregator.cs" />
|
|
|
|
<Compile Include="Eventing\IHandle.cs" />
|
2013-04-16 02:07:58 +02: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-19 02:13:42 +01:00
|
|
|
<Compile Include="HostController.cs" />
|
2013-04-17 02:24:49 +02:00
|
|
|
<Compile Include="IJsonSerializer.cs" />
|
2013-02-28 07:59:08 +01:00
|
|
|
<Compile Include="Instrumentation\VersionLayoutRenderer.cs" />
|
2012-02-16 07:16:57 +01:00
|
|
|
<Compile Include="StringExtention.cs" />
|
2012-02-11 01:48:20 +01:00
|
|
|
<Compile Include="HttpProvider.cs" />
|
2011-11-13 08:27:16 +01:00
|
|
|
<Compile Include="ConfigFileProvider.cs" />
|
2013-04-16 06:52:41 +02:00
|
|
|
<Compile Include="ConsoleService.cs" />
|
2012-02-05 07:34:36 +01:00
|
|
|
<Compile Include="Contract\ReportBase.cs" />
|
2012-02-05 17:53:08 +01:00
|
|
|
<Compile Include="Contract\ParseErrorReport.cs" />
|
2011-11-13 08:27:16 +01:00
|
|
|
<Compile Include="Model\AuthenticationType.cs" />
|
2013-03-25 05:36:24 +01:00
|
|
|
<Compile Include="PathExtensions.cs" />
|
2011-10-24 00:44:37 +02:00
|
|
|
<Compile Include="DiskProvider.cs" />
|
2012-03-07 03:59:43 +01:00
|
|
|
<Compile Include="EnvironmentProvider.cs" />
|
2011-10-23 07:26:43 +02:00
|
|
|
<Compile Include="Model\ProcessInfo.cs" />
|
|
|
|
<Compile Include="ProcessProvider.cs" />
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
2011-11-08 18:48:34 +01:00
|
|
|
<Compile Include="Properties\SharedAssemblyInfo.cs" />
|
2012-02-05 07:34:36 +01:00
|
|
|
<Compile Include="ReportingService.cs" />
|
|
|
|
<Compile Include="RestProvider.cs" />
|
2012-01-17 08:17:00 +01:00
|
|
|
<Compile Include="SecurityProvider.cs" />
|
2011-10-23 07:26:43 +02:00
|
|
|
<Compile Include="ServiceProvider.cs" />
|
2013-01-30 03:21:45 +01:00
|
|
|
<Compile Include="SysTray\SysTrayApp.cs">
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
</Compile>
|
|
|
|
<Compile Include="SysTray\SysTrayProvider.cs" />
|
2013-04-03 04:20:05 +02:00
|
|
|
<Compile Include="TinyIoC.cs" />
|
2013-03-02 20:32:55 +01:00
|
|
|
<Compile Include="TryParseExtension.cs" />
|
2013-03-05 06:33:34 +01:00
|
|
|
<Compile Include="UdpProvider.cs" />
|
2011-10-23 07:26:43 +02:00
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<None Include="packages.config" />
|
|
|
|
</ItemGroup>
|
2012-01-17 08:17:00 +01:00
|
|
|
<ItemGroup>
|
|
|
|
<COMReference Include="NetFwTypeLib">
|
|
|
|
<Guid>{58FBCF7C-E7A9-467C-80B3-FC65E8FCCA08}</Guid>
|
|
|
|
<VersionMajor>1</VersionMajor>
|
|
|
|
<VersionMinor>0</VersionMinor>
|
|
|
|
<Lcid>0</Lcid>
|
|
|
|
<WrapperTool>tlbimp</WrapperTool>
|
|
|
|
<Isolated>False</Isolated>
|
|
|
|
<EmbedInteropTypes>True</EmbedInteropTypes>
|
|
|
|
</COMReference>
|
|
|
|
</ItemGroup>
|
2013-02-17 20:19:38 +01:00
|
|
|
<ItemGroup>
|
|
|
|
<EmbeddedResource Include="EnsureThat\Resources\ExceptionMessages.resx" />
|
|
|
|
</ItemGroup>
|
2013-04-16 02:07:58 +02:00
|
|
|
<ItemGroup>
|
|
|
|
<Content Include="Expansive\license.txt" />
|
|
|
|
</ItemGroup>
|
2011-10-23 07:26:43 +02:00
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
2012-04-30 08:45:20 +02:00
|
|
|
<Import Project="$(SolutionDir)\.nuget\nuget.targets" />
|
2011-10-23 07:26:43 +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>
|