Version Number Generator AddIn for Visual Studio 2005/2008/2010
About
This
Add-in for Visual Studio 2005/2008/2010 C/C++ Win32 projects
can automatically control the build number of an executable or dll file.
After instalation of this Add-in just run the Visual Studio and create the new project
for Visual C++ 'Win32 Project' or open an existing. In the Add-in Manager of the Tools menu
check this add-in to turn on. In the context menu of the Solution Explorer
select 'Add Version Information...' item. This will add to your project or projects (it depends
of the selection in the Solution Explorer) a special file - VersionInfo.h.
In the 'VersionInfo.h' file you can set your configuration for building the version number.
There is also describe how you can do this.
Here are the contents of the file VersionInfo.h:
#define CREATION_DATE "7/20/2010"
#define VERSION_TEMPLATE "1.0.*"
#define VERSION TEXT("1.0.0.0")
#define REVISION 0
When you run the build process in Release configuration all resorces such as .rc and .rc2 files
which contain VERSIONINFO blok will be find in project and automatically updated.
No matter for how many platform you prepared your project. If you use the 'Batch Build...' option
from the menu the incrementing will be run only once for the first build process.
NOTE: After installation this Add-In please run and then close Visual Studio to correctly preload the Add-In.
Files to download
If you would like to write a review please visit the VNG on Visual Studio Gallery.
Changelog
Version 1.10.10.720 (7/20/2010)
! Fixed: The Build number was not increment if there is no open active document
! Fixed: If you second time click on the 'Add Version Information...' menu item
the 'VersionInfo.h' file disappear from the project (Visual Studio 2010)
! Fixed: Sometimes the build number was not increment if you build the solution
with more then one project
+ Using the Batch Bulid option to build a multiplatform project the version number
will be incrementing only once
+ Minor updates
Top
FileTime
About
This
program allows you to change the creation, modify and last accessing date and time of a file or the
creation date and time of a folder. You can use this software in two ways. By download or install
the executable file or install the shell extension for Windows Explorer. In this way it will appear the new
property page in every properties of a file or folder.
It's enought to select (or drag and drop into dialog) a file or folder. Set the new date and time and apply the changes. In case of
selecting the folder the changes will apply only to files and folders inside this one. You can use
a special edit field to make you own file filter.
Screenshots
Files to download
If you can not download the software from above try links below:
If you want to publish this software here you are the PAD xml file.
Top