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
|
|
|
|
dev
|
|
DevTester.bas
|
|
|
|
api
|
|
ex_WinAPI.bas
|
|
ex_Python.bas
|
|
|
|
API_Python.cls
|
|
API_UserInteraction.cls
|
|
API_XLWrapper.cls
|
|
API_VsoWrapper.cls
|
|
API_WordWrapper.cls
|
|
|
|
utility
|
|
ex_VBA.bas
|
|
ex_Regex.bas
|
|
ex_DataPreparation.bas
|
|
|
|
API_Config.cls
|
|
API_JSON.cls
|
|
API_Timer.cls
|
|
|
|
excel
|
|
ex_Excel.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
|
|
processor
|
|
DataAccess.bas
|
|
DevHelper.bas
|
|
Declarations.bas
|
|
Main.bas
|
|
MainImpl.bas
|
|
z_UIMessages.bas
|
|
z_UIRibbon.bas
|
|
|
|
OptionsSubstitutes.cls
|
|
|
|
AProcessor.cls
|
|
ProcessorSubstitute.cls
|
|
ProcessorOrders.cls
|
|
ProcessorSaveAs.cls
|
|
ProcessorMasterDoc.cls
|
|
ProcessorFormatMine.cls
|
|
|
|
DB_Substitutes.cls
|
|
DB_Sources.cls
|
|
|
|
IteratorSource.cls
|
|
IteratorSubstitute.cls
|
|
|
|
test
|
|
s_DBSources.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
|
|
|
|
processor\.rels -> _rels\.rels
|
|
processor\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 : MSForms
|
|
global : Scripting
|
|
global : Visio
|
|
global : Word
|
|
global : VBScript_RegExp_55
|
|
global : Shell32
|
|
global : ADODB |