Add csproj files and sln for editing but not building

This commit is contained in:
Jason Shirk (POWERSHELL) 2016-07-05 10:27:41 -07:00
parent 07501f1d3a
commit efc83bbaa2
8 changed files with 1544 additions and 1 deletions

52
powershell.sln Normal file
View file

@ -0,0 +1,52 @@

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}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "System.Management.Automation", "src\System.Management.Automation\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}"
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}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.PowerShell.ConsoleHost", "src\Microsoft.PowerShell.ConsoleHost\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}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
CORECLR|Any CPU = CORECLR|Any CPU
UNIX|Any CPU = UNIX|Any CPU
WINDOWS|Any CPU = WINDOWS|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9F0760E6-18AC-4B3F-A6B2-7157404C4276}.CORECLR|Any CPU.ActiveCfg = CORECLR|x86
{9F0760E6-18AC-4B3F-A6B2-7157404C4276}.UNIX|Any CPU.ActiveCfg = UNIX|x86
{9F0760E6-18AC-4B3F-A6B2-7157404C4276}.WINDOWS|Any CPU.ActiveCfg = CORECLR|x86
{9F0760E6-18AC-4B3F-A6B2-7157404C4276}.WINDOWS|Any CPU.Build.0 = CORECLR|x86
{1256D32A-BE8D-4EFE-9769-57BE5663209E}.CORECLR|Any CPU.ActiveCfg = CORECLR|Any CPU
{1256D32A-BE8D-4EFE-9769-57BE5663209E}.UNIX|Any CPU.ActiveCfg = UNIX|Any CPU
{1256D32A-BE8D-4EFE-9769-57BE5663209E}.WINDOWS|Any CPU.ActiveCfg = WINDOWS|Any CPU
{FE0D19AF-A6BE-4A68-BC1D-F52F3A17E2A0}.CORECLR|Any CPU.ActiveCfg = CORECLR|Any CPU
{FE0D19AF-A6BE-4A68-BC1D-F52F3A17E2A0}.UNIX|Any CPU.ActiveCfg = UNIX|Any CPU
{FE0D19AF-A6BE-4A68-BC1D-F52F3A17E2A0}.WINDOWS|Any CPU.ActiveCfg = Release|Any CPU
{FE0D19AF-A6BE-4A68-BC1D-F52F3A17E2A0}.WINDOWS|Any CPU.Build.0 = Release|Any CPU
{5B134412-7EAF-4D60-9EED-CD200BDC5153}.CORECLR|Any CPU.ActiveCfg = CORECLR|Any CPU
{5B134412-7EAF-4D60-9EED-CD200BDC5153}.UNIX|Any CPU.ActiveCfg = UNIX|Any CPU
{5B134412-7EAF-4D60-9EED-CD200BDC5153}.WINDOWS|Any CPU.ActiveCfg = Release|Any CPU
{5B134412-7EAF-4D60-9EED-CD200BDC5153}.WINDOWS|Any CPU.Build.0 = Release|Any CPU
{5B0CA2C8-9C4E-460B-A632-0FC22E71DF2A}.CORECLR|Any CPU.ActiveCfg = CORECLR|Any CPU
{5B0CA2C8-9C4E-460B-A632-0FC22E71DF2A}.UNIX|Any CPU.ActiveCfg = UNIX|Any CPU
{5B0CA2C8-9C4E-460B-A632-0FC22E71DF2A}.WINDOWS|Any CPU.ActiveCfg = Release|Any CPU
{5B0CA2C8-9C4E-460B-A632-0FC22E71DF2A}.WINDOWS|Any CPU.Build.0 = Release|Any CPU
{615788CB-1B9A-4B34-97B3-4608686E59CA}.CORECLR|Any CPU.ActiveCfg = CORECLR|Any CPU
{615788CB-1B9A-4B34-97B3-4608686E59CA}.UNIX|Any CPU.ActiveCfg = UNIX|Any CPU
{615788CB-1B9A-4B34-97B3-4608686E59CA}.WINDOWS|Any CPU.ActiveCfg = Release|Any CPU
{615788CB-1B9A-4B34-97B3-4608686E59CA}.WINDOWS|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal

View file

@ -0,0 +1,165 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{FE0D19AF-A6BE-4A68-BC1D-F52F3A17E2A0}</ProjectGuid>
<OutputType>Library</OutputType>
<NoStandardLibraries>false</NoStandardLibraries>
<AssemblyName>ClassLibrary</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<RootNamespace>Microsoft.PowerShell.Commands.Management</RootNamespace>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'UNIX|AnyCPU'">
<OutputPath>bin\UNIX\</OutputPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'CORECLR|AnyCPU'">
<OutputPath>bin\CORECLR\</OutputPath>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.CSharp" />
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Data" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Xml" />
<Reference Include="System.Xml.Linq" />
</ItemGroup>
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="cimSupport\cmdletization\cim\cimChildJobBase.cs" />
<Compile Include="cimSupport\cmdletization\cim\cimCmdletDefinitionContext.cs" />
<Compile Include="cimSupport\cmdletization\cim\cimCmdletInvocationContext.cs" />
<Compile Include="cimSupport\cmdletization\cim\cimConverter.cs" />
<Compile Include="cimSupport\cmdletization\cim\cimJobContext.cs" />
<Compile Include="cimSupport\cmdletization\cim\CimJobException.cs" />
<Compile Include="cimSupport\cmdletization\cim\cimOperationOptionsHelper.cs" />
<Compile Include="cimSupport\cmdletization\cim\cimQuery.cs" />
<Compile Include="cimSupport\cmdletization\cim\cimWrapper.cs" />
<Compile Include="cimSupport\cmdletization\cim\clientSideQuery.cs" />
<Compile Include="cimSupport\cmdletization\cim\CreateInstanceJob.cs" />
<Compile Include="cimSupport\cmdletization\cim\DeleteInstanceJob.cs" />
<Compile Include="cimSupport\cmdletization\cim\EnumerateAssociatedInstancesJob.cs" />
<Compile Include="cimSupport\cmdletization\cim\ExtrinsicMethodInvocationJob.cs" />
<Compile Include="cimSupport\cmdletization\cim\InstanceMethodInvocationJob.cs" />
<Compile Include="cimSupport\cmdletization\cim\MethodInvocationJobBase.cs" />
<Compile Include="cimSupport\cmdletization\cim\ModifyInstanceJob.cs" />
<Compile Include="cimSupport\cmdletization\cim\PropertySettingJob.cs" />
<Compile Include="cimSupport\cmdletization\cim\QueryJob.cs" />
<Compile Include="cimSupport\cmdletization\cim\QueryJobBase.cs" />
<Compile Include="cimSupport\cmdletization\cim\StaticMethodInvocationJob.cs" />
<Compile Include="cimSupport\cmdletization\cim\TerminatingErrorTracker.cs" />
<Compile Include="cimSupport\cmdletization\SessionBasedWrapper.cs" />
<Compile Include="commands\management\AddContentCommand.cs" />
<Compile Include="commands\management\CIMHelper.cs" />
<Compile Include="commands\management\ClearContentCommand.cs" />
<Compile Include="commands\management\ClearPropertyCommand.cs" />
<Compile Include="commands\management\ClearRecycleBinCommand.cs" />
<Compile Include="commands\management\CombinePathCommand.cs" />
<Compile Include="commands\management\CommandsCommon.cs" />
<Compile Include="commands\management\CommitTransactionCommand.cs" />
<Compile Include="commands\management\Computer.cs" />
<Compile Include="commands\management\ContentCommandBase.cs" />
<Compile Include="commands\management\ControlPanelItemCommand.cs" />
<Compile Include="commands\management\ConvertPathCommand.cs" />
<Compile Include="commands\management\CopyPropertyCommand.cs" />
<Compile Include="commands\management\Eventlog.cs" />
<Compile Include="commands\management\GetChildrenCommand.cs" />
<Compile Include="commands\management\GetClipboardCommand.cs" />
<Compile Include="commands\management\GetComputerInfoCommand.cs" />
<Compile Include="commands\management\GetContentCommand.cs" />
<Compile Include="commands\management\GetPropertyCommand.cs" />
<Compile Include="commands\management\GetTransactionCommand.cs" />
<Compile Include="commands\management\GetWMIObjectCommand.cs" />
<Compile Include="commands\management\Hotfix.cs" />
<Compile Include="commands\management\InvokeWMIMethodCommand.cs" />
<Compile Include="commands\management\MovePropertyCommand.cs" />
<Compile Include="commands\management\Navigation.cs" />
<Compile Include="commands\management\NewPropertyCommand.cs" />
<Compile Include="commands\management\ParsePathCommand.cs" />
<Compile Include="commands\management\PassThroughContentCommandBase.cs" />
<Compile Include="commands\management\PassThroughPropertyCommandBase.cs" />
<Compile Include="commands\management\PingPathCommand.cs" />
<Compile Include="commands\management\Process.cs" />
<Compile Include="commands\management\PropertyCommandBase.cs" />
<Compile Include="commands\management\RegisterWMIEventCommand.cs" />
<Compile Include="commands\management\RemovePropertyCommand.cs" />
<Compile Include="commands\management\RemoveWMIObjectCommand.cs" />
<Compile Include="commands\management\RenamePropertyCommand.cs" />
<Compile Include="commands\management\ResolvePathCommand.cs" />
<Compile Include="commands\management\RollbackTransactionCommand.cs" />
<Compile Include="commands\management\Service.cs" />
<Compile Include="commands\management\SetClipboardCommand.cs" />
<Compile Include="commands\management\SetContentCommand.cs" />
<Compile Include="commands\management\SetPropertyCommand.cs" />
<Compile Include="commands\management\SetWMIInstanceCommand.cs" />
<Compile Include="commands\management\StartTransactionCommand.cs" />
<Compile Include="commands\management\UseTransactionCommand.cs" />
<Compile Include="commands\management\WebServiceProxy.cs" />
<Compile Include="commands\management\WMIHelper.cs" />
<Compile Include="commands\management\WriteContentCommandBase.cs" />
<Compile Include="gen\ClearRecycleBinResources.cs" />
<Compile Include="gen\ClipboardResources.cs" />
<Compile Include="gen\CmdletizationResources.cs" />
<Compile Include="gen\ComputerInfoResources.cs" />
<Compile Include="gen\ComputerResources.cs" />
<Compile Include="gen\ControlPanelResources.cs" />
<Compile Include="gen\EventlogResources.cs" />
<Compile Include="gen\HotFixResources.cs" />
<Compile Include="gen\ManagementMshSnapInResources.cs" />
<Compile Include="gen\NavigationResources.cs" />
<Compile Include="gen\ProcessCommandHelpResources.cs" />
<Compile Include="gen\ProcessResources.cs" />
<Compile Include="gen\ServiceResources.cs" />
<Compile Include="gen\TransactionResources.cs" />
<Compile Include="gen\WebServiceResources.cs" />
<Compile Include="gen\WmiResources.cs" />
<Compile Include="singleshell\installer\MshManagementMshSnapin.cs" />
</ItemGroup>
<ItemGroup>
<None Include="map.json" />
<None Include="project.json" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="resources\ClearRecycleBinResources.resx" />
<EmbeddedResource Include="resources\ClipboardResources.resx" />
<EmbeddedResource Include="resources\CmdletizationResources.resx" />
<EmbeddedResource Include="resources\ComputerInfoResources.resx" />
<EmbeddedResource Include="resources\ComputerResources.resx" />
<EmbeddedResource Include="resources\ControlPanelResources.resx" />
<EmbeddedResource Include="resources\EventlogResources.resx" />
<EmbeddedResource Include="resources\HotFixResources.resx" />
<EmbeddedResource Include="resources\ManagementMshSnapInResources.resx" />
<EmbeddedResource Include="resources\NavigationResources.resx" />
<EmbeddedResource Include="resources\ProcessCommandHelpResources.resx" />
<EmbeddedResource Include="resources\ProcessResources.resx" />
<EmbeddedResource Include="resources\ServiceResources.resx" />
<EmbeddedResource Include="resources\TransactionResources.resx" />
<EmbeddedResource Include="resources\WebServiceResources.resx" />
<EmbeddedResource Include="resources\WmiResources.resx" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSHARP.Targets" />
<ProjectExtensions>
<VisualStudio AllowExistingFolder="true" />
</ProjectExtensions>
</Project>

