Skip to content

Commit

Permalink
[mtouch] Fix build from csproj. (#4503)
Browse files Browse the repository at this point in the history
  • Loading branch information
rolfbjarne authored and spouliot committed Jul 25, 2018
1 parent 10d98e6 commit 9e31d07
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tools/mtouch/mtouch.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,12 @@
<Compile Include="..\..\src\ObjCRuntime\BindingImplAttribute.cs">
<Link>external\maccore\BindingImplAttribute.cs</Link>
</Compile>
<Compile Include="..\..\external\mono\external\linker\linker\Linker\AssemblyUtilities.cs">
<Link>Linker\AssemblyUtilities.cs</Link>
</Compile>
<Compile Include="..\..\external\mono\external\linker\linker\Linker\TypeNameParser.cs">
<Link>Linker\TypeNameParser.cs</Link>
</Compile>
</ItemGroup>
<ItemGroup>
<Reference Include="System.Core" />
Expand Down

1 comment on commit 9e31d07

@xamarin-release-manager
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Jenkins job (on internal Jenkins) succeeded

Build succeeded
API Diff (from stable)
ℹ️ API Diff (from PR only) (please review changes)
Generator Diff (only version changes)
Test run succeeded

Please sign in to comment.