-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathSolutionMetadataTemplate.t4
More file actions
25 lines (21 loc) · 908 Bytes
/
SolutionMetadataTemplate.t4
File metadata and controls
25 lines (21 loc) · 908 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<#+
//Solution common
string AssemblyCopyright = "Copyright (C) 2020, Mariusz Postol LODZ POLAND.";
string AssemblyCompany = "Mariusz Postol";
string URL = "https://github.com/mpostol/WindowsForms";
string projectURL ="https://mpostol.github.io/WindowsForms/";
string Email = "mpostol@cas.eu";
string Phone = "+48 608 619 899";
string Owner = "Mariusz Postol";
//CAS.Windows.Forms
string CASWindowsFormsName = "UAOOI.Windows.Forms";
string CASWindowsFormsTitle = "Windows Forms Controls Library";
string CASWindowsFormsTrademark = "Object-Oriented Internet";
string CASWindowsFormsVersion = "8.1.1";
string CASWindowsFormsPreRelease = "-Alpha";
string ProductName = "Object-Oriented Internet";
//Note:
//Alpha, Bravo, Charlie, Delta, Echo, Foxtrot, Golf, Hotel, India, Juliet,
//Kilo, Lima, Mike, November, Oscar, Papa, Quebec, Romeo, Sierra, Tango,
//Uniform, Victor, Whiskey, X-Ray, Yankee, Zulu
#>