We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04f36e1 commit 5957b1eCopy full SHA for 5957b1e
src/Uno.Wasm.Sample.RayTracer/Uno.Wasm.Sample.RayTracer.csproj
@@ -8,7 +8,6 @@
8
<WasmShellMonoRuntimeExecutionMode Condition="'$(UseAOT)'=='true'">InterpreterAndAOT</WasmShellMonoRuntimeExecutionMode>
9
<MonoRuntimeDebuggerEnabled Condition="'$(Configuration)'=='Debug'">true</MonoRuntimeDebuggerEnabled>
10
<DefineConstants>$(DefineConstants);__WASM__;UWP</DefineConstants>
11
- <WasmPWAManifestFile>app.webmanifest</WasmPWAManifestFile>
12
<!--<WasmShellEnableEmccProfiling>true</WasmShellEnableEmccProfiling>-->
13
<WasmShellPrintAOTSkippedMethods>true</WasmShellPrintAOTSkippedMethods>
14
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
0 commit comments