View file

@ -0,0 +1,250 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{5B134412-7EAF-4D60-9EED-CD200BDC5153}</ProjectGuid>
<OutputType>Library</OutputType>
<NoStandardLibraries>false</NoStandardLibraries>
<AssemblyName>ClassLibrary</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<RootNamespace>Microsoft.PowerShell.Commands.Utility</RootNamespace>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'UNIX|AnyCPU'">
<OutputPath>bin\UNIX\</OutputPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'CORECLR|AnyCPU'">
<OutputPath>bin\CORECLR\</OutputPath>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.CSharp" />
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Data" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Xml" />
<Reference Include="System.Xml.Linq" />
</ItemGroup>
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="commands\utility\AddMember.cs" />
<Compile Include="commands\utility\AddType.cs" />
<Compile Include="commands\utility\compare-object.cs" />
<Compile Include="commands\utility\ConsoleColorCmdlet.cs" />
<Compile Include="commands\utility\convert-HTML.cs" />
<Compile Include="commands\utility\ConvertFrom-StringData.cs" />
<Compile Include="commands\utility\Csv.cs" />
<Compile Include="commands\utility\CSVCommands.cs" />
<Compile Include="commands\utility\CustomSerialization.cs" />
<Compile Include="commands\utility\CustomSerializationStrings.cs" />
<Compile Include="commands\utility\DebugRunspaceCommand.cs" />
<Compile Include="commands\utility\Disable-PSBreakpoint.cs" />
<Compile Include="commands\utility\Enable-PSBreakpoint.cs" />
<Compile Include="commands\utility\EnableDisableRunspaceDebugCommand.cs" />
<Compile Include="commands\utility\ExportAliasCommand.cs" />
<Compile Include="commands\utility\FormatAndOutput\common\GetFormatDataCommand.cs" />
<Compile Include="commands\utility\FormatAndOutput\common\WriteFormatDataCommand.cs" />
<Compile Include="commands\utility\FormatAndOutput\format-list\Format-List.cs" />
<Compile Include="commands\utility\FormatAndOutput\format-object\format-object.cs" />
<Compile Include="commands\utility\FormatAndOutput\format-table\Format-Table.cs" />
<Compile Include="commands\utility\FormatAndOutput\format-wide\Format-Wide.cs" />
<Compile Include="commands\utility\FormatAndOutput\out-file\Out-File.cs" />
<Compile Include="commands\utility\FormatAndOutput\out-printer\out-printer.cs" />
<Compile Include="commands\utility\FormatAndOutput\out-printer\PrinterLineOutput.cs" />
<Compile Include="commands\utility\FormatAndOutput\out-string\out-string.cs" />
<Compile Include="commands\utility\FormatAndOutput\OutGridView\ColumnInfo.cs" />
<Compile Include="commands\utility\FormatAndOutput\OutGridView\ExpressionColumnInfo.cs" />
<Compile Include="commands\utility\FormatAndOutput\OutGridView\HeaderInfo.cs" />
<Compile Include="commands\utility\FormatAndOutput\OutGridView\OriginalColumnInfo.cs" />
<Compile Include="commands\utility\FormatAndOutput\OutGridView\OutGridViewCommand.cs" />
<Compile Include="commands\utility\FormatAndOutput\OutGridView\OutWindowProxy.cs" />
<Compile Include="commands\utility\FormatAndOutput\OutGridView\ScalarTypeColumnInfo.cs" />
<Compile Include="commands\utility\FormatAndOutput\OutGridView\TableView.cs" />
<Compile Include="commands\utility\Get-PSBreakpoint.cs" />
<Compile Include="commands\utility\Get-PSCallStack.cs" />
<Compile Include="commands\utility\GetAliasCommand.cs" />
<Compile Include="commands\utility\GetCultureCommand.cs" />
<Compile Include="commands\utility\GetDateCommand.cs" />
<Compile Include="commands\utility\GetEventCommand.cs" />
<Compile Include="commands\utility\GetEventSubscriberCommand.cs" />
<Compile Include="commands\utility\GetHostCmdlet.cs" />
<Compile Include="commands\utility\GetMember.cs" />
<Compile Include="commands\utility\GetRandomCommand.cs" />
<Compile Include="commands\utility\GetRunspaceCommand.cs" />
<Compile Include="commands\utility\GetUICultureCommand.cs" />
<Compile Include="commands\utility\GetUnique.cs" />
<Compile Include="commands\utility\group-object.cs" />
<Compile Include="commands\utility\ImplicitRemotingCommands.cs" />
<Compile Include="commands\utility\Import-LocalizedData.cs" />
<Compile Include="commands\utility\ImportAliasCommand.cs" />
<Compile Include="commands\utility\InvokeCommandCmdlet.cs" />
<Compile Include="commands\utility\MatchString.cs" />
<Compile Include="commands\utility\Measure-Object.cs" />
<Compile Include="commands\utility\new-object.cs" />
<Compile Include="commands\utility\NewAliasCommand.cs" />
<Compile Include="commands\utility\neweventcommand.cs" />
<Compile Include="commands\utility\NewTimeSpanCommand.cs" />
<Compile Include="commands\utility\ObjectCommandComparer.cs" />
<Compile Include="commands\utility\OrderObjectBase.cs" />
<Compile Include="commands\utility\ReadConsoleCmdlet.cs" />
<Compile Include="commands\utility\RegisterObjectEventCommand.cs" />
<Compile Include="commands\utility\RegisterPSEventCommand.cs" />
<Compile Include="commands\utility\Remove-PSBreakpoint.cs" />
<Compile Include="commands\utility\RemoveEventCommand.cs" />
<Compile Include="commands\utility\select-object.cs" />
<Compile Include="commands\utility\Send-MailMessage.cs" />
<Compile Include="commands\utility\Set-PSBreakpoint.cs" />
<Compile Include="commands\utility\SetAliasCommand.cs" />
<Compile Include="commands\utility\SetDateCommand.cs" />
<Compile Include="commands\utility\ShowCommand\ShowCommand.cs" />
<Compile Include="commands\utility\ShowCommand\ShowCommandCommandInfo.cs" />
<Compile Include="commands\utility\ShowCommand\ShowCommandModuleInfo.cs" />
<Compile Include="commands\utility\ShowCommand\ShowCommandParameterInfo.cs" />
<Compile Include="commands\utility\ShowCommand\ShowCommandParameterSetInfo.cs" />
<Compile Include="commands\utility\ShowCommand\ShowCommandParameterType.cs" />
<Compile Include="commands\utility\ShowCommand\ShowCommandProxy.cs" />
<Compile Include="commands\utility\sort-object.cs" />
<Compile Include="commands\utility\StartSleepCommand.cs" />
<Compile Include="commands\utility\tee-object.cs" />
<Compile Include="commands\utility\TimeExpressionCommand.cs" />
<Compile Include="commands\utility\trace\GetTracerCommand.cs" />
<Compile Include="commands\utility\trace\MshHostTraceListener.cs" />
<Compile Include="commands\utility\trace\SetTracerCommand.cs" />
<Compile Include="commands\utility\trace\TraceCommandBase.cs" />
<Compile Include="commands\utility\trace\TraceExpressionCommand.cs" />
<Compile Include="commands\utility\trace\TraceListenerCommandBase.cs" />
<Compile Include="commands\utility\UnblockFile.cs" />
<Compile Include="commands\utility\UnregisterEventCommand.cs" />
<Compile Include="commands\utility\Update-Data.cs" />
<Compile Include="commands\utility\update-list.cs" />
<Compile Include="commands\utility\Update-TypeData.cs" />
<Compile Include="commands\utility\UtilityCommon.cs" />
<Compile Include="commands\utility\Var.cs" />
<Compile Include="commands\utility\WaitEventCommand.cs" />
<Compile Include="commands\utility\WebCmdlet\BasicHtmlWebResponseObject.cs" />
<Compile Include="commands\utility\WebCmdlet\ContentHelper.cs" />
<Compile Include="commands\utility\WebCmdlet\ConvertFromJsonCommand.cs" />
<Compile Include="commands\utility\WebCmdlet\ConvertToJsonCommand.cs" />
<Compile Include="commands\utility\WebCmdlet\FormObject.cs" />
<Compile Include="commands\utility\WebCmdlet\FormObjectCollection.cs" />
<Compile Include="commands\utility\WebCmdlet\HtmlWebResponseObject.cs" />
<Compile Include="commands\utility\WebCmdlet\InvokeRestMethodCommand.cs" />
<Compile Include="commands\utility\WebCmdlet\InvokeWebRequestCommand.cs" />
<Compile Include="commands\utility\WebCmdlet\JsonObject.cs" />
<Compile Include="commands\utility\WebCmdlet\JsonObjectTypeResolver.cs" />
<Compile Include="commands\utility\WebCmdlet\PSUserAgent.cs" />
<Compile Include="commands\utility\WebCmdlet\StreamHelper.cs" />
<Compile Include="commands\utility\WebCmdlet\WebCmdletElementCollection.cs" />
<Compile Include="commands\utility\WebCmdlet\WebRequestMethod.cs" />
<Compile Include="commands\utility\WebCmdlet\WebRequestPSCmdlet.cs" />
<Compile Include="commands\utility\WebCmdlet\WebRequestSession.cs" />
<Compile Include="commands\utility\WebCmdlet\WebResponseHelper.cs" />
<Compile Include="commands\utility\WebCmdlet\WebResponseObject.cs" />
<Compile Include="commands\utility\WebCmdlet\WebResponseObjectFactory.cs" />
<Compile Include="commands\utility\Write-Object.cs" />
<Compile Include="commands\utility\write.cs" />
<Compile Include="commands\utility\WriteAliasCommandBase.cs" />
<Compile Include="commands\utility\WriteConsoleCmdlet.cs" />
<Compile Include="commands\utility\WriteProgressCmdlet.cs" />
<Compile Include="commands\utility\XmlCommands.cs" />
<Compile Include="gen\AddMember.cs" />
<Compile Include="gen\AddTypeStrings.cs" />
<Compile Include="gen\AliasCommandStrings.cs" />
<Compile Include="gen\ConvertFromStringData.cs" />
<Compile Include="gen\ConvertFromStringResources.cs" />
<Compile Include="gen\ConvertStringResources.cs" />
<Compile Include="gen\CsvCommandStrings.cs" />
<Compile Include="gen\Debugger.cs" />
<Compile Include="gen\EventingStrings.cs" />
<Compile Include="gen\FlashExtractStrings.cs" />
<Compile Include="gen\FormatAndOut_out_gridview.cs" />
<Compile Include="gen\GetMember.cs" />
<Compile Include="gen\GetRandomCommandStrings.cs" />
<Compile Include="gen\HostStrings.cs" />
<Compile Include="gen\HttpCommandStrings.cs" />
<Compile Include="gen\ImmutableStrings.cs" />
<Compile Include="gen\ImplicitRemotingStrings.cs" />
<Compile Include="gen\ImportLocalizedDataStrings.cs" />
<Compile Include="gen\MatchStringStrings.cs" />
<Compile Include="gen\MeasureObjectStrings.cs" />
<Compile Include="gen\NewObjectStrings.cs" />
<Compile Include="gen\OutPrinterDisplayStrings.cs" />
<Compile Include="gen\SelectObjectStrings.cs" />
<Compile Include="gen\SendMailMessageStrings.cs" />
<Compile Include="gen\SortObjectStrings.cs" />
<Compile Include="gen\TraceCommandStrings.cs" />
<Compile Include="gen\UpdateDataStrings.cs" />
<Compile Include="gen\UpdateListStrings.cs" />
<Compile Include="gen\UtilityCommonStrings.cs" />
<Compile Include="gen\UtilityMshSnapinResources.cs" />
<Compile Include="gen\VariableCommandStrings.cs" />
<Compile Include="gen\WebCmdletStrings.cs" />
<Compile Include="gen\WriteErrorStrings.cs" />
<Compile Include="gen\WriteProgressResourceStrings.cs" />
<Compile Include="singleshell\installer\MshUtilityMshSnapin.cs" />
</ItemGroup>
<ItemGroup>
<None Include="map.json" />
<None Include="project.json" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="resources\AddMember.resx" />
<EmbeddedResource Include="resources\AddTypeStrings.resx" />
<EmbeddedResource Include="resources\AliasCommandStrings.resx" />
<EmbeddedResource Include="resources\ConvertFromStringData.resx" />
<EmbeddedResource Include="resources\ConvertFromStringResources.resx" />
<EmbeddedResource Include="resources\ConvertStringResources.resx" />
<EmbeddedResource Include="resources\CsvCommandStrings.resx" />
<EmbeddedResource Include="resources\Debugger.resx" />
<EmbeddedResource Include="resources\EventingStrings.resx" />
<EmbeddedResource Include="resources\FlashExtractStrings.resx" />
<EmbeddedResource Include="resources\FormatAndOut_out_gridview.resx" />
<EmbeddedResource Include="resources\GetMember.resx" />
<EmbeddedResource Include="resources\GetRandomCommandStrings.resx" />
<EmbeddedResource Include="resources\HostStrings.resx" />
<EmbeddedResource Include="resources\HttpCommandStrings.resx" />
<EmbeddedResource Include="resources\ImmutableStrings.resx" />
<EmbeddedResource Include="resources\ImplicitRemotingStrings.resx" />
<EmbeddedResource Include="resources\ImportLocalizedDataStrings.resx" />
<EmbeddedResource Include="resources\MatchStringStrings.resx" />
<EmbeddedResource Include="resources\MeasureObjectStrings.resx" />
<EmbeddedResource Include="resources\NewObjectStrings.resx" />
<EmbeddedResource Include="resources\OutPrinterDisplayStrings.resx" />
<EmbeddedResource Include="resources\SelectObjectStrings.resx" />
<EmbeddedResource Include="resources\SendMailMessageStrings.resx" />
<EmbeddedResource Include="resources\SortObjectStrings.resx" />
<EmbeddedResource Include="resources\TraceCommandStrings.resx" />
<EmbeddedResource Include="resources\UpdateDataStrings.resx" />
<EmbeddedResource Include="resources\UpdateListStrings.resx" />
<EmbeddedResource Include="resources\UtilityCommonStrings.resx" />
<EmbeddedResource Include="resources\UtilityMshSnapinResources.resx" />
<EmbeddedResource Include="resources\VariableCommandStrings.resx" />
<EmbeddedResource Include="resources\WebCmdletStrings.resx" />
<EmbeddedResource Include="resources\WriteErrorStrings.resx" />
<EmbeddedResource Include="resources\WriteProgressResourceStrings.resx" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSHARP.Targets" />
<ProjectExtensions>
<VisualStudio AllowExistingFolder="true" />
</ProjectExtensions>
</Project>

