diff --git a/APM - Start VS 2015 ASP 4x/APM.csproj b/APM - Start VS 2015 ASP 4x/APM/APM.csproj similarity index 100% rename from APM - Start VS 2015 ASP 4x/APM.csproj rename to APM - Start VS 2015 ASP 4x/APM/APM.csproj diff --git a/APM - Start VS 2015 ASP 4x/Properties/AssemblyInfo.cs b/APM - Start VS 2015 ASP 4x/APM/Properties/AssemblyInfo.cs similarity index 100% rename from APM - Start VS 2015 ASP 4x/Properties/AssemblyInfo.cs rename to APM - Start VS 2015 ASP 4x/APM/Properties/AssemblyInfo.cs diff --git a/APM - Start VS 2015 ASP 4x/Web.Debug.config b/APM - Start VS 2015 ASP 4x/APM/Web.Debug.config similarity index 100% rename from APM - Start VS 2015 ASP 4x/Web.Debug.config rename to APM - Start VS 2015 ASP 4x/APM/Web.Debug.config diff --git a/APM - Start VS 2015 ASP 4x/Web.Release.config b/APM - Start VS 2015 ASP 4x/APM/Web.Release.config similarity index 100% rename from APM - Start VS 2015 ASP 4x/Web.Release.config rename to APM - Start VS 2015 ASP 4x/APM/Web.Release.config diff --git a/APM - Start VS 2015 ASP 4x/Web.config b/APM - Start VS 2015 ASP 4x/APM/Web.config similarity index 100% rename from APM - Start VS 2015 ASP 4x/Web.config rename to APM - Start VS 2015 ASP 4x/APM/Web.config diff --git a/APM - Start VS 2015 ASP 4x/api/products/products.json b/APM - Start VS 2015 ASP 4x/APM/api/products/products.json similarity index 100% rename from APM - Start VS 2015 ASP 4x/api/products/products.json rename to APM - Start VS 2015 ASP 4x/APM/api/products/products.json diff --git a/APM - Start VS 2015 ASP 4x/app/app.component.css b/APM - Start VS 2015 ASP 4x/APM/app/app.component.css similarity index 100% rename from APM - Start VS 2015 ASP 4x/app/app.component.css rename to APM - Start VS 2015 ASP 4x/APM/app/app.component.css diff --git a/APM - Start VS 2015 ASP 4x/app/assets/images/logo.jpg b/APM - Start VS 2015 ASP 4x/APM/app/assets/images/logo.jpg similarity index 100% rename from APM - Start VS 2015 ASP 4x/app/assets/images/logo.jpg rename to APM - Start VS 2015 ASP 4x/APM/app/assets/images/logo.jpg diff --git a/APM - Start VS 2015 ASP 4x/app/home/welcome.component.html b/APM - Start VS 2015 ASP 4x/APM/app/home/welcome.component.html similarity index 100% rename from APM - Start VS 2015 ASP 4x/app/home/welcome.component.html rename to APM - Start VS 2015 ASP 4x/APM/app/home/welcome.component.html diff --git a/APM - Start VS 2015 ASP 4x/app/home/welcome.component.ts b/APM - Start VS 2015 ASP 4x/APM/app/home/welcome.component.ts similarity index 100% rename from APM - Start VS 2015 ASP 4x/app/home/welcome.component.ts rename to APM - Start VS 2015 ASP 4x/APM/app/home/welcome.component.ts diff --git a/APM - Start VS 2015 ASP 4x/app/main.ts b/APM - Start VS 2015 ASP 4x/APM/app/main.ts similarity index 100% rename from APM - Start VS 2015 ASP 4x/app/main.ts rename to APM - Start VS 2015 ASP 4x/APM/app/main.ts diff --git a/APM - Start VS 2015 ASP 4x/app/shared/star.component.css b/APM - Start VS 2015 ASP 4x/APM/app/shared/star.component.css similarity index 100% rename from APM - Start VS 2015 ASP 4x/app/shared/star.component.css rename to APM - Start VS 2015 ASP 4x/APM/app/shared/star.component.css diff --git a/APM - Start VS 2015 ASP 4x/app/shared/star.component.html b/APM - Start VS 2015 ASP 4x/APM/app/shared/star.component.html similarity index 100% rename from APM - Start VS 2015 ASP 4x/app/shared/star.component.html rename to APM - Start VS 2015 ASP 4x/APM/app/shared/star.component.html diff --git a/APM - Start VS 2015 ASP 4x/index.html b/APM - Start VS 2015 ASP 4x/APM/index.html similarity index 100% rename from APM - Start VS 2015 ASP 4x/index.html rename to APM - Start VS 2015 ASP 4x/APM/index.html diff --git a/APM - Start VS 2015 ASP 4x/package.json b/APM - Start VS 2015 ASP 4x/APM/package.json similarity index 100% rename from APM - Start VS 2015 ASP 4x/package.json rename to APM - Start VS 2015 ASP 4x/APM/package.json diff --git a/APM - Start VS 2015 ASP 4x/packages.config b/APM - Start VS 2015 ASP 4x/APM/packages.config similarity index 100% rename from APM - Start VS 2015 ASP 4x/packages.config rename to APM - Start VS 2015 ASP 4x/APM/packages.config diff --git a/APM - Start VS 2015 ASP 4x/readme.md b/APM - Start VS 2015 ASP 4x/APM/readme.md similarity index 100% rename from APM - Start VS 2015 ASP 4x/readme.md rename to APM - Start VS 2015 ASP 4x/APM/readme.md diff --git a/APM - Start VS 2015 ASP 4x/typings.json b/APM - Start VS 2015 ASP 4x/APM/typings.json similarity index 100% rename from APM - Start VS 2015 ASP 4x/typings.json rename to APM - Start VS 2015 ASP 4x/APM/typings.json diff --git a/APM - Start VS 2015 ASP 4x/APMSolution.sln b/APM - Start VS 2015 ASP 4x/APMSolution.sln new file mode 100644 index 0000000000000000000000000000000000000000..652d4fb68f37bb808cde24d0daedc3cab01e6696 --- /dev/null +++ b/APM - Start VS 2015 ASP 4x/APMSolution.sln @@ -0,0 +1,22 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 14 +VisualStudioVersion = 14.0.25123.0 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "APM", "APM\APM.csproj", "{869A7A30-A879-401C-8864-DD113417EF84}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {869A7A30-A879-401C-8864-DD113417EF84}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {869A7A30-A879-401C-8864-DD113417EF84}.Debug|Any CPU.Build.0 = Debug|Any CPU + {869A7A30-A879-401C-8864-DD113417EF84}.Release|Any CPU.ActiveCfg = Release|Any CPU + {869A7A30-A879-401C-8864-DD113417EF84}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal