100 lines
1.8 KiB
Plaintext
100 lines
1.8 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
|
|
ex_Metadata.bas
|
|
API_Path.cls
|
|
API_WordWrapper.cls
|
|
API_XLWrapper.cls
|
|
API_UserInteraction.cls
|
|
|
|
utility
|
|
ex_VBA.bas
|
|
ex_Collection.bas
|
|
ex_DataPreparation.bas
|
|
CDS_Interval.cls
|
|
CDS_CompoundIntervals.cls
|
|
|
|
excel
|
|
ex_Excel.bas
|
|
|
|
word
|
|
ex_Word.bas
|
|
|
|
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
|
|
common
|
|
MU_Declarations.bas
|
|
|
|
MarkupAPI.cls
|
|
InfoCategory.cls
|
|
InfoConfig.cls
|
|
InfoFormat.cls
|
|
InfoDocument.cls
|
|
|
|
ItemConfigDescriptor.cls
|
|
ItemFragment.cls
|
|
|
|
IteratorFormat.cls
|
|
IteratorStyle.cls
|
|
|
|
aggregator
|
|
MUD_ImportWord.frm
|
|
|
|
DevHelper.bas
|
|
Declarations.bas
|
|
Main.bas
|
|
MainImpl.bas
|
|
z_UIRibbon.bas
|
|
z_UIMessages.bas
|
|
|
|
DB_Markup.cls
|
|
ItemSource.cls
|
|
ItemLink.cls
|
|
|
|
test
|
|
s_DBMarkup.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
|
|
|
|
aggregator\.rels -> _rels\.rels
|
|
aggregator\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 : Shell32
|
|
global : Scripting
|
|
global : Word
|
|
global : MSForms |