Update Commands.Utility.csproj for WebCmdlet files

This commit is contained in:
Francisco Gamino 2016-08-02 13:55:20 -07:00 committed by Andrew Schwartzmeyer
parent 58e7f480c4
commit 65eef96bf1

View file

@ -141,26 +141,43 @@
<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\Common\BasicHtmlWebResponseObject.Common.cs" />
<Compile Include="commands\utility\WebCmdlet\Common\ContentHelper.Common.cs" />
<Compile Include="commands\utility\WebCmdlet\Common\HtmlWebResponseObject.Common.cs" />
<Compile Include="commands\utility\WebCmdlet\Common\InvokeRestMethodCommand.Common.cs" />
<Compile Include="commands\utility\WebCmdlet\Common\WebRequestPSCmdlet.Common.cs" />
<Compile Include="commands\utility\WebCmdlet\Common\WebResponseObject.Common.cs" />
<Compile Include="commands\utility\WebCmdlet\CoreCLR\BasicHtmlWebResponseObject.CoreClr.cs" />
<Compile Include="commands\utility\WebCmdlet\CoreCLR\ContentHelper.CoreClr.cs" />
<Compile Include="commands\utility\WebCmdlet\CoreCLR\HtmlWebResponseObject.CoreClr.cs" />
<Compile Include="commands\utility\WebCmdlet\CoreCLR\HttpKnownHeaderNames.cs" />
<Compile Include="commands\utility\WebCmdlet\CoreCLR\InvokeRestMethodCommand.CoreClr.cs" />
<Compile Include="commands\utility\WebCmdlet\CoreCLR\InvokeWebRequestCommand.CoreClr.cs" />
<Compile Include="commands\utility\WebCmdlet\CoreCLR\WebProxy.cs" />
<Compile Include="commands\utility\WebCmdlet\CoreCLR\WebRequestPSCmdlet.CoreClr.cs" />
<Compile Include="commands\utility\WebCmdlet\CoreCLR\WebResponseHelper.CoreClr.cs" />
<Compile Include="commands\utility\WebCmdlet\CoreCLR\WebResponseObject.CoreClr.cs" />
<Compile Include="commands\utility\WebCmdlet\CoreCLR\WebResponseObjectFactory.CoreClr.cs" />
<Compile Include="commands\utility\WebCmdlet\FullClr\BasicHtmlWebResponseObject.FullClr.cs" />
<Compile Include="commands\utility\WebCmdlet\FullClr\ContentHelper.FullClr.cs" />
<Compile Include="commands\utility\WebCmdlet\FullClr\HtmlWebResponseObject.FullClr.cs" />
<Compile Include="commands\utility\WebCmdlet\FullClr\InvokeRestMethodCommand.FullClr.cs" />
<Compile Include="commands\utility\WebCmdlet\FullClr\InvokeWebRequestCommand.FullClr.cs" />
<Compile Include="commands\utility\WebCmdlet\FullClr\JsonObjectTypeResolver.cs" />
<Compile Include="commands\utility\WebCmdlet\FullClr\WebRequestPSCmdlet.FullClr.cs" />
<Compile Include="commands\utility\WebCmdlet\FullClr\WebResponseHelper.FullClr.cs" />
<Compile Include="commands\utility\WebCmdlet\FullClr\WebResponseObject.FullClr.cs" />
<Compile Include="commands\utility\WebCmdlet\FullClr\WebResponseObjectFactory.FullClr.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" />