A cross-platform UI framework for .NET
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

16 lines
743 B

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<AvaloniaResource Include="Assets\**" />
<ProjectReference Include="..\..\packages\Avalonia\Avalonia.csproj" />
<PackageReference Include="Material.Avalonia" Version="3.0.0-avalonia11-preview2" />
<PackageReference Include="Material.Icons.Avalonia" Version="1.2.0" />
<PackageReference Include="XamlNameReferenceGenerator" Version="1.3.4" />
<ProjectReference Include="..\..\src\Avalonia.ReactiveUI\Avalonia.ReactiveUI.csproj" />
</ItemGroup>
<Import Project="..\..\build\BuildTargets.targets" />
</Project>