Dexif/Installer/Dexif_Installer/Dexif_Installer.csproj

16 lines
409 B
XML
Raw Permalink 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>
2023-07-09 04:15:23 +00:00
<ApplicationManifest>app.manifest</ApplicationManifest>
2023-07-08 16:03:26 +00:00
</PropertyGroup>
2023-07-09 04:15:23 +00:00
<ItemGroup>
<PackageReference Include="FontAwesome.WPF" Version="4.7.0.9" />
</ItemGroup>
2023-07-08 16:03:26 +00:00
</Project>