View file

@ -0,0 +1,114 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{5B0CA2C8-9C4E-460B-A632-0FC22E71DF2A}</ProjectGuid>
<OutputType>Library</OutputType>
<NoStandardLibraries>false</NoStandardLibraries>
<AssemblyName>Microsoft.PowerShell.ConsoleHost</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup>
<RootNamespace>Microsoft.PowerShell.ConsoleHost</RootNamespace>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'UNIX|AnyCPU'">
<OutputPath>bin\UNIX\</OutputPath>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'CORECLR|AnyCPU'">
<OutputPath>bin\CORECLR\</OutputPath>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.CSharp" />
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Data" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Xml" />
<Reference Include="System.Xml.Linq" />
</ItemGroup>
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="gen\CommandLineParameterParserStrings.cs" />
<Compile Include="gen\ConsoleControlStrings.cs" />
<Compile Include="gen\ConsoleHostRawUserInterfaceStrings.cs" />
<Compile Include="gen\ConsoleHostStrings.cs" />
<Compile Include="gen\ConsoleHostUserInterfaceSecurityResources.cs" />
<Compile Include="gen\ConsoleHostUserInterfaceStrings.cs" />
<Compile Include="gen\HostMshSnapinResources.cs" />
<Compile Include="gen\ManagedEntranceStrings.cs" />
<Compile Include="gen\ProgressNodeStrings.cs" />
<Compile Include="gen\TranscriptStrings.cs" />
<Compile Include="host\msh\CommandLineParameterParser.cs" />
<Compile Include="host\msh\ConsoleControl.cs" />
<Compile Include="host\msh\ConsoleHost.cs" />
<Compile Include="host\msh\ConsoleHostRawUserInterface.cs" />
<Compile Include="host\msh\ConsoleHostTranscript.cs" />
<Compile Include="host\msh\ConsoleHostUserInterface.cs" />
<Compile Include="host\msh\ConsoleHostUserInterfaceProgress.cs" />
<Compile Include="host\msh\ConsoleHostUserInterfacePrompt.cs" />
<Compile Include="host\msh\ConsoleHostUserInterfacePromptForChoice.cs" />
<Compile Include="host\msh\ConsoleHostUserInterfaceSecurity.cs" />
<Compile Include="host\msh\ConsoleShell.cs" />
<Compile Include="host\msh\ConsoleTextWriter.cs" />
<Compile Include="host\msh\Executor.cs" />
<Compile Include="host\msh\ManagedEntrance.cs" />
<Compile Include="host\msh\PendingProgress.cs" />
<Compile Include="host\msh\ProgressNode.cs" />
<Compile Include="host\msh\ProgressPane.cs" />
<Compile Include="host\msh\Serialization.cs" />
<Compile Include="host\msh\StartTranscriptCmdlet.cs" />
<Compile Include="host\msh\StopTranscriptCmdlet.cs" />
<Compile Include="singleshell\installer\EngineInstaller.cs" />
<Compile Include="singleshell\installer\MshHostMshSnapin.cs" />
</ItemGroup>
<ItemGroup>
<None Include="map.json" />
<None Include="project.json" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="resources\CommandLineParameterParserStrings.resx" />
<EmbeddedResource Include="resources\ConsoleControlStrings.resx" />
<EmbeddedResource Include="resources\ConsoleHostRawUserInterfaceStrings.resx" />
<EmbeddedResource Include="resources\ConsoleHostStrings.resx" />
<EmbeddedResource Include="resources\ConsoleHostUserInterfaceSecurityResources.resx" />
<EmbeddedResource Include="resources\ConsoleHostUserInterfaceStrings.resx" />
<EmbeddedResource Include="resources\HostMshSnapinResources.resx" />
<EmbeddedResource Include="resources\ManagedEntranceStrings.resx" />
<EmbeddedResource Include="resources\ProgressNodeStrings.resx" />
<EmbeddedResource Include="resources\TranscriptStrings.resx" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\System.Management.Automation\System.Management.Automation.csproj">
<Project>{1256d32a-be8d-4efe-9769-57be5663209e}</Project>
<Name>System.Management.Automation</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSHARP.Targets" />
<ProjectExtensions>
<VisualStudio AllowExistingFolder="true" />
</ProjectExtensions>
</Project>

View file

@ -34,6 +34,12 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'UNIX|AnyCPU'">
<OutputPath>bin\UNIX\</OutputPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'CORECLR|AnyCPU'">
<OutputPath>bin\CORECLR\</OutputPath>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
@ -140,4 +146,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>

View file

