mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-11-01 00:12:30 +01:00
127 lines
6.0 KiB
XML
127 lines
6.0 KiB
XML
<?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)' == '' ">AnyCPU</Platform>
|
|
<ProductVersion>8.0.30703</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{BEC74619-DDBB-4FBA-B517-D3E20AFC9997}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>NzbDrone.Common.Test</RootNamespace>
|
|
<AssemblyName>NzbDrone.Common.Test</AssemblyName>
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
|
|
<RestorePackages>true</RestorePackages>
|
|
</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>
|
|
</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>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="FluentAssertions, Version=2.1.0.0, Culture=neutral, PublicKeyToken=33f2691a05b67b6a, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\packages\FluentAssertions.2.1.0.0\lib\net40\FluentAssertions.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Moq">
|
|
<HintPath>..\packages\Moq.4.0.10827\lib\NET40\Moq.dll</HintPath>
|
|
</Reference>
|
|
<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>
|
|
</Reference>
|
|
<Reference Include="nunit.framework, Version=2.6.2.12296, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\packages\NUnit.2.6.2\lib\nunit.framework.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.ServiceProcess" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="CacheTests\CachedManagerFixture.cs" />
|
|
<Compile Include="CacheTests\CachedFixture.cs" />
|
|
<Compile Include="ConfigFileProviderTest.cs" />
|
|
<Compile Include="DiskProviderTests\FreeSpaceFixture.cs" />
|
|
<Compile Include="DiskProviderTests\IsParentFixture.cs" />
|
|
<Compile Include="EnsureTest\PathExtensionFixture.cs" />
|
|
<Compile Include="EnvironmentTests\StartupArgumentsFixture.cs" />
|
|
<Compile Include="EnvironmentTests\EnvironmentProviderTest.cs" />
|
|
<Compile Include="EventingTests\MessageAggregatorCommandTests.cs" />
|
|
<Compile Include="EventingTests\MessageAggregatorEventTests.cs" />
|
|
<Compile Include="MessagingTests\CommandEqualityComparerFixture.cs" />
|
|
<Compile Include="ReflectionExtensions.cs" />
|
|
<Compile Include="PathExtensionFixture.cs" />
|
|
<Compile Include="DiskProviderTests\DiskProviderFixture.cs" />
|
|
<Compile Include="EnvironmentProviderTest.cs" />
|
|
<Compile Include="ProcessProviderTests.cs" />
|
|
<Compile Include="ReflectionTests\ReflectionExtensionFixture.cs" />
|
|
<Compile Include="ServiceFactoryFixture.cs" />
|
|
<Compile Include="ServiceProviderTests.cs" />
|
|
<Compile Include="WebClientTests.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="..\NzbDrone.Test.Common\App.config">
|
|
<Link>App.config</Link>
|
|
</None>
|
|
<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>
|
|
<ProjectReference Include="..\NzbDrone.Core\NzbDrone.Core.csproj">
|
|
<Project>{FF5EE3B6-913B-47CE-9CEB-11C51B4E1205}</Project>
|
|
<Name>NzbDrone.Core</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\NzbDrone.Host\NzbDrone.Host.csproj">
|
|
<Project>{95C11A9E-56ED-456A-8447-2C89C1139266}</Project>
|
|
<Name>NzbDrone.Host</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\NzbDrone.Test.Common\NzbDrone.Test.Common.csproj">
|
|
<Project>{CADDFCE0-7509-4430-8364-2074E1EEFCA2}</Project>
|
|
<Name>NzbDrone.Test.Common</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\NzbDrone.Test.Dummy\NzbDrone.Test.Dummy.csproj">
|
|
<Project>{FAFB5948-A222-4CF6-AD14-026BE7564802}</Project>
|
|
<Name>NzbDrone.Test.Dummy</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\NzbDrone\NzbDrone.csproj">
|
|
<Project>{D12F7F2F-8A3C-415F-88FA-6DD061A84869}</Project>
|
|
<Name>NzbDrone</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Folder Include="Properties\" />
|
|
</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> |