Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Visual Studio 是否有一些选项可以添加/编译在 Visual Studio 外部自动生成的所有选定文件,即在预构建事件中?如何实现这一点。
您可以自动生成它们一次,然后将其添加到项目中并进行编译...预构建将生成它们,然后您将使用新文件进行编译。