This commit is contained in:
Niels Laute 2022-12-04 14:56:34 +01:00
Родитель 3882ace389
Коммит fa17868edd
2 изменённых файлов: 2 добавлений и 0 удалений

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

@ -17,6 +17,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>$(WasmHeadTargetFramework)</TargetFramework>
<WasmShellWebAppBasePath>/</WasmShellWebAppBasePath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)'=='Release'">

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

@ -18,6 +18,7 @@
<IsGtk>false</IsGtk>
<IsGtkHead>false</IsGtkHead>
<IsGtkLib>false</IsGtkLib>
<WasmShellWebAppBasePath>/</WasmShellWebAppBasePath>
</PropertyGroup>
<Import Project="$(RepositoryDirectory)common\Labs.ProjectIdentifiers.props" />