Remove non-existent paths from .csproj files (#9214)

This commit is contained in:
ThreeFive-O 2019-03-25 17:58:12 +01:00 committed by Dongbo Wang
parent 9ea60587fc
commit 487f11adf5
2 changed files with 0 additions and 26 deletions

View file

@ -35,17 +35,6 @@
<Compile Remove="commands\utility\ShowCommand\ShowCommandProxy.cs" />
<Compile Remove="commands\utility\update-list.cs" />
<Compile Remove="singleshell\installer\MshUtilityMshSnapin.cs" />
<Compile Remove="commands\utility\WebCmdlet\FullClr\BasicHtmlWebResponseObject.FullClr.cs" />
<Compile Remove="commands\utility\WebCmdlet\FullClr\ContentHelper.FullClr.cs" />
<Compile Remove="commands\utility\WebCmdlet\FullClr\HtmlWebResponseObject.FullClr.cs" />
<Compile Remove="commands\utility\WebCmdlet\FullClr\InvokeRestMethodCommand.FullClr.cs" />
<Compile Remove="commands\utility\WebCmdlet\FullClr\InvokeWebRequestCommand.FullClr.cs" />
<Compile Remove="commands\utility\WebCmdlet\FullClr\JsonObjectTypeResolver.cs" />
<Compile Remove="commands\utility\WebCmdlet\FullClr\WebRequestPSCmdlet.FullClr.cs" />
<Compile Remove="commands\utility\WebCmdlet\FullClr\WebResponseHelper.FullClr.cs" />
<Compile Remove="commands\utility\WebCmdlet\FullClr\WebResponseObject.FullClr.cs" />
<Compile Remove="commands\utility\WebCmdlet\FullClr\WebResponseObjectFactory.FullClr.cs" />
<Compile Remove="commands\utility\WebCmdlet\CoreCLR\HtmlWebResponseObject.CoreClr.cs" />
<Compile Remove="gen\FormatAndOut_out_gridview.cs" />
<Compile Remove="gen\UtilityMshSnapinResources.cs" />
<Compile Remove="gen\OutPrinterDisplayStrings.cs" />

View file

@ -91,13 +91,6 @@
<Compile Remove="engine\ComInterop\VariantArgBuilder.cs" />
<Compile Remove="engine\ComInterop\VariantArray.cs" />
<Compile Remove="engine\ComInterop\VariantBuilder.cs" />
<Compile Remove="engine\PSMI\PSNegotiationData.cs" />
<Compile Remove="engine\PSMI\PSPowerShellPipeline.cs" />
<Compile Remove="engine\PSMI\Serialization\InternalMISerializer.cs" />
<Compile Remove="engine\PSMI\Serialization\KnownMITypes.cs" />
<Compile Remove="engine\PSMI\Serialization\MISerializer.cs" />
<Compile Remove="engine\PSMI\Serialization\MITypeSerializationInfo.cs" />
<Compile Remove="engine\PSMI\Serialization\PSMISerializer.cs" />
<Compile Remove="engine\TransactedString.cs" />
<Compile Remove="engine\TransactionManager.cs" />
<Compile Remove="engine\hostifaces\NativeCultureResolver.cs" />
@ -110,14 +103,6 @@
<Compile Remove="namespaces\TransactedRegistry.cs" />
<Compile Remove="namespaces\TransactedRegistryKey.cs" />
<Compile Remove="namespaces\TransactedRegistrySecurity.cs" />
<Compile Remove="singleshell\Commands\ConsoleCommands.cs" />
<Compile Remove="singleshell\Commands\MshSnapinCommands.cs" />
<Compile Remove="singleshell\config\RegistryStringResourceIndirect.cs" />
<Compile Remove="singleshell\installer\CustomMshSnapin.cs" />
<Compile Remove="singleshell\installer\MshCoreMshSnapin.cs" />
<Compile Remove="singleshell\installer\MshInstaller.cs" />
<Compile Remove="singleshell\installer\MshSnapin.cs" />
<Compile Remove="singleshell\installer\MshSnapinInstaller.cs" />
<Compile Remove="utils\BackgroundDispatcher.cs" />
<Compile Remove="utils\GraphicalHostReflectionWrapper.cs" />
<Compile Remove="utils\perfCounters\CounterSetInstanceBase.cs" />