I have two applications that I'm creating off of one codebase, resulting in two executables. Is there any way to dynamically change the executable's icon depending on a compilation flag (or something of that nature)?
I'm using VS2010 and code is C# if that matters.