Index by title

GTtools

Download file attached to this page.
Installation: run the install.bat file in c:\program files\Gttools
This Windows Explorer menu-addon is just a small enhancement we made in order to keep track
of small utilities you ever so often need when developing, like Depends, Spy++, Filemon, Regmon etc


GTtools devstuff

Programs

Development tools

Misc utilities


Pathcopy

Ninotech Pathcopy is a small util that allows you to copy the short/long/UNC-path of files to the clipboard


TortoiseHg

Download Latest version here
or file attached to this page


TortoiseSVN

Latest version here


UpdateVersion

Program for automatic incrementing build numbers in the AssemblyInfo.cs in projects
Homepage for UpdateVersion

Usage:
Copy these two lines into the "Pre-build event command line:" in "Build Events" for each project in a solution which should have versions
$(SolutionDir)..\VStools\UpdateVersion -r Increment –v Assembly -i $(ProjectDir)Properties\AssemblyInfo.cs -o $(ProjectDir)Properties\AssemblyInfo.cs
$(SolutionDir)..\VStools\UpdateVersion -r Increment –v File -i $(ProjectDir)Properties\AssemblyInfo.cs -o $(ProjectDir)Properties\AssemblyInfo.cs