Add prototype GUI

This commit is contained in:
2021-12-04 12:27:16 +01:00
parent 14fb199206
commit 3795774023
10 changed files with 276 additions and 2 deletions

View File

@@ -0,0 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\ExeLauncher\ExeLauncher.csproj" />
</ItemGroup>
</Project>