Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/xwt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLluis Sanchez Gual <lluis@xamarin.com>2014-01-26 12:51:05 +0400
committerLluis Sanchez Gual <lluis@xamarin.com>2014-01-26 12:51:05 +0400
commitb409c71fd0b7312bf7dfd9ea19538cce39766678 (patch)
tree8882c590b7081aab9dd9fbd00dd791819b8d5625 /Xwt.Gtk.Mac
parent9e44bd73faa96bac6a5a684c64f2f1be99dbd677 (diff)
Fix reference to MonoMac
Diffstat (limited to 'Xwt.Gtk.Mac')
-rw-r--r--Xwt.Gtk.Mac/Xwt.Gtk.Mac.csproj4
1 files changed, 1 insertions, 3 deletions
diff --git a/Xwt.Gtk.Mac/Xwt.Gtk.Mac.csproj b/Xwt.Gtk.Mac/Xwt.Gtk.Mac.csproj
index 9a02f1b9..94dcd34e 100644
--- a/Xwt.Gtk.Mac/Xwt.Gtk.Mac.csproj
+++ b/Xwt.Gtk.Mac/Xwt.Gtk.Mac.csproj
@@ -32,9 +32,7 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
- <Reference Include="MonoMac, Version=0.0.0.0, Culture=neutral">
- <Private>True</Private>
- </Reference>
+ <Reference Include="MonoMac" />
<Reference Include="gtk-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="glib-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />