2020-08-28 19:39:09 +01:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<OutputType>WinExe</OutputType>
|
|
|
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
|
|
|
|
<UseWPF>true</UseWPF>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2020-10-25 19:52:14 +00:00
|
|
|
|
<Compile Remove="LightingModes\**" />
|
|
|
|
|
<EmbeddedResource Remove="LightingModes\**" />
|
|
|
|
|
<None Remove="LightingModes\**" />
|
|
|
|
|
<Page Remove="LightingModes\**" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<PackageReference Include="System.IO.Ports" Version="4.7.0" />
|
2020-08-28 19:39:09 +01:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|