From d6416e64e2a2645a7df068f0b80f52b416187671 Mon Sep 17 00:00:00 2001 From: Andrew Schwartzmeyer Date: Mon, 23 Nov 2015 16:03:38 -0800 Subject: [PATCH] Move DNX assemblies to src subtree --- .../Microsoft.Management.Infrastructure.Native}/project.json | 0 .../Microsoft.Management.Infrastructure}/project.json | 0 .../Microsoft.PowerShell.Commands.Management}/project.json | 0 .../Microsoft.PowerShell.Commands.Utility}/project.json | 0 .../Microsoft.PowerShell.Linux.Host}/PSL_profile.ps1 | 0 .../Microsoft.PowerShell.Linux.Host}/host.cs | 0 .../Microsoft.PowerShell.Linux.Host}/host.mk | 0 .../Microsoft.PowerShell.Linux.Host}/main.cs | 0 .../Microsoft.PowerShell.Linux.Host}/powershell.assembly-info.cs | 0 .../Microsoft.PowerShell.Linux.Host}/project.json | 0 .../Microsoft.PowerShell.Linux.Host}/rawui.cs | 0 .../Microsoft.PowerShell.Linux.Host}/readline.cs | 0 .../Microsoft.PowerShell.Linux.Host}/typecatalog.cs | 0 .../Microsoft.PowerShell.Linux.Host}/ui.cs | 0 .../Microsoft.PowerShell.Security}/project.json | 0 .../System.Management.Automation}/project.json | 0 16 files changed, 0 insertions(+), 0 deletions(-) rename {Microsoft.Management.Infrastructure.Native => src/Microsoft.Management.Infrastructure.Native}/project.json (100%) rename {Microsoft.Management.Infrastructure => src/Microsoft.Management.Infrastructure}/project.json (100%) rename {Microsoft.PowerShell.Commands.Management => src/Microsoft.PowerShell.Commands.Management}/project.json (100%) rename {Microsoft.PowerShell.Commands.Utility => src/Microsoft.PowerShell.Commands.Utility}/project.json (100%) rename {Microsoft.PowerShell.Linux.Host => src/Microsoft.PowerShell.Linux.Host}/PSL_profile.ps1 (100%) rename {Microsoft.PowerShell.Linux.Host => src/Microsoft.PowerShell.Linux.Host}/host.cs (100%) rename {Microsoft.PowerShell.Linux.Host => src/Microsoft.PowerShell.Linux.Host}/host.mk (100%) rename {Microsoft.PowerShell.Linux.Host => src/Microsoft.PowerShell.Linux.Host}/main.cs (100%) rename {Microsoft.PowerShell.Linux.Host => src/Microsoft.PowerShell.Linux.Host}/powershell.assembly-info.cs (100%) rename {Microsoft.PowerShell.Linux.Host => src/Microsoft.PowerShell.Linux.Host}/project.json (100%) rename {Microsoft.PowerShell.Linux.Host => src/Microsoft.PowerShell.Linux.Host}/rawui.cs (100%) rename {Microsoft.PowerShell.Linux.Host => src/Microsoft.PowerShell.Linux.Host}/readline.cs (100%) rename {Microsoft.PowerShell.Linux.Host => src/Microsoft.PowerShell.Linux.Host}/typecatalog.cs (100%) rename {Microsoft.PowerShell.Linux.Host => src/Microsoft.PowerShell.Linux.Host}/ui.cs (100%) rename {Microsoft.PowerShell.Security => src/Microsoft.PowerShell.Security}/project.json (100%) rename {System.Management.Automation => src/System.Management.Automation}/project.json (100%) diff --git a/Microsoft.Management.Infrastructure.Native/project.json b/src/Microsoft.Management.Infrastructure.Native/project.json similarity index 100% rename from Microsoft.Management.Infrastructure.Native/project.json rename to src/Microsoft.Management.Infrastructure.Native/project.json diff --git a/Microsoft.Management.Infrastructure/project.json b/src/Microsoft.Management.Infrastructure/project.json similarity index 100% rename from Microsoft.Management.Infrastructure/project.json rename to src/Microsoft.Management.Infrastructure/project.json diff --git a/Microsoft.PowerShell.Commands.Management/project.json b/src/Microsoft.PowerShell.Commands.Management/project.json similarity index 100% rename from Microsoft.PowerShell.Commands.Management/project.json rename to src/Microsoft.PowerShell.Commands.Management/project.json diff --git a/Microsoft.PowerShell.Commands.Utility/project.json b/src/Microsoft.PowerShell.Commands.Utility/project.json similarity index 100% rename from Microsoft.PowerShell.Commands.Utility/project.json rename to src/Microsoft.PowerShell.Commands.Utility/project.json diff --git a/Microsoft.PowerShell.Linux.Host/PSL_profile.ps1 b/src/Microsoft.PowerShell.Linux.Host/PSL_profile.ps1 similarity index 100% rename from Microsoft.PowerShell.Linux.Host/PSL_profile.ps1 rename to src/Microsoft.PowerShell.Linux.Host/PSL_profile.ps1 diff --git a/Microsoft.PowerShell.Linux.Host/host.cs b/src/Microsoft.PowerShell.Linux.Host/host.cs similarity index 100% rename from Microsoft.PowerShell.Linux.Host/host.cs rename to src/Microsoft.PowerShell.Linux.Host/host.cs diff --git a/Microsoft.PowerShell.Linux.Host/host.mk b/src/Microsoft.PowerShell.Linux.Host/host.mk similarity index 100% rename from Microsoft.PowerShell.Linux.Host/host.mk rename to src/Microsoft.PowerShell.Linux.Host/host.mk diff --git a/Microsoft.PowerShell.Linux.Host/main.cs b/src/Microsoft.PowerShell.Linux.Host/main.cs similarity index 100% rename from Microsoft.PowerShell.Linux.Host/main.cs rename to src/Microsoft.PowerShell.Linux.Host/main.cs diff --git a/Microsoft.PowerShell.Linux.Host/powershell.assembly-info.cs b/src/Microsoft.PowerShell.Linux.Host/powershell.assembly-info.cs similarity index 100% rename from Microsoft.PowerShell.Linux.Host/powershell.assembly-info.cs rename to src/Microsoft.PowerShell.Linux.Host/powershell.assembly-info.cs diff --git a/Microsoft.PowerShell.Linux.Host/project.json b/src/Microsoft.PowerShell.Linux.Host/project.json similarity index 100% rename from Microsoft.PowerShell.Linux.Host/project.json rename to src/Microsoft.PowerShell.Linux.Host/project.json diff --git a/Microsoft.PowerShell.Linux.Host/rawui.cs b/src/Microsoft.PowerShell.Linux.Host/rawui.cs similarity index 100% rename from Microsoft.PowerShell.Linux.Host/rawui.cs rename to src/Microsoft.PowerShell.Linux.Host/rawui.cs diff --git a/Microsoft.PowerShell.Linux.Host/readline.cs b/src/Microsoft.PowerShell.Linux.Host/readline.cs similarity index 100% rename from Microsoft.PowerShell.Linux.Host/readline.cs rename to src/Microsoft.PowerShell.Linux.Host/readline.cs diff --git a/Microsoft.PowerShell.Linux.Host/typecatalog.cs b/src/Microsoft.PowerShell.Linux.Host/typecatalog.cs similarity index 100% rename from Microsoft.PowerShell.Linux.Host/typecatalog.cs rename to src/Microsoft.PowerShell.Linux.Host/typecatalog.cs diff --git a/Microsoft.PowerShell.Linux.Host/ui.cs b/src/Microsoft.PowerShell.Linux.Host/ui.cs similarity index 100% rename from Microsoft.PowerShell.Linux.Host/ui.cs rename to src/Microsoft.PowerShell.Linux.Host/ui.cs diff --git a/Microsoft.PowerShell.Security/project.json b/src/Microsoft.PowerShell.Security/project.json similarity index 100% rename from Microsoft.PowerShell.Security/project.json rename to src/Microsoft.PowerShell.Security/project.json diff --git a/System.Management.Automation/project.json b/src/System.Management.Automation/project.json similarity index 100% rename from System.Management.Automation/project.json rename to src/System.Management.Automation/project.json