summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Controls/Xamarin.Forms.Controls.csproj
diff options
context:
space:
mode:
authorE.Z. Hart <hartez@gmail.com>2016-03-29 14:08:26 -0600
committerE.Z. Hart <hartez@gmail.com>2016-03-29 14:08:26 -0600
commit81cb1d36479ec7d889fade1d53bef34357a73fb9 (patch)
tree061db1acff6446c4a7fce242c4231bb6e19e5a8a /Xamarin.Forms.Controls/Xamarin.Forms.Controls.csproj
parent57b0f3ab3080928d2ddd2da58fc84ef7023c3651 (diff)
downloadxamarin-forms-81cb1d36479ec7d889fade1d53bef34357a73fb9.tar.gz
xamarin-forms-81cb1d36479ec7d889fade1d53bef34357a73fb9.tar.bz2
xamarin-forms-81cb1d36479ec7d889fade1d53bef34357a73fb9.zip
Make ControlGallery App.cs conform to code style
Diffstat (limited to 'Xamarin.Forms.Controls/Xamarin.Forms.Controls.csproj')
-rw-r--r--Xamarin.Forms.Controls/Xamarin.Forms.Controls.csproj4
1 files changed, 4 insertions, 0 deletions
diff --git a/Xamarin.Forms.Controls/Xamarin.Forms.Controls.csproj b/Xamarin.Forms.Controls/Xamarin.Forms.Controls.csproj
index fbccef9e..53565c96 100644
--- a/Xamarin.Forms.Controls/Xamarin.Forms.Controls.csproj
+++ b/Xamarin.Forms.Controls/Xamarin.Forms.Controls.csproj
@@ -73,6 +73,7 @@
</ItemGroup>
<ItemGroup>
<Compile Include="App.cs" />
+ <Compile Include="AppLifeCycle.cs" />
<Compile Include="ControlGalleryPages\CellForceUpdateSizeGalleryPage.cs" />
<Compile Include="ControlGalleryPages\LayoutAddPerformance.xaml.cs">
<DependentUpon>LayoutAddPerformance.xaml</DependentUpon>
@@ -94,6 +95,8 @@
<Compile Include="LegacyRepro\Page1.xaml.cs">
<DependentUpon>Page1.xaml</DependentUpon>
</Compile>
+ <Compile Include="MainPageLifeCycleTests.cs" />
+ <Compile Include="NavReproApp.cs" />
<Compile Include="RootPages\RootContentPage.cs" />
<Compile Include="RootPages\SwapHierachyStackLayout.cs" />
<Compile Include="GalleryPages\EditableList.cs" />
@@ -116,6 +119,7 @@
<Compile Include="LegacyRepro\SampleViewCell.xaml.cs">
<DependentUpon>SampleViewCell.xaml</DependentUpon>
</Compile>
+ <Compile Include="SimpleApp.cs" />
<Compile Include="ViewContainers\EventViewContainer.cs" />
<Compile Include="ViewContainers\LayeredViewContainer.cs" />
<Compile Include="ViewContainers\MultiBindingHack.cs" />