Renamed namespaces.

This commit is contained in:
Greg Edwards
2014-04-29 11:36:17 -04:00
parent 7dcd3caa69
commit 078f8ceb72
34 changed files with 49 additions and 49 deletions

View File

@@ -1,4 +1,4 @@
namespace PokeFoundations.VeekunImport
namespace PkmnFoundations.VeekunImport
{
partial class Form1
{

View File

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

View File

@@ -4,7 +4,7 @@ using System.Linq;
using System.Windows.Forms;
using System.Diagnostics;
namespace PokeFoundations.VeekunImport
namespace PkmnFoundations.VeekunImport
{
static class Program
{

View File

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

View File

@@ -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()]

View File

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

View File

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

View File

@@ -7,7 +7,7 @@
// </auto-generated>
//------------------------------------------------------------------------------
namespace PokeFoundations.GTS {
namespace PkmnFoundations.GTS {
public partial class BoxUploadDecode {

View File

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

View File

@@ -7,7 +7,7 @@
// </auto-generated>
//------------------------------------------------------------------------------
namespace PokeFoundations.GTS {
namespace PkmnFoundations.GTS {
public partial class DatabaseTest {

View File

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

View File

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

View File

@@ -7,7 +7,7 @@
// </auto-generated>
//------------------------------------------------------------------------------
namespace gts {
namespace PkmnFoundations.GTS {
public partial class Default {

View File

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

View File

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

View File

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

View File

@@ -7,7 +7,7 @@
// </auto-generated>
//------------------------------------------------------------------------------
namespace gts {
namespace PkmnFoundations.GTS {
public partial class MasterPage {

View File

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

View File

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

View File

@@ -3,7 +3,7 @@ using System.Collections.Generic;
using System.Linq;
using System.Web;
namespace PokeFoundations.GTS
namespace PkmnFoundations.GTS
{
public static class Common
{

View File

@@ -3,7 +3,7 @@ using System.Collections.Generic;
using System.Linq;
using System.Web;
namespace PokeFoundations.GTS
namespace PkmnFoundations.GTS
{
public static class GtsContextExtender
{

View File

@@ -6,7 +6,7 @@ using System.Security.Cryptography;
using System.IO;
using System.Net;
namespace PokeFoundations.GTS
namespace PkmnFoundations.GTS
{
public class GtsSession4 : GtsSessionBase
{

View File

@@ -4,7 +4,7 @@ using System.Linq;
using System.Web;
using System.Security.Cryptography;
namespace PokeFoundations.GTS
namespace PkmnFoundations.GTS
{
public class GtsSessionBase
{

View File

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

View File

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

View File

@@ -5,7 +5,7 @@ using System.Text;
using System.Data;
using System.Data.SQLite;
namespace PokeFoundations.Data
namespace PkmnFoundations.Data
{
public class DataSqlite// : DataAbstract
{

View File

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

View File

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

View File

@@ -3,7 +3,7 @@ using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace PokeFoundations.Structures
namespace PkmnFoundations.Structures
{
public enum Generations
{

View File

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

View File

@@ -4,7 +4,7 @@ using System.Text;
using System.Diagnostics;
using System.IO;
namespace PokeFoundations.Support
namespace PkmnFoundations.Support
{
public class AssertHelper
{

View File

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

View File

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

View File

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