gamenight/FrontendAvalonia/FrontendAvalonia.Browser/FrontendAvalonia.Browser.cs...

21 lines
567 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<RuntimeIdentifier>browser-wasm</RuntimeIdentifier>
<WasmMainJSPath>AppBundle\main.js</WasmMainJSPath>
<OutputType>Exe</OutputType>
</PropertyGroup>
<ItemGroup>
<WasmExtraFilesToDeploy Include="AppBundle\**" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Avalonia.Browser" Version="11.0.3" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\FrontendAvalonia\FrontendAvalonia.csproj" />
</ItemGroup>
</Project>