top | item 47023862

(no title)

jordand | 14 days ago

For big C++ projects, the .vsconfig import/export way of handling Visual Studio components has worked well for the large teams I'm on. Tell someone to import a .vsconfig and the Visual Studio Installer does everything. Only times we've had issues is from forgetting to update it with components/SDK changes.

discuss

order

jayd16|14 days ago

Yeah, seems like this is just ignorance around .vsconfig files. Makes life way easier. You can also just use the VS Build Tools exe to install things instead of the full VS installer, if you plan to use a different IDE.

scotty79|14 days ago

Can you use .vsconfig to tell Build Tools what your project needs?

Can you generate .vsconfig with Build Tools?