Skip to content

Instantly share code, notes, and snippets.

@SjB
Created June 12, 2018 18:58
Show Gist options
  • Save SjB/65eaca2b9bcc30062b53e0c03768c915 to your computer and use it in GitHub Desktop.
Save SjB/65eaca2b9bcc30062b53e0c03768c915 to your computer and use it in GitHub Desktop.
<?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