I am interested to find out if there is a way to create different builds for the same project files. For example, I have created a windows application ABC which allows a user login prompt. The password is to be stored in the Executable.
Example:
ABC_1.exe will have password "123"
ABC_2.exe will have password "234"
ABC_3.exe will have password "345"