I´m searching an option to chnage the name of my build solution file out of the source code. I use Visual Studio 2019 and work on C++ DLL Projects. I´d like to add a Version as kind of suffix to the builded dll´s name e.g FancyFunctionDll_V01_00_10.dll While 01_00_10 is something i can change in my source code because there is already a variable storing the version information.
How can I append this to the builds name ?
I´m just able to append it by hand in the project configuration.
Thanks for any help.
Best regards Stefan