Concept-Blocks/script/manifest.txt

94 lines
1.7 KiB
Plaintext
Raw Permalink Normal View History

2024-06-07 20:02:35 +03:00
# == Properties Section ==
# configuration properties
# use .ini format to define properties
# mandatory properties: name, artifact
name = Блоки.vstm
artifact = Блоки.vstm
%%
# === Imports Section ===
# Hierarchy of folders and files
# Use Tabulator to mark next level in hierarchy
# All folders are nested into SharedHome path
ui
CSE_ProgressBar.frm
api
ex_WinAPI.bas
API_VsoWrapper.cls
API_XLWrapper.cls
API_WordWrapper.cls
API_UserInteraction.cls
utility
ex_VBA.bas
ex_Collection.bas
ex_Version.bas
API_DistrManifest.cls
API_JSON.cls
API_LinkedComponents.cls
API_GraphOrdering.cls
CDS_Edge.cls
CDS_Factorizator.cls
CDS_Graph.cls
CDS_Node.cls
visio
z_VsoUtilities.bas
z_CCVsoExtension.bas
z_VsoGraph.bas
API_UndoWrapper.cls
word
ex_Word.bas
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
DevHelper.bas
Declarations.bas
DataAccess.bas
Main.bas
MainImpl.bas
z_UIRibbon.bas
z_UIMessages.bas
PowerEstimator.cls
WordExporter.cls
XLExporter.cls
s_ContextActions.cls
s_Operations.cls
s_DataAccess.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
customUI1.xml -> visio\customUI\customUI1.xml
%%
# === References Section ===
# List dependencies in one of the formats
# global : GLOBAL_NAME
# guid : {REGISTERED_GUID}
# file : PATH_TO_LIBRARY
global : Scripting
global : Excel
global : Word
global : MSForms
global : Shell32