Illumilib/Illumilib/Illumilib.csproj

32 lines
1.4 KiB
XML
Raw Normal View History

2021-05-01 20:49:58 +02:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Authors>Ellpeck</Authors>
2021-05-03 00:53:54 +02:00
<Description>A simple keyboard and mouse lighting library with support for Razer, Logitech and Corsair devices</Description>
2021-05-01 20:53:13 +02:00
<PackageTags>lighting keyboard mouse logitech lightsync razer chroma</PackageTags>
2021-05-01 20:49:58 +02:00
<PackageProjectUrl>https://github.com/Ellpeck/Illumilib</PackageProjectUrl>
<RepositoryUrl>https://github.com/Ellpeck/Illumilib</RepositoryUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
2021-11-23 21:53:04 +01:00
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageIcon>Logo.png</PackageIcon>
2022-05-18 14:01:33 +02:00
<VersionPrefix>1.2.4</VersionPrefix>
<NoWarn>NU1701</NoWarn>
2021-05-01 20:49:58 +02:00
</PropertyGroup>
<ItemGroup>
2021-05-06 16:49:16 +02:00
<Content Include="runtimes\**">
2021-05-01 20:49:58 +02:00
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
2021-05-06 16:49:16 +02:00
<PackagePath>runtimes</PackagePath>
</Content>
2021-11-23 21:53:04 +01:00
<None Include="../README.md" Pack="true" PackagePath="" />
<None Include="../Logo.png" Pack="true" PackagePath="" />
2021-05-01 20:49:58 +02:00
</ItemGroup>
<ItemGroup>
<PackageReference Include="Colore" Version="6.0.0" />
<PackageReference Include="CUESDK.NET" Version="3.0.361.2" />
2021-05-01 20:49:58 +02:00
</ItemGroup>
</Project>