Skip to content

Commit

Permalink
Use magic AddinReference
Browse files Browse the repository at this point in the history
  • Loading branch information
nosami committed Nov 6, 2019
1 parent 536016c commit fb730b4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Src/VimMac/VimMac.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,10 @@
<DefineConstants>TRACE;RELEASE;NETFRAMEWORK;NET472</DefineConstants>
</PropertyGroup>
<ItemGroup>
<AddinReference Include="MonoDevelop.TextEditor.Cocoa" />
</ItemGroup>
<ItemGroup>
<Reference Include="System.ComponentModel.Composition" />
<Reference Include="Microsoft.VisualStudio.Text.UI.Cocoa">
<HintPath>..\..\..\..\..\..\Applications\Visual Studio.app\Contents\Resources\lib\monodevelop\bin\Microsoft.VisualStudio.Text.UI.Cocoa.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\VimCore\VimCore.fsproj" />
Expand Down

0 comments on commit fb730b4

Please sign in to comment.