I am looking to find out how to hook into the build process to create a file to be added to my project when I start a build process. I can currently do that in Visual Studio by adding a OnBuildBeginEventHandler. How do I do this in SharpDevelop??
↧
I am looking to find out how to hook into the build process to create a file to be added to my project when I start a build process. I can currently do that in Visual Studio by adding a OnBuildBeginEventHandler. How do I do this in SharpDevelop??