We have a big C# project in Visual Studio with multiple applications under it. Developers add their application in the project by creating folders manually. I was wondering if we can automate this using templates or macro. I guess adding folders and items under it is difficult. I was thinking about macros or something else?
Is there a way to create folders automatically under an existing C# project in VS 2010? I was thinking if we can provide the macro to the developers of that C# project to run it to create folders for their application.