rename namepsaces
This commit is contained in:
@@ -9,7 +9,7 @@ using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace SM64_ROM_Manager.Updating.Administration.Discord
|
||||
namespace Pilz.Updating.Administration.Discord
|
||||
{
|
||||
public class DiscordBot
|
||||
{
|
||||
|
||||
@@ -4,7 +4,7 @@ using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace SM64_ROM_Manager.Updating.Administration.Discord
|
||||
namespace Pilz.Updating.Administration.Discord
|
||||
{
|
||||
public class DiscordBotConfig
|
||||
{
|
||||
|
||||
@@ -9,7 +9,7 @@ using Microsoft.VisualBasic;
|
||||
/* TODO ERROR: Skipped DefineDirectiveTrivia *//* TODO ERROR: Skipped DefineDirectiveTrivia *//* TODO ERROR: Skipped DefineDirectiveTrivia *//* TODO ERROR: Skipped DefineDirectiveTrivia */
|
||||
/* TODO ERROR: Skipped ElifDirectiveTrivia *//* TODO ERROR: Skipped DisabledTextTrivia *//* TODO ERROR: Skipped ElifDirectiveTrivia *//* TODO ERROR: Skipped DisabledTextTrivia *//* TODO ERROR: Skipped ElifDirectiveTrivia *//* TODO ERROR: Skipped DisabledTextTrivia *//* TODO ERROR: Skipped ElifDirectiveTrivia *//* TODO ERROR: Skipped DisabledTextTrivia *//* TODO ERROR: Skipped ElifDirectiveTrivia *//* TODO ERROR: Skipped DisabledTextTrivia *//* TODO ERROR: Skipped EndIfDirectiveTrivia */
|
||||
/* TODO ERROR: Skipped IfDirectiveTrivia */
|
||||
namespace SM64_ROM_Manager.Updating.My
|
||||
namespace Pilz.Updating.My
|
||||
{
|
||||
|
||||
/* TODO ERROR: Skipped IfDirectiveTrivia */
|
||||
|
||||
@@ -10,7 +10,7 @@ using System.Xml.Linq;
|
||||
using Microsoft.VisualBasic;
|
||||
using Microsoft.VisualBasic.CompilerServices;
|
||||
|
||||
namespace SM64_ROM_Manager.Updating.My
|
||||
namespace Pilz.Updating.My
|
||||
{
|
||||
[Embedded()]
|
||||
[DebuggerNonUserCode()]
|
||||
|
||||
@@ -4,9 +4,9 @@ using global::System.Reflection;
|
||||
using Microsoft.VisualBasic.CompilerServices;
|
||||
using global::Newtonsoft.Json.Linq;
|
||||
using Z.Collections.Extensions;
|
||||
using SM64_ROM_Manager.Updating.UpdateInstaller;
|
||||
using Pilz.Updating.UpdateInstaller;
|
||||
|
||||
namespace SM64_ROM_Manager.Updating.Administration.Packaging
|
||||
namespace Pilz.Updating.Administration.Packaging
|
||||
{
|
||||
internal class UpdatePackageManager
|
||||
{
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
using global::System.IO;
|
||||
using global::System.IO.Compression;
|
||||
using SM64_ROM_Manager.Updating.UpdateInstaller;
|
||||
using Pilz.Updating.UpdateInstaller;
|
||||
using Z.IO.Extensions;
|
||||
|
||||
namespace SM64_ROM_Manager.Updating.Administration.Packaging
|
||||
namespace Pilz.Updating.Administration.Packaging
|
||||
{
|
||||
public class UpdatePackagePackager
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace SM64_ROM_Manager.Updating.Administration.Packaging
|
||||
namespace Pilz.Updating.Administration.Packaging
|
||||
{
|
||||
public class UpdatePackageTemplate
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
|
||||
<PropertyGroup>
|
||||
<RootNamespace>SM64_ROM_Manager.Updating.Administration</RootNamespace>
|
||||
<RootNamespace>Pilz.Updating.Administration</RootNamespace>
|
||||
<MyType>Windows</MyType>
|
||||
<TargetFramework>net48</TargetFramework>
|
||||
<DefaultItemExcludes>$(DefaultItemExcludes);$(ProjectDir)**\*.vb</DefaultItemExcludes>
|
||||
@@ -85,7 +85,7 @@
|
||||
<EmbeddedResource Update="Properties\Resources.resx">
|
||||
<Generator>ResXFileCodeGenerator</Generator>
|
||||
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
||||
<CustomToolNamespace>SM64_ROM_Manager.Updating.My.Resources</CustomToolNamespace>
|
||||
<CustomToolNamespace>Pilz.Updating.My.Resources</CustomToolNamespace>
|
||||
<SubType>Designer</SubType>
|
||||
</EmbeddedResource>
|
||||
</ItemGroup>
|
||||
@@ -96,7 +96,7 @@
|
||||
</None>
|
||||
<None Include="Properties\Settings.settings">
|
||||
<Generator>SettingsSingleFileGenerator</Generator>
|
||||
<CustomToolNamespace>SM64_ROM_Manager.Updating.My</CustomToolNamespace>
|
||||
<CustomToolNamespace>Pilz.Updating.My</CustomToolNamespace>
|
||||
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace SM64_ROM_Manager.Updating.My.Resources {
|
||||
namespace Pilz.Updating.My.Resources {
|
||||
using System;
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@ namespace SM64_ROM_Manager.Updating.My.Resources {
|
||||
// -Klasse über ein Tool wie ResGen oder Visual Studio automatisch generiert.
|
||||
// Um einen Member hinzuzufügen oder zu entfernen, bearbeiten Sie die .ResX-Datei und führen dann ResGen
|
||||
// mit der /str-Option erneut aus, oder Sie erstellen Ihr VS-Projekt neu.
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0")]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||
internal class Resources {
|
||||
@@ -39,7 +39,7 @@ namespace SM64_ROM_Manager.Updating.My.Resources {
|
||||
internal static global::System.Resources.ResourceManager ResourceManager {
|
||||
get {
|
||||
if (object.ReferenceEquals(resourceMan, null)) {
|
||||
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("SM64_ROM_Manager.Updating.Administration.Properties.Resources", typeof(Resources).Assembly);
|
||||
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Pilz.Updating.Administration.Properties.Resources", typeof(Resources).Assembly);
|
||||
resourceMan = temp;
|
||||
}
|
||||
return resourceMan;
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace SM64_ROM_Manager.Updating.My {
|
||||
namespace Pilz.Updating.My {
|
||||
|
||||
|
||||
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||
|
||||
@@ -5,7 +5,7 @@ using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace SM64_ROM_Manager.Updating.Administration
|
||||
namespace Pilz.Updating.Administration
|
||||
{
|
||||
public class ProxyConfiguration
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace SM64_ROM_Manager.Updating.UpdateInstaller
|
||||
namespace Pilz.Updating.UpdateInstaller
|
||||
{
|
||||
public static partial class UpdateInstallerAddOnNameDefinitions
|
||||
{
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
namespace SM64_ROM_Manager.Updating.UpdateInstaller
|
||||
namespace Pilz.Updating.UpdateInstaller
|
||||
{
|
||||
public static class PackageFileNameDefinations
|
||||
{
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
using Newtonsoft.Json.Linq;
|
||||
using SM64_ROM_Manager.Updating.Administration.Discord;
|
||||
using Pilz.Updating.Administration.Discord;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.IO;
|
||||
@@ -7,7 +7,7 @@ using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace SM64_ROM_Manager.Updating.Administration
|
||||
namespace Pilz.Updating.Administration
|
||||
{
|
||||
public class UpdateProject
|
||||
{
|
||||
|
||||
@@ -7,7 +7,7 @@ using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace SM64_ROM_Manager.Updating.Administration
|
||||
namespace Pilz.Updating.Administration
|
||||
{
|
||||
public class UpdateServerConfig
|
||||
{
|
||||
|
||||
@@ -9,7 +9,7 @@ using System.Linq;
|
||||
using static Microsoft.VisualBasic.CompilerServices.LikeOperator;
|
||||
using Microsoft.VisualBasic;
|
||||
|
||||
namespace SM64_ROM_Manager.Updating.Administration
|
||||
namespace Pilz.Updating.Administration
|
||||
{
|
||||
public class UpdateServerManager
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user