Can anyone point me in the right direction how to configure Visual Studio 2005 with our C++ console project how we can include a \'File Version\' in the details section of the f
If you are talking about unmanaged c++, you need to add a version resource to the project.
right-click on the project, choose add - Resource.... Choose Version and press new. There you can enter all info you need.