From 8e24781a6c5e739d5ca1d8b999545d2892084794 Mon Sep 17 00:00:00 2001 From: Clayton Errington Date: Tue, 6 Feb 2024 09:16:10 -0600 Subject: [PATCH] Update and test paths better --- App.config | 12 +- App.xaml | 18 +- App.xaml.cs | 34 +- MainWindow.xaml | 50 +-- MainWindow.xaml.cs | 272 +++++++++------- Properties/AssemblyInfo.cs | 110 +++---- Properties/Resources.Designer.cs | 134 ++++---- Properties/Resources.resx | 232 ++++++------- Properties/Settings.Designer.cs | 56 ++-- Properties/Settings.settings | 12 +- SQLBuilder.csproj | 275 ++++++++-------- SQLBuilder.sln | 50 +-- obj/Debug/App.g.cs | 140 ++++---- obj/Debug/App.g.i.cs | 140 ++++---- ...gnTimeResolveAssemblyReferencesInput.cache | Bin 0 -> 2305 bytes obj/Debug/MainWindow.baml | Bin 0 -> 2719 bytes obj/Debug/MainWindow.g.cs | 308 +++++++++--------- obj/Debug/MainWindow.g.i.cs | 308 +++++++++--------- .../SQLBuilder.csproj.AssemblyReference.cache | Bin 0 -> 8255 bytes .../SQLBuilder.csproj.CoreCompileInputs.cache | 1 + .../SQLBuilder.csproj.FileListAbsolute.txt | 45 ++- .../SQLBuilder.csproj.GenerateResource.cache | Bin 0 -> 84 bytes ...der.csproj.SuggestedBindingRedirects.cache | 0 obj/Debug/SQLBuilder.exe | Bin 0 -> 77312 bytes obj/Debug/SQLBuilder.g.resources | Bin 33760 -> 33760 bytes obj/Debug/SQLBuilder.pdb | Bin 0 -> 40448 bytes obj/Debug/SQLBuilder_MarkupCompile.cache | 20 ++ obj/Debug/SQLBuilder_MarkupCompile.i.cache | 20 ++ obj/Debug/SQLBuilder_MarkupCompile.i.lref | 4 + obj/Debug/SQLBuilder_MarkupCompile.lref | 8 +- .../Properties.Resources.Designer.cs.dll | Bin 0 -> 4096 bytes 31 files changed, 1166 insertions(+), 1083 deletions(-) create mode 100644 obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache create mode 100644 obj/Debug/MainWindow.baml create mode 100644 obj/Debug/SQLBuilder.csproj.AssemblyReference.cache create mode 100644 obj/Debug/SQLBuilder.csproj.CoreCompileInputs.cache create mode 100644 obj/Debug/SQLBuilder.csproj.GenerateResource.cache create mode 100644 obj/Debug/SQLBuilder.csproj.SuggestedBindingRedirects.cache create mode 100644 obj/Debug/SQLBuilder.exe create mode 100644 obj/Debug/SQLBuilder.pdb create mode 100644 obj/Debug/SQLBuilder_MarkupCompile.cache create mode 100644 obj/Debug/SQLBuilder_MarkupCompile.i.cache create mode 100644 obj/Debug/SQLBuilder_MarkupCompile.i.lref create mode 100644 obj/Debug/TempPE/Properties.Resources.Designer.cs.dll diff --git a/App.config b/App.config index 88fa402..5ffd8f8 100644 --- a/App.config +++ b/App.config @@ -1,6 +1,6 @@ - - - - - - \ No newline at end of file + + + + + + diff --git a/App.xaml b/App.xaml index b94c3a2..3d7e0be 100644 --- a/App.xaml +++ b/App.xaml @@ -1,9 +1,9 @@ - - - - - + + + + + diff --git a/App.xaml.cs b/App.xaml.cs index 3eabf0b..70a4af2 100644 --- a/App.xaml.cs +++ b/App.xaml.cs @@ -1,17 +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 SQLBuilder -{ - /// - /// Interaction logic for App.xaml - /// - public partial class App : Application - { - } -} +using System; +using System.Collections.Generic; +using System.Configuration; +using System.Data; +using System.Linq; +using System.Threading.Tasks; +using System.Windows; + +namespace SQLBuilder +{ + /// + /// Interaction logic for App.xaml + /// + public partial class App : Application + { + } +} diff --git a/MainWindow.xaml b/MainWindow.xaml index d02473c..13d545e 100644 --- a/MainWindow.xaml +++ b/MainWindow.xaml @@ -1,25 +1,25 @@ - - - -