Files

19 lines
465 B
XML
Raw Permalink Normal View History

2026-04-04 13:30:13 +02:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<RootNamespace>Avalonia.Resources</RootNamespace>
<TargetFramework>net7.0</TargetFramework>
<BuiltInComInteropSupport>true</BuiltInComInteropSupport>
<ApplicationManifest>app.manifest</ApplicationManifest>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Avalonia" Version="0.10.18" />
</ItemGroup>
<ItemGroup>
<AvaloniaResource Include="Assets\**" />
</ItemGroup>
</Project>