RicoSuter / DNT

DNT (DotNetTools): Command line tools to manage .NET projects and solutions.
MIT License
421 stars 64 forks source link

Support for <Import tag in `switch-to-projects` #107

Open pixellos opened 3 years ago

pixellos commented 3 years ago

Hi, I started reusing CsProj files by extracting repetative pieces to .proj files. But, if some internal nuget is this common .proj file, it is not switched using the switch-to-projects command, coz it's not traversed recursivelly.

If its ok i'll prepare a PR with that change.