Skip to content

Commit

Permalink
#10 Removed System.Windows.Forms references.
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanWouters committed May 18, 2016
1 parent 2cf55ea commit d833e7d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion CivOne.Mac.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="MonoMac">
<HintPath>/Applications/Xamarin Studio.app/Contents/Resources/lib/monodevelop/AddIns/MonoDevelop.MonoMac/MonoMac.dll</HintPath>
<HintPath Condition="Exists('$(OutputPath)\..\lib/MonoMac.dll')">$(OutputPath)\..\lib/MonoMac.dll</HintPath>
Expand Down
1 change: 0 additions & 1 deletion src/Mac/View.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
using System.Drawing.Imaging;
using System.IO;
using System.Linq;
using System.Windows.Forms;
using MonoMac.AppKit;
using MonoMac.CoreGraphics;
using MonoMac.Foundation;
Expand Down
1 change: 0 additions & 1 deletion src/Mac/Window.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
using System.Drawing;
using System.Linq;
using System.Threading;
using System.Windows.Forms;
using MonoMac.AppKit;
using MonoMac.Foundation;
using CivOne.Enums;
Expand Down

0 comments on commit d833e7d

Please sign in to comment.