80 lines
1.5 KiB
Plaintext
80 lines
1.5 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_UserInteraction.cls
|
||
|
|
||
|
utility
|
||
|
ex_VBA.bas
|
||
|
ex_Collection.bas
|
||
|
|
||
|
CDS_NodeSH.cls
|
||
|
CDS_StaticHierarchy.cls
|
||
|
|
||
|
visio
|
||
|
z_VsoUtilities.bas
|
||
|
API_ShapeStorage.cls
|
||
|
API_UndoWrapper.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
|
||
|
ImportDialog.frm
|
||
|
|
||
|
DevHelper.bas
|
||
|
Declarations.bas
|
||
|
Main.bas
|
||
|
MainImpl.bas
|
||
|
z_UIMessages.bas
|
||
|
z_UIRibbon.bas
|
||
|
|
||
|
ShapeCreator.cls
|
||
|
VisioNode.cls
|
||
|
LayoutManager.cls
|
||
|
ContainerLayout.cls
|
||
|
PageLayout.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 : Shell32
|
||
|
global : Scripting
|
||
|
global : Excel
|
||
|
global : MSForms
|