Add '<Link>' tag to '<Compile>', '<None>' and '<EmbeddedResource>' tags to make those items look similar as when the *.csproj files were in the original project folders. (#2519)

This commit is contained in:
Dongbo Wang 2016-10-21 17:04:05 -07:00 committed by Mike Richmond
parent 9818988e33
commit 9ec8baea79
9 changed files with 3721 additions and 1278 deletions

View file

@ -3,17 +3,17 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "powershell", "src\powershell\powershell.csproj", "{9F0760E6-18AC-4B3F-A6B2-7157404C4276}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "powershell", "src\vs-csproj\powershell.csproj", "{9F0760E6-18AC-4B3F-A6B2-7157404C4276}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "System.Management.Automation", "src\System.Management.Automation\System.Management.Automation.csproj", "{1256D32A-BE8D-4EFE-9769-57BE5663209E}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "System.Management.Automation", "src\vs-csproj\System.Management.Automation.csproj", "{1256D32A-BE8D-4EFE-9769-57BE5663209E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.PowerShell.Commands.Management", "src\Microsoft.PowerShell.Commands.Management\Microsoft.PowerShell.Commands.Management.csproj", "{FE0D19AF-A6BE-4A68-BC1D-F52F3A17E2A0}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.PowerShell.Commands.Management", "src\vs-csproj\Microsoft.PowerShell.Commands.Management.csproj", "{FE0D19AF-A6BE-4A68-BC1D-F52F3A17E2A0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.PowerShell.Commands.Utility", "src\Microsoft.PowerShell.Commands.Utility\Microsoft.PowerShell.Commands.Utility.csproj", "{5B134412-7EAF-4D60-9EED-CD200BDC5153}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.PowerShell.Commands.Utility", "src\vs-csproj\Microsoft.PowerShell.Commands.Utility.csproj", "{5B134412-7EAF-4D60-9EED-CD200BDC5153}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.PowerShell.ConsoleHost", "src\Microsoft.PowerShell.ConsoleHost\Microsoft.PowerShell.ConsoleHost.csproj", "{5B0CA2C8-9C4E-460B-A632-0FC22E71DF2A}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.PowerShell.ConsoleHost", "src\vs-csproj\Microsoft.PowerShell.ConsoleHost.csproj", "{5B0CA2C8-9C4E-460B-A632-0FC22E71DF2A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PSReadLine", "src\Microsoft.PowerShell.PSReadLine\PSReadLine.csproj", "{615788CB-1B9A-4B34-97B3-4608686E59CA}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PSReadLine", "src\vs-csproj\PSReadLine.csproj", "{615788CB-1B9A-4B34-97B3-4608686E59CA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution

View file

@ -1,32 +0,0 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PSReadLine", "PSReadLine.csproj", "{615788CB-1B9A-4B34-97B3-4608686E59CA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestPSReadLine", "..\TestPSReadLine\TestPSReadLine.csproj", "{08218B1A-8B85-4722-9E3F-4D6C0BF58AD8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTestPSReadLine", "..\UnitTestPSReadLine\UnitTestPSReadLine.csproj", "{8ED51D01-158C-4B29-824A-35B9B861E45A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{615788CB-1B9A-4B34-97B3-4608686E59CA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{615788CB-1B9A-4B34-97B3-4608686E59CA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{615788CB-1B9A-4B34-97B3-4608686E59CA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{615788CB-1B9A-4B34-97B3-4608686E59CA}.Release|Any CPU.Build.0 = Release|Any CPU
{08218B1A-8B85-4722-9E3F-4D6C0BF58AD8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{08218B1A-8B85-4722-9E3F-4D6C0BF58AD8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{08218B1A-8B85-4722-9E3F-4D6C0BF58AD8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{08218B1A-8B85-4722-9E3F-4D6C0BF58AD8}.Release|Any CPU.Build.0 = Release|Any CPU
{8ED51D01-158C-4B29-824A-35B9B861E45A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8ED51D01-158C-4B29-824A-35B9B861E45A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8ED51D01-158C-4B29-824A-35B9B861E45A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8ED51D01-158C-4B29-824A-35B9B861E45A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal

View file

@ -48,117 +48,331 @@
<Reference Include="System.Xml.Linq" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\Microsoft.PowerShell.Commands.Management\AssemblyInfo.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Management\cimSupport\cmdletization\cim\cimChildJobBase.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Management\cimSupport\cmdletization\cim\cimCmdletDefinitionContext.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Management\cimSupport\cmdletization\cim\cimCmdletInvocationContext.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Management\cimSupport\cmdletization\cim\cimConverter.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Management\cimSupport\cmdletization\cim\cimJobContext.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Management\cimSupport\cmdletization\cim\CimJobException.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Management\cimSupport\cmdletization\cim\cimOperationOptionsHelper.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Management\cimSupport\cmdletization\cim\cimQuery.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Management\cimSupport\cmdletization\cim\cimWrapper.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Management\cimSupport\cmdletization\cim\clientSideQuery.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Management\cimSupport\cmdletization\cim\CreateInstanceJob.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Management\cimSupport\cmdletization\cim\DeleteInstanceJob.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Management\cimSupport\cmdletization\cim\EnumerateAssociatedInstancesJob.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Management\cimSupport\cmdletization\cim\ExtrinsicMethodInvocationJob.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Management\cimSupport\cmdletization\cim\InstanceMethodInvocationJob.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Management\cimSupport\cmdletization\cim\MethodInvocationJobBase.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Management\cimSupport\cmdletization\cim\ModifyInstanceJob.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Management\cimSupport\cmdletization\cim\PropertySettingJob.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Management\cimSupport\cmdletization\cim\QueryJob.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Management\cimSupport\cmdletization\cim\QueryJobBase.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Management\cimSupport\cmdletization\cim\StaticMethodInvocationJob.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Management\cimSupport\cmdletization\cim\TerminatingErrorTracker.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Management\cimSupport\cmdletization\SessionBasedWrapper.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Management\commands\management\AddContentCommand.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Management\commands\management\CIMHelper.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Management\commands\management\ClearContentCommand.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Management\commands\management\ClearPropertyCommand.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Management\commands\management\ClearRecycleBinCommand.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Management\commands\management\CombinePathCommand.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Management\commands\management\CommandsCommon.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Management\commands\management\CommitTransactionCommand.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Management\commands\management\Computer.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Management\commands\management\ContentCommandBase.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Management\commands\management\ControlPanelItemCommand.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Management\commands\management\ConvertPathCommand.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Management\commands\management\CopyPropertyCommand.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Management\commands\management\Eventlog.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Management\commands\management\GetChildrenCommand.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Management\commands\management\GetClipboardCommand.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Management\commands\management\GetComputerInfoCommand.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Management\commands\management\GetContentCommand.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Management\commands\management\GetPropertyCommand.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Management\commands\management\GetTransactionCommand.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Management\commands\management\GetWMIObjectCommand.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Management\commands\management\Hotfix.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Management\commands\management\InvokeWMIMethodCommand.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Management\commands\management\MovePropertyCommand.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Management\commands\management\Navigation.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Management\commands\management\NewPropertyCommand.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Management\commands\management\ParsePathCommand.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Management\commands\management\PassThroughContentCommandBase.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Management\commands\management\PassThroughPropertyCommandBase.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Management\commands\management\PingPathCommand.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Management\commands\management\Process.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Management\commands\management\PropertyCommandBase.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Management\commands\management\RegisterWMIEventCommand.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Management\commands\management\RemovePropertyCommand.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Management\commands\management\RemoveWMIObjectCommand.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Management\commands\management\RenamePropertyCommand.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Management\commands\management\ResolvePathCommand.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Management\commands\management\RollbackTransactionCommand.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Management\commands\management\Service.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Management\commands\management\SetClipboardCommand.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Management\commands\management\SetContentCommand.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Management\commands\management\SetPropertyCommand.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Management\commands\management\SetWMIInstanceCommand.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Management\commands\management\StartTransactionCommand.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Management\commands\management\UseTransactionCommand.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Management\commands\management\WebServiceProxy.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Management\commands\management\WMIHelper.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Management\commands\management\WriteContentCommandBase.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Management\gen\ClearRecycleBinResources.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Management\gen\ClipboardResources.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Management\gen\CmdletizationResources.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Management\gen\ComputerInfoResources.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Management\gen\ComputerResources.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Management\gen\ControlPanelResources.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Management\gen\EventlogResources.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Management\gen\HotFixResources.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Management\gen\ManagementMshSnapInResources.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Management\gen\NavigationResources.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Management\gen\ProcessCommandHelpResources.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Management\gen\ProcessResources.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Management\gen\ServiceResources.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Management\gen\TransactionResources.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Management\gen\WebServiceResources.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Management\gen\WmiResources.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Management\singleshell\installer\MshManagementMshSnapin.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Management\AssemblyInfo.cs">
<Link>AssemblyInfo.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Management\cimSupport\cmdletization\cim\cimChildJobBase.cs">
<Link>cimSupport\cmdletization\cim\cimChildJobBase.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Management\cimSupport\cmdletization\cim\cimCmdletDefinitionContext.cs">
<Link>cimSupport\cmdletization\cim\cimCmdletDefinitionContext.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Management\cimSupport\cmdletization\cim\cimCmdletInvocationContext.cs">
<Link>cimSupport\cmdletization\cim\cimCmdletInvocationContext.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Management\cimSupport\cmdletization\cim\cimConverter.cs">
<Link>cimSupport\cmdletization\cim\cimConverter.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Management\cimSupport\cmdletization\cim\cimJobContext.cs">
<Link>cimSupport\cmdletization\cim\cimJobContext.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Management\cimSupport\cmdletization\cim\CimJobException.cs">
<Link>cimSupport\cmdletization\cim\CimJobException.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Management\cimSupport\cmdletization\cim\cimOperationOptionsHelper.cs">
<Link>cimSupport\cmdletization\cim\cimOperationOptionsHelper.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Management\cimSupport\cmdletization\cim\cimQuery.cs">
<Link>cimSupport\cmdletization\cim\cimQuery.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Management\cimSupport\cmdletization\cim\cimWrapper.cs">
<Link>cimSupport\cmdletization\cim\cimWrapper.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Management\cimSupport\cmdletization\cim\clientSideQuery.cs">
<Link>cimSupport\cmdletization\cim\clientSideQuery.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Management\cimSupport\cmdletization\cim\CreateInstanceJob.cs">
<Link>cimSupport\cmdletization\cim\CreateInstanceJob.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Management\cimSupport\cmdletization\cim\DeleteInstanceJob.cs">
<Link>cimSupport\cmdletization\cim\DeleteInstanceJob.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Management\cimSupport\cmdletization\cim\EnumerateAssociatedInstancesJob.cs">
<Link>cimSupport\cmdletization\cim\EnumerateAssociatedInstancesJob.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Management\cimSupport\cmdletization\cim\ExtrinsicMethodInvocationJob.cs">
<Link>cimSupport\cmdletization\cim\ExtrinsicMethodInvocationJob.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Management\cimSupport\cmdletization\cim\InstanceMethodInvocationJob.cs">
<Link>cimSupport\cmdletization\cim\InstanceMethodInvocationJob.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Management\cimSupport\cmdletization\cim\MethodInvocationJobBase.cs">
<Link>cimSupport\cmdletization\cim\MethodInvocationJobBase.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Management\cimSupport\cmdletization\cim\ModifyInstanceJob.cs">
<Link>cimSupport\cmdletization\cim\ModifyInstanceJob.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Management\cimSupport\cmdletization\cim\PropertySettingJob.cs">
<Link>cimSupport\cmdletization\cim\PropertySettingJob.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Management\cimSupport\cmdletization\cim\QueryJob.cs">
<Link>cimSupport\cmdletization\cim\QueryJob.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Management\cimSupport\cmdletization\cim\QueryJobBase.cs">
<Link>cimSupport\cmdletization\cim\QueryJobBase.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Management\cimSupport\cmdletization\cim\StaticMethodInvocationJob.cs">
<Link>cimSupport\cmdletization\cim\StaticMethodInvocationJob.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Management\cimSupport\cmdletization\cim\TerminatingErrorTracker.cs">
<Link>cimSupport\cmdletization\cim\TerminatingErrorTracker.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Management\cimSupport\cmdletization\SessionBasedWrapper.cs">
<Link>cimSupport\cmdletization\SessionBasedWrapper.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Management\commands\management\AddContentCommand.cs">
<Link>commands\management\AddContentCommand.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Management\commands\management\CIMHelper.cs">
<Link>commands\management\CIMHelper.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Management\commands\management\ClearContentCommand.cs">
<Link>commands\management\ClearContentCommand.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Management\commands\management\ClearPropertyCommand.cs">
<Link>commands\management\ClearPropertyCommand.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Management\commands\management\ClearRecycleBinCommand.cs">
<Link>commands\management\ClearRecycleBinCommand.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Management\commands\management\CombinePathCommand.cs">
<Link>commands\management\CombinePathCommand.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Management\commands\management\CommandsCommon.cs">
<Link>commands\management\CommandsCommon.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Management\commands\management\CommitTransactionCommand.cs">
<Link>commands\management\CommitTransactionCommand.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Management\commands\management\Computer.cs">
<Link>commands\management\Computer.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Management\commands\management\ContentCommandBase.cs">
<Link>commands\management\ContentCommandBase.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Management\commands\management\ControlPanelItemCommand.cs">
<Link>commands\management\ControlPanelItemCommand.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Management\commands\management\ConvertPathCommand.cs">
<Link>commands\management\ConvertPathCommand.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Management\commands\management\CopyPropertyCommand.cs">
<Link>commands\management\CopyPropertyCommand.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Management\commands\management\Eventlog.cs">
<Link>commands\management\Eventlog.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Management\commands\management\GetChildrenCommand.cs">
<Link>commands\management\GetChildrenCommand.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Management\commands\management\GetClipboardCommand.cs">
<Link>commands\management\GetClipboardCommand.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Management\commands\management\GetComputerInfoCommand.cs">
<Link>commands\management\GetComputerInfoCommand.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Management\commands\management\GetContentCommand.cs">
<Link>commands\management\GetContentCommand.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Management\commands\management\GetPropertyCommand.cs">
<Link>commands\management\GetPropertyCommand.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Management\commands\management\GetTransactionCommand.cs">
<Link>commands\management\GetTransactionCommand.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Management\commands\management\GetWMIObjectCommand.cs">
<Link>commands\management\GetWMIObjectCommand.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Management\commands\management\Hotfix.cs">
<Link>commands\management\Hotfix.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Management\commands\management\InvokeWMIMethodCommand.cs">
<Link>commands\management\InvokeWMIMethodCommand.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Management\commands\management\MovePropertyCommand.cs">
<Link>commands\management\MovePropertyCommand.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Management\commands\management\Navigation.cs">
<Link>commands\management\Navigation.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Management\commands\management\NewPropertyCommand.cs">
<Link>commands\management\NewPropertyCommand.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Management\commands\management\ParsePathCommand.cs">
<Link>commands\management\ParsePathCommand.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Management\commands\management\PassThroughContentCommandBase.cs">
<Link>commands\management\PassThroughContentCommandBase.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Management\commands\management\PassThroughPropertyCommandBase.cs">
<Link>commands\management\PassThroughPropertyCommandBase.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Management\commands\management\PingPathCommand.cs">
<Link>commands\management\PingPathCommand.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Management\commands\management\Process.cs">
<Link>commands\management\Process.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Management\commands\management\PropertyCommandBase.cs">
<Link>commands\management\PropertyCommandBase.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Management\commands\management\RegisterWMIEventCommand.cs">
<Link>commands\management\RegisterWMIEventCommand.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Management\commands\management\RemovePropertyCommand.cs">
<Link>commands\management\RemovePropertyCommand.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Management\commands\management\RemoveWMIObjectCommand.cs">
<Link>commands\management\RemoveWMIObjectCommand.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Management\commands\management\RenamePropertyCommand.cs">
<Link>commands\management\RenamePropertyCommand.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Management\commands\management\ResolvePathCommand.cs">
<Link>commands\management\ResolvePathCommand.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Management\commands\management\RollbackTransactionCommand.cs">
<Link>commands\management\RollbackTransactionCommand.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Management\commands\management\Service.cs">
<Link>commands\management\Service.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Management\commands\management\SetClipboardCommand.cs">
<Link>commands\management\SetClipboardCommand.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Management\commands\management\SetContentCommand.cs">
<Link>commands\management\SetContentCommand.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Management\commands\management\SetPropertyCommand.cs">
<Link>commands\management\SetPropertyCommand.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Management\commands\management\SetWMIInstanceCommand.cs">
<Link>commands\management\SetWMIInstanceCommand.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Management\commands\management\StartTransactionCommand.cs">
<Link>commands\management\StartTransactionCommand.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Management\commands\management\UseTransactionCommand.cs">
<Link>commands\management\UseTransactionCommand.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Management\commands\management\WebServiceProxy.cs">
<Link>commands\management\WebServiceProxy.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Management\commands\management\WMIHelper.cs">
<Link>commands\management\WMIHelper.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Management\commands\management\WriteContentCommandBase.cs">
<Link>commands\management\WriteContentCommandBase.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Management\gen\ClearRecycleBinResources.cs">
<Link>gen\ClearRecycleBinResources.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Management\gen\ClipboardResources.cs">
<Link>gen\ClipboardResources.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Management\gen\CmdletizationResources.cs">
<Link>gen\CmdletizationResources.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Management\gen\ComputerInfoResources.cs">
<Link>gen\ComputerInfoResources.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Management\gen\ComputerResources.cs">
<Link>gen\ComputerResources.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Management\gen\ControlPanelResources.cs">
<Link>gen\ControlPanelResources.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Management\gen\EventlogResources.cs">
<Link>gen\EventlogResources.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Management\gen\HotFixResources.cs">
<Link>gen\HotFixResources.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Management\gen\ManagementMshSnapInResources.cs">
<Link>gen\ManagementMshSnapInResources.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Management\gen\NavigationResources.cs">
<Link>gen\NavigationResources.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Management\gen\ProcessCommandHelpResources.cs">
<Link>gen\ProcessCommandHelpResources.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Management\gen\ProcessResources.cs">
<Link>gen\ProcessResources.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Management\gen\ServiceResources.cs">
<Link>gen\ServiceResources.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Management\gen\TransactionResources.cs">
<Link>gen\TransactionResources.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Management\gen\WebServiceResources.cs">
<Link>gen\WebServiceResources.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Management\gen\WmiResources.cs">
<Link>gen\WmiResources.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Management\singleshell\installer\MshManagementMshSnapin.cs">
<Link>singleshell\installer\MshManagementMshSnapin.cs</Link>
</Compile>
</ItemGroup>
<ItemGroup>
<None Include="..\Microsoft.PowerShell.Commands.Management\map.json" />
<None Include="..\Microsoft.PowerShell.Commands.Management\project.json" />
<None Include="..\Microsoft.PowerShell.Commands.Management\map.json">
<Link>map.json</Link>
</None>
<None Include="..\Microsoft.PowerShell.Commands.Management\project.json">
<Link>project.json</Link>
</None>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="..\Microsoft.PowerShell.Commands.Management\resources\ClearRecycleBinResources.resx" />
<EmbeddedResource Include="..\Microsoft.PowerShell.Commands.Management\resources\ClipboardResources.resx" />
<EmbeddedResource Include="..\Microsoft.PowerShell.Commands.Management\resources\CmdletizationResources.resx" />
<EmbeddedResource Include="..\Microsoft.PowerShell.Commands.Management\resources\ComputerInfoResources.resx" />
<EmbeddedResource Include="..\Microsoft.PowerShell.Commands.Management\resources\ComputerResources.resx" />
<EmbeddedResource Include="..\Microsoft.PowerShell.Commands.Management\resources\ControlPanelResources.resx" />
<EmbeddedResource Include="..\Microsoft.PowerShell.Commands.Management\resources\EventlogResources.resx" />
<EmbeddedResource Include="..\Microsoft.PowerShell.Commands.Management\resources\HotFixResources.resx" />
<EmbeddedResource Include="..\Microsoft.PowerShell.Commands.Management\resources\ManagementMshSnapInResources.resx" />
<EmbeddedResource Include="..\Microsoft.PowerShell.Commands.Management\resources\NavigationResources.resx" />
<EmbeddedResource Include="..\Microsoft.PowerShell.Commands.Management\resources\ProcessCommandHelpResources.resx" />
<EmbeddedResource Include="..\Microsoft.PowerShell.Commands.Management\resources\ProcessResources.resx" />
<EmbeddedResource Include="..\Microsoft.PowerShell.Commands.Management\resources\ServiceResources.resx" />
<EmbeddedResource Include="..\Microsoft.PowerShell.Commands.Management\resources\TransactionResources.resx" />
<EmbeddedResource Include="..\Microsoft.PowerShell.Commands.Management\resources\WebServiceResources.resx" />
<EmbeddedResource Include="..\Microsoft.PowerShell.Commands.Management\resources\WmiResources.resx" />
<EmbeddedResource Include="..\Microsoft.PowerShell.Commands.Management\resources\ClearRecycleBinResources.resx">
<Link>resources\ClearRecycleBinResources.resx</Link>
</EmbeddedResource>
<EmbeddedResource Include="..\Microsoft.PowerShell.Commands.Management\resources\ClipboardResources.resx">
<Link>resources\ClipboardResources.resx</Link>
</EmbeddedResource>
<EmbeddedResource Include="..\Microsoft.PowerShell.Commands.Management\resources\CmdletizationResources.resx">
<Link>resources\CmdletizationResources.resx</Link>
</EmbeddedResource>
<EmbeddedResource Include="..\Microsoft.PowerShell.Commands.Management\resources\ComputerInfoResources.resx">
<Link>resources\ComputerInfoResources.resx</Link>
</EmbeddedResource>
<EmbeddedResource Include="..\Microsoft.PowerShell.Commands.Management\resources\ComputerResources.resx">
<Link>resources\ComputerResources.resx</Link>
</EmbeddedResource>
<EmbeddedResource Include="..\Microsoft.PowerShell.Commands.Management\resources\ControlPanelResources.resx">
<Link>resources\ControlPanelResources.resx</Link>
</EmbeddedResource>
<EmbeddedResource Include="..\Microsoft.PowerShell.Commands.Management\resources\EventlogResources.resx">
<Link>resources\EventlogResources.resx</Link>
</EmbeddedResource>
<EmbeddedResource Include="..\Microsoft.PowerShell.Commands.Management\resources\HotFixResources.resx">
<Link>resources\HotFixResources.resx</Link>
</EmbeddedResource>
<EmbeddedResource Include="..\Microsoft.PowerShell.Commands.Management\resources\ManagementMshSnapInResources.resx">
<Link>resources\ManagementMshSnapInResources.resx</Link>
</EmbeddedResource>
<EmbeddedResource Include="..\Microsoft.PowerShell.Commands.Management\resources\NavigationResources.resx">
<Link>resources\NavigationResources.resx</Link>
</EmbeddedResource>
<EmbeddedResource Include="..\Microsoft.PowerShell.Commands.Management\resources\ProcessCommandHelpResources.resx">
<Link>resources\ProcessCommandHelpResources.resx</Link>
</EmbeddedResource>
<EmbeddedResource Include="..\Microsoft.PowerShell.Commands.Management\resources\ProcessResources.resx">
<Link>resources\ProcessResources.resx</Link>
</EmbeddedResource>
<EmbeddedResource Include="..\Microsoft.PowerShell.Commands.Management\resources\ServiceResources.resx">
<Link>resources\ServiceResources.resx</Link>
</EmbeddedResource>
<EmbeddedResource Include="..\Microsoft.PowerShell.Commands.Management\resources\TransactionResources.resx">
<Link>resources\TransactionResources.resx</Link>
</EmbeddedResource>
<EmbeddedResource Include="..\Microsoft.PowerShell.Commands.Management\resources\WebServiceResources.resx">
<Link>resources\WebServiceResources.resx</Link>
</EmbeddedResource>
<EmbeddedResource Include="..\Microsoft.PowerShell.Commands.Management\resources\WmiResources.resx">
<Link>resources\WmiResources.resx</Link>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="System.Management.Automation.csproj">
@ -170,4 +384,4 @@
<ProjectExtensions>
<VisualStudio AllowExistingFolder="true" />
</ProjectExtensions>
</Project>
</Project>

View file

@ -52,219 +52,637 @@
<Reference Include="System.Xml.Linq" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\AssemblyInfo.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\AddMember.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\AddType.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\compare-object.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\ConsoleColorCmdlet.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\convert-HTML.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\ConvertFrom-StringData.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\Csv.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\CSVCommands.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\CustomSerialization.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\CustomSerializationStrings.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\DebugRunspaceCommand.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\Disable-PSBreakpoint.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\Enable-PSBreakpoint.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\EnableDisableRunspaceDebugCommand.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\ExportAliasCommand.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\FormatAndOutput\common\GetFormatDataCommand.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\FormatAndOutput\common\WriteFormatDataCommand.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\FormatAndOutput\format-list\Format-List.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\FormatAndOutput\format-object\format-object.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\FormatAndOutput\format-table\Format-Table.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\FormatAndOutput\format-wide\Format-Wide.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\FormatAndOutput\out-file\Out-File.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\FormatAndOutput\out-printer\out-printer.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\FormatAndOutput\out-printer\PrinterLineOutput.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\FormatAndOutput\out-string\out-string.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\FormatAndOutput\OutGridView\ColumnInfo.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\FormatAndOutput\OutGridView\ExpressionColumnInfo.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\FormatAndOutput\OutGridView\HeaderInfo.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\FormatAndOutput\OutGridView\OriginalColumnInfo.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\FormatAndOutput\OutGridView\OutGridViewCommand.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\FormatAndOutput\OutGridView\OutWindowProxy.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\FormatAndOutput\OutGridView\ScalarTypeColumnInfo.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\FormatAndOutput\OutGridView\TableView.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\Get-PSBreakpoint.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\Get-PSCallStack.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\GetAliasCommand.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\GetCultureCommand.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\GetDateCommand.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\GetEventCommand.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\GetEventSubscriberCommand.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\GetHostCmdlet.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\GetMember.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\GetRandomCommand.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\GetRunspaceCommand.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\GetUICultureCommand.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\GetUnique.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\group-object.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\ImplicitRemotingCommands.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\Import-LocalizedData.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\ImportAliasCommand.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\InvokeCommandCmdlet.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\MatchString.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\Measure-Object.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\new-object.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\NewAliasCommand.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\neweventcommand.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\NewTimeSpanCommand.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\ObjectCommandComparer.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\OrderObjectBase.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\ReadConsoleCmdlet.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\RegisterObjectEventCommand.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\RegisterPSEventCommand.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\Remove-PSBreakpoint.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\RemoveEventCommand.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\select-object.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\Send-MailMessage.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\Set-PSBreakpoint.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\SetAliasCommand.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\SetDateCommand.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\ShowCommand\ShowCommand.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\ShowCommand\ShowCommandCommandInfo.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\ShowCommand\ShowCommandModuleInfo.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\ShowCommand\ShowCommandParameterInfo.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\ShowCommand\ShowCommandParameterSetInfo.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\ShowCommand\ShowCommandParameterType.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\ShowCommand\ShowCommandProxy.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\sort-object.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\StartSleepCommand.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\tee-object.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\TimeExpressionCommand.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\trace\GetTracerCommand.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\trace\MshHostTraceListener.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\trace\SetTracerCommand.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\trace\TraceCommandBase.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\trace\TraceExpressionCommand.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\trace\TraceListenerCommandBase.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\UnblockFile.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\UnregisterEventCommand.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\Update-Data.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\update-list.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\Update-TypeData.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\UtilityCommon.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\Var.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\WaitEventCommand.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\WebCmdlet\Common\BasicHtmlWebResponseObject.Common.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\WebCmdlet\Common\ContentHelper.Common.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\WebCmdlet\Common\HtmlWebResponseObject.Common.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\WebCmdlet\Common\WebResponseObject.Common.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\WebCmdlet\CoreCLR\BasicHtmlWebResponseObject.CoreClr.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\WebCmdlet\CoreCLR\ContentHelper.CoreClr.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\WebCmdlet\CoreCLR\HtmlWebResponseObject.CoreClr.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\WebCmdlet\CoreCLR\HttpKnownHeaderNames.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\WebCmdlet\CoreCLR\InvokeRestMethodCommand.CoreClr.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\WebCmdlet\CoreCLR\InvokeWebRequestCommand.CoreClr.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\WebCmdlet\CoreCLR\WebProxy.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\WebCmdlet\CoreCLR\WebRequestPSCmdlet.CoreClr.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\WebCmdlet\CoreCLR\WebResponseHelper.CoreClr.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\WebCmdlet\CoreCLR\WebResponseObject.CoreClr.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\WebCmdlet\CoreCLR\WebResponseObjectFactory.CoreClr.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\WebCmdlet\FullClr\BasicHtmlWebResponseObject.FullClr.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\WebCmdlet\FullClr\ContentHelper.FullClr.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\WebCmdlet\FullClr\HtmlWebResponseObject.FullClr.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\WebCmdlet\FullClr\InvokeRestMethodCommand.FullClr.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\WebCmdlet\FullClr\InvokeWebRequestCommand.FullClr.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\WebCmdlet\FullClr\JsonObjectTypeResolver.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\WebCmdlet\FullClr\WebRequestPSCmdlet.FullClr.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\WebCmdlet\FullClr\WebResponseHelper.FullClr.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\WebCmdlet\FullClr\WebResponseObject.FullClr.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\WebCmdlet\FullClr\WebResponseObjectFactory.FullClr.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\WebCmdlet\ConvertFromJsonCommand.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\WebCmdlet\ConvertToJsonCommand.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\WebCmdlet\FormObject.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\WebCmdlet\FormObjectCollection.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\WebCmdlet\JsonObject.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\WebCmdlet\PSUserAgent.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\WebCmdlet\StreamHelper.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\WebCmdlet\WebCmdletElementCollection.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\WebCmdlet\WebRequestMethod.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\WebCmdlet\WebRequestSession.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\Write-Object.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\write.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\WriteAliasCommandBase.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\WriteConsoleCmdlet.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\WriteProgressCmdlet.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\XmlCommands.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\gen\AddMember.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\gen\AddTypeStrings.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\gen\AliasCommandStrings.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\gen\ConvertFromStringData.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\gen\ConvertFromStringResources.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\gen\ConvertStringResources.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\gen\CsvCommandStrings.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\gen\Debugger.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\gen\EventingStrings.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\gen\FlashExtractStrings.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\gen\FormatAndOut_out_gridview.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\gen\GetMember.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\gen\GetRandomCommandStrings.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\gen\HostStrings.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\gen\HttpCommandStrings.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\gen\ImmutableStrings.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\gen\ImplicitRemotingStrings.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\gen\ImportLocalizedDataStrings.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\gen\MatchStringStrings.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\gen\MeasureObjectStrings.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\gen\NewObjectStrings.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\gen\OutPrinterDisplayStrings.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\gen\SelectObjectStrings.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\gen\SendMailMessageStrings.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\gen\SortObjectStrings.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\gen\TraceCommandStrings.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\gen\UpdateDataStrings.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\gen\UpdateListStrings.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\gen\UtilityCommonStrings.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\gen\UtilityMshSnapinResources.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\gen\VariableCommandStrings.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\gen\WebCmdletStrings.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\gen\WriteErrorStrings.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\gen\WriteProgressResourceStrings.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\singleshell\installer\MshUtilityMshSnapin.cs" />
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\AssemblyInfo.cs">
<Link>AssemblyInfo.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\AddMember.cs">
<Link>commands\utility\AddMember.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\AddType.cs">
<Link>commands\utility\AddType.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\compare-object.cs">
<Link>commands\utility\compare-object.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\ConsoleColorCmdlet.cs">
<Link>commands\utility\ConsoleColorCmdlet.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\convert-HTML.cs">
<Link>commands\utility\convert-HTML.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\ConvertFrom-StringData.cs">
<Link>commands\utility\ConvertFrom-StringData.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\Csv.cs">
<Link>commands\utility\Csv.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\CSVCommands.cs">
<Link>commands\utility\CSVCommands.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\CustomSerialization.cs">
<Link>commands\utility\CustomSerialization.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\CustomSerializationStrings.cs">
<Link>commands\utility\CustomSerializationStrings.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\DebugRunspaceCommand.cs">
<Link>commands\utility\DebugRunspaceCommand.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\Disable-PSBreakpoint.cs">
<Link>commands\utility\Disable-PSBreakpoint.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\Enable-PSBreakpoint.cs">
<Link>commands\utility\Enable-PSBreakpoint.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\EnableDisableRunspaceDebugCommand.cs">
<Link>commands\utility\EnableDisableRunspaceDebugCommand.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\ExportAliasCommand.cs">
<Link>commands\utility\ExportAliasCommand.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\FormatAndOutput\common\GetFormatDataCommand.cs">
<Link>commands\utility\FormatAndOutput\common\GetFormatDataCommand.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\FormatAndOutput\common\WriteFormatDataCommand.cs">
<Link>commands\utility\FormatAndOutput\common\WriteFormatDataCommand.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\FormatAndOutput\format-list\Format-List.cs">
<Link>commands\utility\FormatAndOutput\format-list\Format-List.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\FormatAndOutput\format-object\format-object.cs">
<Link>commands\utility\FormatAndOutput\format-object\format-object.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\FormatAndOutput\format-table\Format-Table.cs">
<Link>commands\utility\FormatAndOutput\format-table\Format-Table.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\FormatAndOutput\format-wide\Format-Wide.cs">
<Link>commands\utility\FormatAndOutput\format-wide\Format-Wide.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\FormatAndOutput\out-file\Out-File.cs">
<Link>commands\utility\FormatAndOutput\out-file\Out-File.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\FormatAndOutput\out-printer\out-printer.cs">
<Link>commands\utility\FormatAndOutput\out-printer\out-printer.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\FormatAndOutput\out-printer\PrinterLineOutput.cs">
<Link>commands\utility\FormatAndOutput\out-printer\PrinterLineOutput.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\FormatAndOutput\out-string\out-string.cs">
<Link>commands\utility\FormatAndOutput\out-string\out-string.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\FormatAndOutput\OutGridView\ColumnInfo.cs">
<Link>commands\utility\FormatAndOutput\OutGridView\ColumnInfo.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\FormatAndOutput\OutGridView\ExpressionColumnInfo.cs">
<Link>commands\utility\FormatAndOutput\OutGridView\ExpressionColumnInfo.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\FormatAndOutput\OutGridView\HeaderInfo.cs">
<Link>commands\utility\FormatAndOutput\OutGridView\HeaderInfo.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\FormatAndOutput\OutGridView\OriginalColumnInfo.cs">
<Link>commands\utility\FormatAndOutput\OutGridView\OriginalColumnInfo.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\FormatAndOutput\OutGridView\OutGridViewCommand.cs">
<Link>commands\utility\FormatAndOutput\OutGridView\OutGridViewCommand.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\FormatAndOutput\OutGridView\OutWindowProxy.cs">
<Link>commands\utility\FormatAndOutput\OutGridView\OutWindowProxy.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\FormatAndOutput\OutGridView\ScalarTypeColumnInfo.cs">
<Link>commands\utility\FormatAndOutput\OutGridView\ScalarTypeColumnInfo.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\FormatAndOutput\OutGridView\TableView.cs">
<Link>commands\utility\FormatAndOutput\OutGridView\TableView.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\Get-PSBreakpoint.cs">
<Link>commands\utility\Get-PSBreakpoint.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\Get-PSCallStack.cs">
<Link>commands\utility\Get-PSCallStack.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\GetAliasCommand.cs">
<Link>commands\utility\GetAliasCommand.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\GetCultureCommand.cs">
<Link>commands\utility\GetCultureCommand.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\GetDateCommand.cs">
<Link>commands\utility\GetDateCommand.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\GetEventCommand.cs">
<Link>commands\utility\GetEventCommand.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\GetEventSubscriberCommand.cs">
<Link>commands\utility\GetEventSubscriberCommand.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\GetHostCmdlet.cs">
<Link>commands\utility\GetHostCmdlet.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\GetMember.cs">
<Link>commands\utility\GetMember.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\GetRandomCommand.cs">
<Link>commands\utility\GetRandomCommand.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\GetRunspaceCommand.cs">
<Link>commands\utility\GetRunspaceCommand.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\GetUICultureCommand.cs">
<Link>commands\utility\GetUICultureCommand.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\GetUnique.cs">
<Link>commands\utility\GetUnique.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\group-object.cs">
<Link>commands\utility\group-object.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\ImplicitRemotingCommands.cs">
<Link>commands\utility\ImplicitRemotingCommands.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\Import-LocalizedData.cs">
<Link>commands\utility\Import-LocalizedData.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\ImportAliasCommand.cs">
<Link>commands\utility\ImportAliasCommand.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\InvokeCommandCmdlet.cs">
<Link>commands\utility\InvokeCommandCmdlet.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\MatchString.cs">
<Link>commands\utility\MatchString.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\Measure-Object.cs">
<Link>commands\utility\Measure-Object.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\new-object.cs">
<Link>commands\utility\new-object.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\NewAliasCommand.cs">
<Link>commands\utility\NewAliasCommand.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\neweventcommand.cs">
<Link>commands\utility\neweventcommand.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\NewTimeSpanCommand.cs">
<Link>commands\utility\NewTimeSpanCommand.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\ObjectCommandComparer.cs">
<Link>commands\utility\ObjectCommandComparer.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\OrderObjectBase.cs">
<Link>commands\utility\OrderObjectBase.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\ReadConsoleCmdlet.cs">
<Link>commands\utility\ReadConsoleCmdlet.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\RegisterObjectEventCommand.cs">
<Link>commands\utility\RegisterObjectEventCommand.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\RegisterPSEventCommand.cs">
<Link>commands\utility\RegisterPSEventCommand.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\Remove-PSBreakpoint.cs">
<Link>commands\utility\Remove-PSBreakpoint.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\RemoveEventCommand.cs">
<Link>commands\utility\RemoveEventCommand.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\select-object.cs">
<Link>commands\utility\select-object.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\Send-MailMessage.cs">
<Link>commands\utility\Send-MailMessage.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\Set-PSBreakpoint.cs">
<Link>commands\utility\Set-PSBreakpoint.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\SetAliasCommand.cs">
<Link>commands\utility\SetAliasCommand.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\SetDateCommand.cs">
<Link>commands\utility\SetDateCommand.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\ShowCommand\ShowCommand.cs">
<Link>commands\utility\ShowCommand\ShowCommand.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\ShowCommand\ShowCommandCommandInfo.cs">
<Link>commands\utility\ShowCommand\ShowCommandCommandInfo.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\ShowCommand\ShowCommandModuleInfo.cs">
<Link>commands\utility\ShowCommand\ShowCommandModuleInfo.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\ShowCommand\ShowCommandParameterInfo.cs">
<Link>commands\utility\ShowCommand\ShowCommandParameterInfo.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\ShowCommand\ShowCommandParameterSetInfo.cs">
<Link>commands\utility\ShowCommand\ShowCommandParameterSetInfo.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\ShowCommand\ShowCommandParameterType.cs">
<Link>commands\utility\ShowCommand\ShowCommandParameterType.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\ShowCommand\ShowCommandProxy.cs">
<Link>commands\utility\ShowCommand\ShowCommandProxy.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\sort-object.cs">
<Link>commands\utility\sort-object.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\StartSleepCommand.cs">
<Link>commands\utility\StartSleepCommand.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\tee-object.cs">
<Link>commands\utility\tee-object.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\TimeExpressionCommand.cs">
<Link>commands\utility\TimeExpressionCommand.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\trace\GetTracerCommand.cs">
<Link>commands\utility\trace\GetTracerCommand.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\trace\MshHostTraceListener.cs">
<Link>commands\utility\trace\MshHostTraceListener.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\trace\SetTracerCommand.cs">
<Link>commands\utility\trace\SetTracerCommand.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\trace\TraceCommandBase.cs">
<Link>commands\utility\trace\TraceCommandBase.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\trace\TraceExpressionCommand.cs">
<Link>commands\utility\trace\TraceExpressionCommand.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\trace\TraceListenerCommandBase.cs">
<Link>commands\utility\trace\TraceListenerCommandBase.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\UnblockFile.cs">
<Link>commands\utility\UnblockFile.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\UnregisterEventCommand.cs">
<Link>commands\utility\UnregisterEventCommand.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\Update-Data.cs">
<Link>commands\utility\Update-Data.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\update-list.cs">
<Link>commands\utility\update-list.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\Update-TypeData.cs">
<Link>commands\utility\Update-TypeData.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\UtilityCommon.cs">
<Link>commands\utility\UtilityCommon.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\Var.cs">
<Link>commands\utility\Var.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\WaitEventCommand.cs">
<Link>commands\utility\WaitEventCommand.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\WebCmdlet\Common\BasicHtmlWebResponseObject.Common.cs">
<Link>commands\utility\WebCmdlet\Common\BasicHtmlWebResponseObject.Common.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\WebCmdlet\Common\ContentHelper.Common.cs">
<Link>commands\utility\WebCmdlet\Common\ContentHelper.Common.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\WebCmdlet\Common\HtmlWebResponseObject.Common.cs">
<Link>commands\utility\WebCmdlet\Common\HtmlWebResponseObject.Common.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs">
<Link>commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs">
<Link>commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\WebCmdlet\Common\WebResponseObject.Common.cs">
<Link>commands\utility\WebCmdlet\Common\WebResponseObject.Common.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\WebCmdlet\CoreCLR\BasicHtmlWebResponseObject.CoreClr.cs">
<Link>commands\utility\WebCmdlet\CoreCLR\BasicHtmlWebResponseObject.CoreClr.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\WebCmdlet\CoreCLR\ContentHelper.CoreClr.cs">
<Link>commands\utility\WebCmdlet\CoreCLR\ContentHelper.CoreClr.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\WebCmdlet\CoreCLR\HtmlWebResponseObject.CoreClr.cs">
<Link>commands\utility\WebCmdlet\CoreCLR\HtmlWebResponseObject.CoreClr.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\WebCmdlet\CoreCLR\HttpKnownHeaderNames.cs">
<Link>commands\utility\WebCmdlet\CoreCLR\HttpKnownHeaderNames.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\WebCmdlet\CoreCLR\InvokeRestMethodCommand.CoreClr.cs">
<Link>commands\utility\WebCmdlet\CoreCLR\InvokeRestMethodCommand.CoreClr.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\WebCmdlet\CoreCLR\InvokeWebRequestCommand.CoreClr.cs">
<Link>commands\utility\WebCmdlet\CoreCLR\InvokeWebRequestCommand.CoreClr.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\WebCmdlet\CoreCLR\WebProxy.cs">
<Link>commands\utility\WebCmdlet\CoreCLR\WebProxy.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\WebCmdlet\CoreCLR\WebRequestPSCmdlet.CoreClr.cs">
<Link>commands\utility\WebCmdlet\CoreCLR\WebRequestPSCmdlet.CoreClr.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\WebCmdlet\CoreCLR\WebResponseHelper.CoreClr.cs">
<Link>commands\utility\WebCmdlet\CoreCLR\WebResponseHelper.CoreClr.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\WebCmdlet\CoreCLR\WebResponseObject.CoreClr.cs">
<Link>commands\utility\WebCmdlet\CoreCLR\WebResponseObject.CoreClr.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\WebCmdlet\CoreCLR\WebResponseObjectFactory.CoreClr.cs">
<Link>commands\utility\WebCmdlet\CoreCLR\WebResponseObjectFactory.CoreClr.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\WebCmdlet\FullClr\BasicHtmlWebResponseObject.FullClr.cs">
<Link>commands\utility\WebCmdlet\FullClr\BasicHtmlWebResponseObject.FullClr.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\WebCmdlet\FullClr\ContentHelper.FullClr.cs">
<Link>commands\utility\WebCmdlet\FullClr\ContentHelper.FullClr.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\WebCmdlet\FullClr\HtmlWebResponseObject.FullClr.cs">
<Link>commands\utility\WebCmdlet\FullClr\HtmlWebResponseObject.FullClr.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\WebCmdlet\FullClr\InvokeRestMethodCommand.FullClr.cs">
<Link>commands\utility\WebCmdlet\FullClr\InvokeRestMethodCommand.FullClr.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\WebCmdlet\FullClr\InvokeWebRequestCommand.FullClr.cs">
<Link>commands\utility\WebCmdlet\FullClr\InvokeWebRequestCommand.FullClr.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\WebCmdlet\FullClr\JsonObjectTypeResolver.cs">
<Link>commands\utility\WebCmdlet\FullClr\JsonObjectTypeResolver.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\WebCmdlet\FullClr\WebRequestPSCmdlet.FullClr.cs">
<Link>commands\utility\WebCmdlet\FullClr\WebRequestPSCmdlet.FullClr.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\WebCmdlet\FullClr\WebResponseHelper.FullClr.cs">
<Link>commands\utility\WebCmdlet\FullClr\WebResponseHelper.FullClr.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\WebCmdlet\FullClr\WebResponseObject.FullClr.cs">
<Link>commands\utility\WebCmdlet\FullClr\WebResponseObject.FullClr.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\WebCmdlet\FullClr\WebResponseObjectFactory.FullClr.cs">
<Link>commands\utility\WebCmdlet\FullClr\WebResponseObjectFactory.FullClr.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\WebCmdlet\ConvertFromJsonCommand.cs">
<Link>commands\utility\WebCmdlet\ConvertFromJsonCommand.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\WebCmdlet\ConvertToJsonCommand.cs">
<Link>commands\utility\WebCmdlet\ConvertToJsonCommand.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\WebCmdlet\FormObject.cs">
<Link>commands\utility\WebCmdlet\FormObject.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\WebCmdlet\FormObjectCollection.cs">
<Link>commands\utility\WebCmdlet\FormObjectCollection.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\WebCmdlet\JsonObject.cs">
<Link>commands\utility\WebCmdlet\JsonObject.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\WebCmdlet\PSUserAgent.cs">
<Link>commands\utility\WebCmdlet\PSUserAgent.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\WebCmdlet\StreamHelper.cs">
<Link>commands\utility\WebCmdlet\StreamHelper.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\WebCmdlet\WebCmdletElementCollection.cs">
<Link>commands\utility\WebCmdlet\WebCmdletElementCollection.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\WebCmdlet\WebRequestMethod.cs">
<Link>commands\utility\WebCmdlet\WebRequestMethod.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\WebCmdlet\WebRequestSession.cs">
<Link>commands\utility\WebCmdlet\WebRequestSession.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\Write-Object.cs">
<Link>commands\utility\Write-Object.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\write.cs">
<Link>commands\utility\write.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\WriteAliasCommandBase.cs">
<Link>commands\utility\WriteAliasCommandBase.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\WriteConsoleCmdlet.cs">
<Link>commands\utility\WriteConsoleCmdlet.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\WriteProgressCmdlet.cs">
<Link>commands\utility\WriteProgressCmdlet.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\commands\utility\XmlCommands.cs">
<Link>commands\utility\XmlCommands.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\gen\AddMember.cs">
<Link>gen\AddMember.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\gen\AddTypeStrings.cs">
<Link>gen\AddTypeStrings.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\gen\AliasCommandStrings.cs">
<Link>gen\AliasCommandStrings.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\gen\ConvertFromStringData.cs">
<Link>gen\ConvertFromStringData.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\gen\ConvertFromStringResources.cs">
<Link>gen\ConvertFromStringResources.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\gen\ConvertStringResources.cs">
<Link>gen\ConvertStringResources.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\gen\CsvCommandStrings.cs">
<Link>gen\CsvCommandStrings.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\gen\Debugger.cs">
<Link>gen\Debugger.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\gen\EventingStrings.cs">
<Link>gen\EventingStrings.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\gen\FlashExtractStrings.cs">
<Link>gen\FlashExtractStrings.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\gen\FormatAndOut_out_gridview.cs">
<Link>gen\FormatAndOut_out_gridview.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\gen\GetMember.cs">
<Link>gen\GetMember.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\gen\GetRandomCommandStrings.cs">
<Link>gen\GetRandomCommandStrings.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\gen\HostStrings.cs">
<Link>gen\HostStrings.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\gen\HttpCommandStrings.cs">
<Link>gen\HttpCommandStrings.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\gen\ImmutableStrings.cs">
<Link>gen\ImmutableStrings.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\gen\ImplicitRemotingStrings.cs">
<Link>gen\ImplicitRemotingStrings.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\gen\ImportLocalizedDataStrings.cs">
<Link>gen\ImportLocalizedDataStrings.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\gen\MatchStringStrings.cs">
<Link>gen\MatchStringStrings.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\gen\MeasureObjectStrings.cs">
<Link>gen\MeasureObjectStrings.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\gen\NewObjectStrings.cs">
<Link>gen\NewObjectStrings.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\gen\OutPrinterDisplayStrings.cs">
<Link>gen\OutPrinterDisplayStrings.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\gen\SelectObjectStrings.cs">
<Link>gen\SelectObjectStrings.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\gen\SendMailMessageStrings.cs">
<Link>gen\SendMailMessageStrings.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\gen\SortObjectStrings.cs">
<Link>gen\SortObjectStrings.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\gen\TraceCommandStrings.cs">
<Link>gen\TraceCommandStrings.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\gen\UpdateDataStrings.cs">
<Link>gen\UpdateDataStrings.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\gen\UpdateListStrings.cs">
<Link>gen\UpdateListStrings.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\gen\UtilityCommonStrings.cs">
<Link>gen\UtilityCommonStrings.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\gen\UtilityMshSnapinResources.cs">
<Link>gen\UtilityMshSnapinResources.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\gen\VariableCommandStrings.cs">
<Link>gen\VariableCommandStrings.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\gen\WebCmdletStrings.cs">
<Link>gen\WebCmdletStrings.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\gen\WriteErrorStrings.cs">
<Link>gen\WriteErrorStrings.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\gen\WriteProgressResourceStrings.cs">
<Link>gen\WriteProgressResourceStrings.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.Commands.Utility\singleshell\installer\MshUtilityMshSnapin.cs">
<Link>singleshell\installer\MshUtilityMshSnapin.cs</Link>
</Compile>
</ItemGroup>
<ItemGroup>
<None Include="..\Microsoft.PowerShell.Commands.Utility\map.json" />
<None Include="..\Microsoft.PowerShell.Commands.Utility\project.json" />
<None Include="..\Microsoft.PowerShell.Commands.Utility\map.json">
<Link>map.json</Link>
</None>
<None Include="..\Microsoft.PowerShell.Commands.Utility\project.json">
<Link>project.json</Link>
</None>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="..\Microsoft.PowerShell.Commands.Utility\resources\AddMember.resx" />
<EmbeddedResource Include="..\Microsoft.PowerShell.Commands.Utility\resources\AddTypeStrings.resx" />
<EmbeddedResource Include="..\Microsoft.PowerShell.Commands.Utility\resources\AliasCommandStrings.resx" />
<EmbeddedResource Include="..\Microsoft.PowerShell.Commands.Utility\resources\ConvertFromStringData.resx" />
<EmbeddedResource Include="..\Microsoft.PowerShell.Commands.Utility\resources\ConvertFromStringResources.resx" />
<EmbeddedResource Include="..\Microsoft.PowerShell.Commands.Utility\resources\ConvertStringResources.resx" />
<EmbeddedResource Include="..\Microsoft.PowerShell.Commands.Utility\resources\CsvCommandStrings.resx" />
<EmbeddedResource Include="..\Microsoft.PowerShell.Commands.Utility\resources\Debugger.resx" />
<EmbeddedResource Include="..\Microsoft.PowerShell.Commands.Utility\resources\EventingStrings.resx" />
<EmbeddedResource Include="..\Microsoft.PowerShell.Commands.Utility\resources\FlashExtractStrings.resx" />
<EmbeddedResource Include="..\Microsoft.PowerShell.Commands.Utility\resources\FormatAndOut_out_gridview.resx" />
<EmbeddedResource Include="..\Microsoft.PowerShell.Commands.Utility\resources\GetMember.resx" />
<EmbeddedResource Include="..\Microsoft.PowerShell.Commands.Utility\resources\GetRandomCommandStrings.resx" />
<EmbeddedResource Include="..\Microsoft.PowerShell.Commands.Utility\resources\HostStrings.resx" />
<EmbeddedResource Include="..\Microsoft.PowerShell.Commands.Utility\resources\HttpCommandStrings.resx" />
<EmbeddedResource Include="..\Microsoft.PowerShell.Commands.Utility\resources\ImmutableStrings.resx" />
<EmbeddedResource Include="..\Microsoft.PowerShell.Commands.Utility\resources\ImplicitRemotingStrings.resx" />
<EmbeddedResource Include="..\Microsoft.PowerShell.Commands.Utility\resources\ImportLocalizedDataStrings.resx" />
<EmbeddedResource Include="..\Microsoft.PowerShell.Commands.Utility\resources\MatchStringStrings.resx" />
<EmbeddedResource Include="..\Microsoft.PowerShell.Commands.Utility\resources\MeasureObjectStrings.resx" />
<EmbeddedResource Include="..\Microsoft.PowerShell.Commands.Utility\resources\NewObjectStrings.resx" />
<EmbeddedResource Include="..\Microsoft.PowerShell.Commands.Utility\resources\OutPrinterDisplayStrings.resx" />
<EmbeddedResource Include="..\Microsoft.PowerShell.Commands.Utility\resources\SelectObjectStrings.resx" />
<EmbeddedResource Include="..\Microsoft.PowerShell.Commands.Utility\resources\SendMailMessageStrings.resx" />
<EmbeddedResource Include="..\Microsoft.PowerShell.Commands.Utility\resources\SortObjectStrings.resx" />
<EmbeddedResource Include="..\Microsoft.PowerShell.Commands.Utility\resources\TraceCommandStrings.resx" />
<EmbeddedResource Include="..\Microsoft.PowerShell.Commands.Utility\resources\UpdateDataStrings.resx" />
<EmbeddedResource Include="..\Microsoft.PowerShell.Commands.Utility\resources\UpdateListStrings.resx" />
<EmbeddedResource Include="..\Microsoft.PowerShell.Commands.Utility\resources\UtilityCommonStrings.resx" />
<EmbeddedResource Include="..\Microsoft.PowerShell.Commands.Utility\resources\UtilityMshSnapinResources.resx" />
<EmbeddedResource Include="..\Microsoft.PowerShell.Commands.Utility\resources\VariableCommandStrings.resx" />
<EmbeddedResource Include="..\Microsoft.PowerShell.Commands.Utility\resources\WebCmdletStrings.resx" />
<EmbeddedResource Include="..\Microsoft.PowerShell.Commands.Utility\resources\WriteErrorStrings.resx" />
<EmbeddedResource Include="..\Microsoft.PowerShell.Commands.Utility\resources\WriteProgressResourceStrings.resx" />
<EmbeddedResource Include="..\Microsoft.PowerShell.Commands.Utility\resources\AddMember.resx">
<Link>resources\AddMember.resx</Link>
</EmbeddedResource>
<EmbeddedResource Include="..\Microsoft.PowerShell.Commands.Utility\resources\AddTypeStrings.resx">
<Link>resources\AddTypeStrings.resx</Link>
</EmbeddedResource>
<EmbeddedResource Include="..\Microsoft.PowerShell.Commands.Utility\resources\AliasCommandStrings.resx">
<Link>resources\AliasCommandStrings.resx</Link>
</EmbeddedResource>
<EmbeddedResource Include="..\Microsoft.PowerShell.Commands.Utility\resources\ConvertFromStringData.resx">
<Link>resources\ConvertFromStringData.resx</Link>
</EmbeddedResource>
<EmbeddedResource Include="..\Microsoft.PowerShell.Commands.Utility\resources\ConvertFromStringResources.resx">
<Link>resources\ConvertFromStringResources.resx</Link>
</EmbeddedResource>
<EmbeddedResource Include="..\Microsoft.PowerShell.Commands.Utility\resources\ConvertStringResources.resx">
<Link>resources\ConvertStringResources.resx</Link>
</EmbeddedResource>
<EmbeddedResource Include="..\Microsoft.PowerShell.Commands.Utility\resources\CsvCommandStrings.resx">
<Link>resources\CsvCommandStrings.resx</Link>
</EmbeddedResource>
<EmbeddedResource Include="..\Microsoft.PowerShell.Commands.Utility\resources\Debugger.resx">
<Link>resources\Debugger.resx</Link>
</EmbeddedResource>
<EmbeddedResource Include="..\Microsoft.PowerShell.Commands.Utility\resources\EventingStrings.resx">
<Link>resources\EventingStrings.resx</Link>
</EmbeddedResource>
<EmbeddedResource Include="..\Microsoft.PowerShell.Commands.Utility\resources\FlashExtractStrings.resx">
<Link>resources\FlashExtractStrings.resx</Link>
</EmbeddedResource>
<EmbeddedResource Include="..\Microsoft.PowerShell.Commands.Utility\resources\FormatAndOut_out_gridview.resx">
<Link>resources\FormatAndOut_out_gridview.resx</Link>
</EmbeddedResource>
<EmbeddedResource Include="..\Microsoft.PowerShell.Commands.Utility\resources\GetMember.resx">
<Link>resources\GetMember.resx</Link>
</EmbeddedResource>
<EmbeddedResource Include="..\Microsoft.PowerShell.Commands.Utility\resources\GetRandomCommandStrings.resx">
<Link>resources\GetRandomCommandStrings.resx</Link>
</EmbeddedResource>
<EmbeddedResource Include="..\Microsoft.PowerShell.Commands.Utility\resources\HostStrings.resx">
<Link>resources\HostStrings.resx</Link>
</EmbeddedResource>
<EmbeddedResource Include="..\Microsoft.PowerShell.Commands.Utility\resources\HttpCommandStrings.resx">
<Link>resources\HttpCommandStrings.resx</Link>
</EmbeddedResource>
<EmbeddedResource Include="..\Microsoft.PowerShell.Commands.Utility\resources\ImmutableStrings.resx">
<Link>resources\ImmutableStrings.resx</Link>
</EmbeddedResource>
<EmbeddedResource Include="..\Microsoft.PowerShell.Commands.Utility\resources\ImplicitRemotingStrings.resx">
<Link>resources\ImplicitRemotingStrings.resx</Link>
</EmbeddedResource>
<EmbeddedResource Include="..\Microsoft.PowerShell.Commands.Utility\resources\ImportLocalizedDataStrings.resx">
<Link>resources\ImportLocalizedDataStrings.resx</Link>
</EmbeddedResource>
<EmbeddedResource Include="..\Microsoft.PowerShell.Commands.Utility\resources\MatchStringStrings.resx">
<Link>resources\MatchStringStrings.resx</Link>
</EmbeddedResource>
<EmbeddedResource Include="..\Microsoft.PowerShell.Commands.Utility\resources\MeasureObjectStrings.resx">
<Link>resources\MeasureObjectStrings.resx</Link>
</EmbeddedResource>
<EmbeddedResource Include="..\Microsoft.PowerShell.Commands.Utility\resources\NewObjectStrings.resx">
<Link>resources\NewObjectStrings.resx</Link>
</EmbeddedResource>
<EmbeddedResource Include="..\Microsoft.PowerShell.Commands.Utility\resources\OutPrinterDisplayStrings.resx">
<Link>resources\OutPrinterDisplayStrings.resx</Link>
</EmbeddedResource>
<EmbeddedResource Include="..\Microsoft.PowerShell.Commands.Utility\resources\SelectObjectStrings.resx">
<Link>resources\SelectObjectStrings.resx</Link>
</EmbeddedResource>
<EmbeddedResource Include="..\Microsoft.PowerShell.Commands.Utility\resources\SendMailMessageStrings.resx">
<Link>resources\SendMailMessageStrings.resx</Link>
</EmbeddedResource>
<EmbeddedResource Include="..\Microsoft.PowerShell.Commands.Utility\resources\SortObjectStrings.resx">
<Link>resources\SortObjectStrings.resx</Link>
</EmbeddedResource>
<EmbeddedResource Include="..\Microsoft.PowerShell.Commands.Utility\resources\TraceCommandStrings.resx">
<Link>resources\TraceCommandStrings.resx</Link>
</EmbeddedResource>
<EmbeddedResource Include="..\Microsoft.PowerShell.Commands.Utility\resources\UpdateDataStrings.resx">
<Link>resources\UpdateDataStrings.resx</Link>
</EmbeddedResource>
<EmbeddedResource Include="..\Microsoft.PowerShell.Commands.Utility\resources\UpdateListStrings.resx">
<Link>resources\UpdateListStrings.resx</Link>
</EmbeddedResource>
<EmbeddedResource Include="..\Microsoft.PowerShell.Commands.Utility\resources\UtilityCommonStrings.resx">
<Link>resources\UtilityCommonStrings.resx</Link>
</EmbeddedResource>
<EmbeddedResource Include="..\Microsoft.PowerShell.Commands.Utility\resources\UtilityMshSnapinResources.resx">
<Link>resources\UtilityMshSnapinResources.resx</Link>
</EmbeddedResource>
<EmbeddedResource Include="..\Microsoft.PowerShell.Commands.Utility\resources\VariableCommandStrings.resx">
<Link>resources\VariableCommandStrings.resx</Link>
</EmbeddedResource>
<EmbeddedResource Include="..\Microsoft.PowerShell.Commands.Utility\resources\WebCmdletStrings.resx">
<Link>resources\WebCmdletStrings.resx</Link>
</EmbeddedResource>
<EmbeddedResource Include="..\Microsoft.PowerShell.Commands.Utility\resources\WriteErrorStrings.resx">
<Link>resources\WriteErrorStrings.resx</Link>
</EmbeddedResource>
<EmbeddedResource Include="..\Microsoft.PowerShell.Commands.Utility\resources\WriteProgressResourceStrings.resx">
<Link>resources\WriteProgressResourceStrings.resx</Link>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="System.Management.Automation.csproj">
@ -276,4 +694,4 @@
<ProjectExtensions>
<VisualStudio AllowExistingFolder="true" />
</ProjectExtensions>
</Project>
</Project>

View file

@ -51,55 +51,145 @@
<Reference Include="System.Xml.Linq" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\Microsoft.PowerShell.ConsoleHost\AssemblyInfo.cs" />
<Compile Include="..\Microsoft.PowerShell.ConsoleHost\gen\CommandLineParameterParserStrings.cs" />
<Compile Include="..\Microsoft.PowerShell.ConsoleHost\gen\ConsoleControlStrings.cs" />
<Compile Include="..\Microsoft.PowerShell.ConsoleHost\gen\ConsoleHostRawUserInterfaceStrings.cs" />
<Compile Include="..\Microsoft.PowerShell.ConsoleHost\gen\ConsoleHostStrings.cs" />
<Compile Include="..\Microsoft.PowerShell.ConsoleHost\gen\ConsoleHostUserInterfaceSecurityResources.cs" />
<Compile Include="..\Microsoft.PowerShell.ConsoleHost\gen\ConsoleHostUserInterfaceStrings.cs" />
<Compile Include="..\Microsoft.PowerShell.ConsoleHost\gen\HostMshSnapinResources.cs" />
<Compile Include="..\Microsoft.PowerShell.ConsoleHost\gen\ManagedEntranceStrings.cs" />
<Compile Include="..\Microsoft.PowerShell.ConsoleHost\gen\ProgressNodeStrings.cs" />
<Compile Include="..\Microsoft.PowerShell.ConsoleHost\gen\TranscriptStrings.cs" />
<Compile Include="..\Microsoft.PowerShell.ConsoleHost\host\msh\CommandLineParameterParser.cs" />
<Compile Include="..\Microsoft.PowerShell.ConsoleHost\host\msh\ConsoleControl.cs" />
<Compile Include="..\Microsoft.PowerShell.ConsoleHost\host\msh\ConsoleHost.cs" />
<Compile Include="..\Microsoft.PowerShell.ConsoleHost\host\msh\ConsoleHostRawUserInterface.cs" />
<Compile Include="..\Microsoft.PowerShell.ConsoleHost\host\msh\ConsoleHostTranscript.cs" />
<Compile Include="..\Microsoft.PowerShell.ConsoleHost\host\msh\ConsoleHostUserInterface.cs" />
<Compile Include="..\Microsoft.PowerShell.ConsoleHost\host\msh\ConsoleHostUserInterfaceProgress.cs" />
<Compile Include="..\Microsoft.PowerShell.ConsoleHost\host\msh\ConsoleHostUserInterfacePrompt.cs" />
<Compile Include="..\Microsoft.PowerShell.ConsoleHost\host\msh\ConsoleHostUserInterfacePromptForChoice.cs" />
<Compile Include="..\Microsoft.PowerShell.ConsoleHost\host\msh\ConsoleHostUserInterfaceSecurity.cs" />
<Compile Include="..\Microsoft.PowerShell.ConsoleHost\host\msh\ConsoleShell.cs" />
<Compile Include="..\Microsoft.PowerShell.ConsoleHost\host\msh\ConsoleTextWriter.cs" />
<Compile Include="..\Microsoft.PowerShell.ConsoleHost\host\msh\Executor.cs" />
<Compile Include="..\Microsoft.PowerShell.ConsoleHost\host\msh\ManagedEntrance.cs" />
<Compile Include="..\Microsoft.PowerShell.ConsoleHost\host\msh\PendingProgress.cs" />
<Compile Include="..\Microsoft.PowerShell.ConsoleHost\host\msh\ProgressNode.cs" />
<Compile Include="..\Microsoft.PowerShell.ConsoleHost\host\msh\ProgressPane.cs" />
<Compile Include="..\Microsoft.PowerShell.ConsoleHost\host\msh\Serialization.cs" />
<Compile Include="..\Microsoft.PowerShell.ConsoleHost\host\msh\StartTranscriptCmdlet.cs" />
<Compile Include="..\Microsoft.PowerShell.ConsoleHost\host\msh\StopTranscriptCmdlet.cs" />
<Compile Include="..\Microsoft.PowerShell.ConsoleHost\singleshell\installer\EngineInstaller.cs" />
<Compile Include="..\Microsoft.PowerShell.ConsoleHost\singleshell\installer\MshHostMshSnapin.cs" />
<Compile Include="..\Microsoft.PowerShell.ConsoleHost\AssemblyInfo.cs">
<Link>AssemblyInfo.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.ConsoleHost\gen\CommandLineParameterParserStrings.cs">
<Link>gen\CommandLineParameterParserStrings.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.ConsoleHost\gen\ConsoleControlStrings.cs">
<Link>gen\ConsoleControlStrings.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.ConsoleHost\gen\ConsoleHostRawUserInterfaceStrings.cs">
<Link>gen\ConsoleHostRawUserInterfaceStrings.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.ConsoleHost\gen\ConsoleHostStrings.cs">
<Link>gen\ConsoleHostStrings.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.ConsoleHost\gen\ConsoleHostUserInterfaceSecurityResources.cs">
<Link>gen\ConsoleHostUserInterfaceSecurityResources.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.ConsoleHost\gen\ConsoleHostUserInterfaceStrings.cs">
<Link>gen\ConsoleHostUserInterfaceStrings.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.ConsoleHost\gen\HostMshSnapinResources.cs">
<Link>gen\HostMshSnapinResources.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.ConsoleHost\gen\ManagedEntranceStrings.cs">
<Link>gen\ManagedEntranceStrings.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.ConsoleHost\gen\ProgressNodeStrings.cs">
<Link>gen\ProgressNodeStrings.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.ConsoleHost\gen\TranscriptStrings.cs">
<Link>gen\TranscriptStrings.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.ConsoleHost\host\msh\CommandLineParameterParser.cs">
<Link>host\msh\CommandLineParameterParser.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.ConsoleHost\host\msh\ConsoleControl.cs">
<Link>host\msh\ConsoleControl.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.ConsoleHost\host\msh\ConsoleHost.cs">
<Link>host\msh\ConsoleHost.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.ConsoleHost\host\msh\ConsoleHostRawUserInterface.cs">
<Link>host\msh\ConsoleHostRawUserInterface.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.ConsoleHost\host\msh\ConsoleHostTranscript.cs">
<Link>host\msh\ConsoleHostTranscript.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.ConsoleHost\host\msh\ConsoleHostUserInterface.cs">
<Link>host\msh\ConsoleHostUserInterface.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.ConsoleHost\host\msh\ConsoleHostUserInterfaceProgress.cs">
<Link>host\msh\ConsoleHostUserInterfaceProgress.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.ConsoleHost\host\msh\ConsoleHostUserInterfacePrompt.cs">
<Link>host\msh\ConsoleHostUserInterfacePrompt.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.ConsoleHost\host\msh\ConsoleHostUserInterfacePromptForChoice.cs">
<Link>host\msh\ConsoleHostUserInterfacePromptForChoice.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.ConsoleHost\host\msh\ConsoleHostUserInterfaceSecurity.cs">
<Link>host\msh\ConsoleHostUserInterfaceSecurity.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.ConsoleHost\host\msh\ConsoleShell.cs">
<Link>host\msh\ConsoleShell.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.ConsoleHost\host\msh\ConsoleTextWriter.cs">
<Link>host\msh\ConsoleTextWriter.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.ConsoleHost\host\msh\Executor.cs">
<Link>host\msh\Executor.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.ConsoleHost\host\msh\ManagedEntrance.cs">
<Link>host\msh\ManagedEntrance.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.ConsoleHost\host\msh\PendingProgress.cs">
<Link>host\msh\PendingProgress.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.ConsoleHost\host\msh\ProgressNode.cs">
<Link>host\msh\ProgressNode.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.ConsoleHost\host\msh\ProgressPane.cs">
<Link>host\msh\ProgressPane.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.ConsoleHost\host\msh\Serialization.cs">
<Link>host\msh\Serialization.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.ConsoleHost\host\msh\StartTranscriptCmdlet.cs">
<Link>host\msh\StartTranscriptCmdlet.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.ConsoleHost\host\msh\StopTranscriptCmdlet.cs">
<Link>host\msh\StopTranscriptCmdlet.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.ConsoleHost\singleshell\installer\EngineInstaller.cs">
<Link>singleshell\installer\EngineInstaller.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.ConsoleHost\singleshell\installer\MshHostMshSnapin.cs">
<Link>singleshell\installer\MshHostMshSnapin.cs</Link>
</Compile>
</ItemGroup>
<ItemGroup>
<None Include="..\Microsoft.PowerShell.ConsoleHost\map.json" />
<None Include="..\Microsoft.PowerShell.ConsoleHost\project.json" />
<None Include="..\Microsoft.PowerShell.ConsoleHost\map.json">
<Link>map.json</Link>
</None>
<None Include="..\Microsoft.PowerShell.ConsoleHost\project.json">
<Link>project.json</Link>
</None>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="..\Microsoft.PowerShell.ConsoleHost\resources\CommandLineParameterParserStrings.resx" />
<EmbeddedResource Include="..\Microsoft.PowerShell.ConsoleHost\resources\ConsoleControlStrings.resx" />
<EmbeddedResource Include="..\Microsoft.PowerShell.ConsoleHost\resources\ConsoleHostRawUserInterfaceStrings.resx" />
<EmbeddedResource Include="..\Microsoft.PowerShell.ConsoleHost\resources\ConsoleHostStrings.resx" />
<EmbeddedResource Include="..\Microsoft.PowerShell.ConsoleHost\resources\ConsoleHostUserInterfaceSecurityResources.resx" />
<EmbeddedResource Include="..\Microsoft.PowerShell.ConsoleHost\resources\ConsoleHostUserInterfaceStrings.resx" />
<EmbeddedResource Include="..\Microsoft.PowerShell.ConsoleHost\resources\HostMshSnapinResources.resx" />
<EmbeddedResource Include="..\Microsoft.PowerShell.ConsoleHost\resources\ManagedEntranceStrings.resx" />
<EmbeddedResource Include="..\Microsoft.PowerShell.ConsoleHost\resources\ProgressNodeStrings.resx" />
<EmbeddedResource Include="..\Microsoft.PowerShell.ConsoleHost\resources\TranscriptStrings.resx" />
<EmbeddedResource Include="..\Microsoft.PowerShell.ConsoleHost\resources\CommandLineParameterParserStrings.resx">
<Link>resources\CommandLineParameterParserStrings.resx</Link>
</EmbeddedResource>
<EmbeddedResource Include="..\Microsoft.PowerShell.ConsoleHost\resources\ConsoleControlStrings.resx">
<Link>resources\ConsoleControlStrings.resx</Link>
</EmbeddedResource>
<EmbeddedResource Include="..\Microsoft.PowerShell.ConsoleHost\resources\ConsoleHostRawUserInterfaceStrings.resx">
<Link>resources\ConsoleHostRawUserInterfaceStrings.resx</Link>
</EmbeddedResource>
<EmbeddedResource Include="..\Microsoft.PowerShell.ConsoleHost\resources\ConsoleHostStrings.resx">
<Link>resources\ConsoleHostStrings.resx</Link>
</EmbeddedResource>
<EmbeddedResource Include="..\Microsoft.PowerShell.ConsoleHost\resources\ConsoleHostUserInterfaceSecurityResources.resx">
<Link>resources\ConsoleHostUserInterfaceSecurityResources.resx</Link>
</EmbeddedResource>
<EmbeddedResource Include="..\Microsoft.PowerShell.ConsoleHost\resources\ConsoleHostUserInterfaceStrings.resx">
<Link>resources\ConsoleHostUserInterfaceStrings.resx</Link>
</EmbeddedResource>
<EmbeddedResource Include="..\Microsoft.PowerShell.ConsoleHost\resources\HostMshSnapinResources.resx">
<Link>resources\HostMshSnapinResources.resx</Link>
</EmbeddedResource>
<EmbeddedResource Include="..\Microsoft.PowerShell.ConsoleHost\resources\ManagedEntranceStrings.resx">
<Link>resources\ManagedEntranceStrings.resx</Link>
</EmbeddedResource>
<EmbeddedResource Include="..\Microsoft.PowerShell.ConsoleHost\resources\ProgressNodeStrings.resx">
<Link>resources\ProgressNodeStrings.resx</Link>
</EmbeddedResource>
<EmbeddedResource Include="..\Microsoft.PowerShell.ConsoleHost\resources\TranscriptStrings.resx">
<Link>resources\TranscriptStrings.resx</Link>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="System.Management.Automation.csproj">
@ -111,4 +201,4 @@
<ProjectExtensions>
<VisualStudio AllowExistingFolder="true" />
</ProjectExtensions>
</Project>
</Project>

View file

@ -55,41 +55,102 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\Microsoft.PowerShell.PSReadLine\AssemblyInfo.cs" />
<Compile Include="..\Microsoft.PowerShell.PSReadLine\BasicEditing.cs" />
<Compile Include="..\Microsoft.PowerShell.PSReadLine\Cmdlets.cs" />
<Compile Include="..\Microsoft.PowerShell.PSReadLine\Completion.cs" />
<Compile Include="..\Microsoft.PowerShell.PSReadLine\Completion.vi.cs" />
<Compile Include="..\Microsoft.PowerShell.PSReadLine\ConsoleBufferBuilder.cs" />
<Compile Include="..\Microsoft.PowerShell.PSReadLine\ConsoleKeyChordConverter.cs" />
<Compile Include="..\Microsoft.PowerShell.PSReadLine\ConsoleLib.cs" />
<Compile Include="..\Microsoft.PowerShell.PSReadLine\Disposable.cs" />
<Compile Include="..\Microsoft.PowerShell.PSReadLine\History.cs" />
<Compile Include="..\Microsoft.PowerShell.PSReadLine\HistoryQueue.cs" />
<Compile Include="..\Microsoft.PowerShell.PSReadLine\KeyBindings.cs" />
<Compile Include="..\Microsoft.PowerShell.PSReadLine\KeyBindings.vi.cs" />
<Compile Include="..\Microsoft.PowerShell.PSReadLine\Keys.cs" />
<Compile Include="..\Microsoft.PowerShell.PSReadLine\KillYank.cs" />
<Compile Include="..\Microsoft.PowerShell.PSReadLine\Movement.cs" />
<Compile Include="..\Microsoft.PowerShell.PSReadLine\Movement.vi.cs" />
<Compile Include="..\Microsoft.PowerShell.PSReadLine\Options.cs" />
<Compile Include="..\Microsoft.PowerShell.PSReadLine\AssemblyInfo.cs">
<Link>AssemblyInfo.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.PSReadLine\BasicEditing.cs">
<Link>BasicEditing.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.PSReadLine\Cmdlets.cs">
<Link>Cmdlets.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.PSReadLine\Completion.cs">
<Link>Completion.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.PSReadLine\Completion.vi.cs">
<Link>Completion.vi.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.PSReadLine\ConsoleBufferBuilder.cs">
<Link>ConsoleBufferBuilder.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.PSReadLine\ConsoleKeyChordConverter.cs">
<Link>ConsoleKeyChordConverter.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.PSReadLine\ConsoleLib.cs">
<Link>ConsoleLib.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.PSReadLine\Disposable.cs">
<Link>Disposable.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.PSReadLine\History.cs">
<Link>History.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.PSReadLine\HistoryQueue.cs">
<Link>HistoryQueue.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.PSReadLine\KeyBindings.cs">
<Link>KeyBindings.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.PSReadLine\KeyBindings.vi.cs">
<Link>KeyBindings.vi.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.PSReadLine\Keys.cs">
<Link>Keys.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.PSReadLine\KillYank.cs">
<Link>KillYank.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.PSReadLine\Movement.cs">
<Link>Movement.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.PSReadLine\Movement.vi.cs">
<Link>Movement.vi.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.PSReadLine\Options.cs">
<Link>Options.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.PSReadLine\PSReadLineResources.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>..\Microsoft.PowerShell.PSReadLine\PSReadLineResources.resx</DependentUpon>
<Link>PSReadLineResources.Designer.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.PSReadLine\PublicAPI.cs">
<Link>PublicAPI.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.PSReadLine\ReadLine.cs">
<Link>ReadLine.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.PSReadLine\Replace.vi.cs">
<Link>Replace.vi.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.PSReadLine\ReadLine.vi.cs">
<Link>ReadLine.vi.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.PSReadLine\Render.cs">
<Link>Render.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.PSReadLine\ScreenCapture.cs">
<Link>ScreenCapture.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.PSReadLine\UndoRedo.vi.cs">
<Link>UndoRedo.vi.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.PSReadLine\UndoRedo.cs">
<Link>UndoRedo.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.PSReadLine\VisualEditing.vi.cs">
<Link>VisualEditing.vi.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.PSReadLine\Words.cs">
<Link>Words.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.PSReadLine\Words.vi.cs">
<Link>Words.vi.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.PSReadLine\YankPaste.vi.cs">
<Link>YankPaste.vi.cs</Link>
</Compile>
<Compile Include="..\Microsoft.PowerShell.PSReadLine\PublicAPI.cs" />
<Compile Include="..\Microsoft.PowerShell.PSReadLine\ReadLine.cs" />
<Compile Include="..\Microsoft.PowerShell.PSReadLine\Replace.vi.cs" />
<Compile Include="..\Microsoft.PowerShell.PSReadLine\ReadLine.vi.cs" />
<Compile Include="..\Microsoft.PowerShell.PSReadLine\Render.cs" />
<Compile Include="..\Microsoft.PowerShell.PSReadLine\ScreenCapture.cs" />
<Compile Include="..\Microsoft.PowerShell.PSReadLine\UndoRedo.vi.cs" />
<Compile Include="..\Microsoft.PowerShell.PSReadLine\UndoRedo.cs" />
<Compile Include="..\Microsoft.PowerShell.PSReadLine\VisualEditing.vi.cs" />
<Compile Include="..\Microsoft.PowerShell.PSReadLine\Words.cs" />
<Compile Include="..\Microsoft.PowerShell.PSReadLine\Words.vi.cs" />
<Compile Include="..\Microsoft.PowerShell.PSReadLine\YankPaste.vi.cs" />
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
@ -101,36 +162,46 @@
<LastGenOutput>..\Microsoft.PowerShell.PSReadLine\PSReadlineResources.Designer.cs</LastGenOutput>
<CustomToolNamespace>Microsoft.PowerShell</CustomToolNamespace>
<SubType>Designer</SubType>
<Link>PSReadLineResources.resx</Link>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<None Include="..\Microsoft.PowerShell.PSReadLine\packages.config" />
<None Include="..\Microsoft.PowerShell.PSReadLine\packages.config">
<Link>packages.config</Link>
</None>
<None Include="..\Microsoft.PowerShell.PSReadLine\PSReadLine.psd1">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Link>PSReadLine.psd1</Link>
</None>
<None Include="..\Microsoft.PowerShell.PSReadLine\PSReadLine.psm1">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Link>PSReadLine.psm1</Link>
</None>
<None Include="..\Microsoft.PowerShell.PSReadLine\SamplePSReadlineProfile.ps1">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Link>SamplePSReadlineProfile.ps1</Link>
</None>
</ItemGroup>
<ItemGroup>
<None Include="..\Microsoft.PowerShell.PSReadLine\en-US\about_PSReadline.help.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Link>en-US\about_PSReadline.help.txt</Link>
</None>
<None Include="..\Microsoft.PowerShell.PSReadLine\en-US\PSReadline.dll-help.xml">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Link>en-US\PSReadline.dll-help.xml</Link>
</None>
</ItemGroup>
<ItemGroup>
<None Include="..\Microsoft.PowerShell.PSReadLine\Changes.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Link>Changes.txt</Link>
</None>
</ItemGroup>
<ItemGroup>
<None Include="..\Microsoft.PowerShell.PSReadLine\License.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Link>License.txt</Link>
</None>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
@ -146,4 +217,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>

File diff suppressed because it is too large Load diff

View file

@ -29,12 +29,20 @@
<Reference Include="System.Xml.Linq" />
</ItemGroup>
<ItemGroup>
<None Include="..\powershell\.gitignore" />
<None Include="..\powershell\project.json" />
<None Include="..\powershell\README.md" />
<None Include="..\powershell\.gitignore">
<Link>.gitignore</Link>
</None>
<None Include="..\powershell\project.json">
<Link>project.json</Link>
</None>
<None Include="..\powershell\README.md">
<Link>README.md</Link>
</None>
</ItemGroup>
<ItemGroup>
<Compile Include="..\powershell\Program.cs" />
<Compile Include="..\powershell\Program.cs">
<Link>Program.cs</Link>
</Compile>
</ItemGroup>
<ItemGroup>
<Folder Include=".vs\" />
@ -53,4 +61,4 @@
<ProjectExtensions>
<VisualStudio AllowExistingFolder="true" />
</ProjectExtensions>
</Project>
</Project>

View file

@ -47,12 +47,20 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\PSReadLine\AssemblyInfo.cs" />
<Compile Include="..\PSReadLine\Program.cs" />
<Compile Include="..\PSReadLine\AssemblyInfo.cs">
<Link>AssemblyInfo.cs</Link>
</Compile>
<Compile Include="..\PSReadLine\Program.cs">
<Link>Program.cs</Link>
</Compile>
</ItemGroup>
<ItemGroup>
<None Include="..\PSReadLine\App.config" />
<None Include="..\PSReadLine\packages.config" />
<None Include="..\PSReadLine\App.config">
<Link>App.config</Link>
</None>
<None Include="..\PSReadLine\packages.config">
<Link>packages.config</Link>
</None>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\PSReadLine\PSReadLine.csproj">
@ -71,4 +79,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>