diff --git a/.editorconfig b/.editorconfig index 080e05d..68c5b98 100644 --- a/.editorconfig +++ b/.editorconfig @@ -93,7 +93,7 @@ csharp_prefer_static_local_function = true:suggestion csharp_preferred_modifier_order = public,private,protected,internal,static,extern,new,virtual,abstract,sealed,override,readonly,unsafe,volatile,async # Code-block preferences -csharp_prefer_braces = when_multiline:suggestion +csharp_prefer_braces = false:suggestion csharp_prefer_simple_using_statement = true:suggestion # Expression-level preferences diff --git a/NightwaveForWorkgroups/App.xaml b/NightwaveForWorkgroups/App.xaml new file mode 100644 index 0000000..338b81d --- /dev/null +++ b/NightwaveForWorkgroups/App.xaml @@ -0,0 +1,6 @@ + + diff --git a/WinPlaza/App.xaml.cs b/NightwaveForWorkgroups/App.xaml.cs similarity index 89% rename from WinPlaza/App.xaml.cs rename to NightwaveForWorkgroups/App.xaml.cs index b8d9c58..28d4c2c 100644 --- a/WinPlaza/App.xaml.cs +++ b/NightwaveForWorkgroups/App.xaml.cs @@ -6,7 +6,7 @@ using System.Linq; using System.Threading.Tasks; using System.Windows; -namespace WinPlaza { +namespace NightwaveForWorkgroups { /// /// Interaction logic for App.xaml /// diff --git a/WinPlaza/LICENSE.md b/NightwaveForWorkgroups/LICENSE.md similarity index 100% rename from WinPlaza/LICENSE.md rename to NightwaveForWorkgroups/LICENSE.md diff --git a/WinPlaza/MainWindow.xaml b/NightwaveForWorkgroups/MainWindow.xaml similarity index 83% rename from WinPlaza/MainWindow.xaml rename to NightwaveForWorkgroups/MainWindow.xaml index e9d7422..b238074 100644 --- a/WinPlaza/MainWindow.xaml +++ b/NightwaveForWorkgroups/MainWindow.xaml @@ -1,16 +1,16 @@ - + - - + + @@ -20,12 +20,12 @@ - + - +