I'm wanting to sell a small C# windows forms tool online. As part of the automation chain of selling the software, I would like to call an automated build process, which can add an email address to the build process which will 'insert' the email adress into the application code. For example, "this product is registered to : john@smith.com". I want this to be hard coded into the application as a Label, or a Textbox, not inside an external app.config. What options do I have for this?
Thanks