From 0c9f506bbee57d3e24c11d6da05a2ff9310e7484 Mon Sep 17 00:00:00 2001 From: Darkstack <1835601+darkstack@users.noreply.github.com> Date: Mon, 18 Mar 2019 00:39:33 +0100 Subject: [PATCH] Change ref --- LaDOSE.Src/LaDOSE.Api/LaDOSE.Api.csproj | 2 +- .../LaDOSE.DesktopApp/Views/WebView.xaml.cs | 29 ------------------ .../LaDOSE.DiscordBot.csproj | 4 +-- .../LaDOSE.Service/LaDOSE.Business.csproj | 2 +- .../ChallongeCSharpDriver.deps.json | 0 .../Libraries}/ChallongeCSharpDriver.dll | Bin 6 files changed, 4 insertions(+), 33 deletions(-) delete mode 100644 LaDOSE.Src/LaDOSE.DesktopApp/Views/WebView.xaml.cs rename {Library => LaDOSE.Src/Libraries}/ChallongeCSharpDriver.deps.json (100%) rename {Library => LaDOSE.Src/Libraries}/ChallongeCSharpDriver.dll (100%) diff --git a/LaDOSE.Src/LaDOSE.Api/LaDOSE.Api.csproj b/LaDOSE.Src/LaDOSE.Api/LaDOSE.Api.csproj index efe903b..c99aa87 100644 --- a/LaDOSE.Src/LaDOSE.Api/LaDOSE.Api.csproj +++ b/LaDOSE.Src/LaDOSE.Api/LaDOSE.Api.csproj @@ -24,7 +24,7 @@ - ..\..\Library\ChallongeCSharpDriver.dll + ..\Libraries\ChallongeCSharpDriver.dll diff --git a/LaDOSE.Src/LaDOSE.DesktopApp/Views/WebView.xaml.cs b/LaDOSE.Src/LaDOSE.DesktopApp/Views/WebView.xaml.cs deleted file mode 100644 index 267a933..0000000 --- a/LaDOSE.Src/LaDOSE.DesktopApp/Views/WebView.xaml.cs +++ /dev/null @@ -1,29 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; -using System.Windows; -using System.Windows.Controls; -using System.Windows.Data; -using System.Windows.Documents; -using System.Windows.Input; -using System.Windows.Media; -using System.Windows.Media.Imaging; -using System.Windows.Navigation; -using System.Windows.Shapes; - -namespace LaDOSE.DesktopApp.Views -{ - /// - /// Interaction logic for ShellView.xaml - /// - public partial class WebNavigationView : UserControl - { - public WebNavigationView() - { - - InitializeComponent(); - } - } -} diff --git a/LaDOSE.Src/LaDOSE.DiscordBot/LaDOSE.DiscordBot.csproj b/LaDOSE.Src/LaDOSE.DiscordBot/LaDOSE.DiscordBot.csproj index 9861ab2..437f9be 100644 --- a/LaDOSE.Src/LaDOSE.DiscordBot/LaDOSE.DiscordBot.csproj +++ b/LaDOSE.Src/LaDOSE.DiscordBot/LaDOSE.DiscordBot.csproj @@ -1,4 +1,4 @@ - + Exe @@ -19,7 +19,7 @@ - ..\..\Library\ChallongeCSharpDriver.dll + ..\Libraries\ChallongeCSharpDriver.dll diff --git a/LaDOSE.Src/LaDOSE.Service/LaDOSE.Business.csproj b/LaDOSE.Src/LaDOSE.Service/LaDOSE.Business.csproj index a334cdd..f9b14b9 100644 --- a/LaDOSE.Src/LaDOSE.Service/LaDOSE.Business.csproj +++ b/LaDOSE.Src/LaDOSE.Service/LaDOSE.Business.csproj @@ -12,7 +12,7 @@ - ..\..\Library\ChallongeCSharpDriver.dll + ..\Libraries\ChallongeCSharpDriver.dll true diff --git a/Library/ChallongeCSharpDriver.deps.json b/LaDOSE.Src/Libraries/ChallongeCSharpDriver.deps.json similarity index 100% rename from Library/ChallongeCSharpDriver.deps.json rename to LaDOSE.Src/Libraries/ChallongeCSharpDriver.deps.json diff --git a/Library/ChallongeCSharpDriver.dll b/LaDOSE.Src/Libraries/ChallongeCSharpDriver.dll similarity index 100% rename from Library/ChallongeCSharpDriver.dll rename to LaDOSE.Src/Libraries/ChallongeCSharpDriver.dll