mirror of
https://github.com/mm201/pkmn-classic-framework.git
synced 2026-08-22 10:14:07 -05:00
Renamed namespaces.
This commit is contained in:
2
VeekunImport/Form1.Designer.cs
generated
2
VeekunImport/Form1.Designer.cs
generated
@@ -1,4 +1,4 @@
|
||||
namespace PokeFoundations.VeekunImport
|
||||
namespace PkmnFoundations.VeekunImport
|
||||
{
|
||||
partial class Form1
|
||||
{
|
||||
|
||||
@@ -7,7 +7,7 @@ using System.Linq;
|
||||
using System.Text;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace PokeFoundations.VeekunImport
|
||||
namespace PkmnFoundations.VeekunImport
|
||||
{
|
||||
public partial class Form1 : Form
|
||||
{
|
||||
|
||||
@@ -4,7 +4,7 @@ using System.Linq;
|
||||
using System.Windows.Forms;
|
||||
using System.Diagnostics;
|
||||
|
||||
namespace PokeFoundations.VeekunImport
|
||||
namespace PkmnFoundations.VeekunImport
|
||||
{
|
||||
static class Program
|
||||
{
|
||||
|
||||
6
VeekunImport/Properties/Resources.Designer.cs
generated
6
VeekunImport/Properties/Resources.Designer.cs
generated
@@ -1,14 +1,14 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:4.0.30319.225
|
||||
// Runtime Version:4.0.30319.34014
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace PokeFoundations.VeekunImport.Properties {
|
||||
namespace PkmnFoundations.VeekunImport.Properties {
|
||||
using System;
|
||||
|
||||
|
||||
@@ -39,7 +39,7 @@ namespace PokeFoundations.VeekunImport.Properties {
|
||||
internal static global::System.Resources.ResourceManager ResourceManager {
|
||||
get {
|
||||
if (object.ReferenceEquals(resourceMan, null)) {
|
||||
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("PokeFoundations.VeekunImport.Properties.Resources", typeof(Resources).Assembly);
|
||||
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("PkmnFoundations.VeekunImport.Properties.Resources", typeof(Resources).Assembly);
|
||||
resourceMan = temp;
|
||||
}
|
||||
return resourceMan;
|
||||
|
||||
4
VeekunImport/Properties/Settings.Designer.cs
generated
4
VeekunImport/Properties/Settings.Designer.cs
generated
@@ -1,14 +1,14 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:4.0.30319.225
|
||||
// Runtime Version:4.0.30319.34014
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace PokeFoundations.VeekunImport.Properties {
|
||||
namespace PkmnFoundations.VeekunImport.Properties {
|
||||
|
||||
|
||||
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
<ProjectGuid>{024BA6DC-E146-405E-B028-2B50B7DD4581}</ProjectGuid>
|
||||
<OutputType>WinExe</OutputType>
|
||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||
<RootNamespace>PokeFoundations.VeekunImport</RootNamespace>
|
||||
<RootNamespace>PkmnFoundations.VeekunImport</RootNamespace>
|
||||
<AssemblyName>VeekunImport</AssemblyName>
|
||||
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
||||
<TargetFrameworkProfile>Client</TargetFrameworkProfile>
|
||||
|
||||
@@ -6,7 +6,7 @@ using System.Web.UI;
|
||||
using System.Web.UI.WebControls;
|
||||
using System.Text;
|
||||
|
||||
namespace PokeFoundations.GTS
|
||||
namespace PkmnFoundations.GTS
|
||||
{
|
||||
public partial class BoxUploadDecode : System.Web.UI.Page
|
||||
{
|
||||
|
||||
2
gts/BoxUploadDecode.aspx.designer.cs
generated
2
gts/BoxUploadDecode.aspx.designer.cs
generated
@@ -7,7 +7,7 @@
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace PokeFoundations.GTS {
|
||||
namespace PkmnFoundations.GTS {
|
||||
|
||||
|
||||
public partial class BoxUploadDecode {
|
||||
|
||||
@@ -5,10 +5,10 @@ using System.Web;
|
||||
using System.Web.UI;
|
||||
using System.Web.UI.WebControls;
|
||||
using System.Text;
|
||||
using PokeFoundations.Structures;
|
||||
using PokeFoundations.Data;
|
||||
using PkmnFoundations.Structures;
|
||||
using PkmnFoundations.Data;
|
||||
|
||||
namespace PokeFoundations.GTS
|
||||
namespace PkmnFoundations.GTS
|
||||
{
|
||||
public partial class DatabaseTest : System.Web.UI.Page
|
||||
{
|
||||
|
||||
2
gts/DatabaseTest.aspx.designer.cs
generated
2
gts/DatabaseTest.aspx.designer.cs
generated
@@ -7,7 +7,7 @@
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace PokeFoundations.GTS {
|
||||
namespace PkmnFoundations.GTS {
|
||||
|
||||
|
||||
public partial class DatabaseTest {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<%@ Page Title="" Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="gts.Default" %>
|
||||
<%@ Page Title="" Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="PkmnFoundations.GTS.Default" %>
|
||||
|
||||
<asp:Content ID="Content1" ContentPlaceHolderID="cpHead" runat="server">
|
||||
</asp:Content>
|
||||
|
||||
@@ -4,10 +4,10 @@ using System.Linq;
|
||||
using System.Web;
|
||||
using System.Web.UI;
|
||||
using System.Web.UI.WebControls;
|
||||
using PokeFoundations.GTS;
|
||||
using PkmnFoundations.GTS;
|
||||
using System.Text;
|
||||
|
||||
namespace gts
|
||||
namespace PkmnFoundations.GTS
|
||||
{
|
||||
public partial class Default : System.Web.UI.Page
|
||||
{
|
||||
|
||||
2
gts/Default.aspx.designer.cs
generated
2
gts/Default.aspx.designer.cs
generated
@@ -7,7 +7,7 @@
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace gts {
|
||||
namespace PkmnFoundations.GTS {
|
||||
|
||||
|
||||
public partial class Default {
|
||||
|
||||
@@ -4,9 +4,9 @@ using System.Linq;
|
||||
using System.Web;
|
||||
using System.Web.Security;
|
||||
using System.Web.SessionState;
|
||||
using PokeFoundations.GTS;
|
||||
using PkmnFoundations.GTS;
|
||||
|
||||
namespace gts
|
||||
namespace PkmnFoundations.GTS
|
||||
{
|
||||
public class Global : System.Web.HttpApplication
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<%@ Master Language="C#" AutoEventWireup="true" CodeBehind="MasterPage.master.cs" Inherits="gts.MasterPage" %>
|
||||
<%@ Master Language="C#" AutoEventWireup="true" CodeBehind="MasterPage.master.cs" Inherits="PkmnFoundations.GTS.MasterPage" %>
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ using System.Web;
|
||||
using System.Web.UI;
|
||||
using System.Web.UI.WebControls;
|
||||
|
||||
namespace gts
|
||||
namespace PkmnFoundations.GTS
|
||||
{
|
||||
public partial class MasterPage : System.Web.UI.MasterPage
|
||||
{
|
||||
|
||||
2
gts/MasterPage.master.designer.cs
generated
2
gts/MasterPage.master.designer.cs
generated
@@ -7,7 +7,7 @@
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace gts {
|
||||
namespace PkmnFoundations.GTS {
|
||||
|
||||
|
||||
public partial class MasterPage {
|
||||
|
||||
@@ -10,8 +10,8 @@
|
||||
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
|
||||
<OutputType>Library</OutputType>
|
||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||
<RootNamespace>PokeFoundations.GTS</RootNamespace>
|
||||
<AssemblyName>gts</AssemblyName>
|
||||
<RootNamespace>PkmnFoundations.GTS</RootNamespace>
|
||||
<AssemblyName>PkmnFoundations.GTS</AssemblyName>
|
||||
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
||||
<UseIISExpress>false</UseIISExpress>
|
||||
</PropertyGroup>
|
||||
|
||||
@@ -3,11 +3,11 @@ using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Web;
|
||||
using System.Web.SessionState;
|
||||
using PokeFoundations.Data;
|
||||
using PokeFoundations.Structures;
|
||||
using PokeFoundations.Support;
|
||||
using PkmnFoundations.Data;
|
||||
using PkmnFoundations.Structures;
|
||||
using PkmnFoundations.Support;
|
||||
|
||||
namespace PokeFoundations.GTS
|
||||
namespace PkmnFoundations.GTS
|
||||
{
|
||||
/// <summary>
|
||||
/// Summary description for pokemondpds
|
||||
|
||||
@@ -3,7 +3,7 @@ using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Web;
|
||||
|
||||
namespace PokeFoundations.GTS
|
||||
namespace PkmnFoundations.GTS
|
||||
{
|
||||
public static class Common
|
||||
{
|
||||
|
||||
@@ -3,7 +3,7 @@ using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Web;
|
||||
|
||||
namespace PokeFoundations.GTS
|
||||
namespace PkmnFoundations.GTS
|
||||
{
|
||||
public static class GtsContextExtender
|
||||
{
|
||||
|
||||
@@ -6,7 +6,7 @@ using System.Security.Cryptography;
|
||||
using System.IO;
|
||||
using System.Net;
|
||||
|
||||
namespace PokeFoundations.GTS
|
||||
namespace PkmnFoundations.GTS
|
||||
{
|
||||
public class GtsSession4 : GtsSessionBase
|
||||
{
|
||||
|
||||
@@ -4,7 +4,7 @@ using System.Linq;
|
||||
using System.Web;
|
||||
using System.Security.Cryptography;
|
||||
|
||||
namespace PokeFoundations.GTS
|
||||
namespace PkmnFoundations.GTS
|
||||
{
|
||||
public class GtsSessionBase
|
||||
{
|
||||
|
||||
@@ -3,9 +3,9 @@ using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Data;
|
||||
using PokeFoundations.Structures;
|
||||
using PkmnFoundations.Structures;
|
||||
|
||||
namespace PokeFoundations.Data
|
||||
namespace PkmnFoundations.Data
|
||||
{
|
||||
public abstract class DataAbstract
|
||||
{
|
||||
|
||||
@@ -4,10 +4,10 @@ using System.Linq;
|
||||
using System.Text;
|
||||
using System.Data;
|
||||
using MySql.Data.MySqlClient;
|
||||
using PokeFoundations.Structures;
|
||||
using PokeFoundations.Support;
|
||||
using PkmnFoundations.Structures;
|
||||
using PkmnFoundations.Support;
|
||||
|
||||
namespace PokeFoundations.Data
|
||||
namespace PkmnFoundations.Data
|
||||
{
|
||||
public class DataMysql : DataAbstract
|
||||
{
|
||||
|
||||
@@ -5,7 +5,7 @@ using System.Text;
|
||||
using System.Data;
|
||||
using System.Data.SQLite;
|
||||
|
||||
namespace PokeFoundations.Data
|
||||
namespace PkmnFoundations.Data
|
||||
{
|
||||
public class DataSqlite// : DataAbstract
|
||||
{
|
||||
|
||||
@@ -7,7 +7,7 @@ using System.Data.Common;
|
||||
using System.Data.SqlClient;
|
||||
using MySql.Data.MySqlClient;
|
||||
|
||||
namespace PokeFoundations.Data
|
||||
namespace PkmnFoundations.Data
|
||||
{
|
||||
/// <summary>
|
||||
/// Provides extension and convenience methods for working with ADO.NET databases.
|
||||
|
||||
@@ -8,8 +8,8 @@
|
||||
<ProjectGuid>{408EFC7E-C6B0-4160-8628-2679E34385CE}</ProjectGuid>
|
||||
<OutputType>Library</OutputType>
|
||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||
<RootNamespace>PokeFoundations</RootNamespace>
|
||||
<AssemblyName>Library</AssemblyName>
|
||||
<RootNamespace>PkmnFoundations</RootNamespace>
|
||||
<AssemblyName>PkmnFoundations.Library</AssemblyName>
|
||||
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
<TargetFrameworkProfile />
|
||||
|
||||
@@ -3,7 +3,7 @@ using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace PokeFoundations.Structures
|
||||
namespace PkmnFoundations.Structures
|
||||
{
|
||||
public enum Generations
|
||||
{
|
||||
|
||||
@@ -5,7 +5,7 @@ using System.Text;
|
||||
using System.Runtime.Serialization;
|
||||
using System.IO;
|
||||
|
||||
namespace PokeFoundations.Structures
|
||||
namespace PkmnFoundations.Structures
|
||||
{
|
||||
/// <summary>
|
||||
/// Structure used to represent Pokémon on the GTS in Generation IV.
|
||||
|
||||
@@ -4,7 +4,7 @@ using System.Text;
|
||||
using System.Diagnostics;
|
||||
using System.IO;
|
||||
|
||||
namespace PokeFoundations.Support
|
||||
namespace PkmnFoundations.Support
|
||||
{
|
||||
public class AssertHelper
|
||||
{
|
||||
|
||||
@@ -5,7 +5,7 @@ using System.Web;
|
||||
using System.Web.UI;
|
||||
using System.Web.UI.WebControls;
|
||||
|
||||
namespace PokeFoundations.Pokedex
|
||||
namespace PkmnFoundations.Pokedex
|
||||
{
|
||||
public partial class Default : System.Web.UI.Page
|
||||
{
|
||||
|
||||
@@ -5,7 +5,7 @@ using System.Web;
|
||||
using System.Web.Security;
|
||||
using System.Web.SessionState;
|
||||
|
||||
namespace PokeFoundations.Pokedex
|
||||
namespace PkmnFoundations.Pokedex
|
||||
{
|
||||
public class Global : System.Web.HttpApplication
|
||||
{
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
|
||||
<OutputType>Library</OutputType>
|
||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||
<RootNamespace>PokeFoundations.Pokedex</RootNamespace>
|
||||
<RootNamespace>PkmnFoundations.Pokedex</RootNamespace>
|
||||
<AssemblyName>Pokedex</AssemblyName>
|
||||
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
||||
<TargetFrameworkProfile />
|
||||
|
||||
Reference in New Issue
Block a user