Dexif/Installer/Dexif_Installer/Dexif_Installer.csproj

11 lines
245 B
XML
Raw Normal View History

2023-07-08 16:03:26 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
</PropertyGroup>
</Project>