MQTTProcessNotifier/ConfigUI/ConfigUI.csproj

15 lines
326 B
XML
Raw Normal View History

2022-12-17 00:31:24 +01:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="MvvmCross" Version="9.0.2" />
</ItemGroup>
</Project>