From bbddfbc2206dc133d57cc4857c25bd463c351401 Mon Sep 17 00:00:00 2001 From: Jared Goodwin Date: Mon, 21 Oct 2024 11:51:19 -0700 Subject: [PATCH] Update RootNamespace. --- Agent/Agent.csproj | 1 - Desktop.Linux/Desktop.Linux.csproj | 1 - Desktop.Shared/Desktop.Shared.csproj | 1 - Desktop.UI/Desktop.UI.csproj | 1 - Desktop.Win/Desktop.Win.csproj | 1 - Directory.Build.props | 1 + Server/Server.csproj | 1 - Shared/Shared.csproj | 1 - Tests/LoadTester/LoadTester.csproj | 1 - Tests/Server.Tests/Server.Tests.csproj | 5 ----- Tests/Shared.Tests/Shared.Tests.csproj | 4 ---- 11 files changed, 1 insertion(+), 17 deletions(-) diff --git a/Agent/Agent.csproj b/Agent/Agent.csproj index 0d5e65a2e..612780706 100644 --- a/Agent/Agent.csproj +++ b/Agent/Agent.csproj @@ -13,7 +13,6 @@ 1.0.0.0 AnyCPU;x86;x64 Remotely_Agent - Remotely.Agent Assets\favicon.ico enable diff --git a/Desktop.Linux/Desktop.Linux.csproj b/Desktop.Linux/Desktop.Linux.csproj index d6609caa1..99e7e8fc6 100644 --- a/Desktop.Linux/Desktop.Linux.csproj +++ b/Desktop.Linux/Desktop.Linux.csproj @@ -4,7 +4,6 @@ net8.0 Assets\favicon.ico Remotely_Desktop - Remotely.Desktop.Linux AnyCPU;x64;x86 diff --git a/Desktop.Shared/Desktop.Shared.csproj b/Desktop.Shared/Desktop.Shared.csproj index c6650b68c..b63f08992 100644 --- a/Desktop.Shared/Desktop.Shared.csproj +++ b/Desktop.Shared/Desktop.Shared.csproj @@ -5,7 +5,6 @@ enable enable True - Remotely.Desktop.Shared diff --git a/Desktop.UI/Desktop.UI.csproj b/Desktop.UI/Desktop.UI.csproj index 0d0d47a33..0860146ae 100644 --- a/Desktop.UI/Desktop.UI.csproj +++ b/Desktop.UI/Desktop.UI.csproj @@ -10,7 +10,6 @@ true true false - Remotely.Desktop.UI diff --git a/Desktop.Win/Desktop.Win.csproj b/Desktop.Win/Desktop.Win.csproj index b5a566a8c..165307d11 100644 --- a/Desktop.Win/Desktop.Win.csproj +++ b/Desktop.Win/Desktop.Win.csproj @@ -4,7 +4,6 @@ WinExe net8.0-windows Remotely_Desktop - Remotely.Desktop.Win Assets\favicon.ico Desktop client for allowing your IT admin to provide remote support. Copyright © 2023 Immense Networks diff --git a/Directory.Build.props b/Directory.Build.props index 159c000cb..6ebb3bf64 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,6 +1,7 @@ enable + Remotely.$(MSBuildProjectName.Replace(" ", "_")) \ No newline at end of file diff --git a/Server/Server.csproj b/Server/Server.csproj index d783115f9..9d748d11f 100644 --- a/Server/Server.csproj +++ b/Server/Server.csproj @@ -6,7 +6,6 @@ Linux remotely Remotely_Server - Remotely.Server enable enable ..\docker-compose.dcproj diff --git a/Shared/Shared.csproj b/Shared/Shared.csproj index 3e2196068..a52965273 100644 --- a/Shared/Shared.csproj +++ b/Shared/Shared.csproj @@ -5,7 +5,6 @@ true AnyCPU;x64;x86 - Remotely.Shared enable diff --git a/Tests/LoadTester/LoadTester.csproj b/Tests/LoadTester/LoadTester.csproj index 4eb57d0dc..9826e3571 100644 --- a/Tests/LoadTester/LoadTester.csproj +++ b/Tests/LoadTester/LoadTester.csproj @@ -4,7 +4,6 @@ Exe net8.0-windows Remotely.Tests.LoadTester - Remotely.Tests.LoadTester diff --git a/Tests/Server.Tests/Server.Tests.csproj b/Tests/Server.Tests/Server.Tests.csproj index 00e965981..1fc3ae748 100644 --- a/Tests/Server.Tests/Server.Tests.csproj +++ b/Tests/Server.Tests/Server.Tests.csproj @@ -2,13 +2,8 @@ net8.0 - false - - Remotely.Server.Tests - Remotely.Server.Tests - AnyCPU;x64;x86 diff --git a/Tests/Shared.Tests/Shared.Tests.csproj b/Tests/Shared.Tests/Shared.Tests.csproj index f4be2990d..3858cd356 100644 --- a/Tests/Shared.Tests/Shared.Tests.csproj +++ b/Tests/Shared.Tests/Shared.Tests.csproj @@ -4,12 +4,8 @@ net8.0 enable enable - false - Remotely.Shared.Tests - - Remotely.Shared.Tests