Files
Ursa.Avalonia/demo/Ursa.Demo.Browser/Ursa.Demo.Browser.csproj
Zhang Dian 445c8217c8 Turn on .slnx & CPM (#844)
* feat: turn on .slnx & CPM.

* misc: format codes.
2025-12-29 16:09:29 +08:00

27 lines
775 B
XML

<Project Sdk="Microsoft.NET.Sdk.WebAssembly">
<PropertyGroup>
<TargetFramework>net10.0-browser</TargetFramework>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<AvaloniaResource Include="Assets\**"/>
</ItemGroup>
<ItemGroup>
<TrimmerRootAssembly Include="Ursa.Demo"/>
<TrimmerRootAssembly Include="Ursa.Demo.Browser"/>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Avalonia.Browser"/>
<PackageReference Include="SkiaSharp.NativeAssets.WebAssembly"/>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Ursa.Demo\Ursa.Demo.csproj"/>
</ItemGroup>
</Project>