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 diff
1.1 --- a/IBBoard.GtkSharp.csproj Wed Oct 19 20:29:14 2011 +0100 1.2 +++ b/IBBoard.GtkSharp.csproj Sun Nov 27 13:51:27 2011 +0000 1.3 @@ -57,6 +57,9 @@ 1.4 <Reference Include="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" /> 1.5 <Reference Include="atk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" /> 1.6 <Reference Include="Mono.Posix" /> 1.7 + <Reference Include="glib-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f"> 1.8 + <Private>False</Private> 1.9 + </Reference> 1.10 </ItemGroup> 1.11 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 1.12 <ItemGroup>