Skip to content

Commit

Permalink
Change reference to Xamarin.Mac.dll
Browse files Browse the repository at this point in the history
correct reference path

change to Xamarin.Mac.dll
  • Loading branch information
HinTak committed Jun 20, 2016
1 parent 5161a04 commit bd14fe7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions MonoMac.Windows.Forms/System.Windows.Forms.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,8 @@
<Reference Include="System.Data" />
<Reference Include="System.Drawing" />
<Reference Include="System.Xml" />
<Reference Include="MonoMac, Version=0.0.0.0, Culture=neutral">
<Private>False</Private>
<Package>monodevelop-core-mac-addins</Package>
<Reference Include="Xamarin.Mac">
<HintPath>..\References\Xamarin.Mac.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
Expand Down Expand Up @@ -462,4 +461,4 @@
<None Include="test-results\MonoMac.Windows.Forms.csproj.test-cache" />
<None Include="System.Windows.Forms\ScrollableControl_Old.cs" />
</ItemGroup>
</Project>
</Project>

0 comments on commit bd14fe7

Please sign in to comment.