BRE/script/databaseManifest.txt

75 lines
1.4 KiB
Plaintext
Raw Normal View History

2024-06-07 19:50:21 +03:00
# == Properties Section ==
# configuration properties
# use .ini format to define properties
# mandatory properties: name, artifact
name = !Контент.xlsm
artifact = !Контент.xlsm
%%
# === Imports Section ===
# Hierarchy of folders and files
# Use Tabulator to mark next level in hierarchy
# All folders are nested into SharedHome path
api
API_XLWrapper.cls
API_UserInteraction.cls
utility
ex_MSHook.bas
ex_VBA.bas
ex_DataPreparation.bas
excel
ex_Excel.bas
ui
CSE_ProgressBar.frm
CSE_ListSelector.frm
dev
DevTester.bas
%%
# === Source Code Section ==
# Hierarchy of folders and files
# Use Tabulator to mark next level in hierarchy
# All folders are nested into SourceHome path
src
DevHelper.bas
Declarations.bas
Main.bas
MainImpl.bas
z_UIRibbon.bas
z_UIMessages.bas
DB_Content.cls
DB_Workers.cls
InfoConfig.cls
IteratorAttribute.cls
IteratorContent.cls
IteratorCSVTasks.cls
IteratorCSVContent.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
.rels -> _rels\.rels
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 : Scripting
global : MSForms
global : ADODB
global : IWshRuntimeLibrary