From 692d21d437593a8f4156331c0ab534fa1f8313ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20H=C3=B6glinger-Stelzer?= Date: Mon, 22 Oct 2018 18:53:10 +0200 Subject: [PATCH] Applied basic styling Added Fody.Costura --- DerpingDrivers/App.xaml | 3 +++ DerpingDrivers/DerpingDrivers.csproj | 14 ++++++++++ DerpingDrivers/FodyWeavers.xml | 4 +++ DerpingDrivers/MainWindow.xaml | 39 +++++++++++++++++++++------- DerpingDrivers/packages.config | 2 ++ 5 files changed, 52 insertions(+), 10 deletions(-) create mode 100644 DerpingDrivers/FodyWeavers.xml diff --git a/DerpingDrivers/App.xaml b/DerpingDrivers/App.xaml index 092cbdb..73f7cea 100644 --- a/DerpingDrivers/App.xaml +++ b/DerpingDrivers/App.xaml @@ -14,6 +14,9 @@ + diff --git a/DerpingDrivers/DerpingDrivers.csproj b/DerpingDrivers/DerpingDrivers.csproj index ff58f75..15a129c 100644 --- a/DerpingDrivers/DerpingDrivers.csproj +++ b/DerpingDrivers/DerpingDrivers.csproj @@ -1,5 +1,6 @@  + Debug @@ -14,6 +15,8 @@ 4 true true + + AnyCPU @@ -108,5 +111,16 @@ + + + + + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + + + + \ No newline at end of file diff --git a/DerpingDrivers/FodyWeavers.xml b/DerpingDrivers/FodyWeavers.xml new file mode 100644 index 0000000..56f62d8 --- /dev/null +++ b/DerpingDrivers/FodyWeavers.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/DerpingDrivers/MainWindow.xaml b/DerpingDrivers/MainWindow.xaml index ed85aeb..f3c6f78 100644 --- a/DerpingDrivers/MainWindow.xaml +++ b/DerpingDrivers/MainWindow.xaml @@ -1,13 +1,32 @@  + xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" + xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" + xmlns:d="http://schemas.microsoft.com/expression/blend/2008" + xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" + xmlns:local="clr-namespace:DerpingDrivers" + xmlns:Controls="clr-namespace:MahApps.Metro.Controls;assembly=MahApps.Metro" + mc:Ignorable="d" + Title="Derping Drivers - Windows driver settings detection tool" + Height="450" Width="800" + ShowMaxRestoreButton="False" + ResizeMode="NoResize"> - + + + + + + - + \ No newline at end of file diff --git a/DerpingDrivers/packages.config b/DerpingDrivers/packages.config index f79f977..3159a5b 100644 --- a/DerpingDrivers/packages.config +++ b/DerpingDrivers/packages.config @@ -1,5 +1,7 @@  + + \ No newline at end of file