Skip to content

Instantly share code, notes, and snippets.

@jonpryor
Created May 6, 2016 17:56
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/8f390fa83c23bdc55cf53d84cc31d7c4 to your computer and use it in GitHub Desktop.
Save jonpryor/8f390fa83c23bdc55cf53d84cc31d7c4 to your computer and use it in GitHub Desktop.
diff --git a/src/Xamarin.Android.Build.Tasks/Xamarin.Android.Build.Tasks.csproj b/src/Xamarin.Android.Build.Tasks/Xamarin.Android.Build.Tasks.csproj
index 8e50ac0..8f16b76 100644
--- a/src/Xamarin.Android.Build.Tasks/Xamarin.Android.Build.Tasks.csproj
+++ b/src/Xamarin.Android.Build.Tasks/Xamarin.Android.Build.Tasks.csproj
@@ -65,6 +65,7 @@
</Reference>
</ItemGroup>
<ItemGroup>
+ <Compile Include="$(IntermediateOutputPath)Profile.g.cs" />
<Compile Include="Linker\LinkModes.cs" />
<Compile Include="Generator\Generator.cs" />
<Compile Include="Linker\MonoDroid.Tuner\FixAbstractMethodsStep.cs" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment