Remove file level xaml compilation attribute
This commit is contained in:
Родитель
9ef060926c
Коммит
07823c6a28
|
@ -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()
|
||||||
|
|
Загрузка…
Ссылка в новой задаче