Files
Apollon/Apollon.WPF/Apollon.WPF.csproj
Natlinux81 e9b04dbe89 Overview
Creating a Startwindow
2022-08-09 22:04:43 +02:00

15 lines
350 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="MahApps.Metro.IconPacks.Material" Version="4.11.0" />
</ItemGroup>
</Project>