Created
May 6, 2016 17:56
-
-
Save jonpryor/8f390fa83c23bdc55cf53d84cc31d7c4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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