From 52652c7cfcdeefe1dc0a0f2ea145caa5af67688f Mon Sep 17 00:00:00 2001 From: Greg Edwards Date: Thu, 25 Sep 2014 18:41:21 -0400 Subject: [PATCH] Removed stub pokedex project. --- pkmnFoundations.sln | 12 --- pokedex/Default.aspx | 16 ---- pokedex/Default.aspx.cs | 17 ----- pokedex/Global.asax | 1 - pokedex/Global.asax.cs | 47 ------------ pokedex/Pokedex.csproj | 119 ----------------------------- pokedex/Properties/AssemblyInfo.cs | 35 --------- pokedex/Web.Debug.config | 30 -------- pokedex/Web.Release.config | 31 -------- pokedex/Web.config | 83 -------------------- 10 files changed, 391 deletions(-) delete mode 100644 pokedex/Default.aspx delete mode 100644 pokedex/Default.aspx.cs delete mode 100644 pokedex/Global.asax delete mode 100644 pokedex/Global.asax.cs delete mode 100644 pokedex/Pokedex.csproj delete mode 100644 pokedex/Properties/AssemblyInfo.cs delete mode 100644 pokedex/Web.Debug.config delete mode 100644 pokedex/Web.Release.config delete mode 100644 pokedex/Web.config diff --git a/pkmnFoundations.sln b/pkmnFoundations.sln index 8a114ea3..e9131594 100644 --- a/pkmnFoundations.sln +++ b/pkmnFoundations.sln @@ -5,8 +5,6 @@ VisualStudioVersion = 12.0.30723.0 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Library", "library\Library.csproj", "{408EFC7E-C6B0-4160-8628-2679E34385CE}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Pokedex", "pokedex\Pokedex.csproj", "{483C628E-5A5A-4BD6-97CB-9A9FB1F82CF2}" -EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "gts", "gts\gts.csproj", "{2EEAF2A8-68B7-4DB5-8818-36285D5CF9B3}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "bvCrawler4", "bvCrawler4\bvCrawler4.csproj", "{04E4EB3B-166B-4D8B-86AA-2178F2A927D5}" @@ -45,16 +43,6 @@ Global {408EFC7E-C6B0-4160-8628-2679E34385CE}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU {408EFC7E-C6B0-4160-8628-2679E34385CE}.Release|Mixed Platforms.Build.0 = Release|Any CPU {408EFC7E-C6B0-4160-8628-2679E34385CE}.Release|x86.ActiveCfg = Release|Any CPU - {483C628E-5A5A-4BD6-97CB-9A9FB1F82CF2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {483C628E-5A5A-4BD6-97CB-9A9FB1F82CF2}.Debug|Any CPU.Build.0 = Debug|Any CPU - {483C628E-5A5A-4BD6-97CB-9A9FB1F82CF2}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU - {483C628E-5A5A-4BD6-97CB-9A9FB1F82CF2}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU - {483C628E-5A5A-4BD6-97CB-9A9FB1F82CF2}.Debug|x86.ActiveCfg = Debug|Any CPU - {483C628E-5A5A-4BD6-97CB-9A9FB1F82CF2}.Release|Any CPU.ActiveCfg = Release|Any CPU - {483C628E-5A5A-4BD6-97CB-9A9FB1F82CF2}.Release|Any CPU.Build.0 = Release|Any CPU - {483C628E-5A5A-4BD6-97CB-9A9FB1F82CF2}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU - {483C628E-5A5A-4BD6-97CB-9A9FB1F82CF2}.Release|Mixed Platforms.Build.0 = Release|Any CPU - {483C628E-5A5A-4BD6-97CB-9A9FB1F82CF2}.Release|x86.ActiveCfg = Release|Any CPU {2EEAF2A8-68B7-4DB5-8818-36285D5CF9B3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {2EEAF2A8-68B7-4DB5-8818-36285D5CF9B3}.Debug|Any CPU.Build.0 = Debug|Any CPU {2EEAF2A8-68B7-4DB5-8818-36285D5CF9B3}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU diff --git a/pokedex/Default.aspx b/pokedex/Default.aspx deleted file mode 100644 index 706f5c73..00000000 --- a/pokedex/Default.aspx +++ /dev/null @@ -1,16 +0,0 @@ -<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="PokeFoundations.Pokedex.Default" %> - - - - - - - - -
-
- -
-
- - diff --git a/pokedex/Default.aspx.cs b/pokedex/Default.aspx.cs deleted file mode 100644 index e11b4bcf..00000000 --- a/pokedex/Default.aspx.cs +++ /dev/null @@ -1,17 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Web; -using System.Web.UI; -using System.Web.UI.WebControls; - -namespace PkmnFoundations.Pokedex -{ - public partial class Default : System.Web.UI.Page - { - protected void Page_Load(object sender, EventArgs e) - { - - } - } -} \ No newline at end of file diff --git a/pokedex/Global.asax b/pokedex/Global.asax deleted file mode 100644 index f4d8e6ed..00000000 --- a/pokedex/Global.asax +++ /dev/null @@ -1 +0,0 @@ -<%@ Application Codebehind="Global.asax.cs" Inherits="pokedex.Global" Language="C#" %> diff --git a/pokedex/Global.asax.cs b/pokedex/Global.asax.cs deleted file mode 100644 index 0d3f682b..00000000 --- a/pokedex/Global.asax.cs +++ /dev/null @@ -1,47 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Web; -using System.Web.Security; -using System.Web.SessionState; - -namespace PkmnFoundations.Pokedex -{ - public class Global : System.Web.HttpApplication - { - - void Application_Start(object sender, EventArgs e) - { - // Code that runs on application startup - - } - - void Application_End(object sender, EventArgs e) - { - // Code that runs on application shutdown - - } - - void Application_Error(object sender, EventArgs e) - { - // Code that runs when an unhandled error occurs - - } - - void Session_Start(object sender, EventArgs e) - { - // Code that runs when a new session is started - - } - - void Session_End(object sender, EventArgs e) - { - // Code that runs when a session ends. - // Note: The Session_End event is raised only when the sessionstate mode - // is set to InProc in the Web.config file. If session mode is set to StateServer - // or SQLServer, the event is not raised. - - } - - } -} diff --git a/pokedex/Pokedex.csproj b/pokedex/Pokedex.csproj deleted file mode 100644 index 890e345d..00000000 --- a/pokedex/Pokedex.csproj +++ /dev/null @@ -1,119 +0,0 @@ - - - - - Debug - AnyCPU - - - 2.0 - {483C628E-5A5A-4BD6-97CB-9A9FB1F82CF2} - {349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc} - Library - Properties - PkmnFoundations.Pokedex - Pokedex - v3.5 - - false - - - - - 4.0 - - - true - full - false - bin\ - DEBUG;TRACE - prompt - 4 - x86 - - - pdbonly - true - bin\ - TRACE - prompt - 4 - - - - - - - - - - - - - - - - - - - - - - - Web.config - - - Web.config - - - - - Default.aspx - ASPXCodeBehind - - - Global.asax - - - - - - {408EFC7E-C6B0-4160-8628-2679E34385CE} - Library - - - - 10.0 - $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - - - - - - - - - False - True - 1958 - / - - - False - False - - - False - - - - - - \ No newline at end of file diff --git a/pokedex/Properties/AssemblyInfo.cs b/pokedex/Properties/AssemblyInfo.cs deleted file mode 100644 index 0ee538aa..00000000 --- a/pokedex/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,35 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// 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("pokedex")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Microsoft")] -[assembly: AssemblyProduct("pokedex")] -[assembly: AssemblyCopyright("Copyright © Microsoft 2011")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("ec5debec-209b-41ff-91a2-b8f750b1135e")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Revision and Build Numbers -// by using the '*' as shown below: -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/pokedex/Web.Debug.config b/pokedex/Web.Debug.config deleted file mode 100644 index 962e6b73..00000000 --- a/pokedex/Web.Debug.config +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/pokedex/Web.Release.config b/pokedex/Web.Release.config deleted file mode 100644 index 141832ba..00000000 --- a/pokedex/Web.Release.config +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/pokedex/Web.config b/pokedex/Web.config deleted file mode 100644 index 66413949..00000000 --- a/pokedex/Web.config +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - -
- -
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -