| Line 42... |
Line 42... |
| 42 |
public const string KEY_FILTER_PACKAGE_PREFIX = "GUID=";
|
42 |
public const string KEY_FILTER_PACKAGE_PREFIX = "GUID=";
|
| 43 |
public const string EXPORT_HEADING = "Export Settings------------------------------------------------------------------------------------------\r\n";
|
43 |
public const string EXPORT_HEADING = "Export Settings------------------------------------------------------------------------------------------\r\n";
|
| 44 |
public const string KEY_EXPORTED_GUID = "EXPORTED_GUID=";
|
44 |
public const string KEY_EXPORTED_GUID = "EXPORTED_GUID=";
|
| 45 |
|
45 |
|
| 46 |
|
46 |
|
| - |
|
47 |
public const string RP_ATTR_SUBSYSTEM_TYPE = "Subsystem Type";
|
| - |
|
48 |
public const string RP_ATTR_STATUS = "Status";
|
| - |
|
49 |
public const string RP_ATTR_DIFFICULTY = "Difficulty";
|
| - |
|
50 |
public const string RP_ATTR_PRIORITY = "Priority";
|
| - |
|
51 |
public const string RP_ATTR_SOURCE = "Source";
|
| - |
|
52 |
public const string RP_ATTR_SOURCE_VERSION = "Source Version";
|
| - |
|
53 |
public const string RP_ATTR_SOURCE_SECTION = "Source Section";
|
| - |
|
54 |
public const string RP_ATTR_STABILITY = "Stability";
|
| - |
|
55 |
public const string RP_ATTR_REQ_TYPE = "Requirement Type";
|
| - |
|
56 |
|
| - |
|
57 |
public const string CHG_LOG_NAME = "Name";
|
| - |
|
58 |
public const string CHG_LOG_NOTES = "Notes";
|
| - |
|
59 |
public const string CHG_LOG_DIFFICULTY = "Difficulty";
|
| - |
|
60 |
public const string CHG_LOG_PRIORITY = "Priority";
|
| - |
|
61 |
public const string CHG_LOG_VERSION = "Version";
|
| - |
|
62 |
public const string CHG_LOG_STATUS = "Status";
|
| - |
|
63 |
public const string CHG_LOG_SUBSYSTEM_TYPE = "Subsystem";
|
| - |
|
64 |
public const string CHG_LOG_STABILITY = "Stability";
|
| - |
|
65 |
public const string CHG_LOG_REQ_TYPE = "ReqType";
|
| - |
|
66 |
public const string CHG_LOG_SOURCE_VERSION = "SourceVersion";
|
| - |
|
67 |
public const string CHG_LOG_SOURCE_SECTION = "SourceSection";
|
| - |
|
68 |
public const string CHG_LOG_SOURCE = "Source";
|
| 47 |
|
69 |
|
| 48 |
}
|
70 |
}
|
| 49 |
}
|
71 |
}
|
| 50 |
|
72 |
|