1
0
mirror of https://github.com/DarthAffe/RGB.NET.git synced 2025-12-13 01:58:30 +00:00

Included sdk-lib in nuget-package

This commit is contained in:
Darth Affe 2019-06-16 12:37:22 +02:00
parent 8e20faa65d
commit ca1c193b6d

View File

@ -69,6 +69,20 @@
</COMReference>
</ItemGroup>
<ItemGroup>
<_PackageFiles Include="$(OutputPath)\net45\Interop.AuraServiceLib.dll">
<BuildAction>None</BuildAction>
<PackagePath>lib\net45\</PackagePath>
</_PackageFiles>
</ItemGroup>
<ItemGroup>
<_PackageFiles Include="$(OutputPath)\netstandard2.0\Interop.AuraServiceLib.dll">
<BuildAction>None</BuildAction>
<PackagePath>lib\netstandard2.0\</PackagePath>
</_PackageFiles>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\RGB.NET.Core\RGB.NET.Core.csproj" />
</ItemGroup>