Visual Studio Solutions Folder as real Folders

后端 未结 14 2269
盖世英雄少女心
盖世英雄少女心 2020-11-29 00:47

I have a Visual Studio Solution. Currently, it is an empty solution (=no projects) and I have added a few solution folders.

Solution Folders only seem to be \"virtua

相关标签:
14条回答
  • 2020-11-29 01:39

    Note: Yes this is possible you can create a folder on root but its lil bit tricky....

    By giving some extra efforts you can do it How? Lets follow the step--

    • 1-Create Folder eg: "newfolder" on root (where your .sln file reside).
    • 2.Copy and paste your projects inside the folder.
    • 3.go to your sln file and find moved projects and append newfolder\ in moved project's address.
    • 4.Save sln file.
    • 5.Open your project and Commit the repository in git or so...
    • 6.Take the repository on fresh location.

      YOU are done...

    if still you are not able to see your folder -----

    • 1.Add a solution folder xyz.
    • 2.Open sln file and change that folder name with your folder name.

    Congrats you are done..

    If you face any problem just write me for help..

    0 讨论(0)
  • 2020-11-29 01:40

    Sara Ford contributed a Macro to add do this. In Visual Studio 2010, if you open your Macro Explorer, you will see a macro called "GenerateSlnFolderOnDirStructure." This will automate the creation of the Solution Folders and add the files.

    0 讨论(0)
提交回复
热议问题