RGBController/RGBController2/RGBController2.csproj

13 lines
286 B
XML

<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<UseWPF>true</UseWPF>
</PropertyGroup>
<ItemGroup>
<Folder Include="LightingModes\" />
</ItemGroup>
</Project>