Mercurial > repos > IBBoard.GtkSharp
changeset 41:122a93b48f3d
* Add GLib-sharp reference, as ComboBoxUtils uses it and non-MonoDevelop builds won't auto-pick it up
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sun, 27 Nov 2011 13:51:27 +0000 |
parents | 7c15adc333ea |
children | f04e973e5ea0 |
files | IBBoard.GtkSharp.csproj |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/IBBoard.GtkSharp.csproj Wed Oct 19 20:29:14 2011 +0100 +++ b/IBBoard.GtkSharp.csproj Sun Nov 27 13:51:27 2011 +0000 @@ -57,6 +57,9 @@ <Reference Include="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" /> <Reference Include="atk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" /> <Reference Include="Mono.Posix" /> + <Reference Include="glib-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f"> + <Private>False</Private> + </Reference> </ItemGroup> <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> <ItemGroup>