Skip to content

Commit

Permalink
fixed major oversight in namechange
Browse files Browse the repository at this point in the history
  • Loading branch information
Reisyukaku committed Jul 4, 2018
1 parent 88f80e0 commit f39f528
Show file tree
Hide file tree
Showing 21 changed files with 44 additions and 44 deletions.
2 changes: 1 addition & 1 deletion CDNX/AES.cs
Expand Up @@ -3,7 +3,7 @@
using System.Runtime.InteropServices;
using System.Windows.Forms;

namespace CDNNX {
namespace CDNX {

class AES {

Expand Down
8 changes: 4 additions & 4 deletions CDNX/App.config
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
</startup>
</configuration>

<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1"/></startup>
</configuration>
9 changes: 5 additions & 4 deletions CDNX/CDNX.csproj
Expand Up @@ -6,11 +6,12 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{35083D8D-7937-4B7F-83E8-87BE3AB7FB9C}</ProjectGuid>
<OutputType>WinExe</OutputType>
<RootNamespace>CDNNX</RootNamespace>
<AssemblyName>CDNNX</AssemblyName>
<RootNamespace>CDNX</RootNamespace>
<AssemblyName>CDNX</AssemblyName>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
Expand All @@ -21,6 +22,7 @@
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
Expand All @@ -30,6 +32,7 @@
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>icon.ico</ApplicationIcon>
Expand All @@ -39,11 +42,9 @@
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Deployment" />
<Reference Include="System.Drawing" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion CDNX/CDNX.csproj.user
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
<EnableUnmanagedDebugging>true</EnableUnmanagedDebugging>
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion CDNX/FileFormats/CNMT.cs
Expand Up @@ -2,7 +2,7 @@
using System.Collections.Generic;
using System.IO;

namespace CDNNX {
namespace CDNX {
class CNMT {

public UInt64 TitleId;
Expand Down
2 changes: 1 addition & 1 deletion CDNX/FileFormats/NCA3.cs
Expand Up @@ -2,7 +2,7 @@
using System.Collections.Generic;
using System.IO;

namespace CDNNX {
namespace CDNX {

#region NCA3
class NCA3 {
Expand Down
2 changes: 1 addition & 1 deletion CDNX/Form1.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions CDNX/Form1.cs
Expand Up @@ -2,10 +2,9 @@
using System.IO;
using System.Text.RegularExpressions;
using System.Threading;
using System.Threading.Tasks;
using System.Windows.Forms;

namespace CDNNX {
namespace CDNX {

public partial class Form1 : Form {

Expand Down
2 changes: 1 addition & 1 deletion CDNX/HTTP.cs
Expand Up @@ -2,7 +2,7 @@
using System.Net;
using System.Security.Cryptography.X509Certificates;

namespace CDNNX {
namespace CDNX {

class HTTP {

Expand Down
2 changes: 1 addition & 1 deletion CDNX/INIFile.cs
Expand Up @@ -2,7 +2,7 @@
using System.Runtime.InteropServices;
using System.Text;

namespace CDNNX {
namespace CDNX {

public class INIFile {

Expand Down
2 changes: 1 addition & 1 deletion CDNX/Keys.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion CDNX/Keys.cs
Expand Up @@ -2,7 +2,7 @@
using System.Collections.Generic;
using System.Windows.Forms;

namespace CDNNX {
namespace CDNX {
public partial class Keys : Form {

private const uint MAXKEYS = 5;
Expand Down
2 changes: 1 addition & 1 deletion CDNX/Program.cs
Expand Up @@ -2,7 +2,7 @@
using System.Threading;
using System.Windows.Forms;

namespace CDNNX {
namespace CDNX {

static class Program {
/// <summary>
Expand Down
4 changes: 2 additions & 2 deletions CDNX/Properties/AssemblyInfo.cs
Expand Up @@ -5,11 +5,11 @@
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("CDNNX")]
[assembly: AssemblyTitle("CDNX")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("CDNNX")]
[assembly: AssemblyProduct("CDNX")]
[assembly: AssemblyCopyright("Copyright © 2018")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
Expand Down
4 changes: 2 additions & 2 deletions CDNX/Properties/Resources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 15 additions & 15 deletions CDNX/Properties/Settings.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion CDNX/Settings.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion CDNX/Settings.cs
Expand Up @@ -2,7 +2,7 @@
using System.IO;
using System.Windows.Forms;

namespace CDNNX {
namespace CDNX {

public partial class Settings : Form {

Expand Down
2 changes: 1 addition & 1 deletion CDNX/Splash.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion CDNX/Splash.cs
@@ -1,7 +1,7 @@
using System;
using System.Windows.Forms;

namespace CDNNX {
namespace CDNX {
public partial class Splash : Form {

Timer t = new Timer();
Expand Down
2 changes: 1 addition & 1 deletion CDNX/Utils.cs
Expand Up @@ -2,7 +2,7 @@
using System.Linq;
using System.Text.RegularExpressions;

namespace CDNNX {
namespace CDNX {

class Utils {

Expand Down

0 comments on commit f39f528

Please sign in to comment.