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

129 lines
6.2 KiB
XML
Raw Normal View History

2011-10-24 05:54:09 +00:00
<?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>
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>
<AssemblyName>NzbDrone.Test.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>
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>
</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>
</PropertyGroup>
2011-10-24 05:54:09 +00:00
<ItemGroup>
2016-01-15 07:07:39 +00:00
<Reference Include="FluentAssertions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=33f2691a05b67b6a, processorArchitecture=MSIL">
<HintPath>..\packages\FluentAssertions.4.2.1\lib\net40\FluentAssertions.dll</HintPath>
2015-07-01 18:39:43 +00:00
<Private>True</Private>
2014-08-25 01:28:41 +00:00
</Reference>
2016-01-15 07:07:39 +00:00
<Reference Include="FluentAssertions.Core, Version=4.2.1.0, Culture=neutral, PublicKeyToken=33f2691a05b67b6a, processorArchitecture=MSIL">
<HintPath>..\packages\FluentAssertions.4.2.1\lib\net40\FluentAssertions.Core.dll</HintPath>
2015-07-01 18:39:43 +00:00
<Private>True</Private>
2014-08-25 01:28:41 +00:00
</Reference>
2014-08-25 01:33:06 +00:00
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
2014-11-22 01:08:01 +00:00
<HintPath>..\packages\Newtonsoft.Json.6.0.6\lib\net40\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">
2016-03-23 18:27:18 +00:00
<HintPath>..\packages\NLog.4.3.0-rc1\lib\net40\NLog.dll</HintPath>
2016-02-11 21:13:42 +00:00
<Private>True</Private>
</Reference>
2014-10-03 04:41:57 +00:00
<Reference Include="nunit.framework, Version=2.6.3.13283, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\NUnit.2.6.3\lib\nunit.framework.dll</HintPath>
</Reference>
2014-11-22 01:08:57 +00:00
<Reference Include="RestSharp, Version=105.0.1.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\RestSharp.105.0.1\lib\net4\RestSharp.dll</HintPath>
</Reference>
2013-11-29 08:49:00 +00:00
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Data" />
2014-07-26 12:16:02 +00:00
<Reference Include="System.Data.DataSetExtensions" />
2013-11-29 08:49:00 +00:00
<Reference Include="System.Xml" />
2014-07-26 12:16:02 +00:00
<Reference Include="System.Xml.Linq" />
<Reference Include="Microsoft.CSharp" />
<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>
<Reference Include="Moq">
<HintPath>..\packages\Moq.4.0.10827\lib\NET40\Moq.dll</HintPath>
</Reference>
2011-10-24 05:54:09 +00:00
</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" />
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" />
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>