<?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="ICSharpCode.SharpZipLib">
      <HintPath>..\packages\SharpZipLib.0.86.0\lib\20\ICSharpCode.SharpZipLib.dll</HintPath>
    </Reference>
    <Reference Include="Microsoft.CSharp" />
    <Reference Include="System" />
    <Reference Include="System.Configuration" />
    <Reference Include="System.Configuration.Install" />
    <Reference Include="System.Core" />
    <Reference Include="System.ServiceProcess" />
    <Reference Include="Loggly">
      <HintPath>..\packages\loggly-csharp.2.3\lib\net35\Loggly.dll</HintPath>
    </Reference>
    <Reference Include="Newtonsoft.Json">
      <HintPath>..\packages\Newtonsoft.Json.5.0.8\lib\net40\Newtonsoft.Json.dll</HintPath>
    </Reference>
    <Reference Include="NLog">
      <HintPath>..\packages\NLog.2.1.0\lib\net40\NLog.dll</HintPath>
    </Reference>
  </ItemGroup>
  <ItemGroup>
    <Compile Include="ArchiveProvider.cs" />
    <Compile Include="Cache\Cached.cs" />
    <Compile Include="Cache\CacheManger.cs" />
    <Compile Include="Cache\ICached.cs" />
    <Compile Include="Composition\Container.cs" />
    <Compile Include="Composition\IContainer.cs" />
    <Compile Include="Composition\ContainerBuilderBase.cs" />
    <Compile Include="DateTimeExtensions.cs" />
    <Compile Include="DictionaryExtensions.cs" />
    <Compile Include="Disk\DiskProviderBase.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="EnvironmentInfo\AppFolderFactory.cs" />
    <Compile Include="EnvironmentInfo\BuildInfo.cs" />
    <Compile Include="EnvironmentInfo\StartupContext.cs" />
    <Compile Include="EnvironmentInfo\RuntimeInfo.cs" />
    <Compile Include="EnvironmentInfo\OsInfo.cs" />
    <Compile Include="Exceptions\NotParentException.cs" />
    <Compile Include="Exceptions\NzbDroneException.cs" />
    <Compile Include="IEnumerableExtensions.cs" />
    <Compile Include="Instrumentation\GlobalExceptionHandlers.cs" />
    <Compile Include="Instrumentation\ExceptronTarget.cs" />
    <Compile Include="Instrumentation\LogEventExtensions.cs" />
    <Compile Include="Instrumentation\NzbDroneLogger.cs" />
    <Compile Include="Instrumentation\LogTargets.cs" />
    <Compile Include="Messaging\IEvent.cs" />
    <Compile Include="Messaging\IMessage.cs" />
    <Compile Include="PathEqualityComparer.cs" />
    <Compile Include="Processes\INzbDroneProcessProvider.cs" />
    <Compile Include="Processes\ProcessOutput.cs" />
    <Compile Include="Serializer\IntConverter.cs" />
    <Compile Include="Services.cs" />
    <Compile Include="TPL\LimitedConcurrencyLevelTaskScheduler.cs" />
    <Compile Include="Security\IgnoreCertErrorPolicy.cs" />
    <Compile Include="StringExtensions.cs" />
    <Compile Include="EnsureThat\TypeParam.cs" />
    <Compile Include="HashUtil.cs" />
    <Compile Include="Instrumentation\LogglyTarget.cs" />
    <Compile Include="Serializer\Json.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="Instrumentation\VersionLayoutRenderer.cs" />
    <Compile Include="Reflection\ReflectionExtensions.cs" />
    <Compile Include="ServiceFactory.cs" />
    <Compile Include="HttpProvider.cs" />
    <Compile Include="ConsoleService.cs" />
    <Compile Include="PathExtensions.cs" />
    <Compile Include="Disk\IDiskProvider.cs" />
    <Compile Include="EnvironmentInfo\AppFolderInfo.cs" />
    <Compile Include="Model\ProcessInfo.cs" />
    <Compile Include="Processes\ProcessProvider.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
    <Compile Include="Properties\SharedAssemblyInfo.cs" />
    <Compile Include="ServiceProvider.cs" />
    <Compile Include="TinyIoC.cs" />
    <Compile Include="TPL\TaskExtensions.cs" />
    <Compile Include="TryParseExtension.cs" />
  </ItemGroup>
  <ItemGroup>
    <None Include="packages.config">
      <SubType>Designer</SubType>
    </None>
  </ItemGroup>
  <ItemGroup>
    <EmbeddedResource Include="EnsureThat\Resources\ExceptionMessages.resx" />
  </ItemGroup>
  <ItemGroup>
    <Content Include="Expansive\license.txt" />
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\Exceptron.Client\Exceptron.Client.csproj">
      <Project>{B1784698-592E-4132-BDFA-9817409E3A96}</Project>
      <Name>Exceptron.Client</Name>
    </ProjectReference>
  </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>