How to build same project with multiple configuration C# VisualStudio2012
问题 I have a solution with many projects. I Would like to build several projects with multiple configuration settings. e.g: ProjectA is set as target framework: 3.5 and platform target x86. output assembly name is: ProjectA.dll. I want, when clicking the build button, to build the project in several output files: ProjectA_3.5_x86.dll - for Target framework 3.5 and platform x86 ProjectA_4.5_x64.dll - ... This is what buildservers does. Is there a way to have config file that build operation looks