Concept-NPA/script/viewManifest.txt

120 lines
2.1 KiB
Plaintext
Raw Normal View History

2024-06-07 20:11:38 +03:00
# == Properties Section ==
# configuration properties
# use .ini format to define properties
# mandatory properties: name, artifact
name = НПА UI.xltm
artifact = НПА UI.xltm
%%
# === Imports Section ===
# Hierarchy of folders and files
# Use Tabulator to mark next level in hierarchy
# All folders are nested into SharedHome path
api
ex_WinAPI.bas
API_Path.cls
API_WordWrapper.cls
API_XLWrapper.cls
API_UserInteraction.cls
utility
ex_VBA.bas
ex_Hash.bas
ex_Collection.bas
ex_DataPreparation.bas
ex_Version.bas
API_DistrManifest.cls
API_JSON.cls
CDS_Graph.cls
CDS_Node.cls
CDS_Edge.cls
parsers
z_ParserRegex.bas
PC_InfoNPA.cls
ParserDate.cls
ParserNPA.cls
word
ex_Word.bas
dev
DevTester.bas
ui
CSE_ProgressBar.frm
%%
# === Source Code Section ==
# Hierarchy of folders and files
# Use Tabulator to mark next level in hierarchy
# All folders are nested into SourceHome path
src
common
DocumentProcessor.bas
DatabaseModel.bas
DatabaseImpl.bas
ActiveStateExporter.cls
ItemLink.cls
ItemHyperlink.cls
ItemLaw.cls
ItemCachedLaw.cls
ItemDocumentModification.cls
IteratorLaw.cls
IteratorLinkAll.cls
IteratorLinkCached.cls
IteratorLinkLaw.cls
InfoDatabase.cls
InfoDocument.cls
view
DataAccess.bas
Declarations.bas
DevHelper.bas
Main.bas
MainImpl.bas
z_UIRibbon.bas
z_UIMessages.bas
UIState.cls
QFilterLaws.cls
QFilterLinkType.cls
QFilterLinkComplex.cls
QFilterLinkRow.cls
QueryMaster.cls
DataImporter.cls
test
s_DatabaseView.cls
s_QueryMaster.cls
s_DataImporter.cls
%%
# ===== UI Section =======
# Pairs of path to UI elements, use " -> " delimiter
# First component is a path relative to SourceHome\ui folders
# Second component is internal path inside project file
view\.rels -> _rels\.rels
view\customUI.xml -> customUI\customUI.xml
%%
# === References Section ===
# List dependencies in one of the formats
# global : GLOBAL_NAME
# guid : {REGISTERED_GUID}
# file : PATH_TO_LIBRARY
global : VBScript_RegExp_55
global : Scripting
global : MSForms
global : Word
global : Shell32