After considering folder structure for Unit Testing, we like the default location inside the Project folder. However, we have most of our projects already created w/o the extra folder inside a folder designation. I just did the first project by manually creating a folder, changing the solution file and moving files. Is there an easy way to remap all of these?
After considering folder structure for Unit Testing, we like the default location inside the
Share
You could write a macro that does that – Visual Studio can be automated using VBA, like most of MS Office.
Record the actions to create the new folder, adding to solution etc, then open the recorded macro as a starting point.
Once the macro is ready you can map a button to run it and use that for every project/solution that you need the new structure in.