Files
LaborWork/LaborWork.Browser/LaborWork.Browser.csproj
2026-04-10 11:17:17 +03:00

17 lines
476 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>
<PackageReference Include="Avalonia.Browser"/>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\LaborWork\LaborWork.csproj"/>
</ItemGroup>
</Project>