normalize slashes and casing when comparing includes

This commit is contained in:
Krzysztof Wicher 2016-11-29 12:47:27 -08:00
parent 4e3c73e778
commit 6a703ffa73
3 changed files with 15 additions and 7 deletions

View file

@ -3,10 +3,7 @@
using Microsoft.DotNet.Cli.CommandLine;
using Microsoft.DotNet.Cli.Utils;
using Microsoft.Build.Construction;
using Microsoft.DotNet.Tools.Common;
using System.Collections.Generic;
using System.IO;
namespace Microsoft.DotNet.Tools.Remove.ProjectToProjectReference
{