Merge pull request #1 from josephmoresena/master

WindowsApp.lib only should be included in Windows
This commit is contained in:
Todor Totev
2020-04-24 09:30:04 +03:00
committed by GitHub

View File

@ -16,7 +16,7 @@
<IlcDisableUnhandledExceptionExperience>false</IlcDisableUnhandledExceptionExperience> <IlcDisableUnhandledExceptionExperience>false</IlcDisableUnhandledExceptionExperience>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup Condition="$(RuntimeIdentifier.StartsWith('win'))">
<!-- Instruct CoreRT to use this native dependency, required to build Avalonia. This library comes from the Windows SDK. --> <!-- Instruct CoreRT to use this native dependency, required to build Avalonia. This library comes from the Windows SDK. -->
<NativeLibrary Include="WindowsApp.lib" /> <NativeLibrary Include="WindowsApp.lib" />
</ItemGroup> </ItemGroup>