At our shop, our applications need to specify the application version.
The version components are Major.Minor.Build-Number.
Long time ago, in a past version of Visual Studio, there was a project file that specified the version number. What is the project file / solution file that I need to modify to set the application version in VS2019?
Further back in time, I remember setting the version in a resource file.
What are the statements / keywords to set the application version in VS2019?
Note: the application version number (string) is shown, in Windows 10, in the properties of the application.
Edit 1: More details.
The application is a console application running on Windows 10, the allows modifying of data files for testing of a product. No GUI, no MFC, no Qt, no wxWidgets; just a program using old fashioned console I/O and file I/O. The program is run in a command line window.