-
-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathVersion.tpl
More file actions
21 lines (17 loc) · 790 Bytes
/
Version.tpl
File metadata and controls
21 lines (17 loc) · 790 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// This code was generated by a vsSolutionBuildEvent.
// Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
namespace net.r_eg.vsSBE%namespace%
{
internal struct Version
{
public static readonly System.Version number = new System.Version(S_NUM_REV);
public const string S_NUM = "%VersionString%";
public const string S_REV = "%VersionRev%";
public const string S_NUM_REV = S_NUM + "." + S_REV;
public const string B_SHA1 = "%bSha1%";
public const string B_NAME = "%bName%";
public const string B_REVC = "%bRevCount%";
internal const string S_INFO = S_NUM_REV + "+" + B_SHA1;
internal const string S_INFO_FULL = S_INFO + ":" + B_NAME + "-" + B_REVC;
}
}