Sonarr/src/NzbDrone.Test.Common/NzbDrone.Test.Common.csproj

139 lines
7.3 KiB
XML
Raw Normal View History

2011-10-24 05:54:09 +00:00
<?xml version="1.0" encoding="utf-8"?>
2017-08-27 22:56:02 +00:00
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2011-10-24 05:54:09 +00:00
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
2013-11-29 08:49:00 +00:00
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
2011-10-24 05:54:09 +00:00
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{CADDFCE0-7509-4430-8364-2074E1EEFCA2}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>NzbDrone.Test.Common</RootNamespace>
2017-09-18 03:25:28 +00:00
<AssemblyName>Sonarr.Test.Common</AssemblyName>
2019-04-10 04:54:06 +00:00
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
2011-10-24 05:54:09 +00:00
<FileAlignment>512</FileAlignment>
2012-04-30 06:45:20 +00:00
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
<RestorePackages>true</RestorePackages>
2017-08-27 22:56:02 +00:00
<TargetFrameworkProfile />
2011-10-24 05:54:09 +00:00
</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>
2013-11-29 08:49:00 +00:00
<WarningLevel>4</WarningLevel>
<Optimize>false</Optimize>
2017-08-27 22:56:02 +00:00
<Prefer32Bit>false</Prefer32Bit>
</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-11-29 08:49:00 +00:00
<WarningLevel>4</WarningLevel>
2017-08-27 22:56:02 +00:00
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
2011-10-24 05:54:09 +00:00
<ItemGroup>
<Reference Include="FluentAssertions, Version=4.19.0.0, Culture=neutral, PublicKeyToken=33f2691a05b67b6a, processorArchitecture=MSIL">
2017-08-27 22:56:02 +00:00
<HintPath>..\packages\FluentAssertions.4.19.0\lib\net45\FluentAssertions.dll</HintPath>
2014-08-25 01:28:41 +00:00
</Reference>
<Reference Include="FluentAssertions.Core, Version=4.19.0.0, Culture=neutral, PublicKeyToken=33f2691a05b67b6a, processorArchitecture=MSIL">
2017-08-27 22:56:02 +00:00
<HintPath>..\packages\FluentAssertions.4.19.0\lib\net45\FluentAssertions.Core.dll</HintPath>
2014-08-25 01:28:41 +00:00
</Reference>
<Reference Include="FluentValidation, Version=6.2.1.0, Culture=neutral, processorArchitecture=MSIL">
2017-08-27 22:56:02 +00:00
<HintPath>..\packages\FluentValidation.6.2.1.0\lib\Net45\FluentValidation.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Practices.ServiceLocation, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\CommonServiceLocator.1.3\lib\portable-net4+sl5+netcore45+wpa81+wp8\Microsoft.Practices.ServiceLocation.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Practices.Unity, Version=2.1.505.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Unity.2.1.505.2\lib\NET35\Microsoft.Practices.Unity.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Practices.Unity.Configuration, Version=2.1.505.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Unity.2.1.505.2\lib\NET35\Microsoft.Practices.Unity.Configuration.dll</HintPath>
</Reference>
<Reference Include="Moq, Version=4.0.10827.0, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL">
<HintPath>..\packages\Moq.4.0.10827\lib\NET40\Moq.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
2017-08-27 22:56:02 +00:00
<HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
2014-08-25 01:33:06 +00:00
</Reference>
2016-02-11 21:13:42 +00:00
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
2017-08-27 22:56:02 +00:00
<HintPath>..\packages\NLog.4.5.3\lib\net45\NLog.dll</HintPath>
2016-02-11 21:13:42 +00:00
</Reference>
2017-02-26 11:19:39 +00:00
<Reference Include="nunit.framework, Version=3.6.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
2017-08-27 22:56:02 +00:00
<HintPath>..\packages\NUnit.3.6.0\lib\net45\nunit.framework.dll</HintPath>
2014-10-03 04:41:57 +00:00
</Reference>
2016-12-09 02:06:56 +00:00
<Reference Include="RestSharp, Version=105.2.3.0, Culture=neutral, processorArchitecture=MSIL">
2017-08-27 22:56:02 +00:00
<HintPath>..\packages\RestSharp.105.2.3\lib\net46\RestSharp.dll</HintPath>
2014-11-22 01:08:57 +00:00
</Reference>
2013-11-29 08:49:00 +00:00
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml" />
2014-07-26 12:16:02 +00:00
<Reference Include="System.Xml.Linq" />
<Reference Include="Microsoft.Practices.ServiceLocation">
<HintPath>..\packages\CommonServiceLocator.1.0\lib\NET35\Microsoft.Practices.ServiceLocation.dll</HintPath>
</Reference>
2013-11-29 08:49:00 +00:00
<Reference Include="Microsoft.Practices.Unity">
2012-09-12 07:35:47 +00:00
<HintPath>..\packages\Unity.2.1.505.2\lib\NET35\Microsoft.Practices.Unity.dll</HintPath>
2011-10-24 05:54:09 +00:00
</Reference>
2013-11-29 08:49:00 +00:00
<Reference Include="Microsoft.Practices.Unity.Configuration">
2012-09-12 07:35:47 +00:00
<HintPath>..\packages\Unity.2.1.505.2\lib\NET35\Microsoft.Practices.Unity.Configuration.dll</HintPath>
2011-10-24 05:54:09 +00:00
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="AutoMoq\AutoMoqer.cs" />
<Compile Include="AutoMoq\Unity\AutoMockingBuilderStrategy.cs" />
<Compile Include="AutoMoq\Unity\AutoMockingContainerExtension.cs" />
2013-09-13 05:55:33 +00:00
<Compile Include="Categories\DiskAccessTestAttribute.cs" />
2016-04-02 02:19:32 +00:00
<Compile Include="Categories\ManualTestAttribute.cs" />
2014-07-26 12:16:02 +00:00
<Compile Include="Categories\IntegrationTestAttribute.cs" />
<Compile Include="ConcurrencyCounter.cs" />
2011-10-24 05:54:09 +00:00
<Compile Include="ExceptionVerification.cs" />
<Compile Include="LoggingTest.cs" />
2013-02-23 19:38:25 +00:00
<Compile Include="MockerExtensions.cs" />
2013-11-12 03:25:54 +00:00
<Compile Include="NzbDroneRunner.cs" />
2011-10-24 05:54:09 +00:00
<Compile Include="Properties\AssemblyInfo.cs" />
2012-09-11 06:35:25 +00:00
<Compile Include="ReflectionExtensions.cs" />
2013-07-26 05:00:57 +00:00
<Compile Include="StringExtensions.cs" />
2011-11-13 07:27:16 +00:00
<Compile Include="TestBase.cs" />
<Compile Include="TestException.cs" />
<Compile Include="TestLogOutput.cs" />
<Compile Include="TestValidator.cs" />
2011-10-24 05:54:09 +00:00
</ItemGroup>
<ItemGroup>
<Content Include="AutoMoq\License.txt" />
</ItemGroup>
<ItemGroup>
2013-04-16 04:52:41 +00:00
<None Include="App.config">
<SubType>Designer</SubType>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
2011-10-24 05:54:09 +00:00
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\NzbDrone.Common\NzbDrone.Common.csproj">
<Project>{F2BE0FDF-6E47-4827-A420-DD4EF82407F8}</Project>
<Name>NzbDrone.Common</Name>
</ProjectReference>
2013-04-16 04:52:41 +00:00
<ProjectReference Include="..\NzbDrone.Core\NzbDrone.Core.csproj">
2013-11-29 08:49:00 +00:00
<Project>{FF5EE3B6-913B-47CE-9CEB-11C51B4E1205}</Project>
2013-04-16 04:52:41 +00:00
<Name>NzbDrone.Core</Name>
</ProjectReference>
2011-10-24 05:54:09 +00:00
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.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>