Is there an easy way to add a pre-build/post-build step to a project via the Visual Studio IDE? I know I can edit the .csproj/.*proj file - what I want to know is if there is a way right from the IDE.
Asked
Active
Viewed 1,294 times
1 Answers
1
You can right-clic on the project name in the solution explorer and clic on "properties" in the popup menu. In the window that shows up, go to the section "configuration properties / Buid events" (or something similar: my IDE is in french). You will then have the choice:
- Pre-build events,
- Pre-link events,
- Post-build events.

S.Clem
- 491
- 5
- 10