Concept-Markup/script/markupManifest.txt
2024-06-07 20:08:00 +03:00

98 lines
1.8 KiB
Plaintext

# == Properties Section ==
# configuration properties
# use .ini format to define properties
# mandatory properties: name, artifact
name = MARKUP.dotm
artifact = Надстройка\MARKUP.dotm
%%
# === 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_Ribbon.cls
API_UserInteraction.cls
utility
ex_VBA.bas
ex_DataPreparation.bas
ex_Collection.bas
CDS_Interval.cls
CDS_CompoundIntervals.cls
word
ex_Word.bas
dev
DevTester.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
common
MU_Declarations.bas
MarkupAPI.cls
InfoCategory.cls
InfoConfig.cls
InfoFormat.cls
InfoDocument.cls
ItemConfigDescriptor.cls
ItemFragment.cls
IteratorFormat.cls
IteratorStyle.cls
markup
DevHelper.bas
Declarations.bas
Main.bas
MainImpl.bas
z_UIRibbon.bas
z_UIMessages.bas
test
s_Category.cls
s_Config.cls
s_Format.cls
s_MarkupAPI.cls
s_WordDocument.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
markup\.rels -> _rels\.rels
markup\customUI.xml -> customUI\customUI.xml
markup\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