Update RootNamespace.

This commit is contained in:
Jared Goodwin 2024-10-21 11:51:19 -07:00
parent 4fcb3974c1
commit bbddfbc220
11 changed files with 1 additions and 17 deletions

View File

@ -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>

View File

@ -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>

View File

@ -5,7 +5,6 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<RootNamespace>Remotely.Desktop.Shared</RootNamespace>
</PropertyGroup>
<ItemGroup>

View File

@ -10,7 +10,6 @@
<AvaloniaUseCompiledBindingsByDefault>true</AvaloniaUseCompiledBindingsByDefault>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<ValidateExecutableReferencesMatchSelfContained>false</ValidateExecutableReferencesMatchSelfContained>
<RootNamespace>Remotely.Desktop.UI</RootNamespace>
</PropertyGroup>
<ItemGroup>

View File

@ -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>

View File

@ -1,6 +1,7 @@
<Project>
<PropertyGroup>
<Nullable>enable</Nullable>
<RootNamespace>Remotely.$(MSBuildProjectName.Replace(" ", "_"))</RootNamespace>
</PropertyGroup>
</Project>

View File

@ -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>

View File

@ -5,7 +5,6 @@
<TargetLatestRuntimePatch>true</TargetLatestRuntimePatch>
<AssemblyName></AssemblyName>
<Platforms>AnyCPU;x64;x86</Platforms>
<RootNamespace>Remotely.Shared</RootNamespace>
<Nullable>enable</Nullable>
</PropertyGroup>

View File

@ -4,7 +4,6 @@
<OutputType>Exe</OutputType>
<TargetFramework>net8.0-windows</TargetFramework>
<AssemblyName>Remotely.Tests.LoadTester</AssemblyName>
<RootNamespace>Remotely.Tests.LoadTester</RootNamespace>
</PropertyGroup>
<ItemGroup>

View File

@ -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>

View File

@ -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>