Merge pull request #1 from josephmoresena/master
WindowsApp.lib only should be included in Windows
This commit is contained in:
commit
3659bf3e4a
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user