commit 280a7422b13f9d6ff730c362b849ff100e6d04c1 Author: BlubbFish Date: Tue Nov 27 15:11:08 2018 +0000 Nomis Geschenk 32Geb diff --git a/Nomi-Geb32.sln b/Nomi-Geb32.sln new file mode 100644 index 0000000..22afb39 --- /dev/null +++ b/Nomi-Geb32.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 15 +VisualStudioVersion = 15.0.27703.2026 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nomi-Geb32", "Nomi-Geb32\Nomi-Geb32.csproj", "{609B98E5-EE2F-4E48-BDD6-547A973E0C77}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {609B98E5-EE2F-4E48-BDD6-547A973E0C77}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {609B98E5-EE2F-4E48-BDD6-547A973E0C77}.Debug|Any CPU.Build.0 = Debug|Any CPU + {609B98E5-EE2F-4E48-BDD6-547A973E0C77}.Release|Any CPU.ActiveCfg = Release|Any CPU + {609B98E5-EE2F-4E48-BDD6-547A973E0C77}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {97AF0E68-91CA-4751-95C4-F524D62198F4} + EndGlobalSection +EndGlobal diff --git a/Nomi-Geb32/App.config b/Nomi-Geb32/App.config new file mode 100644 index 0000000..4bba09a --- /dev/null +++ b/Nomi-Geb32/App.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/Nomi-Geb32/App.xaml b/Nomi-Geb32/App.xaml new file mode 100644 index 0000000..f50f160 --- /dev/null +++ b/Nomi-Geb32/App.xaml @@ -0,0 +1,9 @@ + + + + + diff --git a/Nomi-Geb32/App.xaml.cs b/Nomi-Geb32/App.xaml.cs new file mode 100644 index 0000000..15c15d1 --- /dev/null +++ b/Nomi-Geb32/App.xaml.cs @@ -0,0 +1,15 @@ +using System; +using System.Collections.Generic; +using System.Configuration; +using System.Data; +using System.Linq; +using System.Threading.Tasks; +using System.Windows; + +namespace Nomi_Geb32 { + /// + /// Interaktionslogik für "App.xaml" + /// + public partial class App : Application { + } +} diff --git a/Nomi-Geb32/MainWindow.xaml b/Nomi-Geb32/MainWindow.xaml new file mode 100644 index 0000000..af619e2 --- /dev/null +++ b/Nomi-Geb32/MainWindow.xaml @@ -0,0 +1,19 @@ + + +