@ -12,6 +12,23 @@ using System.Resources;
[assembly: InternalsVisibleTo("Microsoft.Test.Management.Automation.GPowershell.Analyzers,PublicKey=00240000048000009400000006020000002400005253413100040000010001003f8c902c8fe7ac83af7401b14c1bd103973b26dfafb2b77eda478a2539b979b56ce47f36336741b4ec52bbc51fecd51ba23810cec47070f3e29a2261a2d1d08e4b2b4b457beaa91460055f78cc89f21cd028377af0cc5e6c04699b6856a1e49d5fad3ef16d3c3d6010f40df0a7d6cc2ee11744b5cfb42e0f19a52b8a29dc31b0")]
#if NOT_SIGNED
// These attributes aren't every used, it's just a hack to get VS to not complain
// about access when editing using the project files that don't actually build.
[assembly: InternalsVisibleTo(@"System.Management.Automation.Help")]
[assembly: InternalsVisibleTo(@"Microsoft.PowerShell.Commands.Utility")]
[assembly: InternalsVisibleTo(@"Microsoft.PowerShell.Commands.Management")]
[assembly: InternalsVisibleTo(@"Microsoft.PowerShell.Security")]
[assembly: InternalsVisibleTo(@"System.Management.Automation.Remoting")]
[assembly: InternalsVisibleTo(@"Export-Command")]
[assembly: InternalsVisibleTo(@"Microsoft.PowerShell.ConsoleHost")]
[assembly: InternalsVisibleTo(@"Microsoft.PowerShell.PowerShellLanguageService")]
[assembly: InternalsVisibleTo(@"Microsoft.PowerShell.GraphicalHost")]
[assembly: InternalsVisibleTo(@"Microsoft.PowerShell.GPowerShell")]
[assembly: InternalsVisibleTo(@"Microsoft.PowerShell.ISECommon")]
[assembly: InternalsVisibleTo(@"Microsoft.PowerShell.Editor")]
[assembly: InternalsVisibleTo(@"powershell_ise")]
#else
[assembly: InternalsVisibleTo(@"System.Management.Automation.Help"+@",PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")]
[assembly: InternalsVisibleTo(@"Microsoft.PowerShell.Commands.Utility"+@",PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")]
[assembly: InternalsVisibleTo(@"Microsoft.PowerShell.Commands.Management"+@",PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")]
@ -25,6 +42,7 @@ using System.Resources;
[assembly: InternalsVisibleTo(@"Microsoft.PowerShell.ISECommon"+@",PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")]
[assembly: InternalsVisibleTo(@"Microsoft.PowerShell.Editor"+@",PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")]
[assembly: InternalsVisibleTo(@"powershell_ise"+@",PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")]
#endif
namespace System.Management.Automation
{

View file

@ -0,0 +1,882 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{1256D32A-BE8D-4EFE-9769-57BE5663209E}</ProjectGuid>
<OutputType>Library</OutputType>
<NoStandardLibraries>false</NoStandardLibraries>
<AssemblyName>ClassLibrary</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<PropertyGroup>
<RootNamespace>System.Management.Automation</RootNamespace>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'WINDOWS|AnyCPU'">
<OutputPath>bin\UNIX\</OutputPath>
<DefineConstants>DEBUG;NOT_SIGNED</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'UNIX|AnyCPU'">
<OutputPath>bin\UNIX\</OutputPath>
<DefineConstants>DEBUG;CORECLR;LINUX;NOT_SIGNED</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'CORECLR|AnyCPU'">
<OutputPath>bin\CORECLR\</OutputPath>
<DefineConstants>DEBUG;CORECLR;NOT_SIGNED</DefineConstants>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.CSharp" />
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Data" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Xml" />
<Reference Include="System.Xml.Linq" />
</ItemGroup>
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="cimSupport\cmdletization\cim\WildcardPatternToCimQueryParser.cs" />
<Compile Include="cimSupport\cmdletization\EnumWriter.cs" />
<Compile Include="cimSupport\cmdletization\MethodInvocationInfo.cs" />
<Compile Include="cimSupport\cmdletization\MethodParameter.cs" />
<Compile Include="cimSupport\cmdletization\MethodParametersCollection.cs" />
<Compile Include="cimSupport\cmdletization\ObjectModelWrapper.cs" />
<Compile Include="cimSupport\cmdletization\QueryBuilder.cs" />
<Compile Include="cimSupport\cmdletization\ScriptWriter.cs" />
<Compile Include="cimSupport\cmdletization\xml\cmdlets-over-objects.objectModel.autogen.cs" />
<Compile Include="cimSupport\cmdletization\xml\cmdlets-over-objects.xmlSerializer.autogen.cs" />
<Compile Include="cimSupport\cmdletization\xml\CoreCLR\cmdlets-over-objects.objectModel.autogen.cs" />
<Compile Include="cimSupport\cmdletization\xml\CoreCLR\cmdlets-over-objects.xmlSerializer.autogen.cs" />
<Compile Include="cimSupport\other\ciminstancetypeadapter.cs" />
<Compile Include="commands\utility\FormatAndOutput\common\BaseCommand.cs" />
<Compile Include="commands\utility\FormatAndOutput\common\BaseFormattingCommand.cs" />
<Compile Include="commands\utility\FormatAndOutput\common\BaseFormattingCommandParameters.cs" />
<Compile Include="commands\utility\FormatAndOutput\common\BaseOutputtingCommand.cs" />
<Compile Include="commands\utility\FormatAndOutput\common\ColumnWidthManager.cs" />
<Compile Include="commands\utility\FormatAndOutput\common\ComplexWriter.cs" />
<Compile Include="commands\utility\FormatAndOutput\common\DefaultFormatters\Certificate_format_ps1xml.cs" />
<Compile Include="commands\utility\FormatAndOutput\common\DefaultFormatters\Diagnostics_Format_ps1xml.cs" />
<Compile Include="commands\utility\FormatAndOutput\common\DefaultFormatters\DotNetTypes_format_ps1xml.cs" />
<Compile Include="commands\utility\FormatAndOutput\common\DefaultFormatters\Event_Format_ps1xml.cs" />
<Compile Include="commands\utility\FormatAndOutput\common\DefaultFormatters\FileSystem_format_ps1xml.cs" />
<Compile Include="commands\utility\FormatAndOutput\common\DefaultFormatters\HelpV3_format_ps1xml.cs" />
<Compile Include="commands\utility\FormatAndOutput\common\DefaultFormatters\Help_format_ps1xml.cs" />
<Compile Include="commands\utility\FormatAndOutput\common\DefaultFormatters\PowerShellCore_format_ps1xml.cs" />
<Compile Include="commands\utility\FormatAndOutput\common\DefaultFormatters\PowerShellTrace_format_ps1xml.cs" />
<Compile Include="commands\utility\FormatAndOutput\common\DefaultFormatters\Registry_format_ps1xml.cs" />
<Compile Include="commands\utility\FormatAndOutput\common\DefaultFormatters\WSMan_Format_ps1xml.cs" />
<Compile Include="commands\utility\FormatAndOutput\common\DisplayDatabase\commands.cs" />
<Compile Include="commands\utility\FormatAndOutput\common\DisplayDatabase\displayDescriptionData.cs" />
<Compile Include="commands\utility\FormatAndOutput\common\DisplayDatabase\displayDescriptionDataMethods.cs" />
<Compile Include="commands\utility\FormatAndOutput\common\DisplayDatabase\displayDescriptionData_Complex.cs" />
<Compile Include="commands\utility\FormatAndOutput\common\DisplayDatabase\displayDescriptionData_List.cs" />
<Compile Include="commands\utility\FormatAndOutput\common\DisplayDatabase\displayDescriptionData_Misc.cs" />
<Compile Include="commands\utility\FormatAndOutput\common\DisplayDatabase\displayDescriptionData_Table.cs" />
<Compile Include="commands\utility\FormatAndOutput\common\DisplayDatabase\displayDescriptionData_Wide.cs" />
<Compile Include="commands\utility\FormatAndOutput\common\DisplayDatabase\displayResourceManagerCache.cs" />
<Compile Include="commands\utility\FormatAndOutput\common\DisplayDatabase\FormatTable.cs" />
<Compile Include="commands\utility\FormatAndOutput\common\DisplayDatabase\typeDataManager.cs" />
<Compile Include="commands\utility\FormatAndOutput\common\DisplayDatabase\typeDataQuery.cs" />
<Compile Include="commands\utility\FormatAndOutput\common\DisplayDatabase\typeDataXmlLoader.cs" />
<Compile Include="commands\utility\FormatAndOutput\common\DisplayDatabase\typeDataXmlLoader_Complex.cs" />
<Compile Include="commands\utility\FormatAndOutput\common\DisplayDatabase\typeDataXmlLoader_List.cs" />
<Compile Include="commands\utility\FormatAndOutput\common\DisplayDatabase\typeDataXmlLoader_Table.cs" />
<Compile Include="commands\utility\FormatAndOutput\common\DisplayDatabase\typeDataXmlLoader_Views.cs" />
<Compile Include="commands\utility\FormatAndOutput\common\DisplayDatabase\typeDataXmlLoader_Wide.cs" />
<Compile Include="commands\utility\FormatAndOutput\common\DisplayDatabase\XmlLoaderBase.cs" />
<Compile Include="commands\utility\FormatAndOutput\common\FormatGroupManager.cs" />
<Compile Include="commands\utility\FormatAndOutput\common\FormatMsgCtxManager.cs" />
<Compile Include="commands\utility\FormatAndOutput\common\FormattingObjects.cs" />
<Compile Include="commands\utility\FormatAndOutput\common\FormattingObjectsDeserializer.cs" />
<Compile Include="commands\utility\FormatAndOutput\common\FormatViewGenerator.cs" />
<Compile Include="commands\utility\FormatAndOutput\common\FormatViewGenerator_Complex.cs" />
<Compile Include="commands\utility\FormatAndOutput\common\FormatViewGenerator_List.cs" />
<Compile Include="commands\utility\FormatAndOutput\common\FormatViewGenerator_Table.cs" />
<Compile Include="commands\utility\FormatAndOutput\common\FormatViewGenerator_Wide.cs" />
<Compile Include="commands\utility\FormatAndOutput\common\FormatViewManager.cs" />
<Compile Include="commands\utility\FormatAndOutput\common\FormatXMLWriter.cs" />
<Compile Include="commands\utility\FormatAndOutput\common\ILineOutput.cs" />
<Compile Include="commands\utility\FormatAndOutput\common\ListWriter.cs" />
<Compile Include="commands\utility\FormatAndOutput\common\OutputManager.cs" />
<Compile Include="commands\utility\FormatAndOutput\common\OutputQueue.cs" />
<Compile Include="commands\utility\FormatAndOutput\common\TableWriter.cs" />
<Compile Include="commands\utility\FormatAndOutput\common\Utilities\Mshexpression.cs" />
<Compile Include="commands\utility\FormatAndOutput\common\Utilities\MshObjectUtil.cs" />
<Compile Include="commands\utility\FormatAndOutput\common\Utilities\MshParameter.cs" />
<Compile Include="commands\utility\FormatAndOutput\common\Utilities\MshParameterAssociation.cs" />
<Compile Include="commands\utility\FormatAndOutput\format-default\format-default.cs" />
<Compile Include="commands\utility\FormatAndOutput\out-console\ConsoleLineOutput.cs" />
<Compile Include="commands\utility\FormatAndOutput\out-console\OutConsole.cs" />
<Compile Include="commands\utility\FormatAndOutput\out-textInterface\OutTextInterface.cs" />
<Compile Include="CoreCLR\CorePsExtensions.cs" />
<Compile Include="CoreCLR\CorePsPlatform.cs" />
<Compile Include="CoreCLR\CorePsStub.cs" />
<Compile Include="DscSupport\CimDSCParser.cs" />
<Compile Include="engine\AliasInfo.cs" />
<Compile Include="engine\ApplicationInfo.cs" />
<Compile Include="engine\ArgumentTypeConverterAttribute.cs" />
<Compile Include="engine\Attributes.cs" />
<Compile Include="engine\AutomationEngine.cs" />
<Compile Include="engine\AutomationNull.cs" />
<Compile Include="engine\ChildrenCmdletProviderInterfaces.cs" />
<Compile Include="engine\cmdlet.cs" />
<Compile Include="engine\CmdletFamilyProviderInterfaces.cs" />
<Compile Include="engine\CmdletInfo.cs" />
<Compile Include="engine\CmdletParameterBinderController.cs" />
<Compile Include="engine\CodeMethods.cs" />
<Compile Include="engine\ComInterop\ArgBuilder.cs" />
<Compile Include="engine\ComInterop\BoolArgBuilder.cs" />
<Compile Include="engine\ComInterop\BoundDispEvent.cs" />
<Compile Include="engine\ComInterop\CollectionExtensions.cs" />
<Compile Include="engine\ComInterop\ComBinder.cs" />
<Compile Include="engine\ComInterop\ComBinderHelpers.cs" />
<Compile Include="engine\ComInterop\ComClassMetaObject.cs" />
<Compile Include="engine\ComInterop\ComDispIds.cs" />
<Compile Include="engine\ComInterop\ComEventDesc.cs" />
<Compile Include="engine\ComInterop\ComEventSink.cs" />
<Compile Include="engine\ComInterop\ComEventSinkProxy.cs" />
<Compile Include="engine\ComInterop\ComEventSinksContainer.cs" />
<Compile Include="engine\ComInterop\ComFallbackMetaObject.cs" />
<Compile Include="engine\ComInterop\ComHresults.cs" />
<Compile Include="engine\ComInterop\ComInterop.cs" />
<Compile Include="engine\ComInterop\ComInvokeAction.cs" />
<Compile Include="engine\ComInterop\ComInvokeBinder.cs" />
<Compile Include="engine\ComInterop\ComMetaObject.cs" />
<Compile Include="engine\ComInterop\ComMethodDesc.cs" />
<Compile Include="engine\ComInterop\ComObject.cs" />
<Compile Include="engine\ComInterop\ComParamDesc.cs" />
<Compile Include="engine\ComInterop\ComRuntimeHelpers.cs" />
<Compile Include="engine\ComInterop\ComType.cs" />
<Compile Include="engine\ComInterop\ComTypeClassDesc.cs" />
<Compile Include="engine\ComInterop\ComTypeDesc.cs" />
<Compile Include="engine\ComInterop\ComTypeEnumDesc.cs" />
<Compile Include="engine\ComInterop\ComTypeLibDesc.cs" />
<Compile Include="engine\ComInterop\ComTypeLibInfo.cs" />
<Compile Include="engine\ComInterop\ComTypeLibMemberDesc.cs" />
<Compile Include="engine\ComInterop\ConversionArgBuilder.cs" />
<Compile Include="engine\ComInterop\ConvertArgBuilder.cs" />
<Compile Include="engine\ComInterop\ConvertibleArgBuilder.cs" />
<Compile Include="engine\ComInterop\CurrencyArgBuilder.cs" />
<Compile Include="engine\ComInterop\DateTimeArgBuilder.cs" />
<Compile Include="engine\ComInterop\DispatchArgBuilder.cs" />
<Compile Include="engine\ComInterop\DispCallable.cs" />
<Compile Include="engine\ComInterop\DispCallableMetaObject.cs" />
<Compile Include="engine\ComInterop\ErrorArgBuilder.cs" />
<Compile Include="engine\ComInterop\Errors.cs" />
<Compile Include="engine\ComInterop\ExcepInfo.cs" />
<Compile Include="engine\ComInterop\Helpers.cs" />
<Compile Include="engine\ComInterop\IDispatchComObject.cs" />
<Compile Include="engine\ComInterop\IDispatchMetaObject.cs" />
<Compile Include="engine\ComInterop\IPseudoComObject.cs" />
<Compile Include="engine\ComInterop\NullArgBuilder.cs" />
<Compile Include="engine\ComInterop\SimpleArgBuilder.cs" />
<Compile Include="engine\ComInterop\SplatCallSite.cs" />
<Compile Include="engine\ComInterop\StringArgBuilder.cs" />
<Compile Include="engine\ComInterop\TypeEnumMetaObject.cs" />
<Compile Include="engine\ComInterop\TypeLibInfoMetaObject.cs" />
<Compile Include="engine\ComInterop\TypeLibMetaObject.cs" />
<Compile Include="engine\ComInterop\TypeUtils.cs" />
<Compile Include="engine\ComInterop\UnknownArgBuilder.cs" />
<Compile Include="engine\ComInterop\VarEnumSelector.cs" />
<Compile Include="engine\ComInterop\Variant.cs" />
<Compile Include="engine\ComInterop\VariantArgBuilder.cs" />
<Compile Include="engine\ComInterop\VariantArray.cs" />
<Compile Include="engine\ComInterop\VariantBuilder.cs" />
<Compile Include="engine\CommandBase.cs" />
<Compile Include="engine\CommandCompletion\CommandCompletion.cs" />
<Compile Include="engine\CommandCompletion\CompletionAnalysis.cs" />
<Compile Include="engine\CommandCompletion\CompletionCompleters.cs" />
<Compile Include="engine\CommandCompletion\CompletionExecutionHelper.cs" />
<Compile Include="engine\CommandCompletion\CompletionResult.cs" />
<Compile Include="engine\CommandCompletion\ExtensibleCompletion.cs" />
<Compile Include="engine\CommandCompletion\PseudoParameterBinder.cs" />
<Compile Include="engine\CommandDiscovery.cs" />
<Compile Include="engine\CommandFactory.cs" />
<Compile Include="engine\CommandInfo.cs" />
<Compile Include="engine\CommandMetadata.cs" />
<Compile Include="engine\CommandParameter.cs" />
<Compile Include="engine\CommandPathSearch.cs" />
<Compile Include="engine\CommandProcessor.cs" />
<Compile Include="engine\CommandProcessorBase.cs" />
<Compile Include="engine\CommandSearcher.cs" />
<Compile Include="engine\CommonCommandParameters.cs" />
<Compile Include="engine\CompiledCommandParameter.cs" />
<Compile Include="engine\COM\ComAdapter.cs" />
<Compile Include="engine\COM\ComDispatch.cs" />
<Compile Include="engine\COM\ComInvoker.cs" />
<Compile Include="engine\COM\ComMethod.cs" />
<Compile Include="engine\COM\ComProperty.cs" />
<Compile Include="engine\COM\ComTypeInfo.cs" />
<Compile Include="engine\COM\ComUtil.cs" />
<Compile Include="engine\ConfigurationInfo.cs" />
<Compile Include="engine\ContentCmdletProviderInterfaces.cs" />
<Compile Include="engine\CoreAdapter.cs" />
<Compile Include="engine\Credential.cs" />
<Compile Include="engine\CultureVariable.cs" />
<Compile Include="engine\DataStoreAdapter.cs" />
<Compile Include="engine\DataStoreAdapterProvider.cs" />
<Compile Include="engine\debugger\Breakpoint.cs" />
<Compile Include="engine\debugger\debugger.cs" />
<Compile Include="engine\DefaultCommandRuntime.cs" />
<Compile Include="engine\DriveInterfaces.cs" />
<Compile Include="engine\DriveNames.cs" />
<Compile Include="engine\DscResourceInfo.cs" />
<Compile Include="engine\DscResourceSearcher.cs" />
<Compile Include="engine\EngineIntrinsics.cs" />
<Compile Include="engine\EnumExpressionEvaluator.cs" />
<Compile Include="engine\EnumMinimumDisambiguation.cs" />
<Compile Include="engine\ErrorPackage.cs" />
<Compile Include="engine\EventManager.cs" />
<Compile Include="engine\ExecutionContext.cs" />
<Compile Include="engine\ExtendedTypeSystemException.cs" />
<Compile Include="engine\ExternalScriptInfo.cs" />
<Compile Include="engine\ExtraAdapter.cs" />
<Compile Include="engine\FilterInfo.cs" />
<Compile Include="engine\FunctionInfo.cs" />
<Compile Include="engine\GetCommandCommand.cs" />
<Compile Include="engine\GetEvent_Types_Ps1Xml.generated.cs" />
<Compile Include="engine\hostifaces\AsyncResult.cs" />
<Compile Include="engine\hostifaces\ChoiceDescription.cs" />
<Compile Include="engine\hostifaces\Command.cs" />
<Compile Include="engine\hostifaces\Connection.cs" />
<Compile Include="engine\hostifaces\ConnectionBase.cs" />
<Compile Include="engine\hostifaces\ConnectionFactory.cs" />
<Compile Include="engine\hostifaces\DefaultHost.cs" />
<Compile Include="engine\hostifaces\FieldDescription.cs" />
<Compile Include="engine\hostifaces\History.cs" />
<Compile Include="engine\hostifaces\HostUtilities.cs" />
<Compile Include="engine\hostifaces\InformationalRecord.cs" />
<Compile Include="engine\hostifaces\InternalHost.cs" />
<Compile Include="engine\hostifaces\InternalHostRawUserInterface.cs" />
<Compile Include="engine\hostifaces\InternalHostUserInterface.cs" />
<Compile Include="engine\hostifaces\internalHostuserInterfacesecurity.cs" />
<Compile Include="engine\hostifaces\ListModifier.cs" />
<Compile Include="engine\hostifaces\LocalConnection.cs" />
<Compile Include="engine\hostifaces\LocalPipeline.cs" />
<Compile Include="engine\hostifaces\MshHost.cs" />
<Compile Include="engine\hostifaces\MshHostRawUserInterface.cs" />
<Compile Include="engine\hostifaces\MshHostUserInterface.cs" />
<Compile Include="engine\hostifaces\NativeCultureResolver.cs" />
<Compile Include="engine\hostifaces\Parameter.cs" />
<Compile Include="engine\hostifaces\Pipeline.cs" />
<Compile Include="engine\hostifaces\pipelinebase.cs" />
<Compile Include="engine\hostifaces\PowerShell.cs" />
<Compile Include="engine\hostifaces\PowerShellProcessInstance.cs" />
<Compile Include="engine\hostifaces\PSCommand.cs" />
<Compile Include="engine\hostifaces\PSDataCollection.cs" />
<Compile Include="engine\hostifaces\RunspaceInit.cs" />
<Compile Include="engine\hostifaces\RunspaceInvoke.cs" />
<Compile Include="engine\hostifaces\RunspacePool.cs" />
<Compile Include="engine\hostifaces\RunspacePoolInternal.cs" />
<Compile Include="engine\ICommandRuntime.cs" />
<Compile Include="engine\InformationRecord.cs" />
<Compile Include="engine\InitialSessionState.cs" />
<Compile Include="engine\InternalCommands.cs" />
<Compile Include="engine\interpreter\AddInstruction.cs" />
<Compile Include="engine\interpreter\ArrayOperations.cs" />
<Compile Include="engine\interpreter\BranchLabel.cs" />
<Compile Include="engine\interpreter\CallInstruction.cs" />
<Compile Include="engine\interpreter\CallInstruction.Generated.cs" />
<Compile Include="engine\interpreter\ControlFlowInstructions.cs" />
<Compile Include="engine\interpreter\DivInstruction.cs" />
<Compile Include="engine\interpreter\DynamicInstructionN.cs" />
<Compile Include="engine\interpreter\DynamicInstructions.Generated.cs" />
<Compile Include="engine\interpreter\DynamicSplatInstruction.cs" />
<Compile Include="engine\interpreter\EqualInstruction.cs" />
<Compile Include="engine\interpreter\FieldOperations.cs" />
<Compile Include="engine\interpreter\GreaterThanInstruction.cs" />
<Compile Include="engine\interpreter\ILightCallSiteBinder.cs" />
<Compile Include="engine\interpreter\Instruction.cs" />
<Compile Include="engine\interpreter\InstructionFactory.cs" />
<Compile Include="engine\interpreter\InstructionList.cs" />
<Compile Include="engine\interpreter\InterpretedFrame.cs" />
<Compile Include="engine\interpreter\Interpreter.cs" />
<Compile Include="engine\interpreter\LabelInfo.cs" />
<Compile Include="engine\interpreter\LessThanInstruction.cs" />
<Compile Include="engine\interpreter\LightCompiler.cs" />
<Compile Include="engine\interpreter\LightDelegateCreator.cs" />
<Compile Include="engine\interpreter\LightLambda.cs" />
<Compile Include="engine\interpreter\LightLambda.Generated.cs" />
<Compile Include="engine\interpreter\LightLambdaClosureVisitor.cs" />
<Compile Include="engine\interpreter\LocalAccess.cs" />
<Compile Include="engine\interpreter\LocalVariables.cs" />
<Compile Include="engine\interpreter\LoopCompiler.cs" />
<Compile Include="engine\interpreter\MulInstruction.cs" />
<Compile Include="engine\interpreter\NotEqualInstruction.cs" />
<Compile Include="engine\interpreter\NumericConvertInstruction.cs" />
<Compile Include="engine\interpreter\PowerShellInstructions.cs" />
<Compile Include="engine\interpreter\RuntimeVariables.cs" />
<Compile Include="engine\interpreter\StackOperations.cs" />
<Compile Include="engine\interpreter\SubInstruction.cs" />
<Compile Include="engine\interpreter\TypeOperations.cs" />
<Compile Include="engine\interpreter\Utilities.cs" />
<Compile Include="engine\InvocationInfo.cs" />
<Compile Include="engine\ItemCmdletProviderInterfaces.cs" />
<Compile Include="engine\LanguagePrimitives.cs" />
<Compile Include="engine\lang\codegen.cs" />
<Compile Include="engine\lang\interface\PSParseError.cs" />
<Compile Include="engine\lang\interface\PSParser.cs" />
<Compile Include="engine\lang\interface\PSToken.cs" />
<Compile Include="engine\lang\parserutils.cs" />
<Compile Include="engine\lang\scriptblock.cs" />
<Compile Include="engine\ManagementObjectAdapter.cs" />
<Compile Include="engine\MergedCommandParameterMetadata.cs" />
<Compile Include="engine\MinishellParameterBinderController.cs" />
<Compile Include="engine\Modules\AnalysisCache.cs" />
<Compile Include="engine\Modules\ExportModuleMemberCommand.cs" />
<Compile Include="engine\Modules\GetModuleCommand.cs" />
<Compile Include="engine\Modules\ImportModuleCommand.cs" />
<Compile Include="engine\Modules\ModuleCmdletBase.cs" />
<Compile Include="engine\Modules\ModuleIntrinsics.cs" />
<Compile Include="engine\Modules\ModuleSpecification.cs" />
<Compile Include="engine\Modules\ModuleUtils.cs" />
<Compile Include="engine\Modules\NewModuleCommand.cs" />
<Compile Include="engine\Modules\NewModuleManifestCommand.cs" />
<Compile Include="engine\Modules\PSModuleInfo.cs" />
<Compile Include="engine\Modules\RemoteDiscoveryHelper.cs" />
<Compile Include="engine\Modules\RemoveModuleCommand.cs" />
<Compile Include="engine\Modules\ScriptAnalysis.cs" />
<Compile Include="engine\Modules\TestModuleManifestCommand.cs" />
<Compile Include="engine\MshCmdlet.cs" />
<Compile Include="engine\MshCommandRuntime.cs" />
<Compile Include="engine\MshMemberInfo.cs" />
<Compile Include="engine\MshObject.cs" />
<Compile Include="engine\MshObjectTypeDescriptor.cs" />
<Compile Include="engine\MshReference.cs" />
<Compile Include="engine\MshSecurityException.cs" />
<Compile Include="engine\MshSnapinQualifiedName.cs" />
<Compile Include="engine\NativeCommand.cs" />
<Compile Include="engine\NativeCommandParameterBinder.cs" />
<Compile Include="engine\NativeCommandParameterBinderController.cs" />
<Compile Include="engine\NativeCommandProcessor.cs" />
<Compile Include="engine\NullString.cs" />
<Compile Include="engine\ObjectEventRegistrationBase.cs" />
<Compile Include="engine\ParameterBinderBase.cs" />
<Compile Include="engine\ParameterBinderController.cs" />
<Compile Include="engine\ParameterInfo.cs" />
<Compile Include="engine\ParameterSetInfo.cs" />
<Compile Include="engine\ParameterSetPromptingData.cs" />
<Compile Include="engine\ParameterSetSpecificMetadata.cs" />
<Compile Include="engine\parser\ast.cs" />
<Compile Include="engine\parser\AstVisitor.cs" />
<Compile Include="engine\parser\CharTraits.cs" />
<Compile Include="engine\parser\Compiler.cs" />
<Compile Include="engine\parser\ConstantValues.cs" />
<Compile Include="engine\parser\DebugViewWriter.cs" />
<Compile Include="engine\parser\FusionAssemblyIdentity.cs" />
<Compile Include="engine\parser\GlobalAssemblyCache.cs" />
<Compile Include="engine\parser\Parser.cs" />
<Compile Include="engine\parser\Position.cs" />
<Compile Include="engine\parser\PreOrderVisitor.cs" />
<Compile Include="engine\parser\PSType.cs" />
<Compile Include="engine\parser\SafeValues.cs" />
<Compile Include="engine\parser\SemanticChecks.cs" />
<Compile Include="engine\parser\SymbolResolver.cs" />
<Compile Include="engine\parser\token.cs" />
<Compile Include="engine\parser\tokenizer.cs" />
<Compile Include="engine\parser\TypeResolver.cs" />
<Compile Include="engine\parser\VariableAnalysis.cs" />
<Compile Include="engine\PathInterfaces.cs" />
<Compile Include="engine\Pipe.cs" />
<Compile Include="engine\pipeline.cs" />
<Compile Include="engine\PositionalCommandParameter.cs" />
<Compile Include="engine\ProgressRecord.cs" />
<Compile Include="engine\PropertyCmdletProviderInterfaces.cs" />
<Compile Include="engine\ProviderInterfaces.cs" />
<Compile Include="engine\ProviderNames.cs" />
<Compile Include="engine\ProxyCommand.cs" />
<Compile Include="engine\PSClassInfo.cs" />
<Compile Include="engine\PSClassSearcher.cs" />
<Compile Include="engine\PseudoParameterBinder.cs" />
<Compile Include="engine\PseudoParameters.cs" />
<Compile Include="engine\PSMI\PSNegotiationData.cs" />
<Compile Include="engine\PSMI\PSPowerShellPipeline.cs" />
<Compile Include="engine\PSMI\Serialization\InternalMISerializer.cs" />
<Compile Include="engine\PSMI\Serialization\KnownMITypes.cs" />
<Compile Include="engine\PSMI\Serialization\MISerializer.cs" />
<Compile Include="engine\PSMI\Serialization\MITypeSerializationInfo.cs" />
<Compile Include="engine\PSMI\Serialization\PSMISerializer.cs" />
<Compile Include="engine\PSVersionInfo.cs" />
<Compile Include="engine\QuestionMarkVariable.cs" />
<Compile Include="engine\ReflectionParameterBinder.cs" />
<Compile Include="engine\regex.cs" />
<Compile Include="engine\remoting\client\ClientMethodExecutor.cs" />
<Compile Include="engine\remoting\client\ClientRemotePowerShell.cs" />
<Compile Include="engine\remoting\client\clientremotesession.cs" />
<Compile Include="engine\remoting\client\clientremotesessionprotocolstatemachine.cs" />
<Compile Include="engine\remoting\client\Job.cs" />
<Compile Include="engine\remoting\client\Job2.cs" />
<Compile Include="engine\remoting\client\JobManager.cs" />
<Compile Include="engine\remoting\client\JobSourceAdapter.cs" />
<Compile Include="engine\remoting\client\PowerShellStreams.cs" />
<Compile Include="engine\remoting\client\PSProxyJob.cs" />
<Compile Include="engine\remoting\client\remotepipeline.cs" />
<Compile Include="engine\remoting\client\remoterunspace.cs" />
<Compile Include="engine\remoting\client\remoterunspaceinfo.cs" />
<Compile Include="engine\remoting\client\RemoteRunspacePoolInternal.cs" />
<Compile Include="engine\remoting\client\RemotingErrorRecord.cs" />
<Compile Include="engine\remoting\client\remotingprotocol.cs" />
<Compile Include="engine\remoting\client\RemotingProtocol2.cs" />
<Compile Include="engine\remoting\client\remotingprotocolimplementation.cs" />
<Compile Include="engine\remoting\client\RunspaceRef.cs" />
<Compile Include="engine\remoting\client\ThrottlingJob.cs" />
<Compile Include="engine\remoting\commands\ConnectPSSession.cs" />
<Compile Include="engine\remoting\commands\CustomShellCommands.cs" />
<Compile Include="engine\remoting\commands\DebugJob.cs" />
<Compile Include="engine\remoting\commands\DisconnectPSSession.cs" />
<Compile Include="engine\remoting\commands\EnterPSHostProcessCommand.cs" />
<Compile Include="engine\remoting\commands\GetJob.cs" />
<Compile Include="engine\remoting\commands\getrunspacecommand.cs" />
<Compile Include="engine\remoting\commands\InvokeCommandCommand.cs" />
<Compile Include="engine\remoting\commands\JobRepository.cs" />
<Compile Include="engine\remoting\commands\NewPSSessionConfigurationFile.cs" />
<Compile Include="engine\remoting\commands\NewPSSessionConfigurationOptionCommand.cs" />
<Compile Include="engine\remoting\commands\NewPSSessionOptionCommand.cs" />
<Compile Include="engine\remoting\commands\newrunspacecommand.cs" />
<Compile Include="engine\remoting\commands\PopRunspaceCommand.cs" />
<Compile Include="engine\remoting\commands\PSRemotingCmdlet.cs" />
<Compile Include="engine\remoting\commands\PushRunspaceCommand.cs" />
<Compile Include="engine\remoting\commands\ReceiveJob.cs" />
<Compile Include="engine\remoting\commands\ReceivePSSession.cs" />
<Compile Include="engine\remoting\commands\remotingcommandutil.cs" />
<Compile Include="engine\remoting\commands\RemoveJob.cs" />
<Compile Include="engine\remoting\commands\removerunspacecommand.cs" />
<Compile Include="engine\remoting\commands\ResumeJob.cs" />
<Compile Include="engine\remoting\commands\runspacerepository.cs" />
<Compile Include="engine\remoting\commands\StartJob.cs" />
<Compile Include="engine\remoting\commands\StopJob.cs" />
<Compile Include="engine\remoting\commands\SuspendJob.cs" />
<Compile Include="engine\remoting\commands\TestPSSessionConfigurationFile.cs" />
<Compile Include="engine\remoting\commands\WaitJob.cs" />
<Compile Include="engine\remoting\common\AsyncObject.cs" />
<Compile Include="engine\remoting\common\DispatchTable.cs" />
<Compile Include="engine\remoting\common\fragmentor.cs" />
<Compile Include="engine\remoting\common\Indexer.cs" />
<Compile Include="engine\remoting\common\misc.cs" />
<Compile Include="engine\remoting\common\ObjectRef.cs" />
<Compile Include="engine\remoting\common\PSETWTracer.cs" />
<Compile Include="engine\remoting\common\PSSessionConfigurationTypeOption.cs" />
<Compile Include="engine\remoting\common\psstreamobject.cs" />
<Compile Include="engine\remoting\common\remotesession.cs" />
<Compile Include="engine\remoting\common\RemoteSessionHyperVSocket.cs" />
<Compile Include="engine\remoting\common\RemoteSessionNamedPipe.cs" />
<Compile Include="engine\remoting\common\remotingexceptions.cs" />
<Compile Include="engine\remoting\common\RunspaceConnectionInfo.cs" />
<Compile Include="engine\remoting\common\RunspaceInitInfo.cs" />
<Compile Include="engine\remoting\common\RunspacePoolStateInfo.cs" />
<Compile Include="engine\remoting\common\throttlemanager.cs" />
<Compile Include="engine\remoting\common\WireDataFormat\EncodeAndDecode.cs" />
<Compile Include="engine\remoting\common\WireDataFormat\RemoteHost.cs" />
<Compile Include="engine\remoting\common\WireDataFormat\RemoteHostEncoder.cs" />
<Compile Include="engine\remoting\common\WireDataFormat\RemoteSessionCapability.cs" />
<Compile Include="engine\remoting\common\WireDataFormat\RemotingDataObject.cs" />
<Compile Include="engine\remoting\fanin\BaseTransportManager.cs" />
<Compile Include="engine\remoting\fanin\InitialSessionStateProvider.cs" />
<Compile Include="engine\remoting\fanin\OutOfProcTransportManager.cs" />
<Compile Include="engine\remoting\fanin\PriorityCollection.cs" />
<Compile Include="engine\remoting\fanin\PSPrincipal.cs" />
<Compile Include="engine\remoting\fanin\PSSessionConfigurationData.cs" />
<Compile Include="engine\remoting\fanin\WSManNativeAPI.cs" />
<Compile Include="engine\remoting\fanin\WSManPlugin.cs" />
<Compile Include="engine\remoting\fanin\WSManPluginFacade.cs" />
<Compile Include="engine\remoting\fanin\WSManPluginShellSession.cs" />
<Compile Include="engine\remoting\fanin\WSManPluginTransportManager.cs" />
<Compile Include="engine\remoting\fanin\WSManTransportManager.cs" />
<Compile Include="engine\remoting\host\RemoteHostMethodInfo.cs" />
<Compile Include="engine\remoting\server\OutOfProcServerMediator.cs" />
<Compile Include="engine\remoting\server\ServerMethodExecutor.cs" />
<Compile Include="engine\remoting\server\ServerPowerShellDriver.cs" />
<Compile Include="engine\remoting\server\ServerRemoteHost.cs" />
<Compile Include="engine\remoting\server\ServerRemoteHostRawUserInterface.cs" />
<Compile Include="engine\remoting\server\ServerRemoteHostUserInterface.cs" />
<Compile Include="engine\remoting\server\serverremotesession.cs" />
<Compile Include="engine\remoting\server\serverremotesessionstatemachine.cs" />
<Compile Include="engine\remoting\server\serverremotingprotocol.cs" />
<Compile Include="engine\remoting\server\ServerRemotingProtocol2.cs" />
<Compile Include="engine\remoting\server\serverremotingprotocolimplementation.cs" />
<Compile Include="engine\remoting\server\ServerRunspacePoolDriver.cs" />
<Compile Include="engine\remoting\server\ServerSteppablePipelineDriver.cs" />
<Compile Include="engine\remoting\server\ServerSteppablePipelineSubscriber.cs" />
<Compile Include="engine\remoting\server\WSManChannelEvents.cs" />
<Compile Include="engine\runtime\Binding\Binders.cs" />
<Compile Include="engine\runtime\CompiledScriptBlock.cs" />
<Compile Include="engine\runtime\MutableTuple.cs" />
<Compile Include="engine\runtime\Operations\ArrayOps.cs" />
<Compile Include="engine\runtime\Operations\ClassOps.cs" />
<Compile Include="engine\runtime\Operations\MiscOps.cs" />
<Compile Include="engine\runtime\Operations\NumericOps.cs" />
<Compile Include="engine\runtime\Operations\StringOps.cs" />
<Compile Include="engine\runtime\Operations\VariableOps.cs" />
<Compile Include="engine\runtime\ScriptBlockToPowerShell.cs" />
<Compile Include="engine\ScopedItemSearcher.cs" />
<Compile Include="engine\ScriptCommand.cs" />
<Compile Include="engine\ScriptCommandProcessor.cs" />
<Compile Include="engine\ScriptInfo.cs" />
<Compile Include="engine\scriptparameterbinder.cs" />
<Compile Include="engine\scriptparameterbindercontroller.cs" />
<Compile Include="engine\SecurityDescriptorCmdletProviderInterfaces.cs" />
<Compile Include="engine\SecurityManagerBase.cs" />
<Compile Include="engine\serialization.cs" />
<Compile Include="engine\SerializationStrings.cs" />
<Compile Include="engine\SessionState.cs" />
<Compile Include="engine\SessionStateAliasAPIs.cs" />
<Compile Include="engine\SessionStateCapacityVariable.cs" />
<Compile Include="engine\SessionStateCmdletAPIs.cs" />
<Compile Include="engine\SessionStateContainer.cs" />
<Compile Include="engine\SessionStateContent.cs" />
<Compile Include="engine\SessionStateDriveAPIs.cs" />
<Compile Include="engine\SessionStateDynamicProperty.cs" />
<Compile Include="engine\SessionStateFunctionAPIs.cs" />
<Compile Include="engine\SessionStateItem.cs" />
<Compile Include="engine\SessionStateLocationAPIs.cs" />
<Compile Include="engine\SessionStateNavigation.cs" />
<Compile Include="engine\SessionStateProperty.cs" />
<Compile Include="engine\SessionStateProviderAPIs.cs" />
<Compile Include="engine\SessionStatePublic.cs" />
<Compile Include="engine\SessionStateScope.cs" />
<Compile Include="engine\SessionStateScopeAPIs.cs" />
<Compile Include="engine\SessionStateScopeEnumerator.cs" />
<Compile Include="engine\SessionStateSecurityDescriptorInterface.cs" />
<Compile Include="engine\SessionStateStrings.cs" />
<Compile Include="engine\SessionStateUtils.cs" />
<Compile Include="engine\SessionStateVariableAPIs.cs" />
<Compile Include="engine\ShellVariable.cs" />
<Compile Include="engine\SpecialVariables.cs" />
<Compile Include="engine\ThirdPartyAdapter.cs" />
<Compile Include="engine\TransactedString.cs" />
<Compile Include="engine\TransactionManager.cs" />
<Compile Include="engine\TypeMetadata.cs" />
<Compile Include="engine\TypesV3_Ps1Xml.generated.cs" />
<Compile Include="engine\Types_Ps1Xml.generated.cs" />
<Compile Include="engine\TypeTable.cs" />
<Compile Include="engine\UserFeedbackParameters.cs" />
<Compile Include="engine\Utils.cs" />
<Compile Include="engine\VariableAttributeCollection.cs" />
<Compile Include="engine\VariableInterfaces.cs" />
<Compile Include="engine\VariablePath.cs" />
<Compile Include="engine\WinRT\IInspectable.cs" />
<Compile Include="engine\WorkflowInfo.cs" />
<Compile Include="gen\Authenticode.cs" />
<Compile Include="gen\AuthorizationManagerBase.cs" />
<Compile Include="gen\AutomationExceptions.cs" />
<Compile Include="gen\CimInstanceTypeAdapterResources.cs" />
<Compile Include="gen\CmdletizationCoreResources.cs" />
<Compile Include="gen\CommandBaseStrings.cs" />
<Compile Include="gen\ConsoleInfoErrorStrings.cs" />
<Compile Include="gen\CoreClrStubResources.cs" />
<Compile Include="gen\CoreMshSnapinResources.cs" />
<Compile Include="gen\Credential.cs" />
<Compile Include="gen\CredentialAttributeStrings.cs" />
<Compile Include="gen\CredUI.cs" />
<Compile Include="gen\DebuggerStrings.cs" />
<Compile Include="gen\DescriptionsStrings.cs" />
<Compile Include="gen\DiscoveryExceptions.cs" />
<Compile Include="gen\EnumExpressionEvaluatorStrings.cs" />
<Compile Include="gen\ErrorCategoryStrings.cs" />
<Compile Include="gen\ErrorPackage.cs" />
<Compile Include="gen\ErrorPackageRemoting.cs" />
<Compile Include="gen\EtwLoggingStrings.cs" />
<Compile Include="gen\EventingResources.cs" />
<Compile Include="gen\ExtendedTypeSystem.cs" />
<Compile Include="gen\FileSystemProviderStrings.cs" />
<Compile Include="gen\FormatAndOutXmlLoadingStrings.cs" />
<Compile Include="gen\FormatAndOut_format_xxx.cs" />
<Compile Include="gen\FormatAndOut_MshParameter.cs" />
<Compile Include="gen\FormatAndOut_out_xxx.cs" />
<Compile Include="gen\GetErrorText.cs" />
<Compile Include="gen\HelpDisplayStrings.cs" />
<Compile Include="gen\HelpErrors.cs" />
<Compile Include="gen\HistoryStrings.cs" />
<Compile Include="gen\HostInterfaceExceptionsStrings.cs" />
<Compile Include="gen\InternalCommandStrings.cs" />
<Compile Include="gen\InternalHostStrings.cs" />
<Compile Include="gen\InternalHostUserInterfaceStrings.cs" />
<Compile Include="gen\Logging.cs" />
<Compile Include="gen\Metadata.cs" />
<Compile Include="gen\MiniShellErrors.cs" />
<Compile Include="gen\Modules.cs" />
<Compile Include="gen\MshHostRawUserInterfaceStrings.cs" />
<Compile Include="gen\MshSignature.cs" />
<Compile Include="gen\MshSnapInCmdletResources.cs" />
<Compile Include="gen\MshSnapinInfo.cs" />
<Compile Include="gen\NativeCP.cs" />
<Compile Include="gen\ParameterBinderStrings.cs" />
<Compile Include="gen\ParserStrings.cs" />
<Compile Include="gen\PathUtilsStrings.cs" />
<Compile Include="gen\PipelineStrings.cs" />
<Compile Include="gen\PowerShellStrings.cs" />
<Compile Include="gen\ProgressRecordStrings.cs" />
<Compile Include="gen\ProviderBaseSecurity.cs" />
<Compile Include="gen\ProxyCommandStrings.cs" />
<Compile Include="gen\PSCommandStrings.cs" />
<Compile Include="gen\PSDataBufferStrings.cs" />
<Compile Include="gen\PSListModifierStrings.cs" />
<Compile Include="gen\RegistryProviderStrings.cs" />
<Compile Include="gen\RemotingErrorIdStrings.cs" />
<Compile Include="gen\RunspaceInit.cs" />
<Compile Include="gen\RunspacePoolStrings.cs" />
<Compile Include="gen\RunspaceStrings.cs" />
<Compile Include="gen\SecuritySupportStrings.cs" />
<Compile Include="gen\Serialization.cs" />
<Compile Include="gen\SessionStateProviderBaseStrings.cs" />
<Compile Include="gen\SessionStateStrings.cs" />
<Compile Include="gen\SuggestionStrings.cs" />
<Compile Include="gen\TabCompletionStrings.cs" />
<Compile Include="gen\TransactionStrings.cs" />
<Compile Include="gen\TypesXmlStrings.cs" />
<Compile Include="gen\WildcardPatternStrings.cs" />
<Compile Include="help\AliasHelpInfo.cs" />
<Compile Include="help\AliasHelpProvider.cs" />
<Compile Include="help\BaseCommandHelpInfo.cs" />
<Compile Include="help\CabinetAPI.cs" />
<Compile Include="help\CabinetNativeApi.cs" />
<Compile Include="help\CommandHelpProvider.cs" />
<Compile Include="help\DefaultCommandHelpObjectBuilder.cs" />
<Compile Include="help\DefaultHelpProvider.cs" />
<Compile Include="help\DscResourceHelpProvider.cs" />
<Compile Include="help\FaqHelpInfo.cs" />
<Compile Include="help\FaqHelpProvider.cs" />
<Compile Include="help\GeneralHelpInfo.cs" />
<Compile Include="help\GeneralHelpProvider.cs" />
<Compile Include="help\GlossaryHelpInfo.cs" />
<Compile Include="help\GlossaryHelpProvider.cs" />
<Compile Include="help\HelpCategoryInvalidException.cs" />
<Compile Include="help\HelpCommands.cs" />
<Compile Include="help\HelpCommentsParser.cs" />
<Compile Include="help\HelpErrorTracer.cs" />
<Compile Include="help\HelpFileHelpInfo.cs" />
<Compile Include="help\HelpFileHelpProvider.cs" />
<Compile Include="help\HelpInfo.cs" />
<Compile Include="help\HelpNotFoundException.cs" />
<Compile Include="help\HelpProvider.cs" />
<Compile Include="help\HelpProviderWithCache.cs" />
<Compile Include="help\HelpProviderWithFullCache.cs" />
<Compile Include="help\HelpRequest.cs" />
<Compile Include="help\HelpSystem.cs" />
<Compile Include="help\MamlClassHelpInfo.cs" />
<Compile Include="help\MamlCommandHelpInfo.cs" />
<Compile Include="help\MamlNode.cs" />
<Compile Include="help\MamlUtil.cs" />
<Compile Include="help\MUIFileSearcher.cs" />
<Compile Include="help\ProviderCommandHelpInfo.cs" />
<Compile Include="help\ProviderContext.cs" />
<Compile Include="help\ProviderHelpInfo.cs" />
<Compile Include="help\ProviderHelpProvider.cs" />
<Compile Include="help\PSClassHelpProvider.cs" />
<Compile Include="help\RemoteHelpInfo.cs" />
<Compile Include="help\SaveHelpCommand.cs" />
<Compile Include="help\ScriptCommandHelpProvider.cs" />
<Compile Include="help\SyntaxHelpInfo.cs" />
<Compile Include="help\UpdatableHelpCommandBase.cs" />
<Compile Include="help\UpdatableHelpInfo.cs" />
<Compile Include="help\UpdatableHelpModuleInfo.cs" />
<Compile Include="help\UpdatableHelpSystem.cs" />
<Compile Include="help\UpdatableHelpUri.cs" />
<Compile Include="help\UpdateHelpCommand.cs" />
<Compile Include="logging\eventlog\EventLogLogProvider.cs" />
<Compile Include="logging\LogContext.cs" />
<Compile Include="logging\LogProvider.cs" />
<Compile Include="logging\MshLog.cs" />
<Compile Include="minishell\api\FormatAndTypeDataHelper.cs" />
<Compile Include="minishell\api\RunspaceConfiguration.cs" />
<Compile Include="minishell\api\RunspaceConfigurationAttributeException.cs" />
<Compile Include="minishell\api\RunspaceConfigurationEntry.cs" />
<Compile Include="minishell\api\RunspaceConfigurationEntryCollection.cs" />
<Compile Include="minishell\api\RunspaceConfigurationHelper.cs" />
<Compile Include="minishell\api\RunspaceConfigurationTypeAttribute.cs" />
<Compile Include="minishell\api\RunspaceConfigurationTypeException.cs" />
<Compile Include="namespaces\AliasProvider.cs" />
<Compile Include="namespaces\Buffer.cs" />
<Compile Include="namespaces\ContainerProviderBase.cs" />
<Compile Include="namespaces\CoreCommandContext.cs" />
<Compile Include="namespaces\DriveProviderBase.cs" />
<Compile Include="namespaces\EnvironmentProvider.cs" />
<Compile Include="namespaces\FileSystemContentStream.cs" />
<Compile Include="namespaces\FileSystemProvider.cs" />
<Compile Include="namespaces\FileSystemSecurity.cs" />
<Compile Include="namespaces\FunctionProvider.cs" />
<Compile Include="namespaces\IContentProvider.cs" />
<Compile Include="namespaces\IContentReader.cs" />
<Compile Include="namespaces\IContentWriter.cs" />
<Compile Include="namespaces\IDynamicPropertyProvider.cs" />
<Compile Include="namespaces\IPermissionProvider.cs" />
<Compile Include="namespaces\IPropertiesProvider.cs" />
<Compile Include="namespaces\ItemProviderBase.cs" />
<Compile Include="namespaces\LocationGlobber.cs" />
<Compile Include="namespaces\NavigationProviderBase.cs" />
<Compile Include="namespaces\PathInfo.cs" />
<Compile Include="namespaces\ProviderBase.cs" />
<Compile Include="namespaces\ProviderBaseSecurity.cs" />
<Compile Include="namespaces\ProviderDeclarationAttribute.cs" />
<Compile Include="namespaces\RegistryProvider.cs" />
<Compile Include="namespaces\RegistrySecurity.cs" />
<Compile Include="namespaces\RegistryWrapper.cs" />
<Compile Include="namespaces\SafeRegistryHandle.cs" />
<Compile Include="namespaces\SafeTransactionHandle.cs" />
<Compile Include="namespaces\SessionStateProviderBase.cs" />
<Compile Include="namespaces\StackInfo.cs" />
<Compile Include="namespaces\TransactedRegistry.cs" />
<Compile Include="namespaces\TransactedRegistryKey.cs" />
<Compile Include="namespaces\TransactedRegistrySecurity.cs" />
<Compile Include="namespaces\VariableProvider.cs" />
<Compile Include="namespaces\Win32Native.cs" />
<Compile Include="security\Authenticode.cs" />
<Compile Include="security\CredentialParameter.cs" />
<Compile Include="security\MshSignature.cs" />
<Compile Include="security\nativeMethods.cs" />
<Compile Include="security\SecureStringHelper.cs" />
<Compile Include="security\SecurityManager.cs" />
<Compile Include="security\SecuritySupport.cs" />
<Compile Include="security\wldpNativeMethods.cs" />
<Compile Include="singleshell\Commands\ConsoleCommands.cs" />
<Compile Include="singleshell\Commands\MshSnapinCommands.cs" />
<Compile Include="singleshell\config\MshConsoleInfo.cs" />
<Compile Include="singleshell\config\MshConsoleLoadException.cs" />
<Compile Include="singleshell\config\MshSnapinInfo.cs" />
<Compile Include="singleshell\config\MshSnapinLoadException.cs" />
<Compile Include="singleshell\config\RegistryStringResourceIndirect.cs" />
<Compile Include="singleshell\config\RunspaceConfigForSingleShell.cs" />
<Compile Include="singleshell\installer\CustomMshSnapin.cs" />
<Compile Include="singleshell\installer\MshCoreMshSnapin.cs" />
<Compile Include="singleshell\installer\MshInstaller.cs" />
<Compile Include="singleshell\installer\MshSnapin.cs" />
<Compile Include="singleshell\installer\MshSnapinInstaller.cs" />
<Compile Include="utils\ArchitectureSensitiveAttribute.cs" />
<Compile Include="utils\assert.cs" />
<Compile Include="utils\BackgroundDispatcher.cs" />
<Compile Include="utils\ClrFacade.cs" />
<Compile Include="utils\CommandDiscoveryExceptions.cs" />
<Compile Include="utils\CommandProcessorExceptions.cs" />
<Compile Include="utils\CoreProviderCmdlets.cs" />
<Compile Include="utils\CryptoUtils.cs" />
<Compile Include="utils\ExecutionExceptions.cs" />
<Compile Include="utils\ExtensionMethods.cs" />
<Compile Include="utils\GraphicalHostReflectionWrapper.cs" />
<Compile Include="utils\HostInterfacesExceptions.cs" />
<Compile Include="utils\IObjectReader.cs" />
<Compile Include="utils\IObjectWriter.cs" />
<Compile Include="utils\MetadataExceptions.cs" />
<Compile Include="utils\MshArgumentException.cs" />
<Compile Include="utils\MshArgumentNullException.cs" />
<Compile Include="utils\MshArgumentOutOfRangeException.cs" />
<Compile Include="utils\MshInvalidOperationException.cs" />
<Compile Include="utils\MshNotImplementedException.cs" />
<Compile Include="utils\MshNotSupportedException.cs" />
<Compile Include="utils\MshObjectDisposedException.cs" />
<Compile Include="utils\MshTraceSource.cs" />
<Compile Include="utils\ObjectReader.cs" />
<Compile Include="utils\ObjectStream.cs" />
<Compile Include="utils\ObjectWriter.cs" />
<Compile Include="utils\ParameterBinderExceptions.cs" />
<Compile Include="utils\ParserException.cs" />
<Compile Include="utils\PathUtils.cs" />
<Compile Include="utils\perfCounters\CounterSetInstanceBase.cs" />
<Compile Include="utils\perfCounters\CounterSetRegistrarBase.cs" />
<Compile Include="utils\perfCounters\PSPerfCountersMgr.cs" />
<Compile Include="utils\PInvokeDllNames.cs" />
<Compile Include="utils\PlatformInvokes.cs" />
<Compile Include="utils\PowerShellETWTracer.cs" />
<Compile Include="utils\PSTelemetryMethods.cs" />
<Compile Include="utils\PSTelemetryWrapper.cs" />
<Compile Include="utils\PsUtils.cs" />
<Compile Include="utils\ResourceManagerCache.cs" />
<Compile Include="utils\RuntimeException.cs" />
<Compile Include="utils\SessionStateExceptions.cs" />
<Compile Include="utils\StringUtil.cs" />
<Compile Include="utils\StructuredTraceSource.cs" />
<Compile Include="utils\tracing\EtwActivity.cs" />
<Compile Include="utils\tracing\EtwActivityReverter.cs" />
<Compile Include="utils\tracing\EtwActivityReverterMethodInvoker.cs" />
<Compile Include="utils\tracing\EtwEventCorrelator.cs" />
<Compile Include="utils\tracing\IMethodInvoker.cs" />
<Compile Include="utils\tracing\PSEtwLog.cs" />
<Compile Include="utils\tracing\PSEtwLogProvider.cs" />
<Compile Include="utils\tracing\Tracing.cs" />
<Compile Include="utils\tracing\TracingGen.cs" />
<Compile Include="utils\Verbs.cs" />
<Compile Include="utils\WindowsErrorReporting.cs" />
</ItemGroup>
<ItemGroup>
<None Include="map.json" />
<None Include="project.json" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="resources\Authenticode.resx" />
<EmbeddedResource Include="resources\AuthorizationManagerBase.resx" />
<EmbeddedResource Include="resources\AutomationExceptions.resx" />
<EmbeddedResource Include="resources\CimInstanceTypeAdapterResources.resx" />
<EmbeddedResource Include="resources\CmdletizationCoreResources.resx" />
<EmbeddedResource Include="resources\CommandBaseStrings.resx" />
<EmbeddedResource Include="resources\ConsoleInfoErrorStrings.resx" />
<EmbeddedResource Include="resources\CoreClrStubResources.resx" />
<EmbeddedResource Include="resources\CoreMshSnapinResources.resx" />
<EmbeddedResource Include="resources\Credential.resx" />
<EmbeddedResource Include="resources\CredentialAttributeStrings.resx" />
<EmbeddedResource Include="resources\CredUI.resx" />
<EmbeddedResource Include="resources\DebuggerStrings.resx" />
<EmbeddedResource Include="resources\DescriptionsStrings.resx" />
<EmbeddedResource Include="resources\DiscoveryExceptions.resx" />
<EmbeddedResource Include="resources\EnumExpressionEvaluatorStrings.resx" />
<EmbeddedResource Include="resources\ErrorCategoryStrings.resx" />
<EmbeddedResource Include="resources\ErrorPackage.resx" />
<EmbeddedResource Include="resources\ErrorPackageRemoting.resx" />
<EmbeddedResource Include="resources\EtwLoggingStrings.resx" />
<EmbeddedResource Include="resources\EventingResources.resx" />
<EmbeddedResource Include="resources\ExtendedTypeSystem.resx" />
<EmbeddedResource Include="resources\FileSystemProviderStrings.resx" />
<EmbeddedResource Include="resources\FormatAndOutXmlLoadingStrings.resx" />
<EmbeddedResource Include="resources\FormatAndOut_format_xxx.resx" />
<EmbeddedResource Include="resources\FormatAndOut_MshParameter.resx" />
<EmbeddedResource Include="resources\FormatAndOut_out_xxx.resx" />
<EmbeddedResource Include="resources\GetErrorText.resx" />
<EmbeddedResource Include="resources\HelpDisplayStrings.resx" />
<EmbeddedResource Include="resources\HelpErrors.resx" />
<EmbeddedResource Include="resources\HistoryStrings.resx" />
<EmbeddedResource Include="resources\HostInterfaceExceptionsStrings.resx" />
<EmbeddedResource Include="resources\InternalCommandStrings.resx" />
<EmbeddedResource Include="resources\InternalHostStrings.resx" />
<EmbeddedResource Include="resources\InternalHostUserInterfaceStrings.resx" />
<EmbeddedResource Include="resources\Logging.resx" />
<EmbeddedResource Include="resources\Metadata.resx" />
<EmbeddedResource Include="resources\MiniShellErrors.resx" />
<EmbeddedResource Include="resources\Modules.resx" />
<EmbeddedResource Include="resources\MshHostRawUserInterfaceStrings.resx" />
<EmbeddedResource Include="resources\MshSignature.resx" />
<EmbeddedResource Include="resources\MshSnapInCmdletResources.resx" />
<EmbeddedResource Include="resources\MshSnapinInfo.resx" />
<EmbeddedResource Include="resources\NativeCP.resx" />
<EmbeddedResource Include="resources\ParameterBinderStrings.resx" />
<EmbeddedResource Include="resources\ParserStrings.resx" />
<EmbeddedResource Include="resources\PathUtilsStrings.resx" />
<EmbeddedResource Include="resources\PipelineStrings.resx" />
<EmbeddedResource Include="resources\PowerShellStrings.resx" />
<EmbeddedResource Include="resources\ProgressRecordStrings.resx" />
<EmbeddedResource Include="resources\ProviderBaseSecurity.resx" />
<EmbeddedResource Include="resources\ProxyCommandStrings.resx" />
<EmbeddedResource Include="resources\PSCommandStrings.resx" />
<EmbeddedResource Include="resources\PSDataBufferStrings.resx" />
<EmbeddedResource Include="resources\PSListModifierStrings.resx" />
<EmbeddedResource Include="resources\RegistryProviderStrings.resx" />
<EmbeddedResource Include="resources\RemotingErrorIdStrings.resx" />
<EmbeddedResource Include="resources\RunspaceInit.resx" />
<EmbeddedResource Include="resources\RunspacePoolStrings.resx" />
<EmbeddedResource Include="resources\RunspaceStrings.resx" />
<EmbeddedResource Include="resources\SecuritySupportStrings.resx" />
<EmbeddedResource Include="resources\Serialization.resx" />
<EmbeddedResource Include="resources\SessionStateProviderBaseStrings.resx" />
<EmbeddedResource Include="resources\SessionStateStrings.resx" />
<EmbeddedResource Include="resources\SuggestionStrings.resx" />
<EmbeddedResource Include="resources\TabCompletionStrings.resx" />
<EmbeddedResource Include="resources\TransactionStrings.resx" />
<EmbeddedResource Include="resources\TypesXmlStrings.resx" />
<EmbeddedResource Include="resources\WildcardPatternStrings.resx" />
</ItemGroup>
<ItemGroup>
<Folder Include=".vs\" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSHARP.Targets" />
<ProjectExtensions>
<VisualStudio AllowExistingFolder="true" />
</ProjectExtensions>
</Project>

View file

@ -0,0 +1,56 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
<ProjectGuid>{9F0760E6-18AC-4B3F-A6B2-7157404C4276}</ProjectGuid>
<OutputType>Exe</OutputType>
<NoStandardLibraries>false</NoStandardLibraries>
<AssemblyName>ConsoleApplication</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<TargetFrameworkProfile>Client</TargetFrameworkProfile>
</PropertyGroup>
<PropertyGroup>
<RootNamespace>powershell</RootNamespace>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'UNIX|x86'">
<OutputPath>bin\x86\UNIX\</OutputPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'CORECLR|x86'">
<OutputPath>bin\x86\CORECLR\</OutputPath>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.CSharp" />
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Data" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Xml" />
<Reference Include="System.Xml.Linq" />
</ItemGroup>
<ItemGroup>
<None Include=".gitignore" />
<None Include="project.json" />
<None Include="README.md" />
</ItemGroup>
<ItemGroup>
<Compile Include="Program.cs" />
</ItemGroup>
<ItemGroup>
<Folder Include=".vs\" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Microsoft.PowerShell.ConsoleHost\Microsoft.PowerShell.ConsoleHost.csproj">
<Project>{5b0ca2c8-9c4e-460b-a632-0fc22e71df2a}</Project>
<Name>Microsoft.PowerShell.ConsoleHost</Name>
</ProjectReference>
<ProjectReference Include="..\System.Management.Automation\System.Management.Automation.csproj">
<Project>{1256d32a-be8d-4efe-9769-57be5663209e}</Project>
<Name>System.Management.Automation</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSHARP.Targets" />
<ProjectExtensions>
<VisualStudio AllowExistingFolder="true" />
</ProjectExtensions>
</Project>