Skip to content

Instantly share code, notes, and snippets.

@jonpryor
Created June 13, 2016 12:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jonpryor/310fde994a573b7a20c8b9ad97774494 to your computer and use it in GitHub Desktop.
Save jonpryor/310fde994a573b7a20c8b9ad97774494 to your computer and use it in GitHub Desktop.
diff --git a/src/Mono.Posix/Mono.Posix.csproj b/src/Mono.Posix/Mono.Posix.csproj
index 8120cc2..5d3f73e 100644
--- a/src/Mono.Posix/Mono.Posix.csproj
+++ b/src/Mono.Posix/Mono.Posix.csproj
@@ -245,6 +245,11 @@
<Name>Mono.Android</Name>
<Private>False</Private>
</ProjectReference>
+ <ProjectReference Include="..\Xamarin.Android.Build.Tasks\Xamarin.Android.Build.Tasks.csproj">
+ <Project>{3F1F2F50-AF1A-4A5A-BEDB-193372F068D7}</Project>
+ <Name>Xamarin.Android.Build.Tasks</Name>
+ <ReferenceOutputAssembly>False</ReferenceOutputAssembly>
+ </ProjectReference>
</ItemGroup>
<PropertyGroup>
<XANativeLibsDir>$(OutputPath)\..\..\..\xbuild\Xamarin\Android\lib</XANativeLibsDir>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment