console appliction is now licensed for sqo as well.

pull/6/head
kay.one 11 years ago
parent 25f0f73afa
commit 9ff7aa1bf7

@ -65,6 +65,10 @@
<RunPostBuildEvent>OnOutputUpdated</RunPostBuildEvent>
</PropertyGroup>
<ItemGroup>
<Reference Include="siaqodb, Version=3.6.0.0, Culture=neutral, PublicKeyToken=c9a50dde883b61a3, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\Libraries\Siaqodb\siaqodb.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
</ItemGroup>
@ -118,6 +122,11 @@
<Link>NzbDrone.ico</Link>
</Content>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="..\NzbDrone\licenses.licx">
<Link>licenses.licx</Link>
</EmbeddedResource>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PreBuildEvent>

@ -102,6 +102,7 @@
<Compile Include="ApplicationServer.cs">
<SubType>Component</SubType>
</Compile>
<EmbeddedResource Include="licenses.licx" />
<Compile Include="NzbDroneBootstrapper.cs" />
<Compile Include="ApplicationMode.cs" />
<Compile Include="AppMain.cs" />

@ -0,0 +1 @@
Sqo.Siaqodb, siaqodb, Version=2.6.0.2,Culture=neutral,PublicKeyToken=c9a50dde883b61a3
Loading…
Cancel
Save