Skip to content

Commit

Permalink
chore: Restore original configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban authored Oct 24, 2024
1 parent d43c618 commit 2a9e663
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<WasmShellMonoRuntimeExecutionMode Condition="'$(UseAOT)'=='true'">InterpreterAndAOT</WasmShellMonoRuntimeExecutionMode>
<MonoRuntimeDebuggerEnabled Condition="'$(Configuration)'=='Debug'">true</MonoRuntimeDebuggerEnabled>
<DefineConstants>$(DefineConstants);__WASM__;UWP</DefineConstants>
<WasmPWAManifestFile>app.webmanifest</WasmPWAManifestFile>
<!--<WasmShellEnableEmccProfiling>true</WasmShellEnableEmccProfiling>-->
<WasmShellPrintAOTSkippedMethods>true</WasmShellPrintAOTSkippedMethods>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
Expand All @@ -33,6 +34,7 @@

<ItemGroup>
<LinkerDescriptor Include="LinkerConfig.xml" />
<MonoRuntimeMixedModeExcludedAssembly Include="System.Xml.dll" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 2a9e663

Please sign in to comment.