summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.Android.FormsViewGroup
diff options
context:
space:
mode:
authorE.Z. Hart <hartez@users.noreply.github.com>2016-09-30 13:36:58 -0600
committerJason Smith <jason.smith@xamarin.com>2016-09-30 12:36:58 -0700
commitf4f7ba92726c2e72f1a1345a7afa93363ad5eb08 (patch)
treeca29afd9045086261472f483d902f738f1785831 /Xamarin.Forms.Platform.Android.FormsViewGroup
parentf1689cf0868ad15cae312402aa01735bbdb7e8bd (diff)
downloadxamarin-forms-f4f7ba92726c2e72f1a1345a7afa93363ad5eb08.tar.gz
xamarin-forms-f4f7ba92726c2e72f1a1345a7afa93363ad5eb08.tar.bz2
xamarin-forms-f4f7ba92726c2e72f1a1345a7afa93363ad5eb08.zip
Set AndroidCodeGenTarget to XAJavaInterop1 (#404)
Diffstat (limited to 'Xamarin.Forms.Platform.Android.FormsViewGroup')
-rw-r--r--Xamarin.Forms.Platform.Android.FormsViewGroup/Xamarin.Forms.Platform.Android.FormsViewGroup.csproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/Xamarin.Forms.Platform.Android.FormsViewGroup/Xamarin.Forms.Platform.Android.FormsViewGroup.csproj b/Xamarin.Forms.Platform.Android.FormsViewGroup/Xamarin.Forms.Platform.Android.FormsViewGroup.csproj
index f22ce100..05a62e06 100644
--- a/Xamarin.Forms.Platform.Android.FormsViewGroup/Xamarin.Forms.Platform.Android.FormsViewGroup.csproj
+++ b/Xamarin.Forms.Platform.Android.FormsViewGroup/Xamarin.Forms.Platform.Android.FormsViewGroup.csproj
@@ -1,6 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
+ <AndroidCodeGenTarget>XAJavaInterop1</AndroidCodeGenTarget>
+ </PropertyGroup>
+ <PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.30703</ProductVersion>