I'm working on a windows forms project in vb.net (vs2019) where there are two versions. One for average users and another for managers. I'm using conditional compilation (#IF's) to accomplish this.
Is there a way to set the windows icon at compile time based on a compilation constant? Basically, I'd like to be able to easily identify the version based on the icon in windows explorer.