Remove Safari-only workaround (#21)

This commit is contained in:
Jérôme Laban 2019-12-03 11:38:18 -05:00 коммит произвёл GitHub
Родитель a5b41e7a9f
Коммит 0d82784417
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 8 удалений

Просмотреть файл

@ -6,14 +6,7 @@
<WasmHead>true</WasmHead>
<DefineConstants>$(DefineConstants);__WASM__</DefineConstants>
<NoWarn>NU1701</NoWarn>
<!--
https://github.com/unoplatform/Uno.Wasm.Bootstrap/issues/128, to be
removed when Boostrapper 1.1 is released.
Force compression even when debugging is enabled.
-->
<MonoRuntimeDebuggerEnabled>true</MonoRuntimeDebuggerEnabled>
<WasmShellGenerateCompressedFiles>true</WasmShellGenerateCompressedFiles>
<MonoRuntimeDebuggerEnabled Condition="'$(Configuration)'=='Debug'">true</MonoRuntimeDebuggerEnabled>
</PropertyGroup>
<ItemGroup>
<Content Include="..\CyberTruck.UWP\Assets\*.png" Link="Assets\%(FileName)%(Extension)" />