87 lines
1.6 KiB
Plaintext
87 lines
1.6 KiB
Plaintext
# == Properties Section ==
|
|
# configuration properties
|
|
# use .ini format to define properties
|
|
# mandatory properties: name, artifact
|
|
|
|
name = CONCEPT.dotm
|
|
artifact = CONCEPT.dotm
|
|
|
|
%%
|
|
# === 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
|
|
API_WordWrapper.cls
|
|
API_XLWrapper.cls
|
|
API_UserInteraction.cls
|
|
|
|
word
|
|
ex_Word.bas
|
|
API_WordEditGuard.cls
|
|
|
|
utility
|
|
ex_VBA.bas
|
|
ex_Version.bas
|
|
|
|
API_DistrManifest.cls
|
|
API_Config.cls
|
|
API_JSON.cls
|
|
|
|
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
|
|
DevHelper.bas
|
|
Declarations.bas
|
|
Main.bas
|
|
MainImpl.bas
|
|
z_UIMessages.bas
|
|
z_UIRibbon.bas
|
|
|
|
RulesAccess.bas
|
|
DocumentEditor.cls
|
|
RulesProcessor.cls
|
|
BracketItem.cls
|
|
|
|
LMUFunctions.bas
|
|
LinkFunctions.bas
|
|
LinkMappingUnit.cls
|
|
LMUItem.cls
|
|
|
|
s_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
|
|
customizations.xml -> word\customizations.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 : Excel
|
|
global : MSForms
|
|
global : ADODB
|
|
global : IWshRuntimeLibrary |