From f4d47a6d34ee2bf64fc207f392df4ed92e6df088 Mon Sep 17 00:00:00 2001 From: Jared Goodwin Date: Thu, 7 Mar 2019 20:03:48 -0800 Subject: [PATCH] Fixed cursor change. --- Remotely_ScreenCast/Remotely_ScreenCast.csproj | 4 ++-- ...Initial.Designer.cs => 20190308020719_Initial.Designer.cs} | 2 +- .../{20190225192927_Initial.cs => 20190308020719_Initial.cs} | 0 Remotely_Server/Pages/Clients.cshtml | 2 +- Remotely_Server/Services/RCDeviceSocketHub.cs | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) rename Remotely_Server/Migrations/{20190225192927_Initial.Designer.cs => 20190308020719_Initial.Designer.cs} (99%) rename Remotely_Server/Migrations/{20190225192927_Initial.cs => 20190308020719_Initial.cs} (100%) diff --git a/Remotely_ScreenCast/Remotely_ScreenCast.csproj b/Remotely_ScreenCast/Remotely_ScreenCast.csproj index fa659f0d..f69b34ec 100644 --- a/Remotely_ScreenCast/Remotely_ScreenCast.csproj +++ b/Remotely_ScreenCast/Remotely_ScreenCast.csproj @@ -184,12 +184,12 @@ copy /y "$(TargetPath)" "$(SolutionDir)Remotely_Agent\Resources\" + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + - \ No newline at end of file diff --git a/Remotely_Server/Migrations/20190225192927_Initial.Designer.cs b/Remotely_Server/Migrations/20190308020719_Initial.Designer.cs similarity index 99% rename from Remotely_Server/Migrations/20190225192927_Initial.Designer.cs rename to Remotely_Server/Migrations/20190308020719_Initial.Designer.cs index f543896f..fbca3895 100644 --- a/Remotely_Server/Migrations/20190225192927_Initial.Designer.cs +++ b/Remotely_Server/Migrations/20190308020719_Initial.Designer.cs @@ -9,7 +9,7 @@ using Remotely_Server.Data; namespace Remotely_Server.Migrations { [DbContext(typeof(ApplicationDbContext))] - [Migration("20190225192927_Initial")] + [Migration("20190308020719_Initial")] partial class Initial { protected override void BuildTargetModel(ModelBuilder modelBuilder) diff --git a/Remotely_Server/Migrations/20190225192927_Initial.cs b/Remotely_Server/Migrations/20190308020719_Initial.cs similarity index 100% rename from Remotely_Server/Migrations/20190225192927_Initial.cs rename to Remotely_Server/Migrations/20190308020719_Initial.cs diff --git a/Remotely_Server/Pages/Clients.cshtml b/Remotely_Server/Pages/Clients.cshtml index 55256056..086cb807 100644 --- a/Remotely_Server/Pages/Clients.cshtml +++ b/Remotely_Server/Pages/Clients.cshtml @@ -153,8 +153,8 @@