diff --git a/TourismusDöbeln.sln b/TourismusDöbeln.sln new file mode 100644 index 0000000..e5d8413 --- /dev/null +++ b/TourismusDöbeln.sln @@ -0,0 +1,27 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.10.35122.118 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TourismusDöbeln", "TourismusDöbeln\TourismusDöbeln.csproj", "{BB87CB22-5FF9-474A-B1EA-A3C3DC1B4733}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {BB87CB22-5FF9-474A-B1EA-A3C3DC1B4733}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {BB87CB22-5FF9-474A-B1EA-A3C3DC1B4733}.Debug|Any CPU.Build.0 = Debug|Any CPU + {BB87CB22-5FF9-474A-B1EA-A3C3DC1B4733}.Debug|Any CPU.Deploy.0 = Debug|Any CPU + {BB87CB22-5FF9-474A-B1EA-A3C3DC1B4733}.Release|Any CPU.ActiveCfg = Release|Any CPU + {BB87CB22-5FF9-474A-B1EA-A3C3DC1B4733}.Release|Any CPU.Build.0 = Release|Any CPU + {BB87CB22-5FF9-474A-B1EA-A3C3DC1B4733}.Release|Any CPU.Deploy.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {7DFFDE13-6BDE-4DAA-A620-E43CCC67CB42} + EndGlobalSection +EndGlobal diff --git a/TourismusDöbeln/App.xaml b/TourismusDöbeln/App.xaml new file mode 100644 index 0000000..e166515 --- /dev/null +++ b/TourismusDöbeln/App.xaml @@ -0,0 +1,14 @@ + + + + + + + + + + + diff --git a/TourismusDöbeln/App.xaml.cs b/TourismusDöbeln/App.xaml.cs new file mode 100644 index 0000000..789bb72 --- /dev/null +++ b/TourismusDöbeln/App.xaml.cs @@ -0,0 +1,12 @@ +namespace TourismusDöbeln +{ + public partial class App : Application + { + public App() + { + InitializeComponent(); + + MainPage = new AppShell(); + } + } +} diff --git a/TourismusDöbeln/AppShell.xaml b/TourismusDöbeln/AppShell.xaml new file mode 100644 index 0000000..8b6eb0b --- /dev/null +++ b/TourismusDöbeln/AppShell.xaml @@ -0,0 +1,15 @@ + + + + + + diff --git a/TourismusDöbeln/AppShell.xaml.cs b/TourismusDöbeln/AppShell.xaml.cs new file mode 100644 index 0000000..bbd9176 --- /dev/null +++ b/TourismusDöbeln/AppShell.xaml.cs @@ -0,0 +1,10 @@ +namespace TourismusDöbeln +{ + public partial class AppShell : Shell + { + public AppShell() + { + InitializeComponent(); + } + } +} diff --git a/TourismusDöbeln/MainPage.xaml b/TourismusDöbeln/MainPage.xaml new file mode 100644 index 0000000..a7c590f --- /dev/null +++ b/TourismusDöbeln/MainPage.xaml @@ -0,0 +1,36 @@ + + + + + + + +