13 lines
286 B
XML
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>
|