Lavius / Base Project for New Settings Project (#1481)

* base WPF Project

* Added tests

* Update build configuration .sln file

* removed unnessesary asset files
This commit is contained in:
Lavius Motileng
2020-03-06 17:46:51 -08:00
parent 5ff146bc69
commit 59a2415a0d
20 changed files with 469 additions and 0 deletions

9
src/settings_v2/App.xaml Normal file
View File

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