I have a VB 2005 application that I need to compile differently based upon some parameters. This application is going to be run in 2 different branch offices with different servers. One of the things I would like to have conditional is ServerName. That way I don't have to create DSNs on the workstations.

Along with a few constants, I also want to conditionally compile the application's name and icon.

Any assistance would be greatly appreciated.

PS - I am using VB 2005 Express.