Skip to content

Commit

Permalink
Update RootNamespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbound committed Oct 21, 2024
1 parent 4fcb397 commit bbddfbc
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 17 deletions.
1 change: 0 additions & 1 deletion Agent/Agent.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<Platforms>AnyCPU;x86;x64</Platforms>
<AssemblyName>Remotely_Agent</AssemblyName>
<RootNamespace>Remotely.Agent</RootNamespace>
<ApplicationIcon>Assets\favicon.ico</ApplicationIcon>
<Nullable>enable</Nullable>
</PropertyGroup>
Expand Down
1 change: 0 additions & 1 deletion Desktop.Linux/Desktop.Linux.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<TargetFramework>net8.0</TargetFramework>
<ApplicationIcon>Assets\favicon.ico</ApplicationIcon>
<AssemblyName>Remotely_Desktop</AssemblyName>
<RootNamespace>Remotely.Desktop.Linux</RootNamespace>
<Platforms>AnyCPU;x64;x86</Platforms>
</PropertyGroup>
<PropertyGroup>
Expand Down
1 change: 0 additions & 1 deletion Desktop.Shared/Desktop.Shared.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<RootNamespace>Remotely.Desktop.Shared</RootNamespace>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 0 additions & 1 deletion Desktop.UI/Desktop.UI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
<AvaloniaUseCompiledBindingsByDefault>true</AvaloniaUseCompiledBindingsByDefault>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<ValidateExecutableReferencesMatchSelfContained>false</ValidateExecutableReferencesMatchSelfContained>
<RootNamespace>Remotely.Desktop.UI</RootNamespace>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 0 additions & 1 deletion Desktop.Win/Desktop.Win.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows</TargetFramework>
<AssemblyName>Remotely_Desktop</AssemblyName>
<RootNamespace>Remotely.Desktop.Win</RootNamespace>
<ApplicationIcon>Assets\favicon.ico</ApplicationIcon>
<Description>Desktop client for allowing your IT admin to provide remote support.</Description>
<Copyright>Copyright © 2023 Immense Networks</Copyright>
Expand Down
1 change: 1 addition & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<Project>
<PropertyGroup>
<Nullable>enable</Nullable>
<RootNamespace>Remotely.$(MSBuildProjectName.Replace(" ", "_"))</RootNamespace>
</PropertyGroup>
</Project>

1 change: 0 additions & 1 deletion Server/Server.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
<DockerfileTag>remotely</DockerfileTag>
<AssemblyName>Remotely_Server</AssemblyName>
<RootNamespace>Remotely.Server</RootNamespace>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<DockerComposeProjectPath>..\docker-compose.dcproj</DockerComposeProjectPath>
Expand Down
1 change: 0 additions & 1 deletion Shared/Shared.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<TargetLatestRuntimePatch>true</TargetLatestRuntimePatch>
<AssemblyName></AssemblyName>
<Platforms>AnyCPU;x64;x86</Platforms>
<RootNamespace>Remotely.Shared</RootNamespace>
<Nullable>enable</Nullable>
</PropertyGroup>

Expand Down
1 change: 0 additions & 1 deletion Tests/LoadTester/LoadTester.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<OutputType>Exe</OutputType>
<TargetFramework>net8.0-windows</TargetFramework>
<AssemblyName>Remotely.Tests.LoadTester</AssemblyName>
<RootNamespace>Remotely.Tests.LoadTester</RootNamespace>
</PropertyGroup>

<ItemGroup>
Expand Down
5 changes: 0 additions & 5 deletions Tests/Server.Tests/Server.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,8 @@

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>

<IsPackable>false</IsPackable>

<RootNamespace>Remotely.Server.Tests</RootNamespace>

<AssemblyName>Remotely.Server.Tests</AssemblyName>

<Platforms>AnyCPU;x64;x86</Platforms>
</PropertyGroup>

Expand Down
4 changes: 0 additions & 4 deletions Tests/Shared.Tests/Shared.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,8 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>

<IsPackable>false</IsPackable>

<AssemblyName>Remotely.Shared.Tests</AssemblyName>

<RootNamespace>Remotely.Shared.Tests</RootNamespace>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit bbddfbc

Please sign in to comment.