Update project file.

This commit is contained in:
Ray Koopa 2020-07-01 13:54:16 +02:00
parent f8b1b84f21
commit ebba11bd59

View File

@ -1,4 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<!-- Compilation -->
<PropertyGroup>
<Nullable>enable</Nullable>
<LangVersion>latest</LangVersion>
@ -6,6 +8,7 @@
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<!-- References -->
<ItemGroup>
<PackageReference Include="Avalonia" Version="0.9.10" />
<PackageReference Include="Avalonia.Desktop" Version="0.9.10" />
@ -13,6 +16,7 @@
<ProjectReference Include="..\..\library\Syroot.Worms.Armageddon\Syroot.Worms.Armageddon.csproj" />
</ItemGroup>
<!-- Content -->
<ItemGroup>
<Folder Include="Models\" />
<Compile Update="**\*.xaml.cs">
@ -23,4 +27,5 @@
</AvaloniaResource>
<AvaloniaResource Include="Assets\**" />
</ItemGroup>
</Project>