Projektdateien hinzufügen.

This commit is contained in:
Holger Boerchers
2016-07-24 22:09:14 +02:00
parent 5c29e60df9
commit ffbdb06fa5
13 changed files with 590 additions and 0 deletions

View File

@ -0,0 +1,9 @@
<Application x:Class="MaterialModernWPF.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:MaterialModernWPF"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>