1234567891011121314151617 |
- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <OutputType>WinExe</OutputType>
- <TargetFramework>net8.0</TargetFramework>
- <Nullable>enable</Nullable>
- <ApplicationManifest>app.manifest</ApplicationManifest>
- </PropertyGroup>
- <ItemGroup>
- <PackageReference Include="Avalonia.Win32" />
- <PackageReference Include="Avalonia.X11" />
- </ItemGroup>
- <Import Project="../IncludeBuildTestsAvaloniaItems.props" />
- </Project>
|