How do I “Add Existing Item” an entire directory structure in Visual Studio?

前端 未结 18 1299
眼角桃花
眼角桃花 2020-11-28 00:18

I have a free standing set of files not affiliated with any C# project at all that reside in a complicated nested directory structure.

I want to add them in that for

18条回答
  •  野性不改
    2020-11-28 01:07

    There is now an open-source extension in the Marketplace that seems to do what the OP was asking for:

    Folder To Solution Folder

    If it doesn't do exactly what you want, the code is available, so you can modify it to suit your scenario.

    HTH

提交回复
热议问题