Hi Baltasar,

On 25.01.2017 10:08, Baltasar García Perez-Schofield wrote:
> Hi, Sascha,
>
> Take into account that you need to remove all references to Gtk# 2. Go
> to the references tab, and remove all references but "System", and the
> ones under the subtab "From packages".
>
> Yep. Inspecting you PublicanCreators.csproj, you have a reference to
> the Glade library, which only works for Gtk# 2. This can be confusing,
> but though you create your interface with Glade, the XML file
> generated is only compatible with the interface builder included
> inside Gtk (Gtk.Builder), and not with the glade library, which I
> suppose must be obsolete.
>
OK, i deleted in Core all dependencies and hold the System one. In the
Main project i deleted the GTK2 dependency.
So actually i have that one:

<Reference Include="atk-sharp, Version=3.14.0.0, Culture=neutral,
PublicKeyToken=35e10195dab3c99f"> 
<HintPath>..\..\packages\gtk-sharp.Linux.3.14.3.14.7\lib\net40\atk-sharp.dll</HintPath>
 </Reference> <Reference Include="cairo-sharp,
Version=1.12.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756">
<HintPath>..\..\packages\gtk-sharp.Linux.3.14.3.14.7\lib\net40\cairo-sharp.dll</HintPath>
 </Reference> <Reference Include="gdk-sharp,
Version=3.14.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
<HintPath>..\..\packages\gtk-sharp.Linux.3.14.3.14.7\lib\net40\gdk-sharp.dll</HintPath>
 </Reference> <Reference Include="gio-sharp,
Version=3.14.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
<HintPath>..\..\packages\gtk-sharp.Linux.3.14.3.14.7\lib\net40\gio-sharp.dll</HintPath>
 </Reference> <Reference Include="glib-sharp,
Version=3.14.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
<HintPath>..\..\packages\gtk-sharp.Linux.3.14.3.14.7\lib\net40\glib-sharp.dll</HintPath>
 </Reference> <Reference Include="gtk-dotnet,
Version=3.14.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
<HintPath>..\..\packages\gtk-sharp.Linux.3.14.3.14.7\lib\net40\gtk-dotnet.dll</HintPath>
 </Reference> <Reference Include="gtk-sharp,
Version=3.14.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
<HintPath>..\..\packages\gtk-sharp.Linux.3.14.3.14.7\lib\net40\gtk-sharp.dll</HintPath>
 </Reference> <Reference Include="pango-sharp,
Version=3.14.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
<HintPath>..\..\packages\gtk-sharp.Linux.3.14.3.14.7\lib\net40\pango-sharp.dll</HintPath>
 </Reference>

That dependencies are integrated by the NuGet package. That dependency i
think to hold, because otherwise it can't built against Gtk3.

Greetings
Sascha
-- 

Sascha Manns
sascha.ma...@mailbox.org <mailto:sascha.ma...@mailbox.org>
GPG: 0x168428cdb1f20ab1
<http://pgpkey.org/pks/lookup?op=vindex&search=0x168428cdb1f20ab1&fingerprint=on>
jabber:sascha.ma...@jabber.org <jabber:sascha.ma...@jabber.org>


Maifeldstraße 10
56727 Mayen
mobile: +49-1573-9242730
home: +49-2651-4014045
https://saigkill.github.io

Twitter <https://twitter.com/saigkill> Facebook
<https://www.facebook.com/sascha.manns> LinkedIn
<https://de.linkedin.com/in/saigkill> Skype <skype:schurik0815?call>
Github <https://github.com/saigkill> Xing
<https://www.xing.com/profile/Sascha_Manns4>

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Gtk-sharp-list maillist  -  Gtk-sharp-list@lists.dot.net
http://lists.dot.net/mailman/listinfo/gtk-sharp-list

Reply via email to