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:
authorJeffrey Stedfast <jeff@xamarin.com>2016-03-16 20:34:47 +0300
committerJeffrey Stedfast <jeff@xamarin.com>2016-03-16 20:34:47 +0300
commit28e1e0f84a0ab5e983883b62421fe4d340d0c4cb (patch)
treedd98b8afba2c58907f3c88c97ddc2b45bb102990 /Xwt.Gtk.Mac
parentab428755ce45840f1b4c4e1b948e5ff16f012583 (diff)
Reference the 64bit version of Xamarin.Mac
Diffstat (limited to 'Xwt.Gtk.Mac')
-rw-r--r--Xwt.Gtk.Mac/Xwt.Gtk.Mac.csproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/Xwt.Gtk.Mac/Xwt.Gtk.Mac.csproj b/Xwt.Gtk.Mac/Xwt.Gtk.Mac.csproj
index a9c62145..4a9abd50 100644
--- a/Xwt.Gtk.Mac/Xwt.Gtk.Mac.csproj
+++ b/Xwt.Gtk.Mac/Xwt.Gtk.Mac.csproj
@@ -35,7 +35,7 @@
<Reference Include="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
<Reference Include="System.Drawing" />
<Reference Include="Xamarin.Mac">
- <HintPath>\Library\Frameworks\Xamarin.Mac.framework\Versions\Current\lib\i386\full\Xamarin.Mac.dll</HintPath>
+ <HintPath>\Library\Frameworks\Xamarin.Mac.framework\Versions\Current\lib\x86_64\full\Xamarin.Mac.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
@@ -60,4 +60,4 @@
<Name>Xwt</Name>
</ProjectReference>
</ItemGroup>
-</Project> \ No newline at end of file
+</Project>