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.