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.
我想在 VS 2011 中为 .net 项目连接解决方案级别的预构建/构建后事件。
我的行动包括启动批处理文件。(它适用于任何单个项目,但我希望它用于解决方案构建过程)。
如何做到这一点?
我已经看到这个使用宏的问题。但是宏在 VS 2011 中被删除了。
另一个类似的问题建议 makefile 项目,它特定于 C++。
这可能会有所帮助。看看那个。不过,您将为此编写一个包。