Post build events in VS 2010 Express edition?
I have been using post build events in VS 2008 up until now, and downloaded the 2010 Express edition to check out the n开发者_开发技巧ew features. In 2008, build events were in project properties>compile>build events.
I don't see that button in 2010 Express edition. Is that because it's not included in the Express edition or have they moved it?
In my VS2010 Premium copy it is projectproperties>Build Events. If you don't have that, then I guess it isn't in the Express edition.
Best I can do on finding a cite, from here:
The project-level options available in the Visual Studio Project Designer might differ from what is described here depending on your active settings or edition. Specifically, Express editions do not provide a user interface to set up or edit build events, although existing events are honored. See the Express Editions section below for more information.
I don't have Express, but in VS 2010 Pro they're in Project Properties / Configuration Properties / Build Events.
According to the How to: Specify Build Events (Visual Basic) documentation page on MSDN, build events are not supported in the IDE in the Express edition. It contains the following note in the documentation:
You cannot specify build events from the Visual Basic Express IDE.
精彩评论