Basically, I have an application that I plan to update for the next year or so. However, with the updates I would really like to have the source in 1 location and then have a demo build if you will? Is there a way in vb.net and visual studio to say
If FullVersion Then
Do Full Version Thing
Else
Do Demo Thing
End if
I dont even know what to ask really, but I hope someone can translate my request into a good lead for me to pursue the answers.
Thank you!
Look at Conditional Compilation: http://msdn.microsoft.com/en-us/library/9ae6e432(v=VS.90).aspx