Post Build Step in C#
-
Hi, I was not able to find the option for PostBuild Action in the C# Project Properties. (Where I can Specify some Dos commands to run after the project is Compiled) Is there any alternative feature avaliable? Thanks, FiroZ
FiroZ wrote: Is there any alternative feature avaliable? You can add an empty Visual C++ project and then do post builds from that project. Just make sure that the empty C++ project is built last in the solution. Later, Nathan --------------------------- Hmmm... what's a signature?
-
Hi, I was not able to find the option for PostBuild Action in the C# Project Properties. (Where I can Specify some Dos commands to run after the project is Compiled) Is there any alternative feature avaliable? Thanks, FiroZ
MSDN has a BuildRules visual studio addin. It lets you add pre and post build commands to solutions and projects. can't find the link right now... but i know it's on there somewhere