From 47c956cc4d78a3045bc40170af6f76d4ea60a2ca Mon Sep 17 00:00:00 2001 From: SteveSandersonMS Date: Tue, 26 Jan 2016 15:06:36 +0000 Subject: [PATCH] Move packages under top-level 'src' folder --- NodeServices.sln | 8 ++++---- global.json | 2 +- .../Microsoft.AspNet.AngularServices}/.gitignore | 0 .../AngularPrerenderTagHelper.cs | 0 .../Microsoft.AspNet.AngularServices}/AngularRenderer.cs | 0 .../Content/Node/angular-rendering.js | 0 .../Microsoft.AspNet.AngularServices.xproj | 0 .../Microsoft.AspNet.AngularServices}/PrimeCacheHelper.cs | 0 .../Microsoft.AspNet.AngularServices}/npm/.gitignore | 0 .../Microsoft.AspNet.AngularServices}/npm/.npmignore | 0 .../Microsoft.AspNet.AngularServices}/npm/build.js | 0 .../Microsoft.AspNet.AngularServices}/npm/package.json | 0 .../Microsoft.AspNet.AngularServices}/npm/readme.md | 0 .../npm/src/CachePrimedHttp.ts | 0 .../Microsoft.AspNet.AngularServices}/npm/src/Exports.ts | 0 .../npm/src/Validation.ts | 0 .../Microsoft.AspNet.AngularServices}/npm/tsconfig.json | 0 .../Microsoft.AspNet.AngularServices}/project.json | 0 .../Microsoft.AspNet.NodeServices}/.gitignore | 0 .../Microsoft.AspNet.NodeServices}/Configuration.cs | 0 .../Content/Node/entrypoint-http.js | 0 .../Content/Node/entrypoint-stream.js | 0 .../HostingModels/HttpNodeInstance.cs | 0 .../HostingModels/InputOutputStreamNodeInstance.cs | 0 .../HostingModels/NodeInvocationInfo.cs | 0 .../HostingModels/OutOfProcessNodeInstance.cs | 0 .../Microsoft.AspNet.NodeServices}/INodeInstance.cs | 0 .../Microsoft.AspNet.NodeServices.xproj | 0 .../Microsoft.AspNet.NodeServices}/NodeHostingModel.cs | 0 .../Util/EmbeddedResourceReader.cs | 0 .../Util/StringAsTempFile.cs | 0 .../Microsoft.AspNet.NodeServices}/project.json | 0 .../Microsoft.AspNet.ReactServices}/.gitignore | 0 .../Content/Node/react-rendering.js | 0 .../Microsoft.AspNet.ReactServices.xproj | 0 .../ReactPrerenderTagHelper.cs | 0 .../Microsoft.AspNet.ReactServices}/ReactRenderer.cs | 0 .../Microsoft.AspNet.ReactServices}/project.json | 0 .../Microsoft.AspNet.SpaServices}/.gitignore | 0 .../Microsoft.AspNet.SpaServices.xproj | 0 .../Microsoft.AspNet.SpaServices}/SpaRouteConstraint.cs | 0 .../Microsoft.AspNet.SpaServices}/SpaRouteExtensions.cs | 0 .../Microsoft.AspNet.SpaServices}/project.json | 0 43 files changed, 5 insertions(+), 5 deletions(-) rename {Microsoft.AspNet.AngularServices => src/Microsoft.AspNet.AngularServices}/.gitignore (100%) rename {Microsoft.AspNet.AngularServices => src/Microsoft.AspNet.AngularServices}/AngularPrerenderTagHelper.cs (100%) rename {Microsoft.AspNet.AngularServices => src/Microsoft.AspNet.AngularServices}/AngularRenderer.cs (100%) rename {Microsoft.AspNet.AngularServices => src/Microsoft.AspNet.AngularServices}/Content/Node/angular-rendering.js (100%) rename {Microsoft.AspNet.AngularServices => src/Microsoft.AspNet.AngularServices}/Microsoft.AspNet.AngularServices.xproj (100%) rename {Microsoft.AspNet.AngularServices => src/Microsoft.AspNet.AngularServices}/PrimeCacheHelper.cs (100%) rename {Microsoft.AspNet.AngularServices => src/Microsoft.AspNet.AngularServices}/npm/.gitignore (100%) rename {Microsoft.AspNet.AngularServices => src/Microsoft.AspNet.AngularServices}/npm/.npmignore (100%) rename {Microsoft.AspNet.AngularServices => src/Microsoft.AspNet.AngularServices}/npm/build.js (100%) rename {Microsoft.AspNet.AngularServices => src/Microsoft.AspNet.AngularServices}/npm/package.json (100%) rename {Microsoft.AspNet.AngularServices => src/Microsoft.AspNet.AngularServices}/npm/readme.md (100%) rename {Microsoft.AspNet.AngularServices => src/Microsoft.AspNet.AngularServices}/npm/src/CachePrimedHttp.ts (100%) rename {Microsoft.AspNet.AngularServices => src/Microsoft.AspNet.AngularServices}/npm/src/Exports.ts (100%) rename {Microsoft.AspNet.AngularServices => src/Microsoft.AspNet.AngularServices}/npm/src/Validation.ts (100%) rename {Microsoft.AspNet.AngularServices => src/Microsoft.AspNet.AngularServices}/npm/tsconfig.json (100%) rename {Microsoft.AspNet.AngularServices => src/Microsoft.AspNet.AngularServices}/project.json (100%) rename {Microsoft.AspNet.NodeServices => src/Microsoft.AspNet.NodeServices}/.gitignore (100%) rename {Microsoft.AspNet.NodeServices => src/Microsoft.AspNet.NodeServices}/Configuration.cs (100%) rename {Microsoft.AspNet.NodeServices => src/Microsoft.AspNet.NodeServices}/Content/Node/entrypoint-http.js (100%) rename {Microsoft.AspNet.NodeServices => src/Microsoft.AspNet.NodeServices}/Content/Node/entrypoint-stream.js (100%) rename {Microsoft.AspNet.NodeServices => src/Microsoft.AspNet.NodeServices}/HostingModels/HttpNodeInstance.cs (100%) rename {Microsoft.AspNet.NodeServices => src/Microsoft.AspNet.NodeServices}/HostingModels/InputOutputStreamNodeInstance.cs (100%) rename {Microsoft.AspNet.NodeServices => src/Microsoft.AspNet.NodeServices}/HostingModels/NodeInvocationInfo.cs (100%) rename {Microsoft.AspNet.NodeServices => src/Microsoft.AspNet.NodeServices}/HostingModels/OutOfProcessNodeInstance.cs (100%) rename {Microsoft.AspNet.NodeServices => src/Microsoft.AspNet.NodeServices}/INodeInstance.cs (100%) rename {Microsoft.AspNet.NodeServices => src/Microsoft.AspNet.NodeServices}/Microsoft.AspNet.NodeServices.xproj (100%) rename {Microsoft.AspNet.NodeServices => src/Microsoft.AspNet.NodeServices}/NodeHostingModel.cs (100%) rename {Microsoft.AspNet.NodeServices => src/Microsoft.AspNet.NodeServices}/Util/EmbeddedResourceReader.cs (100%) rename {Microsoft.AspNet.NodeServices => src/Microsoft.AspNet.NodeServices}/Util/StringAsTempFile.cs (100%) rename {Microsoft.AspNet.NodeServices => src/Microsoft.AspNet.NodeServices}/project.json (100%) rename {Microsoft.AspNet.ReactServices => src/Microsoft.AspNet.ReactServices}/.gitignore (100%) rename {Microsoft.AspNet.ReactServices => src/Microsoft.AspNet.ReactServices}/Content/Node/react-rendering.js (100%) rename {Microsoft.AspNet.ReactServices => src/Microsoft.AspNet.ReactServices}/Microsoft.AspNet.ReactServices.xproj (100%) rename {Microsoft.AspNet.ReactServices => src/Microsoft.AspNet.ReactServices}/ReactPrerenderTagHelper.cs (100%) rename {Microsoft.AspNet.ReactServices => src/Microsoft.AspNet.ReactServices}/ReactRenderer.cs (100%) rename {Microsoft.AspNet.ReactServices => src/Microsoft.AspNet.ReactServices}/project.json (100%) rename {Microsoft.AspNet.SpaServices => src/Microsoft.AspNet.SpaServices}/.gitignore (100%) rename {Microsoft.AspNet.SpaServices => src/Microsoft.AspNet.SpaServices}/Microsoft.AspNet.SpaServices.xproj (100%) rename {Microsoft.AspNet.SpaServices => src/Microsoft.AspNet.SpaServices}/SpaRouteConstraint.cs (100%) rename {Microsoft.AspNet.SpaServices => src/Microsoft.AspNet.SpaServices}/SpaRouteExtensions.cs (100%) rename {Microsoft.AspNet.SpaServices => src/Microsoft.AspNet.SpaServices}/project.json (100%) diff --git a/NodeServices.sln b/NodeServices.sln index 12f1f68..a2ef81c 100644 --- a/NodeServices.sln +++ b/NodeServices.sln @@ -5,7 +5,7 @@ VisualStudioVersion = 14.0.23107.0 MinimumVisualStudioVersion = 10.0.40219.1 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{E6E88944-4800-40BA-8AF5-069EA3ADFEB8}" EndProject -Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.AspNet.NodeServices", "Microsoft.AspNet.NodeServices\Microsoft.AspNet.NodeServices.xproj", "{B0FA4175-8B29-4904-9780-28B3C24B0567}" +Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.AspNet.NodeServices", "src\Microsoft.AspNet.NodeServices\Microsoft.AspNet.NodeServices.xproj", "{B0FA4175-8B29-4904-9780-28B3C24B0567}" EndProject Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "ES2015Transpilation", "samples\misc\ES2015Transpilation\ES2015Transpilation.xproj", "{6D4BCDD6-7951-449B-BE55-CB7F014B7430}" EndProject @@ -18,11 +18,11 @@ Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "MusicStore", "samples\angul EndProject Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "ReactGrid", "samples\react\ReactGrid\ReactGrid.xproj", "{ABF90A5B-F4E0-438C-A6E4-9549FB43690B}" EndProject -Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.AspNet.AngularServices", "Microsoft.AspNet.AngularServices\Microsoft.AspNet.AngularServices.xproj", "{421807E6-B62C-417B-B901-46C5DEDAA8F1}" +Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.AspNet.AngularServices", "src\Microsoft.AspNet.AngularServices\Microsoft.AspNet.AngularServices.xproj", "{421807E6-B62C-417B-B901-46C5DEDAA8F1}" EndProject -Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.AspNet.ReactServices", "Microsoft.AspNet.ReactServices\Microsoft.AspNet.ReactServices.xproj", "{B04381DE-991F-4831-A0B5-FE1BD3EF80C4}" +Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.AspNet.ReactServices", "src\Microsoft.AspNet.ReactServices\Microsoft.AspNet.ReactServices.xproj", "{B04381DE-991F-4831-A0B5-FE1BD3EF80C4}" EndProject -Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.AspNet.SpaServices", "Microsoft.AspNet.SpaServices\Microsoft.AspNet.SpaServices.xproj", "{4624F728-6DFF-44B6-93B5-3C7D9C94BF3F}" +Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.AspNet.SpaServices", "src\Microsoft.AspNet.SpaServices\Microsoft.AspNet.SpaServices.xproj", "{4624F728-6DFF-44B6-93B5-3C7D9C94BF3F}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution diff --git a/global.json b/global.json index 9c71b05..6ca3c9b 100644 --- a/global.json +++ b/global.json @@ -1,5 +1,5 @@ { - "projects": ["."], + "projects": ["src"], "sdk": { "version": "1.0.0-rc1-final" } diff --git a/Microsoft.AspNet.AngularServices/.gitignore b/src/Microsoft.AspNet.AngularServices/.gitignore similarity index 100% rename from Microsoft.AspNet.AngularServices/.gitignore rename to src/Microsoft.AspNet.AngularServices/.gitignore diff --git a/Microsoft.AspNet.AngularServices/AngularPrerenderTagHelper.cs b/src/Microsoft.AspNet.AngularServices/AngularPrerenderTagHelper.cs similarity index 100% rename from Microsoft.AspNet.AngularServices/AngularPrerenderTagHelper.cs rename to src/Microsoft.AspNet.AngularServices/AngularPrerenderTagHelper.cs diff --git a/Microsoft.AspNet.AngularServices/AngularRenderer.cs b/src/Microsoft.AspNet.AngularServices/AngularRenderer.cs similarity index 100% rename from Microsoft.AspNet.AngularServices/AngularRenderer.cs rename to src/Microsoft.AspNet.AngularServices/AngularRenderer.cs diff --git a/Microsoft.AspNet.AngularServices/Content/Node/angular-rendering.js b/src/Microsoft.AspNet.AngularServices/Content/Node/angular-rendering.js similarity index 100% rename from Microsoft.AspNet.AngularServices/Content/Node/angular-rendering.js rename to src/Microsoft.AspNet.AngularServices/Content/Node/angular-rendering.js diff --git a/Microsoft.AspNet.AngularServices/Microsoft.AspNet.AngularServices.xproj b/src/Microsoft.AspNet.AngularServices/Microsoft.AspNet.AngularServices.xproj similarity index 100% rename from Microsoft.AspNet.AngularServices/Microsoft.AspNet.AngularServices.xproj rename to src/Microsoft.AspNet.AngularServices/Microsoft.AspNet.AngularServices.xproj diff --git a/Microsoft.AspNet.AngularServices/PrimeCacheHelper.cs b/src/Microsoft.AspNet.AngularServices/PrimeCacheHelper.cs similarity index 100% rename from Microsoft.AspNet.AngularServices/PrimeCacheHelper.cs rename to src/Microsoft.AspNet.AngularServices/PrimeCacheHelper.cs diff --git a/Microsoft.AspNet.AngularServices/npm/.gitignore b/src/Microsoft.AspNet.AngularServices/npm/.gitignore similarity index 100% rename from Microsoft.AspNet.AngularServices/npm/.gitignore rename to src/Microsoft.AspNet.AngularServices/npm/.gitignore diff --git a/Microsoft.AspNet.AngularServices/npm/.npmignore b/src/Microsoft.AspNet.AngularServices/npm/.npmignore similarity index 100% rename from Microsoft.AspNet.AngularServices/npm/.npmignore rename to src/Microsoft.AspNet.AngularServices/npm/.npmignore diff --git a/Microsoft.AspNet.AngularServices/npm/build.js b/src/Microsoft.AspNet.AngularServices/npm/build.js similarity index 100% rename from Microsoft.AspNet.AngularServices/npm/build.js rename to src/Microsoft.AspNet.AngularServices/npm/build.js diff --git a/Microsoft.AspNet.AngularServices/npm/package.json b/src/Microsoft.AspNet.AngularServices/npm/package.json similarity index 100% rename from Microsoft.AspNet.AngularServices/npm/package.json rename to src/Microsoft.AspNet.AngularServices/npm/package.json diff --git a/Microsoft.AspNet.AngularServices/npm/readme.md b/src/Microsoft.AspNet.AngularServices/npm/readme.md similarity index 100% rename from Microsoft.AspNet.AngularServices/npm/readme.md rename to src/Microsoft.AspNet.AngularServices/npm/readme.md diff --git a/Microsoft.AspNet.AngularServices/npm/src/CachePrimedHttp.ts b/src/Microsoft.AspNet.AngularServices/npm/src/CachePrimedHttp.ts similarity index 100% rename from Microsoft.AspNet.AngularServices/npm/src/CachePrimedHttp.ts rename to src/Microsoft.AspNet.AngularServices/npm/src/CachePrimedHttp.ts diff --git a/Microsoft.AspNet.AngularServices/npm/src/Exports.ts b/src/Microsoft.AspNet.AngularServices/npm/src/Exports.ts similarity index 100% rename from Microsoft.AspNet.AngularServices/npm/src/Exports.ts rename to src/Microsoft.AspNet.AngularServices/npm/src/Exports.ts diff --git a/Microsoft.AspNet.AngularServices/npm/src/Validation.ts b/src/Microsoft.AspNet.AngularServices/npm/src/Validation.ts similarity index 100% rename from Microsoft.AspNet.AngularServices/npm/src/Validation.ts rename to src/Microsoft.AspNet.AngularServices/npm/src/Validation.ts diff --git a/Microsoft.AspNet.AngularServices/npm/tsconfig.json b/src/Microsoft.AspNet.AngularServices/npm/tsconfig.json similarity index 100% rename from Microsoft.AspNet.AngularServices/npm/tsconfig.json rename to src/Microsoft.AspNet.AngularServices/npm/tsconfig.json diff --git a/Microsoft.AspNet.AngularServices/project.json b/src/Microsoft.AspNet.AngularServices/project.json similarity index 100% rename from Microsoft.AspNet.AngularServices/project.json rename to src/Microsoft.AspNet.AngularServices/project.json diff --git a/Microsoft.AspNet.NodeServices/.gitignore b/src/Microsoft.AspNet.NodeServices/.gitignore similarity index 100% rename from Microsoft.AspNet.NodeServices/.gitignore rename to src/Microsoft.AspNet.NodeServices/.gitignore diff --git a/Microsoft.AspNet.NodeServices/Configuration.cs b/src/Microsoft.AspNet.NodeServices/Configuration.cs similarity index 100% rename from Microsoft.AspNet.NodeServices/Configuration.cs rename to src/Microsoft.AspNet.NodeServices/Configuration.cs diff --git a/Microsoft.AspNet.NodeServices/Content/Node/entrypoint-http.js b/src/Microsoft.AspNet.NodeServices/Content/Node/entrypoint-http.js similarity index 100% rename from Microsoft.AspNet.NodeServices/Content/Node/entrypoint-http.js rename to src/Microsoft.AspNet.NodeServices/Content/Node/entrypoint-http.js diff --git a/Microsoft.AspNet.NodeServices/Content/Node/entrypoint-stream.js b/src/Microsoft.AspNet.NodeServices/Content/Node/entrypoint-stream.js similarity index 100% rename from Microsoft.AspNet.NodeServices/Content/Node/entrypoint-stream.js rename to src/Microsoft.AspNet.NodeServices/Content/Node/entrypoint-stream.js diff --git a/Microsoft.AspNet.NodeServices/HostingModels/HttpNodeInstance.cs b/src/Microsoft.AspNet.NodeServices/HostingModels/HttpNodeInstance.cs similarity index 100% rename from Microsoft.AspNet.NodeServices/HostingModels/HttpNodeInstance.cs rename to src/Microsoft.AspNet.NodeServices/HostingModels/HttpNodeInstance.cs diff --git a/Microsoft.AspNet.NodeServices/HostingModels/InputOutputStreamNodeInstance.cs b/src/Microsoft.AspNet.NodeServices/HostingModels/InputOutputStreamNodeInstance.cs similarity index 100% rename from Microsoft.AspNet.NodeServices/HostingModels/InputOutputStreamNodeInstance.cs rename to src/Microsoft.AspNet.NodeServices/HostingModels/InputOutputStreamNodeInstance.cs diff --git a/Microsoft.AspNet.NodeServices/HostingModels/NodeInvocationInfo.cs b/src/Microsoft.AspNet.NodeServices/HostingModels/NodeInvocationInfo.cs similarity index 100% rename from Microsoft.AspNet.NodeServices/HostingModels/NodeInvocationInfo.cs rename to src/Microsoft.AspNet.NodeServices/HostingModels/NodeInvocationInfo.cs diff --git a/Microsoft.AspNet.NodeServices/HostingModels/OutOfProcessNodeInstance.cs b/src/Microsoft.AspNet.NodeServices/HostingModels/OutOfProcessNodeInstance.cs similarity index 100% rename from Microsoft.AspNet.NodeServices/HostingModels/OutOfProcessNodeInstance.cs rename to src/Microsoft.AspNet.NodeServices/HostingModels/OutOfProcessNodeInstance.cs diff --git a/Microsoft.AspNet.NodeServices/INodeInstance.cs b/src/Microsoft.AspNet.NodeServices/INodeInstance.cs similarity index 100% rename from Microsoft.AspNet.NodeServices/INodeInstance.cs rename to src/Microsoft.AspNet.NodeServices/INodeInstance.cs diff --git a/Microsoft.AspNet.NodeServices/Microsoft.AspNet.NodeServices.xproj b/src/Microsoft.AspNet.NodeServices/Microsoft.AspNet.NodeServices.xproj similarity index 100% rename from Microsoft.AspNet.NodeServices/Microsoft.AspNet.NodeServices.xproj rename to src/Microsoft.AspNet.NodeServices/Microsoft.AspNet.NodeServices.xproj diff --git a/Microsoft.AspNet.NodeServices/NodeHostingModel.cs b/src/Microsoft.AspNet.NodeServices/NodeHostingModel.cs similarity index 100% rename from Microsoft.AspNet.NodeServices/NodeHostingModel.cs rename to src/Microsoft.AspNet.NodeServices/NodeHostingModel.cs diff --git a/Microsoft.AspNet.NodeServices/Util/EmbeddedResourceReader.cs b/src/Microsoft.AspNet.NodeServices/Util/EmbeddedResourceReader.cs similarity index 100% rename from Microsoft.AspNet.NodeServices/Util/EmbeddedResourceReader.cs rename to src/Microsoft.AspNet.NodeServices/Util/EmbeddedResourceReader.cs diff --git a/Microsoft.AspNet.NodeServices/Util/StringAsTempFile.cs b/src/Microsoft.AspNet.NodeServices/Util/StringAsTempFile.cs similarity index 100% rename from Microsoft.AspNet.NodeServices/Util/StringAsTempFile.cs rename to src/Microsoft.AspNet.NodeServices/Util/StringAsTempFile.cs diff --git a/Microsoft.AspNet.NodeServices/project.json b/src/Microsoft.AspNet.NodeServices/project.json similarity index 100% rename from Microsoft.AspNet.NodeServices/project.json rename to src/Microsoft.AspNet.NodeServices/project.json diff --git a/Microsoft.AspNet.ReactServices/.gitignore b/src/Microsoft.AspNet.ReactServices/.gitignore similarity index 100% rename from Microsoft.AspNet.ReactServices/.gitignore rename to src/Microsoft.AspNet.ReactServices/.gitignore diff --git a/Microsoft.AspNet.ReactServices/Content/Node/react-rendering.js b/src/Microsoft.AspNet.ReactServices/Content/Node/react-rendering.js similarity index 100% rename from Microsoft.AspNet.ReactServices/Content/Node/react-rendering.js rename to src/Microsoft.AspNet.ReactServices/Content/Node/react-rendering.js diff --git a/Microsoft.AspNet.ReactServices/Microsoft.AspNet.ReactServices.xproj b/src/Microsoft.AspNet.ReactServices/Microsoft.AspNet.ReactServices.xproj similarity index 100% rename from Microsoft.AspNet.ReactServices/Microsoft.AspNet.ReactServices.xproj rename to src/Microsoft.AspNet.ReactServices/Microsoft.AspNet.ReactServices.xproj diff --git a/Microsoft.AspNet.ReactServices/ReactPrerenderTagHelper.cs b/src/Microsoft.AspNet.ReactServices/ReactPrerenderTagHelper.cs similarity index 100% rename from Microsoft.AspNet.ReactServices/ReactPrerenderTagHelper.cs rename to src/Microsoft.AspNet.ReactServices/ReactPrerenderTagHelper.cs diff --git a/Microsoft.AspNet.ReactServices/ReactRenderer.cs b/src/Microsoft.AspNet.ReactServices/ReactRenderer.cs similarity index 100% rename from Microsoft.AspNet.ReactServices/ReactRenderer.cs rename to src/Microsoft.AspNet.ReactServices/ReactRenderer.cs diff --git a/Microsoft.AspNet.ReactServices/project.json b/src/Microsoft.AspNet.ReactServices/project.json similarity index 100% rename from Microsoft.AspNet.ReactServices/project.json rename to src/Microsoft.AspNet.ReactServices/project.json diff --git a/Microsoft.AspNet.SpaServices/.gitignore b/src/Microsoft.AspNet.SpaServices/.gitignore similarity index 100% rename from Microsoft.AspNet.SpaServices/.gitignore rename to src/Microsoft.AspNet.SpaServices/.gitignore diff --git a/Microsoft.AspNet.SpaServices/Microsoft.AspNet.SpaServices.xproj b/src/Microsoft.AspNet.SpaServices/Microsoft.AspNet.SpaServices.xproj similarity index 100% rename from Microsoft.AspNet.SpaServices/Microsoft.AspNet.SpaServices.xproj rename to src/Microsoft.AspNet.SpaServices/Microsoft.AspNet.SpaServices.xproj diff --git a/Microsoft.AspNet.SpaServices/SpaRouteConstraint.cs b/src/Microsoft.AspNet.SpaServices/SpaRouteConstraint.cs similarity index 100% rename from Microsoft.AspNet.SpaServices/SpaRouteConstraint.cs rename to src/Microsoft.AspNet.SpaServices/SpaRouteConstraint.cs diff --git a/Microsoft.AspNet.SpaServices/SpaRouteExtensions.cs b/src/Microsoft.AspNet.SpaServices/SpaRouteExtensions.cs similarity index 100% rename from Microsoft.AspNet.SpaServices/SpaRouteExtensions.cs rename to src/Microsoft.AspNet.SpaServices/SpaRouteExtensions.cs diff --git a/Microsoft.AspNet.SpaServices/project.json b/src/Microsoft.AspNet.SpaServices/project.json similarity index 100% rename from Microsoft.AspNet.SpaServices/project.json rename to src/Microsoft.AspNet.SpaServices/project.json