Add support for accepting directories to sln add and remove commands.

This commit adds support for specifying directories containing a single
project to both the `sln add` and `sln remove` commands.

Additionally, the output from `sln remove` has been improved to not
mention "project references".

Fixes issue #7343.
This commit is contained in:
Peter Huene 2017-12-07 17:22:29 -08:00
parent e9706a98cd
commit bcf13b93cc
No known key found for this signature in database
GPG key ID: E1D265D820213D6A
26 changed files with 271 additions and 20 deletions

View file

@ -0,0 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
</Project>