102 lines
1.8 KiB
Plaintext
102 lines
1.8 KiB
Plaintext
# == Properties Section ==
|
|
# configuration properties
|
|
# use .ini format to define properties
|
|
# mandatory properties: name, artifact
|
|
|
|
name = TestCommons.xlsm
|
|
artifact = TestCommons.xlsm
|
|
|
|
%%
|
|
# === 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_Project.cls
|
|
API_VsoWrapper.cls
|
|
API_WordWrapper.cls
|
|
API_XLWrapper.cls
|
|
API_Path.cls
|
|
|
|
parsers
|
|
z_ParserRegex.bas
|
|
ParserDate.cls
|
|
|
|
utility
|
|
ex_VBA.bas
|
|
ex_Hash.bas
|
|
ex_Collection.bas
|
|
ex_Regex.bas
|
|
ex_Color.bas
|
|
|
|
CDS_Edge.cls
|
|
CDS_Graph.cls
|
|
CDS_Node.cls
|
|
CDS_NodeSH.cls
|
|
CDS_StaticHierarchy.cls
|
|
CDS_Interval.cls
|
|
CDS_CompoundIntervals.cls
|
|
API_LinkedComponents.cls
|
|
API_StrongComponents.cls
|
|
API_GraphOrdering.cls
|
|
API_JSON.cls
|
|
API_Config.cls
|
|
|
|
dev
|
|
DevTester.bas
|
|
API_Logger.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
|
|
commons
|
|
DevHelper.bas
|
|
Declarations.bas
|
|
Main.bas
|
|
MainImpl.bas
|
|
|
|
test
|
|
TestCustomObject.cls
|
|
s_ExCollection.cls
|
|
s_ExVBA.cls
|
|
s_ExHash.cls
|
|
s_ExWinAPI.cls
|
|
s_ParseDate.cls
|
|
s_Logger.cls
|
|
s_XLWrapper.cls
|
|
s_VsoWrapper.cls
|
|
s_WordWrapper.cls
|
|
s_Graph.cls
|
|
s_StaticHierarchy.cls
|
|
s_ExColor.cls
|
|
s_CompoundIntervals.cls
|
|
s_Path.cls
|
|
s_JSON.cls
|
|
s_Config.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 : VBScript_RegExp_55
|
|
global : Scripting
|
|
global : Visio
|
|
global : Word
|
|
global : Shell32
|
|
global : VBIDE
|
|
global : ADODB |