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