|
|
@ -154,6 +154,21 @@
|
|
|
|
<Reference Include="RestSharp">
|
|
|
|
<Reference Include="RestSharp">
|
|
|
|
<HintPath>..\packages\RestSharp.104.1\lib\net4\RestSharp.dll</HintPath>
|
|
|
|
<HintPath>..\packages\RestSharp.104.1\lib\net4\RestSharp.dll</HintPath>
|
|
|
|
</Reference>
|
|
|
|
</Reference>
|
|
|
|
|
|
|
|
<Reference Include="ServiceStack.Common">
|
|
|
|
|
|
|
|
<HintPath>..\packages\ServiceStack.Common.3.9.42\lib\net35\ServiceStack.Common.dll</HintPath>
|
|
|
|
|
|
|
|
</Reference>
|
|
|
|
|
|
|
|
<Reference Include="ServiceStack.Interfaces">
|
|
|
|
|
|
|
|
<HintPath>..\packages\ServiceStack.Common.3.9.42\lib\net35\ServiceStack.Interfaces.dll</HintPath>
|
|
|
|
|
|
|
|
</Reference>
|
|
|
|
|
|
|
|
<Reference Include="ServiceStack.OrmLite">
|
|
|
|
|
|
|
|
<HintPath>..\packages\ServiceStack.OrmLite.Sqlite32.3.9.42\lib\net40\ServiceStack.OrmLite.dll</HintPath>
|
|
|
|
|
|
|
|
</Reference>
|
|
|
|
|
|
|
|
<Reference Include="ServiceStack.OrmLite.SqliteNET">
|
|
|
|
|
|
|
|
<HintPath>..\packages\ServiceStack.OrmLite.Sqlite32.3.9.42\lib\net40\ServiceStack.OrmLite.SqliteNET.dll</HintPath>
|
|
|
|
|
|
|
|
</Reference>
|
|
|
|
|
|
|
|
<Reference Include="ServiceStack.Text">
|
|
|
|
|
|
|
|
<HintPath>..\packages\ServiceStack.Text.3.9.42\lib\net35\ServiceStack.Text.dll</HintPath>
|
|
|
|
|
|
|
|
</Reference>
|
|
|
|
<Reference Include="siaqodb">
|
|
|
|
<Reference Include="siaqodb">
|
|
|
|
<HintPath>..\Libraries\Siaqodb\siaqodb.dll</HintPath>
|
|
|
|
<HintPath>..\Libraries\Siaqodb\siaqodb.dll</HintPath>
|
|
|
|
</Reference>
|
|
|
|
</Reference>
|
|
|
@ -165,6 +180,13 @@
|
|
|
|
</Reference>
|
|
|
|
</Reference>
|
|
|
|
<Reference Include="System" />
|
|
|
|
<Reference Include="System" />
|
|
|
|
<Reference Include="System.Core" />
|
|
|
|
<Reference Include="System.Core" />
|
|
|
|
|
|
|
|
<Reference Include="System.Data" />
|
|
|
|
|
|
|
|
<Reference Include="System.Data.SQLite">
|
|
|
|
|
|
|
|
<HintPath>..\packages\System.Data.SQLite.1.0.84.0\lib\net40\System.Data.SQLite.dll</HintPath>
|
|
|
|
|
|
|
|
</Reference>
|
|
|
|
|
|
|
|
<Reference Include="System.Data.SQLite.Linq">
|
|
|
|
|
|
|
|
<HintPath>..\packages\System.Data.SQLite.1.0.84.0\lib\net40\System.Data.SQLite.Linq.dll</HintPath>
|
|
|
|
|
|
|
|
</Reference>
|
|
|
|
<Reference Include="System.Drawing" />
|
|
|
|
<Reference Include="System.Drawing" />
|
|
|
|
<Reference Include="System.ServiceModel" />
|
|
|
|
<Reference Include="System.ServiceModel" />
|
|
|
|
<Reference Include="System.Web" />
|
|
|
|
<Reference Include="System.Web" />
|
|
|
@ -184,6 +206,7 @@
|
|
|
|
<Compile Include="Configuration\IConfigService.cs" />
|
|
|
|
<Compile Include="Configuration\IConfigService.cs" />
|
|
|
|
<Compile Include="Constants.cs" />
|
|
|
|
<Compile Include="Constants.cs" />
|
|
|
|
<Compile Include="ContainerExtensions.cs" />
|
|
|
|
<Compile Include="ContainerExtensions.cs" />
|
|
|
|
|
|
|
|
<Compile Include="Datastore\DbFactory.cs" />
|
|
|
|
<Compile Include="Datastore\ModelBase.cs" />
|
|
|
|
<Compile Include="Datastore\ModelBase.cs" />
|
|
|
|
<Compile Include="Datastore\BasicRepository.cs" />
|
|
|
|
<Compile Include="Datastore\BasicRepository.cs" />
|
|
|
|
<Compile Include="Datastore\ObjectDbFactory.cs" />
|
|
|
|
<Compile Include="Datastore\ObjectDbFactory.cs" />
|
|
|
@ -559,6 +582,12 @@
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
</Content>
|
|
|
|
</Content>
|
|
|
|
<Content Include="NzbDrone.ico" />
|
|
|
|
<Content Include="NzbDrone.ico" />
|
|
|
|
|
|
|
|
<Content Include="x64\SQLite.Interop.dll">
|
|
|
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
|
|
|
</Content>
|
|
|
|
|
|
|
|
<Content Include="x86\SQLite.Interop.dll">
|
|
|
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
|
|
|
</Content>
|
|
|
|
</ItemGroup>
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup />
|
|
|
|
<ItemGroup />
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
|