diff --git a/Test_App.sln b/Test_App.sln new file mode 100644 index 0000000..374588c --- /dev/null +++ b/Test_App.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.1.32328.378 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test_App", "Test_App\Test_App.csproj", "{90B7D34D-C7F6-4BCF-88D5-20FF99927438}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {90B7D34D-C7F6-4BCF-88D5-20FF99927438}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {90B7D34D-C7F6-4BCF-88D5-20FF99927438}.Debug|Any CPU.Build.0 = Debug|Any CPU + {90B7D34D-C7F6-4BCF-88D5-20FF99927438}.Release|Any CPU.ActiveCfg = Release|Any CPU + {90B7D34D-C7F6-4BCF-88D5-20FF99927438}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {813213D7-F272-4114-B0F3-E2522E2EE3F9} + EndGlobalSection +EndGlobal diff --git a/Test_App/App.config b/Test_App/App.config new file mode 100644 index 0000000..56efbc7 --- /dev/null +++ b/Test_App/App.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/Test_App/App.xaml b/Test_App/App.xaml new file mode 100644 index 0000000..dee3807 --- /dev/null +++ b/Test_App/App.xaml @@ -0,0 +1,14 @@ + + + + + + + + + + \ No newline at end of file diff --git a/Test_App/App.xaml.cs b/Test_App/App.xaml.cs new file mode 100644 index 0000000..b653119 --- /dev/null +++ b/Test_App/App.xaml.cs @@ -0,0 +1,17 @@ +using System; +using System.Collections.Generic; +using System.Configuration; +using System.Data; +using System.Linq; +using System.Threading.Tasks; +using System.Windows; + +namespace Test_App +{ + /// + /// Interaktionslogik für "App.xaml" + /// + public partial class App : Application + { + } +} diff --git a/Test_App/Images/code.png b/Test_App/Images/code.png new file mode 100644 index 0000000..e0579a1 Binary files /dev/null and b/Test_App/Images/code.png differ diff --git a/Test_App/Images/home.png b/Test_App/Images/home.png new file mode 100644 index 0000000..5ba1c4b Binary files /dev/null and b/Test_App/Images/home.png differ diff --git a/Test_App/MainWindow.xaml b/Test_App/MainWindow.xaml new file mode 100644 index 0000000..ab06596 --- /dev/null +++ b/Test_App/MainWindow.xaml @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + +