Illumilib/Illumilib/Illumilib.csproj
2021-05-03 00:53:54 +02:00

28 lines
1.1 KiB
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Authors>Ellpeck</Authors>
<Description>A simple keyboard and mouse lighting library with support for Razer, Logitech and Corsair devices</Description>
<PackageTags>lighting keyboard mouse logitech lightsync razer chroma</PackageTags>
<PackageProjectUrl>https://github.com/Ellpeck/Illumilib</PackageProjectUrl>
<RepositoryUrl>https://github.com/Ellpeck/Illumilib</RepositoryUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<VersionPrefix>1.1.1</VersionPrefix>
</PropertyGroup>
<ItemGroup>
<None Update="LogitechLedEnginesWrapper.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<PackagePath>lib/$(TargetFramework)</PackagePath>
<Pack>true</Pack>
</None>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Colore" Version="6.0.0"/>
<PackageReference Include="CUESDK.NET" Version="3.0.361.2"/>
</ItemGroup>
</Project>