Skip to content
This repository was archived by the owner on Aug 23, 2025. It is now read-only.

Commit b37d0a7

Browse files
committed
Reverted namespace changes due to serialization issues
1 parent 3e06fee commit b37d0a7

19 files changed

+23
-24
lines changed

86BoxManager/86BoxManager.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
77
<ProjectGuid>{559F81B9-D1A5-45FC-AA69-E98F3B3926BB}</ProjectGuid>
88
<OutputType>WinExe</OutputType>
9-
<RootNamespace>_86BoxManager</RootNamespace>
9+
<RootNamespace>_86boxManager</RootNamespace>
1010
<AssemblyName>86Manager</AssemblyName>
1111
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
1212
<FileAlignment>512</FileAlignment>
@@ -50,7 +50,7 @@
5050
<Prefer32Bit>false</Prefer32Bit>
5151
</PropertyGroup>
5252
<PropertyGroup>
53-
<StartupObject>_86BoxManager.Program</StartupObject>
53+
<StartupObject>_86boxManager.Program</StartupObject>
5454
</PropertyGroup>
5555
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
5656
<PlatformTarget>x86</PlatformTarget>

86BoxManager/FolderSelectDialog.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
using System.Reflection;
33
using System.Windows.Forms;
44

5-
namespace _86BoxManager
5+
namespace _86boxManager
66
{
77
/// <summary>
88
/// Present the Windows Vista-style open file dialog to select a folder. Fall back for older Windows Versions

86BoxManager/ListViewItemComparer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
using System.Collections;
22
using System.Windows.Forms;
33

4-
namespace _86BoxManager
4+
namespace _86boxManager
55
{
66
class ListViewItemComparer: IComparer
77
{

86BoxManager/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
using System.Threading;
55
using System.Windows.Forms;
66

7-
namespace _86BoxManager
7+
namespace _86boxManager
88
{
99
static class Program
1010
{

86BoxManager/Properties/Resources.Designer.cs

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

86BoxManager/Properties/Settings.Designer.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

86BoxManager/VM.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
using System;
22

3-
namespace _86BoxManager
3+
namespace _86boxManager
44
{
55
[Serializable] //For serializing VMs so they can be stored in the registry
66
public class VM

86BoxManager/dlgAbout.Designer.cs

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

86BoxManager/dlgAbout.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
using System;
22
using System.Windows.Forms;
33

4-
namespace _86BoxManager
4+
namespace _86boxManager
55
{
66
public partial class dlgAbout : Form
77
{

86BoxManager/dlgAddVM.Designer.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)