Skip to content

Commit

Permalink
Update SvgToXaml.Web.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
wieslawsoltes committed Oct 31, 2024
1 parent 14d770f commit ee56ed6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/SvgToXaml.Web/SvgToXaml.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,14 @@
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<RuntimeIdentifier>browser-wasm</RuntimeIdentifier>
<WasmMainJSPath>wwwroot\main.js</WasmMainJSPath>
<IsPackable>False</IsPackable>
</PropertyGroup>


<ItemGroup>
<WasmExtraFilesToDeploy Include="wwwroot\**" />
</ItemGroup>

<ItemGroup>
<TrimmerRootDescriptor Include="Roots.xml" />
</ItemGroup>
Expand Down

0 comments on commit ee56ed6

Please sign in to comment.