Add core UI

This commit is contained in:
Jöran Malek 2024-02-08 00:54:45 +01:00
parent 500d6df113
commit 2a7ff864bf
8 changed files with 181 additions and 19 deletions

View file

@ -5,6 +5,16 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<AssemblyName>InkForge</AssemblyName>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Avalonia.Desktop" />
<PackageReference Include="Splat.Microsoft.Extensions.DependencyInjection" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\InkForge.Common\InkForge.Common.csproj" />
</ItemGroup>
</Project>