[r386]: / trunk / Library / Project Information_1 / GetTextProperty / svnobj  Maximize  Restore  History

Download this file

23 lines (22 with data), 4.2 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
IF stKey = "Author" THEN
	GetTextProperty := "Aliazzz, Ingo & Zer0g and contributors";
ELSIF stKey = "Company" THEN
	GetTextProperty := "Open Source";
ELSIF stKey = "CompiledLibraryCompatibilityVersion" THEN
	GetTextProperty := "CODESYS V3.5 SP14";
ELSIF stKey = "DefaultNamespace" THEN
	GetTextProperty := "CfUnit";
ELSIF stKey = "Description" THEN
	GetTextProperty := "RELEASE CANDIDATE 5 FOR DEBUG PURPOSE ONLY
CfUnit testing framework.
Forked from TcUnit v1.1.0.0 by Jakob Sagatowski and contributors. ";
ELSIF stKey = "DocFormat" THEN
	GetTextProperty := "ReStructuredText";
ELSIF stKey = "LibDocContent" THEN
	GetTextProperty := "CommentsAndDocs";
ELSIF stKey = "Placeholder" THEN
ELSIF stKey = "Project" THEN
ELSIF stKey = "Title" THEN
ELSE
	GetTextProperty := "";
END_IF