|
|
@ -86,6 +86,7 @@
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
</ItemGroup>
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
|
|
<Compile Include="ContainerFixture.cs" />
|
|
|
|
<Compile Include="RouterTest.cs" />
|
|
|
|
<Compile Include="RouterTest.cs" />
|
|
|
|
<Compile Include="MonitoringProviderTest.cs" />
|
|
|
|
<Compile Include="MonitoringProviderTest.cs" />
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
@ -114,6 +115,12 @@
|
|
|
|
<Name>NzbDrone</Name>
|
|
|
|
<Name>NzbDrone</Name>
|
|
|
|
</ProjectReference>
|
|
|
|
</ProjectReference>
|
|
|
|
</ItemGroup>
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
|
|
<Content Include="..\Libraries\Sqlite\sqlite3.dll">
|
|
|
|
|
|
|
|
<Link>sqlite3.dll</Link>
|
|
|
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
|
|
|
</Content>
|
|
|
|
|
|
|
|
</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" />
|
|
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
|
|