93 lines
1.7 KiB
Plaintext
93 lines
1.7 KiB
Plaintext
# == Properties Section ==
|
|
# configuration properties
|
|
# use .ini format to define properties
|
|
# mandatory properties: name, artifact
|
|
|
|
name = Иерархизатор.vsdm
|
|
artifact = Иерархизатор.vsdm
|
|
|
|
%%
|
|
# === 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_VsoWrapper.cls
|
|
API_XLWrapper.cls
|
|
API_WordWrapper.cls
|
|
API_UserInteraction.cls
|
|
|
|
utility
|
|
ex_VBA.bas
|
|
ex_Collection.bas
|
|
ex_DataPreparation.bas
|
|
ex_Color.bas
|
|
ex_Version.bas
|
|
|
|
API_DistrManifest.cls
|
|
API_JSON.cls
|
|
CDS_Factorizator.cls
|
|
CDS_Graph.cls
|
|
CDS_Node.cls
|
|
CDS_Edge.cls
|
|
CDS_NodeSH.cls
|
|
CDS_StaticHierarchy.cls
|
|
|
|
visio
|
|
z_VsoUtilities.bas
|
|
z_CCVsoExtension.bas
|
|
z_VsoGraph.bas
|
|
API_UndoWrapper.cls
|
|
|
|
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
|
|
MasterDlg.frm
|
|
|
|
DevHelper.bas
|
|
Declarations.bas
|
|
DataAccess.bas
|
|
Main.bas
|
|
MainImpl.bas
|
|
z_UIRibbon.bas
|
|
z_UIMessages.bas
|
|
|
|
VisioNode.cls
|
|
LayoutConstruction.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 : MSForms
|
|
global : Shell32
|
|
global : Scripting
|
|
global : Excel
|
|
global : Word |