From 9ec8baea79b54d4fa8fc6873016e1d17209529a3 Mon Sep 17 00:00:00 2001 From: Dongbo Wang Date: Fri, 21 Oct 2016 17:04:05 -0700 Subject: [PATCH] Add '' tag to '', '' and '' tags to make those items look similar as when the *.csproj files were in the original project folders. (#2519) --- powershell.sln | 12 +- .../PSReadLine.sln | 32 - ...soft.PowerShell.Commands.Management.csproj | 430 ++- ...crosoft.PowerShell.Commands.Utility.csproj | 838 +++-- .../Microsoft.PowerShell.ConsoleHost.csproj | 182 +- src/vs-csproj/PSReadLine.csproj | 135 +- .../System.Management.Automation.csproj | 3334 ++++++++++++----- src/vs-csproj/powershell.csproj | 18 +- test/vs-csproj/TestPSReadLine.csproj | 18 +- 9 files changed, 3721 insertions(+), 1278 deletions(-) delete mode 100644 src/Microsoft.PowerShell.PSReadLine/PSReadLine.sln diff --git a/powershell.sln b/powershell.sln index fc1c9d690c..98d2318675 100644 --- a/powershell.sln +++ b/powershell.sln @@ -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 diff --git a/src/Microsoft.PowerShell.PSReadLine/PSReadLine.sln b/src/Microsoft.PowerShell.PSReadLine/PSReadLine.sln deleted file mode 100644 index bfdff59615..0000000000 --- a/src/Microsoft.PowerShell.PSReadLine/PSReadLine.sln +++ /dev/null @@ -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 diff --git a/src/vs-csproj/Microsoft.PowerShell.Commands.Management.csproj b/src/vs-csproj/Microsoft.PowerShell.Commands.Management.csproj index d0f8f95e0b..674031bca9 100644 --- a/src/vs-csproj/Microsoft.PowerShell.Commands.Management.csproj +++ b/src/vs-csproj/Microsoft.PowerShell.Commands.Management.csproj @@ -48,117 +48,331 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + AssemblyInfo.cs + + + cimSupport\cmdletization\cim\cimChildJobBase.cs + + + cimSupport\cmdletization\cim\cimCmdletDefinitionContext.cs + + + cimSupport\cmdletization\cim\cimCmdletInvocationContext.cs + + + cimSupport\cmdletization\cim\cimConverter.cs + + + cimSupport\cmdletization\cim\cimJobContext.cs + + + cimSupport\cmdletization\cim\CimJobException.cs + + + cimSupport\cmdletization\cim\cimOperationOptionsHelper.cs + + + cimSupport\cmdletization\cim\cimQuery.cs + + + cimSupport\cmdletization\cim\cimWrapper.cs + + + cimSupport\cmdletization\cim\clientSideQuery.cs + + + cimSupport\cmdletization\cim\CreateInstanceJob.cs + + + cimSupport\cmdletization\cim\DeleteInstanceJob.cs + + + cimSupport\cmdletization\cim\EnumerateAssociatedInstancesJob.cs + + + cimSupport\cmdletization\cim\ExtrinsicMethodInvocationJob.cs + + + cimSupport\cmdletization\cim\InstanceMethodInvocationJob.cs + + + cimSupport\cmdletization\cim\MethodInvocationJobBase.cs + + + cimSupport\cmdletization\cim\ModifyInstanceJob.cs + + + cimSupport\cmdletization\cim\PropertySettingJob.cs + + + cimSupport\cmdletization\cim\QueryJob.cs + + + cimSupport\cmdletization\cim\QueryJobBase.cs + + + cimSupport\cmdletization\cim\StaticMethodInvocationJob.cs + + + cimSupport\cmdletization\cim\TerminatingErrorTracker.cs + + + cimSupport\cmdletization\SessionBasedWrapper.cs + + + commands\management\AddContentCommand.cs + + + commands\management\CIMHelper.cs + + + commands\management\ClearContentCommand.cs + + + commands\management\ClearPropertyCommand.cs + + + commands\management\ClearRecycleBinCommand.cs + + + commands\management\CombinePathCommand.cs + + + commands\management\CommandsCommon.cs + + + commands\management\CommitTransactionCommand.cs + + + commands\management\Computer.cs + + + commands\management\ContentCommandBase.cs + + + commands\management\ControlPanelItemCommand.cs + + + commands\management\ConvertPathCommand.cs + + + commands\management\CopyPropertyCommand.cs + + + commands\management\Eventlog.cs + + + commands\management\GetChildrenCommand.cs + + + commands\management\GetClipboardCommand.cs + + + commands\management\GetComputerInfoCommand.cs + + + commands\management\GetContentCommand.cs + + + commands\management\GetPropertyCommand.cs + + + commands\management\GetTransactionCommand.cs + + + commands\management\GetWMIObjectCommand.cs + + + commands\management\Hotfix.cs + + + commands\management\InvokeWMIMethodCommand.cs + + + commands\management\MovePropertyCommand.cs + + + commands\management\Navigation.cs + + + commands\management\NewPropertyCommand.cs + + + commands\management\ParsePathCommand.cs + + + commands\management\PassThroughContentCommandBase.cs + + + commands\management\PassThroughPropertyCommandBase.cs + + + commands\management\PingPathCommand.cs + + + commands\management\Process.cs + + + commands\management\PropertyCommandBase.cs + + + commands\management\RegisterWMIEventCommand.cs + + + commands\management\RemovePropertyCommand.cs + + + commands\management\RemoveWMIObjectCommand.cs + + + commands\management\RenamePropertyCommand.cs + + + commands\management\ResolvePathCommand.cs + + + commands\management\RollbackTransactionCommand.cs + + + commands\management\Service.cs + + + commands\management\SetClipboardCommand.cs + + + commands\management\SetContentCommand.cs + + + commands\management\SetPropertyCommand.cs + + + commands\management\SetWMIInstanceCommand.cs + + + commands\management\StartTransactionCommand.cs + + + commands\management\UseTransactionCommand.cs + + + commands\management\WebServiceProxy.cs + + + commands\management\WMIHelper.cs + + + commands\management\WriteContentCommandBase.cs + + + gen\ClearRecycleBinResources.cs + + + gen\ClipboardResources.cs + + + gen\CmdletizationResources.cs + + + gen\ComputerInfoResources.cs + + + gen\ComputerResources.cs + + + gen\ControlPanelResources.cs + + + gen\EventlogResources.cs + + + gen\HotFixResources.cs + + + gen\ManagementMshSnapInResources.cs + + + gen\NavigationResources.cs + + + gen\ProcessCommandHelpResources.cs + + + gen\ProcessResources.cs + + + gen\ServiceResources.cs + + + gen\TransactionResources.cs + + + gen\WebServiceResources.cs + + + gen\WmiResources.cs + + + singleshell\installer\MshManagementMshSnapin.cs + - - + + map.json + + + project.json + - - - - - - - - - - - - - - - - + + resources\ClearRecycleBinResources.resx + + + resources\ClipboardResources.resx + + + resources\CmdletizationResources.resx + + + resources\ComputerInfoResources.resx + + + resources\ComputerResources.resx + + + resources\ControlPanelResources.resx + + + resources\EventlogResources.resx + + + resources\HotFixResources.resx + + + resources\ManagementMshSnapInResources.resx + + + resources\NavigationResources.resx + + + resources\ProcessCommandHelpResources.resx + + + resources\ProcessResources.resx + + + resources\ServiceResources.resx + + + resources\TransactionResources.resx + + + resources\WebServiceResources.resx + + + resources\WmiResources.resx + @@ -170,4 +384,4 @@ - + \ No newline at end of file diff --git a/src/vs-csproj/Microsoft.PowerShell.Commands.Utility.csproj b/src/vs-csproj/Microsoft.PowerShell.Commands.Utility.csproj index 21de75861c..f0a75c8a5a 100644 --- a/src/vs-csproj/Microsoft.PowerShell.Commands.Utility.csproj +++ b/src/vs-csproj/Microsoft.PowerShell.Commands.Utility.csproj @@ -52,219 +52,637 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + AssemblyInfo.cs + + + commands\utility\AddMember.cs + + + commands\utility\AddType.cs + + + commands\utility\compare-object.cs + + + commands\utility\ConsoleColorCmdlet.cs + + + commands\utility\convert-HTML.cs + + + commands\utility\ConvertFrom-StringData.cs + + + commands\utility\Csv.cs + + + commands\utility\CSVCommands.cs + + + commands\utility\CustomSerialization.cs + + + commands\utility\CustomSerializationStrings.cs + + + commands\utility\DebugRunspaceCommand.cs + + + commands\utility\Disable-PSBreakpoint.cs + + + commands\utility\Enable-PSBreakpoint.cs + + + commands\utility\EnableDisableRunspaceDebugCommand.cs + + + commands\utility\ExportAliasCommand.cs + + + commands\utility\FormatAndOutput\common\GetFormatDataCommand.cs + + + commands\utility\FormatAndOutput\common\WriteFormatDataCommand.cs + + + commands\utility\FormatAndOutput\format-list\Format-List.cs + + + commands\utility\FormatAndOutput\format-object\format-object.cs + + + commands\utility\FormatAndOutput\format-table\Format-Table.cs + + + commands\utility\FormatAndOutput\format-wide\Format-Wide.cs + + + commands\utility\FormatAndOutput\out-file\Out-File.cs + + + commands\utility\FormatAndOutput\out-printer\out-printer.cs + + + commands\utility\FormatAndOutput\out-printer\PrinterLineOutput.cs + + + commands\utility\FormatAndOutput\out-string\out-string.cs + + + commands\utility\FormatAndOutput\OutGridView\ColumnInfo.cs + + + commands\utility\FormatAndOutput\OutGridView\ExpressionColumnInfo.cs + + + commands\utility\FormatAndOutput\OutGridView\HeaderInfo.cs + + + commands\utility\FormatAndOutput\OutGridView\OriginalColumnInfo.cs + + + commands\utility\FormatAndOutput\OutGridView\OutGridViewCommand.cs + + + commands\utility\FormatAndOutput\OutGridView\OutWindowProxy.cs + + + commands\utility\FormatAndOutput\OutGridView\ScalarTypeColumnInfo.cs + + + commands\utility\FormatAndOutput\OutGridView\TableView.cs + + + commands\utility\Get-PSBreakpoint.cs + + + commands\utility\Get-PSCallStack.cs + + + commands\utility\GetAliasCommand.cs + + + commands\utility\GetCultureCommand.cs + + + commands\utility\GetDateCommand.cs + + + commands\utility\GetEventCommand.cs + + + commands\utility\GetEventSubscriberCommand.cs + + + commands\utility\GetHostCmdlet.cs + + + commands\utility\GetMember.cs + + + commands\utility\GetRandomCommand.cs + + + commands\utility\GetRunspaceCommand.cs + + + commands\utility\GetUICultureCommand.cs + + + commands\utility\GetUnique.cs + + + commands\utility\group-object.cs + + + commands\utility\ImplicitRemotingCommands.cs + + + commands\utility\Import-LocalizedData.cs + + + commands\utility\ImportAliasCommand.cs + + + commands\utility\InvokeCommandCmdlet.cs + + + commands\utility\MatchString.cs + + + commands\utility\Measure-Object.cs + + + commands\utility\new-object.cs + + + commands\utility\NewAliasCommand.cs + + + commands\utility\neweventcommand.cs + + + commands\utility\NewTimeSpanCommand.cs + + + commands\utility\ObjectCommandComparer.cs + + + commands\utility\OrderObjectBase.cs + + + commands\utility\ReadConsoleCmdlet.cs + + + commands\utility\RegisterObjectEventCommand.cs + + + commands\utility\RegisterPSEventCommand.cs + + + commands\utility\Remove-PSBreakpoint.cs + + + commands\utility\RemoveEventCommand.cs + + + commands\utility\select-object.cs + + + commands\utility\Send-MailMessage.cs + + + commands\utility\Set-PSBreakpoint.cs + + + commands\utility\SetAliasCommand.cs + + + commands\utility\SetDateCommand.cs + + + commands\utility\ShowCommand\ShowCommand.cs + + + commands\utility\ShowCommand\ShowCommandCommandInfo.cs + + + commands\utility\ShowCommand\ShowCommandModuleInfo.cs + + + commands\utility\ShowCommand\ShowCommandParameterInfo.cs + + + commands\utility\ShowCommand\ShowCommandParameterSetInfo.cs + + + commands\utility\ShowCommand\ShowCommandParameterType.cs + + + commands\utility\ShowCommand\ShowCommandProxy.cs + + + commands\utility\sort-object.cs + + + commands\utility\StartSleepCommand.cs + + + commands\utility\tee-object.cs + + + commands\utility\TimeExpressionCommand.cs + + + commands\utility\trace\GetTracerCommand.cs + + + commands\utility\trace\MshHostTraceListener.cs + + + commands\utility\trace\SetTracerCommand.cs + + + commands\utility\trace\TraceCommandBase.cs + + + commands\utility\trace\TraceExpressionCommand.cs + + + commands\utility\trace\TraceListenerCommandBase.cs + + + commands\utility\UnblockFile.cs + + + commands\utility\UnregisterEventCommand.cs + + + commands\utility\Update-Data.cs + + + commands\utility\update-list.cs + + + commands\utility\Update-TypeData.cs + + + commands\utility\UtilityCommon.cs + + + commands\utility\Var.cs + + + commands\utility\WaitEventCommand.cs + + + commands\utility\WebCmdlet\Common\BasicHtmlWebResponseObject.Common.cs + + + commands\utility\WebCmdlet\Common\ContentHelper.Common.cs + + + commands\utility\WebCmdlet\Common\HtmlWebResponseObject.Common.cs + + + commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs + + + commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs + + + commands\utility\WebCmdlet\Common\WebResponseObject.Common.cs + + + commands\utility\WebCmdlet\CoreCLR\BasicHtmlWebResponseObject.CoreClr.cs + + + commands\utility\WebCmdlet\CoreCLR\ContentHelper.CoreClr.cs + + + commands\utility\WebCmdlet\CoreCLR\HtmlWebResponseObject.CoreClr.cs + + + commands\utility\WebCmdlet\CoreCLR\HttpKnownHeaderNames.cs + + + commands\utility\WebCmdlet\CoreCLR\InvokeRestMethodCommand.CoreClr.cs + + + commands\utility\WebCmdlet\CoreCLR\InvokeWebRequestCommand.CoreClr.cs + + + commands\utility\WebCmdlet\CoreCLR\WebProxy.cs + + + commands\utility\WebCmdlet\CoreCLR\WebRequestPSCmdlet.CoreClr.cs + + + commands\utility\WebCmdlet\CoreCLR\WebResponseHelper.CoreClr.cs + + + commands\utility\WebCmdlet\CoreCLR\WebResponseObject.CoreClr.cs + + + commands\utility\WebCmdlet\CoreCLR\WebResponseObjectFactory.CoreClr.cs + + + commands\utility\WebCmdlet\FullClr\BasicHtmlWebResponseObject.FullClr.cs + + + commands\utility\WebCmdlet\FullClr\ContentHelper.FullClr.cs + + + commands\utility\WebCmdlet\FullClr\HtmlWebResponseObject.FullClr.cs + + + commands\utility\WebCmdlet\FullClr\InvokeRestMethodCommand.FullClr.cs + + + commands\utility\WebCmdlet\FullClr\InvokeWebRequestCommand.FullClr.cs + + + commands\utility\WebCmdlet\FullClr\JsonObjectTypeResolver.cs + + + commands\utility\WebCmdlet\FullClr\WebRequestPSCmdlet.FullClr.cs + + + commands\utility\WebCmdlet\FullClr\WebResponseHelper.FullClr.cs + + + commands\utility\WebCmdlet\FullClr\WebResponseObject.FullClr.cs + + + commands\utility\WebCmdlet\FullClr\WebResponseObjectFactory.FullClr.cs + + + commands\utility\WebCmdlet\ConvertFromJsonCommand.cs + + + commands\utility\WebCmdlet\ConvertToJsonCommand.cs + + + commands\utility\WebCmdlet\FormObject.cs + + + commands\utility\WebCmdlet\FormObjectCollection.cs + + + commands\utility\WebCmdlet\JsonObject.cs + + + commands\utility\WebCmdlet\PSUserAgent.cs + + + commands\utility\WebCmdlet\StreamHelper.cs + + + commands\utility\WebCmdlet\WebCmdletElementCollection.cs + + + commands\utility\WebCmdlet\WebRequestMethod.cs + + + commands\utility\WebCmdlet\WebRequestSession.cs + + + commands\utility\Write-Object.cs + + + commands\utility\write.cs + + + commands\utility\WriteAliasCommandBase.cs + + + commands\utility\WriteConsoleCmdlet.cs + + + commands\utility\WriteProgressCmdlet.cs + + + commands\utility\XmlCommands.cs + + + gen\AddMember.cs + + + gen\AddTypeStrings.cs + + + gen\AliasCommandStrings.cs + + + gen\ConvertFromStringData.cs + + + gen\ConvertFromStringResources.cs + + + gen\ConvertStringResources.cs + + + gen\CsvCommandStrings.cs + + + gen\Debugger.cs + + + gen\EventingStrings.cs + + + gen\FlashExtractStrings.cs + + + gen\FormatAndOut_out_gridview.cs + + + gen\GetMember.cs + + + gen\GetRandomCommandStrings.cs + + + gen\HostStrings.cs + + + gen\HttpCommandStrings.cs + + + gen\ImmutableStrings.cs + + + gen\ImplicitRemotingStrings.cs + + + gen\ImportLocalizedDataStrings.cs + + + gen\MatchStringStrings.cs + + + gen\MeasureObjectStrings.cs + + + gen\NewObjectStrings.cs + + + gen\OutPrinterDisplayStrings.cs + + + gen\SelectObjectStrings.cs + + + gen\SendMailMessageStrings.cs + + + gen\SortObjectStrings.cs + + + gen\TraceCommandStrings.cs + + + gen\UpdateDataStrings.cs + + + gen\UpdateListStrings.cs + + + gen\UtilityCommonStrings.cs + + + gen\UtilityMshSnapinResources.cs + + + gen\VariableCommandStrings.cs + + + gen\WebCmdletStrings.cs + + + gen\WriteErrorStrings.cs + + + gen\WriteProgressResourceStrings.cs + + + singleshell\installer\MshUtilityMshSnapin.cs + - - + + map.json + + + project.json + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + resources\AddMember.resx + + + resources\AddTypeStrings.resx + + + resources\AliasCommandStrings.resx + + + resources\ConvertFromStringData.resx + + + resources\ConvertFromStringResources.resx + + + resources\ConvertStringResources.resx + + + resources\CsvCommandStrings.resx + + + resources\Debugger.resx + + + resources\EventingStrings.resx + + + resources\FlashExtractStrings.resx + + + resources\FormatAndOut_out_gridview.resx + + + resources\GetMember.resx + + + resources\GetRandomCommandStrings.resx + + + resources\HostStrings.resx + + + resources\HttpCommandStrings.resx + + + resources\ImmutableStrings.resx + + + resources\ImplicitRemotingStrings.resx + + + resources\ImportLocalizedDataStrings.resx + + + resources\MatchStringStrings.resx + + + resources\MeasureObjectStrings.resx + + + resources\NewObjectStrings.resx + + + resources\OutPrinterDisplayStrings.resx + + + resources\SelectObjectStrings.resx + + + resources\SendMailMessageStrings.resx + + + resources\SortObjectStrings.resx + + + resources\TraceCommandStrings.resx + + + resources\UpdateDataStrings.resx + + + resources\UpdateListStrings.resx + + + resources\UtilityCommonStrings.resx + + + resources\UtilityMshSnapinResources.resx + + + resources\VariableCommandStrings.resx + + + resources\WebCmdletStrings.resx + + + resources\WriteErrorStrings.resx + + + resources\WriteProgressResourceStrings.resx + @@ -276,4 +694,4 @@ - + \ No newline at end of file diff --git a/src/vs-csproj/Microsoft.PowerShell.ConsoleHost.csproj b/src/vs-csproj/Microsoft.PowerShell.ConsoleHost.csproj index 9ef44669b2..e5347a57d8 100644 --- a/src/vs-csproj/Microsoft.PowerShell.ConsoleHost.csproj +++ b/src/vs-csproj/Microsoft.PowerShell.ConsoleHost.csproj @@ -51,55 +51,145 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + AssemblyInfo.cs + + + gen\CommandLineParameterParserStrings.cs + + + gen\ConsoleControlStrings.cs + + + gen\ConsoleHostRawUserInterfaceStrings.cs + + + gen\ConsoleHostStrings.cs + + + gen\ConsoleHostUserInterfaceSecurityResources.cs + + + gen\ConsoleHostUserInterfaceStrings.cs + + + gen\HostMshSnapinResources.cs + + + gen\ManagedEntranceStrings.cs + + + gen\ProgressNodeStrings.cs + + + gen\TranscriptStrings.cs + + + host\msh\CommandLineParameterParser.cs + + + host\msh\ConsoleControl.cs + + + host\msh\ConsoleHost.cs + + + host\msh\ConsoleHostRawUserInterface.cs + + + host\msh\ConsoleHostTranscript.cs + + + host\msh\ConsoleHostUserInterface.cs + + + host\msh\ConsoleHostUserInterfaceProgress.cs + + + host\msh\ConsoleHostUserInterfacePrompt.cs + + + host\msh\ConsoleHostUserInterfacePromptForChoice.cs + + + host\msh\ConsoleHostUserInterfaceSecurity.cs + + + host\msh\ConsoleShell.cs + + + host\msh\ConsoleTextWriter.cs + + + host\msh\Executor.cs + + + host\msh\ManagedEntrance.cs + + + host\msh\PendingProgress.cs + + + host\msh\ProgressNode.cs + + + host\msh\ProgressPane.cs + + + host\msh\Serialization.cs + + + host\msh\StartTranscriptCmdlet.cs + + + host\msh\StopTranscriptCmdlet.cs + + + singleshell\installer\EngineInstaller.cs + + + singleshell\installer\MshHostMshSnapin.cs + - - + + map.json + + + project.json + - - - - - - - - - - + + resources\CommandLineParameterParserStrings.resx + + + resources\ConsoleControlStrings.resx + + + resources\ConsoleHostRawUserInterfaceStrings.resx + + + resources\ConsoleHostStrings.resx + + + resources\ConsoleHostUserInterfaceSecurityResources.resx + + + resources\ConsoleHostUserInterfaceStrings.resx + + + resources\HostMshSnapinResources.resx + + + resources\ManagedEntranceStrings.resx + + + resources\ProgressNodeStrings.resx + + + resources\TranscriptStrings.resx + @@ -111,4 +201,4 @@ - + \ No newline at end of file diff --git a/src/vs-csproj/PSReadLine.csproj b/src/vs-csproj/PSReadLine.csproj index 7a81ea2640..e11e23c7ea 100644 --- a/src/vs-csproj/PSReadLine.csproj +++ b/src/vs-csproj/PSReadLine.csproj @@ -55,41 +55,102 @@ - - - - - - - - - - - - - - - - - - + + AssemblyInfo.cs + + + BasicEditing.cs + + + Cmdlets.cs + + + Completion.cs + + + Completion.vi.cs + + + ConsoleBufferBuilder.cs + + + ConsoleKeyChordConverter.cs + + + ConsoleLib.cs + + + Disposable.cs + + + History.cs + + + HistoryQueue.cs + + + KeyBindings.cs + + + KeyBindings.vi.cs + + + Keys.cs + + + KillYank.cs + + + Movement.cs + + + Movement.vi.cs + + + Options.cs + True True ..\Microsoft.PowerShell.PSReadLine\PSReadLineResources.resx + PSReadLineResources.Designer.cs + + + PublicAPI.cs + + + ReadLine.cs + + + Replace.vi.cs + + + ReadLine.vi.cs + + + Render.cs + + + ScreenCapture.cs + + + UndoRedo.vi.cs + + + UndoRedo.cs + + + VisualEditing.vi.cs + + + Words.cs + + + Words.vi.cs + + + YankPaste.vi.cs - - - - - - - - - - - - @@ -101,36 +162,46 @@ ..\Microsoft.PowerShell.PSReadLine\PSReadlineResources.Designer.cs Microsoft.PowerShell Designer + PSReadLineResources.resx - + + packages.config + PreserveNewest + PSReadLine.psd1 PreserveNewest + PSReadLine.psm1 PreserveNewest + SamplePSReadlineProfile.ps1 PreserveNewest + en-US\about_PSReadline.help.txt PreserveNewest + en-US\PSReadline.dll-help.xml PreserveNewest + Changes.txt PreserveNewest + License.txt @@ -146,4 +217,4 @@ --> - + \ No newline at end of file diff --git a/src/vs-csproj/System.Management.Automation.csproj b/src/vs-csproj/System.Management.Automation.csproj index c172f2c3de..cbff73e3f3 100644 --- a/src/vs-csproj/System.Management.Automation.csproj +++ b/src/vs-csproj/System.Management.Automation.csproj @@ -43,843 +43,2509 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + AssemblyInfo.cs + + + cimSupport\cmdletization\cim\WildcardPatternToCimQueryParser.cs + + + cimSupport\cmdletization\EnumWriter.cs + + + cimSupport\cmdletization\MethodInvocationInfo.cs + + + cimSupport\cmdletization\MethodParameter.cs + + + cimSupport\cmdletization\MethodParametersCollection.cs + + + cimSupport\cmdletization\ObjectModelWrapper.cs + + + cimSupport\cmdletization\QueryBuilder.cs + + + cimSupport\cmdletization\ScriptWriter.cs + + + cimSupport\cmdletization\xml\cmdlets-over-objects.objectModel.autogen.cs + + + cimSupport\cmdletization\xml\cmdlets-over-objects.xmlSerializer.autogen.cs + + + cimSupport\cmdletization\xml\CoreCLR\cmdlets-over-objects.objectModel.autogen.cs + + + cimSupport\cmdletization\xml\CoreCLR\cmdlets-over-objects.xmlSerializer.autogen.cs + + + cimSupport\other\ciminstancetypeadapter.cs + + + commands\utility\FormatAndOutput\common\BaseCommand.cs + + + commands\utility\FormatAndOutput\common\BaseFormattingCommand.cs + + + commands\utility\FormatAndOutput\common\BaseFormattingCommandParameters.cs + + + commands\utility\FormatAndOutput\common\BaseOutputtingCommand.cs + + + commands\utility\FormatAndOutput\common\ColumnWidthManager.cs + + + commands\utility\FormatAndOutput\common\ComplexWriter.cs + + + commands\utility\FormatAndOutput\common\DefaultFormatters\Certificate_format_ps1xml.cs + + + commands\utility\FormatAndOutput\common\DefaultFormatters\Diagnostics_Format_ps1xml.cs + + + commands\utility\FormatAndOutput\common\DefaultFormatters\DotNetTypes_format_ps1xml.cs + + + commands\utility\FormatAndOutput\common\DefaultFormatters\Event_Format_ps1xml.cs + + + commands\utility\FormatAndOutput\common\DefaultFormatters\FileSystem_format_ps1xml.cs + + + commands\utility\FormatAndOutput\common\DefaultFormatters\HelpV3_format_ps1xml.cs + + + commands\utility\FormatAndOutput\common\DefaultFormatters\Help_format_ps1xml.cs + + + commands\utility\FormatAndOutput\common\DefaultFormatters\PowerShellCore_format_ps1xml.cs + + + commands\utility\FormatAndOutput\common\DefaultFormatters\PowerShellTrace_format_ps1xml.cs + + + commands\utility\FormatAndOutput\common\DefaultFormatters\Registry_format_ps1xml.cs + + + commands\utility\FormatAndOutput\common\DefaultFormatters\WSMan_Format_ps1xml.cs + + + commands\utility\FormatAndOutput\common\DisplayDatabase\commands.cs + + + commands\utility\FormatAndOutput\common\DisplayDatabase\displayDescriptionData.cs + + + commands\utility\FormatAndOutput\common\DisplayDatabase\displayDescriptionDataMethods.cs + + + commands\utility\FormatAndOutput\common\DisplayDatabase\displayDescriptionData_Complex.cs + + + commands\utility\FormatAndOutput\common\DisplayDatabase\displayDescriptionData_List.cs + + + commands\utility\FormatAndOutput\common\DisplayDatabase\displayDescriptionData_Misc.cs + + + commands\utility\FormatAndOutput\common\DisplayDatabase\displayDescriptionData_Table.cs + + + commands\utility\FormatAndOutput\common\DisplayDatabase\displayDescriptionData_Wide.cs + + + commands\utility\FormatAndOutput\common\DisplayDatabase\displayResourceManagerCache.cs + + + commands\utility\FormatAndOutput\common\DisplayDatabase\FormatTable.cs + + + commands\utility\FormatAndOutput\common\DisplayDatabase\typeDataManager.cs + + + commands\utility\FormatAndOutput\common\DisplayDatabase\typeDataQuery.cs + + + commands\utility\FormatAndOutput\common\DisplayDatabase\typeDataXmlLoader.cs + + + commands\utility\FormatAndOutput\common\DisplayDatabase\typeDataXmlLoader_Complex.cs + + + commands\utility\FormatAndOutput\common\DisplayDatabase\typeDataXmlLoader_List.cs + + + commands\utility\FormatAndOutput\common\DisplayDatabase\typeDataXmlLoader_Table.cs + + + commands\utility\FormatAndOutput\common\DisplayDatabase\typeDataXmlLoader_Views.cs + + + commands\utility\FormatAndOutput\common\DisplayDatabase\typeDataXmlLoader_Wide.cs + + + commands\utility\FormatAndOutput\common\DisplayDatabase\XmlLoaderBase.cs + + + commands\utility\FormatAndOutput\common\FormatGroupManager.cs + + + commands\utility\FormatAndOutput\common\FormatMsgCtxManager.cs + + + commands\utility\FormatAndOutput\common\FormattingObjects.cs + + + commands\utility\FormatAndOutput\common\FormattingObjectsDeserializer.cs + + + commands\utility\FormatAndOutput\common\FormatViewGenerator.cs + + + commands\utility\FormatAndOutput\common\FormatViewGenerator_Complex.cs + + + commands\utility\FormatAndOutput\common\FormatViewGenerator_List.cs + + + commands\utility\FormatAndOutput\common\FormatViewGenerator_Table.cs + + + commands\utility\FormatAndOutput\common\FormatViewGenerator_Wide.cs + + + commands\utility\FormatAndOutput\common\FormatViewManager.cs + + + commands\utility\FormatAndOutput\common\FormatXMLWriter.cs + + + commands\utility\FormatAndOutput\common\ILineOutput.cs + + + commands\utility\FormatAndOutput\common\ListWriter.cs + + + commands\utility\FormatAndOutput\common\OutputManager.cs + + + commands\utility\FormatAndOutput\common\OutputQueue.cs + + + commands\utility\FormatAndOutput\common\TableWriter.cs + + + commands\utility\FormatAndOutput\common\Utilities\Mshexpression.cs + + + commands\utility\FormatAndOutput\common\Utilities\MshObjectUtil.cs + + + commands\utility\FormatAndOutput\common\Utilities\MshParameter.cs + + + commands\utility\FormatAndOutput\common\Utilities\MshParameterAssociation.cs + + + commands\utility\FormatAndOutput\format-default\format-default.cs + + + commands\utility\FormatAndOutput\out-console\ConsoleLineOutput.cs + + + commands\utility\FormatAndOutput\out-console\OutConsole.cs + + + commands\utility\FormatAndOutput\out-textInterface\OutTextInterface.cs + + + CoreCLR\CorePsExtensions.cs + + + CoreCLR\CorePsPlatform.cs + + + CoreCLR\CorePsStub.cs + + + DscSupport\CimDSCParser.cs + + + engine\AliasInfo.cs + + + engine\ApplicationInfo.cs + + + engine\ArgumentTypeConverterAttribute.cs + + + engine\Attributes.cs + + + engine\AutomationEngine.cs + + + engine\AutomationNull.cs + + + engine\ChildrenCmdletProviderInterfaces.cs + + + engine\cmdlet.cs + + + engine\CmdletFamilyProviderInterfaces.cs + + + engine\CmdletInfo.cs + + + engine\CmdletParameterBinderController.cs + + + engine\CodeMethods.cs + + + engine\ComInterop\ArgBuilder.cs + + + engine\ComInterop\BoolArgBuilder.cs + + + engine\ComInterop\BoundDispEvent.cs + + + engine\ComInterop\CollectionExtensions.cs + + + engine\ComInterop\ComBinder.cs + + + engine\ComInterop\ComBinderHelpers.cs + + + engine\ComInterop\ComClassMetaObject.cs + + + engine\ComInterop\ComDispIds.cs + + + engine\ComInterop\ComEventDesc.cs + + + engine\ComInterop\ComEventSink.cs + + + engine\ComInterop\ComEventSinkProxy.cs + + + engine\ComInterop\ComEventSinksContainer.cs + + + engine\ComInterop\ComFallbackMetaObject.cs + + + engine\ComInterop\ComHresults.cs + + + engine\ComInterop\ComInterop.cs + + + engine\ComInterop\ComInvokeAction.cs + + + engine\ComInterop\ComInvokeBinder.cs + + + engine\ComInterop\ComMetaObject.cs + + + engine\ComInterop\ComMethodDesc.cs + + + engine\ComInterop\ComObject.cs + + + engine\ComInterop\ComParamDesc.cs + + + engine\ComInterop\ComRuntimeHelpers.cs + + + engine\ComInterop\ComType.cs + + + engine\ComInterop\ComTypeClassDesc.cs + + + engine\ComInterop\ComTypeDesc.cs + + + engine\ComInterop\ComTypeEnumDesc.cs + + + engine\ComInterop\ComTypeLibDesc.cs + + + engine\ComInterop\ComTypeLibInfo.cs + + + engine\ComInterop\ComTypeLibMemberDesc.cs + + + engine\ComInterop\ConversionArgBuilder.cs + + + engine\ComInterop\ConvertArgBuilder.cs + + + engine\ComInterop\ConvertibleArgBuilder.cs + + + engine\ComInterop\CurrencyArgBuilder.cs + + + engine\ComInterop\DateTimeArgBuilder.cs + + + engine\ComInterop\DispatchArgBuilder.cs + + + engine\ComInterop\DispCallable.cs + + + engine\ComInterop\DispCallableMetaObject.cs + + + engine\ComInterop\ErrorArgBuilder.cs + + + engine\ComInterop\Errors.cs + + + engine\ComInterop\ExcepInfo.cs + + + engine\ComInterop\Helpers.cs + + + engine\ComInterop\IDispatchComObject.cs + + + engine\ComInterop\IDispatchMetaObject.cs + + + engine\ComInterop\IPseudoComObject.cs + + + engine\ComInterop\NullArgBuilder.cs + + + engine\ComInterop\SimpleArgBuilder.cs + + + engine\ComInterop\SplatCallSite.cs + + + engine\ComInterop\StringArgBuilder.cs + + + engine\ComInterop\TypeEnumMetaObject.cs + + + engine\ComInterop\TypeLibInfoMetaObject.cs + + + engine\ComInterop\TypeLibMetaObject.cs + + + engine\ComInterop\TypeUtils.cs + + + engine\ComInterop\UnknownArgBuilder.cs + + + engine\ComInterop\VarEnumSelector.cs + + + engine\ComInterop\Variant.cs + + + engine\ComInterop\VariantArgBuilder.cs + + + engine\ComInterop\VariantArray.cs + + + engine\ComInterop\VariantBuilder.cs + + + engine\CommandBase.cs + + + engine\CommandCompletion\CommandCompletion.cs + + + engine\CommandCompletion\CompletionAnalysis.cs + + + engine\CommandCompletion\CompletionCompleters.cs + + + engine\CommandCompletion\CompletionExecutionHelper.cs + + + engine\CommandCompletion\CompletionResult.cs + + + engine\CommandCompletion\ExtensibleCompletion.cs + + + engine\CommandCompletion\PseudoParameterBinder.cs + + + engine\CommandDiscovery.cs + + + engine\CommandFactory.cs + + + engine\CommandInfo.cs + + + engine\CommandMetadata.cs + + + engine\CommandParameter.cs + + + engine\CommandPathSearch.cs + + + engine\CommandProcessor.cs + + + engine\CommandProcessorBase.cs + + + engine\CommandSearcher.cs + + + engine\CommonCommandParameters.cs + + + engine\CompiledCommandParameter.cs + + + engine\COM\ComAdapter.cs + + + engine\COM\ComDispatch.cs + + + engine\COM\ComInvoker.cs + + + engine\COM\ComMethod.cs + + + engine\COM\ComProperty.cs + + + engine\COM\ComTypeInfo.cs + + + engine\COM\ComUtil.cs + + + engine\ConfigurationInfo.cs + + + engine\ContentCmdletProviderInterfaces.cs + + + engine\CoreAdapter.cs + + + engine\Credential.cs + + + engine\CultureVariable.cs + + + engine\DataStoreAdapter.cs + + + engine\DataStoreAdapterProvider.cs + + + engine\debugger\Breakpoint.cs + + + engine\debugger\debugger.cs + + + engine\DefaultCommandRuntime.cs + + + engine\DriveInterfaces.cs + + + engine\DriveNames.cs + + + engine\DscResourceInfo.cs + + + engine\DscResourceSearcher.cs + + + engine\EngineIntrinsics.cs + + + engine\EnumExpressionEvaluator.cs + + + engine\EnumMinimumDisambiguation.cs + + + engine\ErrorPackage.cs + + + engine\EventManager.cs + + + engine\ExecutionContext.cs + + + engine\ExtendedTypeSystemException.cs + + + engine\ExternalScriptInfo.cs + + + engine\ExtraAdapter.cs + + + engine\FilterInfo.cs + + + engine\FunctionInfo.cs + + + engine\GetCommandCommand.cs + + + engine\GetEvent_Types_Ps1Xml.generated.cs + + + engine\hostifaces\AsyncResult.cs + + + engine\hostifaces\ChoiceDescription.cs + + + engine\hostifaces\Command.cs + + + engine\hostifaces\Connection.cs + + + engine\hostifaces\ConnectionBase.cs + + + engine\hostifaces\ConnectionFactory.cs + + + engine\hostifaces\DefaultHost.cs + + + engine\hostifaces\FieldDescription.cs + + + engine\hostifaces\History.cs + + + engine\hostifaces\HostUtilities.cs + + + engine\hostifaces\InformationalRecord.cs + + + engine\hostifaces\InternalHost.cs + + + engine\hostifaces\InternalHostRawUserInterface.cs + + + engine\hostifaces\InternalHostUserInterface.cs + + + engine\hostifaces\internalHostuserInterfacesecurity.cs + + + engine\hostifaces\ListModifier.cs + + + engine\hostifaces\LocalConnection.cs + + + engine\hostifaces\LocalPipeline.cs + + + engine\hostifaces\MshHost.cs + + + engine\hostifaces\MshHostRawUserInterface.cs + + + engine\hostifaces\MshHostUserInterface.cs + + + engine\hostifaces\NativeCultureResolver.cs + + + engine\hostifaces\Parameter.cs + + + engine\hostifaces\Pipeline.cs + + + engine\hostifaces\pipelinebase.cs + + + engine\hostifaces\PowerShell.cs + + + engine\hostifaces\PowerShellProcessInstance.cs + + + engine\hostifaces\PSCommand.cs + + + engine\hostifaces\PSDataCollection.cs + + + engine\hostifaces\RunspaceInit.cs + + + engine\hostifaces\RunspaceInvoke.cs + + + engine\hostifaces\RunspacePool.cs + + + engine\hostifaces\RunspacePoolInternal.cs + + + engine\ICommandRuntime.cs + + + engine\InformationRecord.cs + + + engine\InitialSessionState.cs + + + engine\InternalCommands.cs + + + engine\interpreter\AddInstruction.cs + + + engine\interpreter\ArrayOperations.cs + + + engine\interpreter\BranchLabel.cs + + + engine\interpreter\CallInstruction.cs + + + engine\interpreter\CallInstruction.Generated.cs + + + engine\interpreter\ControlFlowInstructions.cs + + + engine\interpreter\DivInstruction.cs + + + engine\interpreter\DynamicInstructionN.cs + + + engine\interpreter\DynamicInstructions.Generated.cs + + + engine\interpreter\DynamicSplatInstruction.cs + + + engine\interpreter\EqualInstruction.cs + + + engine\interpreter\FieldOperations.cs + + + engine\interpreter\GreaterThanInstruction.cs + + + engine\interpreter\ILightCallSiteBinder.cs + + + engine\interpreter\Instruction.cs + + + engine\interpreter\InstructionFactory.cs + + + engine\interpreter\InstructionList.cs + + + engine\interpreter\InterpretedFrame.cs + + + engine\interpreter\Interpreter.cs + + + engine\interpreter\LabelInfo.cs + + + engine\interpreter\LessThanInstruction.cs + + + engine\interpreter\LightCompiler.cs + + + engine\interpreter\LightDelegateCreator.cs + + + engine\interpreter\LightLambda.cs + + + engine\interpreter\LightLambda.Generated.cs + + + engine\interpreter\LightLambdaClosureVisitor.cs + + + engine\interpreter\LocalAccess.cs + + + engine\interpreter\LocalVariables.cs + + + engine\interpreter\LoopCompiler.cs + + + engine\interpreter\MulInstruction.cs + + + engine\interpreter\NotEqualInstruction.cs + + + engine\interpreter\NumericConvertInstruction.cs + + + engine\interpreter\PowerShellInstructions.cs + + + engine\interpreter\RuntimeVariables.cs + + + engine\interpreter\StackOperations.cs + + + engine\interpreter\SubInstruction.cs + + + engine\interpreter\TypeOperations.cs + + + engine\interpreter\Utilities.cs + + + engine\InvocationInfo.cs + + + engine\ItemCmdletProviderInterfaces.cs + + + engine\LanguagePrimitives.cs + + + engine\lang\codegen.cs + + + engine\lang\interface\PSParseError.cs + + + engine\lang\interface\PSParser.cs + + + engine\lang\interface\PSToken.cs + + + engine\lang\parserutils.cs + + + engine\lang\scriptblock.cs + + + engine\ManagementObjectAdapter.cs + + + engine\MergedCommandParameterMetadata.cs + + + engine\MinishellParameterBinderController.cs + + + engine\Modules\AnalysisCache.cs + + + engine\Modules\ExportModuleMemberCommand.cs + + + engine\Modules\GetModuleCommand.cs + + + engine\Modules\ImportModuleCommand.cs + + + engine\Modules\ModuleCmdletBase.cs + + + engine\Modules\ModuleIntrinsics.cs + + + engine\Modules\ModuleSpecification.cs + + + engine\Modules\ModuleUtils.cs + + + engine\Modules\NewModuleCommand.cs + + + engine\Modules\NewModuleManifestCommand.cs + + + engine\Modules\PSModuleInfo.cs + + + engine\Modules\RemoteDiscoveryHelper.cs + + + engine\Modules\RemoveModuleCommand.cs + + + engine\Modules\ScriptAnalysis.cs + + + engine\Modules\TestModuleManifestCommand.cs + + + engine\MshCmdlet.cs + + + engine\MshCommandRuntime.cs + + + engine\MshMemberInfo.cs + + + engine\MshObject.cs + + + engine\MshObjectTypeDescriptor.cs + + + engine\MshReference.cs + + + engine\MshSecurityException.cs + + + engine\MshSnapinQualifiedName.cs + + + engine\NativeCommand.cs + + + engine\NativeCommandParameterBinder.cs + + + engine\NativeCommandParameterBinderController.cs + + + engine\NativeCommandProcessor.cs + + + engine\NullString.cs + + + engine\ObjectEventRegistrationBase.cs + + + engine\ParameterBinderBase.cs + + + engine\ParameterBinderController.cs + + + engine\ParameterInfo.cs + + + engine\ParameterSetInfo.cs + + + engine\ParameterSetPromptingData.cs + + + engine\ParameterSetSpecificMetadata.cs + + + engine\parser\ast.cs + + + engine\parser\AstVisitor.cs + + + engine\parser\CharTraits.cs + + + engine\parser\Compiler.cs + + + engine\parser\ConstantValues.cs + + + engine\parser\DebugViewWriter.cs + + + engine\parser\FusionAssemblyIdentity.cs + + + engine\parser\GlobalAssemblyCache.cs + + + engine\parser\Parser.cs + + + engine\parser\Position.cs + + + engine\parser\PreOrderVisitor.cs + + + engine\parser\PSType.cs + + + engine\parser\SafeValues.cs + + + engine\parser\SemanticChecks.cs + + + engine\parser\SymbolResolver.cs + + + engine\parser\token.cs + + + engine\parser\tokenizer.cs + + + engine\parser\TypeResolver.cs + + + engine\parser\VariableAnalysis.cs + + + engine\PathInterfaces.cs + + + engine\Pipe.cs + + + engine\pipeline.cs + + + engine\PositionalCommandParameter.cs + + + engine\ProgressRecord.cs + + + engine\PropertyAccessor.cs + + + engine\PropertyCmdletProviderInterfaces.cs + + + engine\ProviderInterfaces.cs + + + engine\ProviderNames.cs + + + engine\ProxyCommand.cs + + + engine\PSClassInfo.cs + + + engine\PSClassSearcher.cs + + + engine\PseudoParameterBinder.cs + + + engine\PseudoParameters.cs + + + engine\PSMI\PSNegotiationData.cs + + + engine\PSMI\PSPowerShellPipeline.cs + + + engine\PSMI\Serialization\InternalMISerializer.cs + + + engine\PSMI\Serialization\KnownMITypes.cs + + + engine\PSMI\Serialization\MISerializer.cs + + + engine\PSMI\Serialization\MITypeSerializationInfo.cs + + + engine\PSMI\Serialization\PSMISerializer.cs + + + engine\PSVersionInfo.cs + + + engine\QuestionMarkVariable.cs + + + engine\ReflectionParameterBinder.cs + + + engine\regex.cs + + + engine\remoting\client\ClientMethodExecutor.cs + + + engine\remoting\client\ClientRemotePowerShell.cs + + + engine\remoting\client\clientremotesession.cs + + + engine\remoting\client\clientremotesessionprotocolstatemachine.cs + + + engine\remoting\client\Job.cs + + + engine\remoting\client\Job2.cs + + + engine\remoting\client\JobManager.cs + + + engine\remoting\client\JobSourceAdapter.cs + + + engine\remoting\client\PowerShellStreams.cs + + + engine\remoting\client\PSProxyJob.cs + + + engine\remoting\client\remotepipeline.cs + + + engine\remoting\client\remoterunspace.cs + + + engine\remoting\client\remoterunspaceinfo.cs + + + engine\remoting\client\RemoteRunspacePoolInternal.cs + + + engine\remoting\client\RemotingErrorRecord.cs + + + engine\remoting\client\remotingprotocol.cs + + + engine\remoting\client\RemotingProtocol2.cs + + + engine\remoting\client\remotingprotocolimplementation.cs + + + engine\remoting\client\RunspaceRef.cs + + + engine\remoting\client\ThrottlingJob.cs + + + engine\remoting\commands\ConnectPSSession.cs + + + engine\remoting\commands\CustomShellCommands.cs + + + engine\remoting\commands\DebugJob.cs + + + engine\remoting\commands\DisconnectPSSession.cs + + + engine\remoting\commands\EnterPSHostProcessCommand.cs + + + engine\remoting\commands\GetJob.cs + + + engine\remoting\commands\getrunspacecommand.cs + + + engine\remoting\commands\InvokeCommandCommand.cs + + + engine\remoting\commands\JobRepository.cs + + + engine\remoting\commands\NewPSSessionConfigurationFile.cs + + + engine\remoting\commands\NewPSSessionConfigurationOptionCommand.cs + + + engine\remoting\commands\NewPSSessionOptionCommand.cs + + + engine\remoting\commands\newrunspacecommand.cs + + + engine\remoting\commands\PopRunspaceCommand.cs + + + engine\remoting\commands\PSRemotingCmdlet.cs + + + engine\remoting\commands\PushRunspaceCommand.cs + + + engine\remoting\commands\ReceiveJob.cs + + + engine\remoting\commands\ReceivePSSession.cs + + + engine\remoting\commands\remotingcommandutil.cs + + + engine\remoting\commands\RemoveJob.cs + + + engine\remoting\commands\removerunspacecommand.cs + + + engine\remoting\commands\ResumeJob.cs + + + engine\remoting\commands\runspacerepository.cs + + + engine\remoting\commands\StartJob.cs + + + engine\remoting\commands\StopJob.cs + + + engine\remoting\commands\SuspendJob.cs + + + engine\remoting\commands\TestPSSessionConfigurationFile.cs + + + engine\remoting\commands\WaitJob.cs + + + engine\remoting\common\AsyncObject.cs + + + engine\remoting\common\DispatchTable.cs + + + engine\remoting\common\fragmentor.cs + + + engine\remoting\common\Indexer.cs + + + engine\remoting\common\misc.cs + + + engine\remoting\common\ObjectRef.cs + + + engine\remoting\common\PSETWTracer.cs + + + engine\remoting\common\PSSessionConfigurationTypeOption.cs + + + engine\remoting\common\psstreamobject.cs + + + engine\remoting\common\remotesession.cs + + + engine\remoting\common\RemoteSessionHyperVSocket.cs + + + engine\remoting\common\RemoteSessionNamedPipe.cs + + + engine\remoting\common\remotingexceptions.cs + + + engine\remoting\common\RunspaceConnectionInfo.cs + + + engine\remoting\common\RunspaceInitInfo.cs + + + engine\remoting\common\RunspacePoolStateInfo.cs + + + engine\remoting\common\throttlemanager.cs + + + engine\remoting\common\WireDataFormat\EncodeAndDecode.cs + + + engine\remoting\common\WireDataFormat\RemoteHost.cs + + + engine\remoting\common\WireDataFormat\RemoteHostEncoder.cs + + + engine\remoting\common\WireDataFormat\RemoteSessionCapability.cs + + + engine\remoting\common\WireDataFormat\RemotingDataObject.cs + + + engine\remoting\fanin\BaseTransportManager.cs + + + engine\remoting\fanin\InitialSessionStateProvider.cs + + + engine\remoting\fanin\OutOfProcTransportManager.cs + + + engine\remoting\fanin\PriorityCollection.cs + + + engine\remoting\fanin\PSPrincipal.cs + + + engine\remoting\fanin\PSSessionConfigurationData.cs + + + engine\remoting\fanin\WSManNativeAPI.cs + + + engine\remoting\fanin\WSManPlugin.cs + + + engine\remoting\fanin\WSManPluginFacade.cs + + + engine\remoting\fanin\WSManPluginShellSession.cs + + + engine\remoting\fanin\WSManPluginTransportManager.cs + + + engine\remoting\fanin\WSManTransportManager.cs + + + engine\remoting\host\RemoteHostMethodInfo.cs + + + engine\remoting\server\OutOfProcServerMediator.cs + + + engine\remoting\server\ServerMethodExecutor.cs + + + engine\remoting\server\ServerPowerShellDriver.cs + + + engine\remoting\server\ServerRemoteHost.cs + + + engine\remoting\server\ServerRemoteHostRawUserInterface.cs + + + engine\remoting\server\ServerRemoteHostUserInterface.cs + + + engine\remoting\server\serverremotesession.cs + + + engine\remoting\server\serverremotesessionstatemachine.cs + + + engine\remoting\server\serverremotingprotocol.cs + + + engine\remoting\server\ServerRemotingProtocol2.cs + + + engine\remoting\server\serverremotingprotocolimplementation.cs + + + engine\remoting\server\ServerRunspacePoolDriver.cs + + + engine\remoting\server\ServerSteppablePipelineDriver.cs + + + engine\remoting\server\ServerSteppablePipelineSubscriber.cs + + + engine\remoting\server\WSManChannelEvents.cs + + + engine\runtime\Binding\Binders.cs + + + engine\runtime\CompiledScriptBlock.cs + + + engine\runtime\MutableTuple.cs + + + engine\runtime\Operations\ArrayOps.cs + + + engine\runtime\Operations\ClassOps.cs + + + engine\runtime\Operations\MiscOps.cs + + + engine\runtime\Operations\NumericOps.cs + + + engine\runtime\Operations\StringOps.cs + + + engine\runtime\Operations\VariableOps.cs + + + engine\runtime\ScriptBlockToPowerShell.cs + + + engine\ScopedItemSearcher.cs + + + engine\ScriptCommand.cs + + + engine\ScriptCommandProcessor.cs + + + engine\ScriptInfo.cs + + + engine\scriptparameterbinder.cs + + + engine\scriptparameterbindercontroller.cs + + + engine\SecurityDescriptorCmdletProviderInterfaces.cs + + + engine\SecurityManagerBase.cs + + + engine\serialization.cs + + + engine\SerializationStrings.cs + + + engine\SessionState.cs + + + engine\SessionStateAliasAPIs.cs + + + engine\SessionStateCapacityVariable.cs + + + engine\SessionStateCmdletAPIs.cs + + + engine\SessionStateContainer.cs + + + engine\SessionStateContent.cs + + + engine\SessionStateDriveAPIs.cs + + + engine\SessionStateDynamicProperty.cs + + + engine\SessionStateFunctionAPIs.cs + + + engine\SessionStateItem.cs + + + engine\SessionStateLocationAPIs.cs + + + engine\SessionStateNavigation.cs + + + engine\SessionStateProperty.cs + + + engine\SessionStateProviderAPIs.cs + + + engine\SessionStatePublic.cs + + + engine\SessionStateScope.cs + + + engine\SessionStateScopeAPIs.cs + + + engine\SessionStateScopeEnumerator.cs + + + engine\SessionStateSecurityDescriptorInterface.cs + + + engine\SessionStateStrings.cs + + + engine\SessionStateUtils.cs + + + engine\SessionStateVariableAPIs.cs + + + engine\ShellVariable.cs + + + engine\SpecialVariables.cs + + + engine\ThirdPartyAdapter.cs + + + engine\TransactedString.cs + + + engine\TransactionManager.cs + + + engine\TypeMetadata.cs + + + engine\TypesV3_Ps1Xml.generated.cs + + + engine\Types_Ps1Xml.generated.cs + + + engine\TypeTable.cs + + + engine\UserFeedbackParameters.cs + + + engine\Utils.cs + + + engine\VariableAttributeCollection.cs + + + engine\VariableInterfaces.cs + + + engine\VariablePath.cs + + + engine\WinRT\IInspectable.cs + + + engine\WorkflowInfo.cs + + + gen\Authenticode.cs + + + gen\AuthorizationManagerBase.cs + + + gen\AutomationExceptions.cs + + + gen\CimInstanceTypeAdapterResources.cs + + + gen\CmdletizationCoreResources.cs + + + gen\CommandBaseStrings.cs + + + gen\ConsoleInfoErrorStrings.cs + + + gen\CoreClrStubResources.cs + + + gen\CoreMshSnapinResources.cs + + + gen\Credential.cs + + + gen\CredentialAttributeStrings.cs + + + gen\CredUI.cs + + + gen\DebuggerStrings.cs + + + gen\DescriptionsStrings.cs + + + gen\DiscoveryExceptions.cs + + + gen\EnumExpressionEvaluatorStrings.cs + + + gen\ErrorCategoryStrings.cs + + + gen\ErrorPackage.cs + + + gen\ErrorPackageRemoting.cs + + + gen\EtwLoggingStrings.cs + + + gen\EventingResources.cs + + + gen\ExtendedTypeSystem.cs + + + gen\FileSystemProviderStrings.cs + + + gen\FormatAndOutXmlLoadingStrings.cs + + + gen\FormatAndOut_format_xxx.cs + + + gen\FormatAndOut_MshParameter.cs + + + gen\FormatAndOut_out_xxx.cs + + + gen\GetErrorText.cs + + + gen\HelpDisplayStrings.cs + + + gen\HelpErrors.cs + + + gen\HistoryStrings.cs + + + gen\HostInterfaceExceptionsStrings.cs + + + gen\InternalCommandStrings.cs + + + gen\InternalHostStrings.cs + + + gen\InternalHostUserInterfaceStrings.cs + + + gen\Logging.cs + + + gen\Metadata.cs + + + gen\MiniShellErrors.cs + + + gen\Modules.cs + + + gen\MshHostRawUserInterfaceStrings.cs + + + gen\MshSignature.cs + + + gen\MshSnapInCmdletResources.cs + + + gen\MshSnapinInfo.cs + + + gen\NativeCP.cs + + + gen\ParameterBinderStrings.cs + + + gen\ParserStrings.cs + + + gen\PathUtilsStrings.cs + + + gen\PipelineStrings.cs + + + gen\PowerShellStrings.cs + + + gen\ProgressRecordStrings.cs + + + gen\ProviderBaseSecurity.cs + + + gen\ProxyCommandStrings.cs + + + gen\PSCommandStrings.cs + + + gen\PSDataBufferStrings.cs + + + gen\PSListModifierStrings.cs + + + gen\RegistryProviderStrings.cs + + + gen\RemotingErrorIdStrings.cs + + + gen\RunspaceInit.cs + + + gen\RunspacePoolStrings.cs + + + gen\RunspaceStrings.cs + + + gen\SecuritySupportStrings.cs + + + gen\Serialization.cs + + + gen\SessionStateProviderBaseStrings.cs + + + gen\SessionStateStrings.cs + + + gen\SuggestionStrings.cs + + + gen\TabCompletionStrings.cs + + + gen\TransactionStrings.cs + + + gen\TypesXmlStrings.cs + + + gen\WildcardPatternStrings.cs + + + help\AliasHelpInfo.cs + + + help\AliasHelpProvider.cs + + + help\BaseCommandHelpInfo.cs + + + help\CabinetAPI.cs + + + help\CabinetNativeApi.cs + + + help\CommandHelpProvider.cs + + + help\DefaultCommandHelpObjectBuilder.cs + + + help\DefaultHelpProvider.cs + + + help\DscResourceHelpProvider.cs + + + help\FaqHelpInfo.cs + + + help\FaqHelpProvider.cs + + + help\GeneralHelpInfo.cs + + + help\GeneralHelpProvider.cs + + + help\GlossaryHelpInfo.cs + + + help\GlossaryHelpProvider.cs + + + help\HelpCategoryInvalidException.cs + + + help\HelpCommands.cs + + + help\HelpCommentsParser.cs + + + help\HelpErrorTracer.cs + + + help\HelpFileHelpInfo.cs + + + help\HelpFileHelpProvider.cs + + + help\HelpInfo.cs + + + help\HelpNotFoundException.cs + + + help\HelpProvider.cs + + + help\HelpProviderWithCache.cs + + + help\HelpProviderWithFullCache.cs + + + help\HelpRequest.cs + + + help\HelpSystem.cs + + + help\MamlClassHelpInfo.cs + + + help\MamlCommandHelpInfo.cs + + + help\MamlNode.cs + + + help\MamlUtil.cs + + + help\MUIFileSearcher.cs + + + help\ProviderCommandHelpInfo.cs + + + help\ProviderContext.cs + + + help\ProviderHelpInfo.cs + + + help\ProviderHelpProvider.cs + + + help\PSClassHelpProvider.cs + + + help\RemoteHelpInfo.cs + + + help\SaveHelpCommand.cs + + + help\ScriptCommandHelpProvider.cs + + + help\SyntaxHelpInfo.cs + + + help\UpdatableHelpCommandBase.cs + + + help\UpdatableHelpInfo.cs + + + help\UpdatableHelpModuleInfo.cs + + + help\UpdatableHelpSystem.cs + + + help\UpdatableHelpUri.cs + + + help\UpdateHelpCommand.cs + + + logging\eventlog\EventLogLogProvider.cs + + + logging\LogContext.cs + + + logging\LogProvider.cs + + + logging\MshLog.cs + + + minishell\api\FormatAndTypeDataHelper.cs + + + minishell\api\RunspaceConfiguration.cs + + + minishell\api\RunspaceConfigurationAttributeException.cs + + + minishell\api\RunspaceConfigurationEntry.cs + + + minishell\api\RunspaceConfigurationEntryCollection.cs + + + minishell\api\RunspaceConfigurationHelper.cs + + + minishell\api\RunspaceConfigurationTypeAttribute.cs + + + minishell\api\RunspaceConfigurationTypeException.cs + + + namespaces\AliasProvider.cs + + + namespaces\Buffer.cs + + + namespaces\ContainerProviderBase.cs + + + namespaces\CoreCommandContext.cs + + + namespaces\DriveProviderBase.cs + + + namespaces\EnvironmentProvider.cs + + + namespaces\FileSystemContentStream.cs + + + namespaces\FileSystemProvider.cs + + + namespaces\FileSystemSecurity.cs + + + namespaces\FunctionProvider.cs + + + namespaces\IContentProvider.cs + + + namespaces\IContentReader.cs + + + namespaces\IContentWriter.cs + + + namespaces\IDynamicPropertyProvider.cs + + + namespaces\IPermissionProvider.cs + + + namespaces\IPropertiesProvider.cs + + + namespaces\ItemProviderBase.cs + + + namespaces\LocationGlobber.cs + + + namespaces\NavigationProviderBase.cs + + + namespaces\PathInfo.cs + + + namespaces\ProviderBase.cs + + + namespaces\ProviderBaseSecurity.cs + + + namespaces\ProviderDeclarationAttribute.cs + + + namespaces\RegistryProvider.cs + + + namespaces\RegistrySecurity.cs + + + namespaces\RegistryWrapper.cs + + + namespaces\SafeRegistryHandle.cs + + + namespaces\SafeTransactionHandle.cs + + + namespaces\SessionStateProviderBase.cs + + + namespaces\StackInfo.cs + + + namespaces\TransactedRegistry.cs + + + namespaces\TransactedRegistryKey.cs + + + namespaces\TransactedRegistrySecurity.cs + + + namespaces\VariableProvider.cs + + + namespaces\Win32Native.cs + + + security\Authenticode.cs + + + security\CredentialParameter.cs + + + security\MshSignature.cs + + + security\nativeMethods.cs + + + security\SecureStringHelper.cs + + + security\SecurityManager.cs + + + security\SecuritySupport.cs + + + security\wldpNativeMethods.cs + + + singleshell\Commands\ConsoleCommands.cs + + + singleshell\Commands\MshSnapinCommands.cs + + + singleshell\config\MshConsoleInfo.cs + + + singleshell\config\MshConsoleLoadException.cs + + + singleshell\config\MshSnapinInfo.cs + + + singleshell\config\MshSnapinLoadException.cs + + + singleshell\config\RegistryStringResourceIndirect.cs + + + singleshell\config\RunspaceConfigForSingleShell.cs + + + singleshell\installer\CustomMshSnapin.cs + + + singleshell\installer\MshCoreMshSnapin.cs + + + singleshell\installer\MshInstaller.cs + + + singleshell\installer\MshSnapin.cs + + + singleshell\installer\MshSnapinInstaller.cs + + + utils\ArchitectureSensitiveAttribute.cs + + + utils\assert.cs + + + utils\BackgroundDispatcher.cs + + + utils\ClrFacade.cs + + + utils\CommandDiscoveryExceptions.cs + + + utils\CommandProcessorExceptions.cs + + + utils\CoreProviderCmdlets.cs + + + utils\CryptoUtils.cs + + + utils\ExecutionExceptions.cs + + + utils\ExtensionMethods.cs + + + utils\GraphicalHostReflectionWrapper.cs + + + utils\HostInterfacesExceptions.cs + + + utils\IObjectReader.cs + + + utils\IObjectWriter.cs + + + utils\MetadataExceptions.cs + + + utils\MshArgumentException.cs + + + utils\MshArgumentNullException.cs + + + utils\MshArgumentOutOfRangeException.cs + + + utils\MshInvalidOperationException.cs + + + utils\MshNotImplementedException.cs + + + utils\MshNotSupportedException.cs + + + utils\MshObjectDisposedException.cs + + + utils\MshTraceSource.cs + + + utils\ObjectReader.cs + + + utils\ObjectStream.cs + + + utils\ObjectWriter.cs + + + utils\ParameterBinderExceptions.cs + + + utils\ParserException.cs + + + utils\PathUtils.cs + + + utils\perfCounters\CounterSetInstanceBase.cs + + + utils\perfCounters\CounterSetRegistrarBase.cs + + + utils\perfCounters\PSPerfCountersMgr.cs + + + utils\PInvokeDllNames.cs + + + utils\PlatformInvokes.cs + + + utils\PowerShellETWTracer.cs + + + utils\PSTelemetryMethods.cs + + + utils\PSTelemetryWrapper.cs + + + utils\PsUtils.cs + + + utils\ResourceManagerCache.cs + + + utils\RuntimeException.cs + + + utils\SessionStateExceptions.cs + + + utils\StringUtil.cs + + + utils\StructuredTraceSource.cs + + + utils\tracing\EtwActivity.cs + + + utils\tracing\EtwActivityReverter.cs + + + utils\tracing\EtwActivityReverterMethodInvoker.cs + + + utils\tracing\EtwEventCorrelator.cs + + + utils\tracing\IMethodInvoker.cs + + + utils\tracing\PSEtwLog.cs + + + utils\tracing\PSEtwLogProvider.cs + + + utils\tracing\Tracing.cs + + + utils\tracing\TracingGen.cs + + + utils\Verbs.cs + + + utils\WindowsErrorReporting.cs + - - + + map.json + + + project.json + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + resources\Authenticode.resx + + + resources\AuthorizationManagerBase.resx + + + resources\AutomationExceptions.resx + + + resources\CimInstanceTypeAdapterResources.resx + + + resources\CmdletizationCoreResources.resx + + + resources\CommandBaseStrings.resx + + + resources\ConsoleInfoErrorStrings.resx + + + resources\CoreClrStubResources.resx + + + resources\CoreMshSnapinResources.resx + + + resources\Credential.resx + + + resources\CredentialAttributeStrings.resx + + + resources\CredUI.resx + + + resources\DebuggerStrings.resx + + + resources\DescriptionsStrings.resx + + + resources\DiscoveryExceptions.resx + + + resources\EnumExpressionEvaluatorStrings.resx + + + resources\ErrorCategoryStrings.resx + + + resources\ErrorPackage.resx + + + resources\ErrorPackageRemoting.resx + + + resources\EtwLoggingStrings.resx + + + resources\EventingResources.resx + + + resources\ExtendedTypeSystem.resx + + + resources\FileSystemProviderStrings.resx + + + resources\FormatAndOutXmlLoadingStrings.resx + + + resources\FormatAndOut_format_xxx.resx + + + resources\FormatAndOut_MshParameter.resx + + + resources\FormatAndOut_out_xxx.resx + + + resources\GetErrorText.resx + + + resources\HelpDisplayStrings.resx + + + resources\HelpErrors.resx + + + resources\HistoryStrings.resx + + + resources\HostInterfaceExceptionsStrings.resx + + + resources\InternalCommandStrings.resx + + + resources\InternalHostStrings.resx + + + resources\InternalHostUserInterfaceStrings.resx + + + resources\Logging.resx + + + resources\Metadata.resx + + + resources\MiniShellErrors.resx + + + resources\Modules.resx + + + resources\MshHostRawUserInterfaceStrings.resx + + + resources\MshSignature.resx + + + resources\MshSnapInCmdletResources.resx + + + resources\MshSnapinInfo.resx + + + resources\NativeCP.resx + + + resources\ParameterBinderStrings.resx + + + resources\ParserStrings.resx + + + resources\PathUtilsStrings.resx + + + resources\PipelineStrings.resx + + + resources\PowerShellStrings.resx + + + resources\ProgressRecordStrings.resx + + + resources\ProviderBaseSecurity.resx + + + resources\ProxyCommandStrings.resx + + + resources\PSCommandStrings.resx + + + resources\PSDataBufferStrings.resx + + + resources\PSListModifierStrings.resx + + + resources\RegistryProviderStrings.resx + + + resources\RemotingErrorIdStrings.resx + + + resources\RunspaceInit.resx + + + resources\RunspacePoolStrings.resx + + + resources\RunspaceStrings.resx + + + resources\SecuritySupportStrings.resx + + + resources\Serialization.resx + + + resources\SessionStateProviderBaseStrings.resx + + + resources\SessionStateStrings.resx + + + resources\SuggestionStrings.resx + + + resources\TabCompletionStrings.resx + + + resources\TransactionStrings.resx + + + resources\TypesXmlStrings.resx + + + resources\WildcardPatternStrings.resx + @@ -888,4 +2554,4 @@ - + \ No newline at end of file diff --git a/src/vs-csproj/powershell.csproj b/src/vs-csproj/powershell.csproj index 07dd0b35c2..1c7036a82d 100644 --- a/src/vs-csproj/powershell.csproj +++ b/src/vs-csproj/powershell.csproj @@ -29,12 +29,20 @@ - - - + + .gitignore + + + project.json + + + README.md + - + + Program.cs + @@ -53,4 +61,4 @@ - + \ No newline at end of file diff --git a/test/vs-csproj/TestPSReadLine.csproj b/test/vs-csproj/TestPSReadLine.csproj index f49e927920..2aa6406621 100644 --- a/test/vs-csproj/TestPSReadLine.csproj +++ b/test/vs-csproj/TestPSReadLine.csproj @@ -47,12 +47,20 @@ - - + + AssemblyInfo.cs + + + Program.cs + - - + + App.config + + + packages.config + @@ -71,4 +79,4 @@ --> - + \ No newline at end of file