Installer UI (WIP)

This commit is contained in:
2023-07-09 00:15:23 -04:00
parent 92b943c4f6
commit 6f3627cb12
5 changed files with 303 additions and 7 deletions

View File

@@ -5,6 +5,11 @@
<TargetFramework>net6.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
<ApplicationManifest>app.manifest</ApplicationManifest>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="FontAwesome.WPF" Version="4.7.0.9" />
</ItemGroup>
</Project>