Click here to Skip to main content
15,886,518 members
Articles / Programming Languages / C#

VersionInfo++

Rate me:
Please Sign up or sign in to vote.
3.53/5 (5 votes)
28 Aug 2007CPOL2 min read 21.2K   211   11  
Add additional key/value pairs to the VERSIONINFO resource.
VersionInfo_ex
--------------

-- Adds 'Build Time' and 'Build Machine' tags to VersionInfo resource.

Usage:

1. Copy the files 'CP.MSBuild.dll' and 'CP.MSBuild.targets' to C:\Program Files\MSBuild\CP' 

2. Add the following line to target .csproj file
<Import Project="$(MSBuildExtensionsPath)\CP\CP.MSBuild.targets" />

3. Build target .csproj file

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Switzerland Switzerland
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions