1 # This is an example "version.ini" file for a library or application.
2 # Using this file and the "main_ver.ini" (see "proto_main_ver.ini" for more
3 # information), the version support creates the version record in a resource
4 # file and outputs the header for version checking (libraries only).
7 ; currently, the only section name used is "version".
8 description=Gurp Library: assorted multi-purpose frotzing components
9 ; longish text summary of the library's purpose.
11 ; the name that the library goes by. how it thinks of itself.
13 ; the root name for the project's dll or exe file. don't include the
14 ; extension; that's specified below.
16 ; type of file created by the project. the default is "dll", which indicates
17 ; that a version checking header should be created (called "version.h").
18 ; the other option is "exe", which doesn't bother with the version header.
21 ; specifies that the version stamper should also generate an assembly
22 ; info file for the project. the two types are c# and cpp for the c#
23 ; and managed c++ languages.