diff --git a/DataGridMAUI.sln b/DataGridMAUI.sln deleted file mode 100644 index a4647ca..0000000 --- a/DataGridMAUI.sln +++ /dev/null @@ -1,27 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 17 -VisualStudioVersion = 17.0.31611.283 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DataGridMAUI", "DataGridMAUI\DataGridMAUI.csproj", "{4A0CD005-3F2B-4B15-AD86-D320B3DFEBBF}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {4A0CD005-3F2B-4B15-AD86-D320B3DFEBBF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {4A0CD005-3F2B-4B15-AD86-D320B3DFEBBF}.Debug|Any CPU.Build.0 = Debug|Any CPU - {4A0CD005-3F2B-4B15-AD86-D320B3DFEBBF}.Debug|Any CPU.Deploy.0 = Debug|Any CPU - {4A0CD005-3F2B-4B15-AD86-D320B3DFEBBF}.Release|Any CPU.ActiveCfg = Release|Any CPU - {4A0CD005-3F2B-4B15-AD86-D320B3DFEBBF}.Release|Any CPU.Build.0 = Release|Any CPU - {4A0CD005-3F2B-4B15-AD86-D320B3DFEBBF}.Release|Any CPU.Deploy.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {61F7FB11-1E47-470C-91E2-47F8143E1572} - EndGlobalSection -EndGlobal diff --git a/DataGridMAUI/App.xaml.cs b/DataGridMAUI/App.xaml.cs deleted file mode 100644 index e3017da..0000000 --- a/DataGridMAUI/App.xaml.cs +++ /dev/null @@ -1,11 +0,0 @@ -namespace DataGridMAUI; - -public partial class App : Application -{ - public App() - { - InitializeComponent(); - - MainPage = new AppShell(); - } -} diff --git a/DataGridMAUI/AppShell.xaml.cs b/DataGridMAUI/AppShell.xaml.cs deleted file mode 100644 index fbf05cf..0000000 --- a/DataGridMAUI/AppShell.xaml.cs +++ /dev/null @@ -1,9 +0,0 @@ -namespace DataGridMAUI; - -public partial class AppShell : Shell -{ - public AppShell() - { - InitializeComponent(); - } -} diff --git a/DataGridMAUI/DataGridMAUI.csproj.user b/DataGridMAUI/DataGridMAUI.csproj.user deleted file mode 100644 index 649c237..0000000 --- a/DataGridMAUI/DataGridMAUI.csproj.user +++ /dev/null @@ -1,8 +0,0 @@ - - - - False - net6.0-windows10.0.19041.0 - Windows Machine - - \ No newline at end of file diff --git a/DataGridMAUI/MainPage.xaml b/DataGridMAUI/MainPage.xaml deleted file mode 100644 index 0fcff05..0000000 --- a/DataGridMAUI/MainPage.xaml +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - -