在我的大多数 c++ 项目中,我想使用与 Visual Studio 默认目录结构不同的目录结构。IE:
/project
/build # put visual studio soluation and project files
/src # only put the c++ header files and source files
/bin # put the target executable files
/debug
/release
/tmp
/debug
/release
每次我在 vs2010 中创建一个解决方案时,我都会配置这些目录(例如 OutputDirectory),但现在我对此真的很无聊。
那么有没有一个工具可以根据我的配置文件自动生成 vs2010 解决方案和项目文件?我唯一的要求是设置这些目录。