background-thingies-with-il.../background-thingies-with-il...

16 lines
377 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<AssemblyName>RGBThingie</AssemblyName>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Illumilib" Version="1.2.7" />
</ItemGroup>
</Project>