Files
SNote/Client/SNote.Browser/SNote.Browser.csproj
T

17 lines
434 B
XML
Raw Normal View History

2026-05-28 02:54:17 +10:00
<Project Sdk="Microsoft.NET.Sdk.WebAssembly">
<PropertyGroup>
<TargetFramework>net10.0-browser</TargetFramework>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Avalonia.Browser" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\SNote\SNote.csproj" />
</ItemGroup>
</Project>