summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.ControlGallery.Android/Xamarin.Forms.ControlGallery.Android.csproj
diff options
context:
space:
mode:
authorE.Z. Hart <hartez@users.noreply.github.com>2017-06-23 18:30:09 -0600
committerGitHub <noreply@github.com>2017-06-23 18:30:09 -0600
commitd078ba64da3a844d266a28a849690355434e7021 (patch)
tree157560f40a27ea62e44f96308a8943d2b0872935 /Xamarin.Forms.ControlGallery.Android/Xamarin.Forms.ControlGallery.Android.csproj
parenteb2a2177b3761efbc9b6563d4621ab4a19300837 (diff)
downloadxamarin-forms-d078ba64da3a844d266a28a849690355434e7021.tar.gz
xamarin-forms-d078ba64da3a844d266a28a849690355434e7021.tar.bz2
xamarin-forms-d078ba64da3a844d266a28a849690355434e7021.zip
ControlGallery Android Activity cleanup (#1011)
* Split up the various forms of Activity1 so the code is manageable * Update access to Insights key for FormsApplicationActivity * Remove conditional compilation symbol
Diffstat (limited to 'Xamarin.Forms.ControlGallery.Android/Xamarin.Forms.ControlGallery.Android.csproj')
-rw-r--r--Xamarin.Forms.ControlGallery.Android/Xamarin.Forms.ControlGallery.Android.csproj8
1 files changed, 8 insertions, 0 deletions
diff --git a/Xamarin.Forms.ControlGallery.Android/Xamarin.Forms.ControlGallery.Android.csproj b/Xamarin.Forms.ControlGallery.Android/Xamarin.Forms.ControlGallery.Android.csproj
index 473ae27f..ccf16fe7 100644
--- a/Xamarin.Forms.ControlGallery.Android/Xamarin.Forms.ControlGallery.Android.csproj
+++ b/Xamarin.Forms.ControlGallery.Android/Xamarin.Forms.ControlGallery.Android.csproj
@@ -175,11 +175,19 @@
<Compile Include="Activity1.cs" />
<Compile Include="BorderEffect.cs" />
<Compile Include="BrokenNativeControl.cs" />
+ <Compile Include="CacheService.cs" />
+ <Compile Include="FormsApplicationActivity.cs" />
+ <Compile Include="DisposeLabelRenderer.cs" />
+ <Compile Include="DisposePageRenderer.cs" />
+ <Compile Include="FormsAppCompatActivity.cs" />
+ <Compile Include="PreApplicationClassActivity.cs" />
<Compile Include="Properties\MapsKey.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Resources\Resource.Designer.cs" />
<Compile Include="CustomRenderers.cs" />
<Compile Include="ColorPicker.cs" />
+ <Compile Include="StringProvider.cs" />
+ <Compile Include="TestCloudService.cs" />
<Compile Include="_38989CustomRenderer.cs" />
<Compile Include="BrokenImageSourceHandler.cs" />
<Compile Include="_57114CustomRenderer.cs" />