mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-10 05:06:36 +02:00
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:
9
src/settings_v2/App.xaml
Normal file
9
src/settings_v2/App.xaml
Normal 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>
|
||||
Reference in New Issue
Block a user