PreBuild for PreBuild Event Command in csproj

女生的网名这么多〃 提交于 2019-12-25 04:11:54

问题


Can I specify in csproj file that the exe being executed in prebuild events should be built before executing it?


回答1:


You can do it through Visual Studio which will actually edit your .csproj file in fact.

Right click on the project and select Project Dependencies and select the project which you need to build before this project. Verify it by selecting the Build order tab.



来源:https://stackoverflow.com/questions/10426029/prebuild-for-prebuild-event-command-in-csproj

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