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 = Схема Реестра.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
|
|
|
|
api
|
|
ex_WinAPI.bas
|
|
API_VsoWrapper.cls
|
|
API_WordWrapper.cls
|
|
API_XLWrapper.cls
|
|
API_UserInteraction.cls
|
|
|
|
utility
|
|
ex_VBA.bas
|
|
ex_Collection.bas
|
|
ex_Version.bas
|
|
|
|
API_DistrManifest.cls
|
|
API_JSON.cls
|
|
CDS_Factorizator.cls
|
|
CDS_Graph.cls
|
|
CDS_Node.cls
|
|
CDS_Edge.cls
|
|
|
|
ui
|
|
CSE_ProgressBar.frm
|
|
|
|
visio
|
|
z_VsoUtilities.bas
|
|
z_CCVsoExtension.bas
|
|
z_VsoGraph.bas
|
|
API_UndoWrapper.cls
|
|
|
|
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
|
|
common
|
|
DatabaseModel.bas
|
|
|
|
visual
|
|
ImportDataDlg.frm
|
|
|
|
Declarations.bas
|
|
DevHelper.bas
|
|
Main.bas
|
|
MainImpl.bas
|
|
z_UIRibbon.bas
|
|
z_UIMessages.bas
|
|
|
|
ItemImportOptions.cls
|
|
ImportManager.cls
|
|
LayoutManager.cls
|
|
|
|
test
|
|
s_LayoutManager.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
|
|
|
|
visual\.rels -> _rels\.rels
|
|
visual\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 : MSForms
|
|
global : Scripting
|
|
global : Word
|
|
global : Excel |