83 lines
1.5 KiB
Plaintext
83 lines
1.5 KiB
Plaintext
# == 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
|
|
ex_WinAPI.bas
|
|
API_UserInteraction.cls
|
|
API_WordWrapper.cls
|
|
API_XLWrapper.cls
|
|
|
|
word
|
|
ex_Word.bas
|
|
API_WordEditGuard.cls
|
|
|
|
utility
|
|
ex_VBA.bas
|
|
API_Timer.cls
|
|
API_Config.cls
|
|
API_JSON.cls
|
|
|
|
ui
|
|
CSE_ProgressBar.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
|
|
|
|
SelectSourceDlg.frm
|
|
RulesDlg.frm
|
|
|
|
UIState.cls
|
|
|
|
DB_Rules.cls
|
|
IteratorRule.cls
|
|
|
|
RulesProcessor.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 : VBScript_RegExp_55
|
|
global : Scripting
|
|
global : Shell32
|
|
global : Word
|
|
global : MSForms
|
|
global : ADODB |