diff --git a/MaterialModernWPF.sln b/MaterialModernWPF.sln new file mode 100644 index 0000000..95adae0 --- /dev/null +++ b/MaterialModernWPF.sln @@ -0,0 +1,22 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 14 +VisualStudioVersion = 14.0.25420.1 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MaterialModernWPF", "MaterialModernWPF\MaterialModernWPF.csproj", "{4B3C4999-EB49-47A7-AB1A-6237CCAF559C}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {4B3C4999-EB49-47A7-AB1A-6237CCAF559C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {4B3C4999-EB49-47A7-AB1A-6237CCAF559C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {4B3C4999-EB49-47A7-AB1A-6237CCAF559C}.Release|Any CPU.ActiveCfg = Release|Any CPU + {4B3C4999-EB49-47A7-AB1A-6237CCAF559C}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/MaterialModernWPF/App.config b/MaterialModernWPF/App.config new file mode 100644 index 0000000..88fa402 --- /dev/null +++ b/MaterialModernWPF/App.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/MaterialModernWPF/App.xaml b/MaterialModernWPF/App.xaml new file mode 100644 index 0000000..80b4c6b --- /dev/null +++ b/MaterialModernWPF/App.xaml @@ -0,0 +1,9 @@ + + + + + diff --git a/MaterialModernWPF/App.xaml.cs b/MaterialModernWPF/App.xaml.cs new file mode 100644 index 0000000..b120d73 --- /dev/null +++ b/MaterialModernWPF/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 MaterialModernWPF +{ + /// + /// Interaktionslogik für "App.xaml" + /// + public partial class App : Application + { + } +} diff --git a/MaterialModernWPF/MainWindow.xaml b/MaterialModernWPF/MainWindow.xaml new file mode 100644 index 0000000..b4cc00f --- /dev/null +++ b/MaterialModernWPF/MainWindow.xaml @@ -0,0 +1,103 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +