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
C++ 'Win32 Project' or open any existing one. In the Add-in Manager of the Tools menu
check this Add-in to turn it on. On the context menu of solution, project or selected projects
of the Solution Explorer click on the 'Add Version Information...' menu item. This will add
to your project a special file - VersionInfo.h.
In the 'VersionInfo.h' file you can set your configuration for building the version number.
There is also description how you can do this.
Here are the contents of the VersionInfo.h:
#define ENABLED 1
#define DEBUG 0
#define DATE "6/10/2011"
#define TEMPLATE "1.0.*"
#define VERSION TEXT("1.0.0.0")
#define BUILD 0
When you start the build process, all resource files such as .rc and .rc2 files
which contain VERSIONINFO blok will be found and automatically updated.
It doesn't matter for how many platforms the project has been prepared. If you use
the 'Batch Build...' option on the solution context menu the process of building
a version number will be run only once.
To correctly recognize the Release mode the configuration name in the Configuration Manager
should contain the Release word. It's the same with the debug mode.
The Add-in is available in Chinese (Simplified), English and Polish localization.
You can choose the language of the Add-in on the option page Tools->Option...->Version Number Generator.
The combobox option 'Same as Microsoft Visual Studio' means that will be chosen the same language
as in Visual Studio if available the localization. Otherwise it'll be loaded the English language.
Now the Add-in works in international versions of Visual Studio 2005/2008/2010.
Files to download
Translation
Supported languages:
- Chinese (Simplified) (简体中文) (translated by Loa Ding)
- English
- Polish (polski)
If you would like to contribute a translation, please translate and submit this file.
Changelog
Version 1.10.11.610 (6/10/2011)
! Fixed: Add-in still works even it was unchecked in Add-in Manager
! Fixed: Add-in crashes in Visual Studio 2005
! Fixed: Add-in didn't work in international versions of Visual Studio 2005/2008
+ Added Polish and Chinese (Simplified) localization
You can choose the language on the option page Tools->Option->Version Number Generator
+ Added option DEBUG to enable or disable building the version number in a debug mode
+ Added the Add-in menu items customization option
+ Minor updates
Version 1.10.10.926 (9/26/2010)
! Fixed: When configuration name was different from "Release" than version
number wasn't increment (now the name has to contain the "Release" word)
+ No messages are displaying in Output Window if project has not a .rc file
(The VersionInfo.h file is still incrementing if exists)
+ Addin run only for .exe or .dll projects
+ Exclude VersionInfo.h from project stops incrementing process
+ Added option ENABLED to enable or disable incrementing process
+ JavaScript has been removed from Setup program
+ Minor updates
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