Concept-Maket/script/manifest.txt

97 lines
1.7 KiB
Plaintext
Raw Permalink Normal View History

2024-06-07 20:07:08 +03:00
# == Properties Section ==
# configuration properties
# use .ini format to define properties
# mandatory properties: name, artifact
name = _Maket.dotm
artifact = _Maket.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
z_PastePictureAPI.bas
z_LoadPictureAPI.bas
ex_WinAPI.bas
API_WordWrapper.cls
API_XLWrapper.cls
API_UserInteraction.cls
utility
ex_VBA.bas
ex_Collection.bas
ex_Color.bas
word
ex_Word.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
DevHelper.bas
Declarations.bas
Main.bas
MainImpl.bas
z_UIMessages.bas
z_UIRibbon.bas
CD_Audit.bas
CD_AutoDesign.bas
CD_Colontitles.bas
CD_Layout.bas
CD_Paint.bas
CD_RedesignFonts.bas
CD_SplitTable.bas
CD_WordModule.bas
IconPicker.cls
ItemFontScale.cls
ItemChapter.cls
ItemColontitles.cls
InfoDocument.cls
dialogs
CDD_AddPict.frm
CDD_AutoDesign.frm
CDD_FontScaling.frm
CDD_HeaderFooter.frm
CDD_Paint.frm
CDD_RunAudit.frm
CDD_TableColors.frm
CDD_TablePrototype.frm
%%
# ===== 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 : Shell32
global : Scripting
global : Excel
global : MSForms