Remove file level xaml compilation attribute

This commit is contained in:
Depechie 2017-09-19 08:31:57 +02:00
Родитель 9ef060926c
Коммит 07823c6a28
5 изменённых файлов: 5 добавлений и 39 удалений

Просмотреть файл

@ -1,15 +1,7 @@
using System; using Xamarin.Forms;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Xamarin.Forms;
using Xamarin.Forms.Xaml;
namespace FormsCommunityToolkit.Samples.Views namespace FormsCommunityToolkit.Samples.Views
{ {
[XamlCompilation(XamlCompilationOptions.Compile)]
public partial class EffectsEntryRemoveBorderPage : ContentPage public partial class EffectsEntryRemoveBorderPage : ContentPage
{ {
public EffectsEntryRemoveBorderPage() public EffectsEntryRemoveBorderPage()

Просмотреть файл

@ -1,15 +1,7 @@
using System; using Xamarin.Forms;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Xamarin.Forms;
using Xamarin.Forms.Xaml;
namespace FormsCommunityToolkit.Samples.Views namespace FormsCommunityToolkit.Samples.Views
{ {
[XamlCompilation(XamlCompilationOptions.Compile)]
public partial class EffectsEntryRemoveLinePage : ContentPage public partial class EffectsEntryRemoveLinePage : ContentPage
{ {
public EffectsEntryRemoveLinePage() public EffectsEntryRemoveLinePage()

Просмотреть файл

@ -1,16 +1,8 @@
using System; using Xamarin.Forms;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Xamarin.Forms;
using Xamarin.Forms.Xaml;
namespace FormsCommunityToolkit.Samples.Views namespace FormsCommunityToolkit.Samples.Views
{ {
[XamlCompilation(XamlCompilationOptions.Compile)] public partial class EffectsEntrySelectAllTextPage : ContentPage
public partial class EffectsEntrySelectAllTextPage : ContentPage
{ {
public EffectsEntrySelectAllTextPage () public EffectsEntrySelectAllTextPage ()
{ {

Просмотреть файл

@ -1,9 +1,7 @@
using Xamarin.Forms; using Xamarin.Forms;
using Xamarin.Forms.Xaml;
namespace FormsCommunityToolkit.Samples.Views namespace FormsCommunityToolkit.Samples.Views
{ {
[XamlCompilation(XamlCompilationOptions.Compile)]
public partial class EffectsLabelPage : ContentPage public partial class EffectsLabelPage : ContentPage
{ {
public EffectsLabelPage() public EffectsLabelPage()

Просмотреть файл

@ -1,15 +1,7 @@
using System; using Xamarin.Forms;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Xamarin.Forms;
using Xamarin.Forms.Xaml;
namespace FormsCommunityToolkit.Samples.Views namespace FormsCommunityToolkit.Samples.Views
{ {
[XamlCompilation(XamlCompilationOptions.Compile)]
public partial class EffectsLabelSizeFontToFitPage : ContentPage public partial class EffectsLabelSizeFontToFitPage : ContentPage
{ {
public EffectsLabelSizeFontToFitPage() public EffectsLabelSizeFontToFitPage()