VBABuilder/script/TestVisio.txt

68 lines
1.2 KiB
Plaintext
Raw Permalink Normal View History

2024-06-07 20:43:26 +03:00
# == Properties Section ==
# configuration properties
# use .ini format to define properties
# mandatory properties: name, artifact
name = TestVisio.vsdm
artifact = TestVisio.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
API_VsoWrapper.cls
utility
ex_VBA.bas
CDS_Edge.cls
CDS_Factorizator.cls
CDS_Graph.cls
CDS_Node.cls
visio
z_CCVsoExtension.bas
z_VsoGraph.bas
z_VsoUtilities.bas
API_UndoWrapper.cls
%%
# === Source Code Section ==
# Hierarchy of folders and files
# Use Tabulator to mark next level in hierarchy
# All folders are nested into SourceHome path
src
visio
DevHelper.bas
Declarations.bas
Main.bas
MainImpl.bas
test
s_UndoWrapper.cls
s_Factorizator.cls
s_VsoUtilities.cls
s_VsoExtension.cls
s_VsoGraph.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
%%
# === References Section ===
# List dependencies in one of the formats
# global : GLOBAL_NAME
# guid : {REGISTERED_GUID}
# file : PATH_TO_LIBRARY
global : Scripting