1
0
mirror of https://github.com/DarthAffe/RGB.NET.git synced 2025-12-12 17:48:31 +00:00

Added aura-sdk-libaray

This commit is contained in:
Darth Affe 2019-06-16 17:49:46 +02:00
parent cf20bd1a0a
commit ac11f0654c
2 changed files with 6 additions and 11 deletions

View File

@ -58,17 +58,6 @@
<DefineConstants>$(DefineConstants);RELEASE</DefineConstants> <DefineConstants>$(DefineConstants);RELEASE</DefineConstants>
</PropertyGroup> </PropertyGroup>
<ItemGroup>
<COMReference Include="AuraServiceLib.dll">
<Guid>f1aa5209-5217-4b82-ba7e-a68198999afa</Guid>
<VersionMajor>1</VersionMajor>
<VersionMinor>0</VersionMinor>
<WrapperTool>tlbimp</WrapperTool>
<Lcid>0</Lcid>
<Isolated>false</Isolated>
</COMReference>
</ItemGroup>
<ItemGroup> <ItemGroup>
<_PackageFiles Include="$(OutputPath)\net45\Interop.AuraServiceLib.dll"> <_PackageFiles Include="$(OutputPath)\net45\Interop.AuraServiceLib.dll">
<BuildAction>None</BuildAction> <BuildAction>None</BuildAction>
@ -91,4 +80,10 @@
<PackageReference Include="System.ValueTuple" Version="4.4.0" /> <PackageReference Include="System.ValueTuple" Version="4.4.0" />
<PackageReference Include="System.Management" Version="4.0.0" /> <PackageReference Include="System.Management" Version="4.0.0" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<Reference Include="Interop.AuraServiceLib">
<HintPath>lib\Interop.AuraServiceLib.dll</HintPath>
</Reference>
</ItemGroup>
</Project> </Project>

Binary file not shown.