|
|
@ -53,9 +53,6 @@
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
</PropertyGroup>
|
|
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<Reference Include="FizzWare.NBuilder">
|
|
|
|
|
|
|
|
<HintPath>..\packages\NBuilder.3.0.1.1\lib\FizzWare.NBuilder.dll</HintPath>
|
|
|
|
|
|
|
|
</Reference>
|
|
|
|
|
|
|
|
<Reference Include="Microsoft.Practices.ServiceLocation">
|
|
|
|
<Reference Include="Microsoft.Practices.ServiceLocation">
|
|
|
|
<HintPath>..\packages\CommonServiceLocator.1.0\lib\NET35\Microsoft.Practices.ServiceLocation.dll</HintPath>
|
|
|
|
<HintPath>..\packages\CommonServiceLocator.1.0\lib\NET35\Microsoft.Practices.ServiceLocation.dll</HintPath>
|
|
|
|
</Reference>
|
|
|
|
</Reference>
|
|
|
@ -92,7 +89,6 @@
|
|
|
|
<Compile Include="ExceptionVerification.cs" />
|
|
|
|
<Compile Include="ExceptionVerification.cs" />
|
|
|
|
<Compile Include="LoggingTest.cs" />
|
|
|
|
<Compile Include="LoggingTest.cs" />
|
|
|
|
<Compile Include="MockerExtensions.cs" />
|
|
|
|
<Compile Include="MockerExtensions.cs" />
|
|
|
|
<Compile Include="NBuilderExtensions.cs" />
|
|
|
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
<Compile Include="ReflectionExtensions.cs" />
|
|
|
|
<Compile Include="ReflectionExtensions.cs" />
|
|
|
|
<Compile Include="TestBase.cs" />
|
|
|
|
<Compile Include="TestBase.cs" />
|
|
|
@ -108,10 +104,6 @@
|
|
|
|
<Project>{F2BE0FDF-6E47-4827-A420-DD4EF82407F8}</Project>
|
|
|
|
<Project>{F2BE0FDF-6E47-4827-A420-DD4EF82407F8}</Project>
|
|
|
|
<Name>NzbDrone.Common</Name>
|
|
|
|
<Name>NzbDrone.Common</Name>
|
|
|
|
</ProjectReference>
|
|
|
|
</ProjectReference>
|
|
|
|
<ProjectReference Include="..\NzbDrone.Core\NzbDrone.Core.csproj">
|
|
|
|
|
|
|
|
<Project>{FF5EE3B6-913B-47CE-9CEB-11C51B4E1205}</Project>
|
|
|
|
|
|
|
|
<Name>NzbDrone.Core</Name>
|
|
|
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
</ItemGroup>
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
|
<Import Project="$(SolutionDir)\.nuget\nuget.targets" />
|
|
|
|
<Import Project="$(SolutionDir)\.nuget\nuget.targets" />
|
|
|
|