From bca4efb09b50434f15f1c761b1a41a0390de194c Mon Sep 17 00:00:00 2001 From: John Michael Gross Date: Mon, 26 Sep 2016 22:19:48 -0700 Subject: [PATCH] Build config stuff, launcher stuff --- Piston.Launcher/MainWindow.xaml | 4 +- Piston.Launcher/MainWindow.xaml.cs | 22 +++++++- Piston.Launcher/Piston.Launcher.csproj | 19 ------- Piston.sln | 30 +--------- Piston/Piston.csproj | 17 ------ PistonAPI/Piston.API.csproj | 17 ------ PistonClient/Piston.Client.csproj | 20 +------ PistonClient/PistonSettingsScreen.cs | 29 ++++++++++ PistonClient/Program.cs | 77 ++++++++++++++++++-------- PistonServer/Piston.Server.csproj | 19 ------- TestPlugin/TestPlugin.csproj | 17 ------ 11 files changed, 108 insertions(+), 163 deletions(-) create mode 100644 PistonClient/PistonSettingsScreen.cs diff --git a/Piston.Launcher/MainWindow.xaml b/Piston.Launcher/MainWindow.xaml index 7d42326..02a3754 100644 --- a/Piston.Launcher/MainWindow.xaml +++ b/Piston.Launcher/MainWindow.xaml @@ -8,8 +8,8 @@ Title="Piston Launcher" ResizeMode="NoResize" Height="220" Width="400">