Compile generated files in Visual Studio

▼魔方 西西 提交于 2019-12-11 16:27:07

问题


Does Visual Studio have some options to add/compile all selected files that were auto generated outside visual studio i.e in pre build event? How to achieve this.


回答1:


you can auto generate them once, add then to the project and just compile... the pre build will generate them and then you will compile with the fresh files.



来源:https://stackoverflow.com/questions/10374444/compile-generated-files-in-visual-studio

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!