Created
June 12, 2018 18:58
-
-
Save SjB/65eaca2b9bcc30062b53e0c03768c915 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<ExternalProject Name="Eto"> | |
<Binary | |
Name="Eto.Forms" | |
Path="./.libs/Eto.Forms/lib/netstandard1.0/Eto.dll" /> | |
<Platform Type="Linux"> | |
<Binary | |
Name="Eto.Platform.Gtk3" | |
Path="./.libs/Eto.Platform.Gtk3/lib/net45/Eto.Gtk3.dll" /> | |
</Platform> | |
<Platform Type="Windows"> | |
<Binary | |
Name="Eto.Platform.Windows" | |
Path="./.libs/Eto.Platform.Windows/lib/net45/Eto.Windows.dll" /> | |
</Platform> | |
</ExternalProject> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment