Mercurial > repos > IBBoard.GtkSharp
changeset 34:ef1cf7814a6b
* Add ATK# as a dependency, which seems to be necessary as of openSUSE 11.4 (may be Mono 2.10, may be newer GTK#)
no-open-ticket
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sun, 03 Apr 2011 13:11:00 +0000 |
parents | 70c46caee508 |
children | 6624cf5822f7 |
files | IBBoard.GtkSharp.csproj |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/IBBoard.GtkSharp.csproj Sun Feb 13 16:18:09 2011 +0000 +++ b/IBBoard.GtkSharp.csproj Sun Apr 03 13:11:00 2011 +0000 @@ -51,6 +51,7 @@ <Reference Include="System" /> <Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" /> <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" /> </ItemGroup> <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> <ItemGroup>