68 lines
1.2 KiB
Plaintext
68 lines
1.2 KiB
Plaintext
![]() |
# == Properties Section ==
|
||
|
# configuration properties
|
||
|
# use .ini format to define properties
|
||
|
# mandatory properties: name, artifact
|
||
|
|
||
|
name = PythonManager.xlsm
|
||
|
artifact = PythonManager.xlsm
|
||
|
|
||
|
%%
|
||
|
# === Imports Section ===
|
||
|
# Hierarchy of folders and files
|
||
|
# Use Tabulator to mark next level in hierarchy
|
||
|
# All folders are nested into SharedHome path
|
||
|
|
||
|
api
|
||
|
API_Python.cls
|
||
|
API_UserInteraction.cls
|
||
|
|
||
|
ex_Python.bas
|
||
|
ex_WinAPI.bas
|
||
|
|
||
|
utility
|
||
|
API_Config.cls
|
||
|
API_JSON.cls
|
||
|
API_Timer.cls
|
||
|
ex_VBA.bas
|
||
|
|
||
|
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
|
||
|
manager
|
||
|
DevHelper.bas
|
||
|
Declarations.bas
|
||
|
Main.bas
|
||
|
MainImpl.bas
|
||
|
z_UIRibbon.bas
|
||
|
z_UIMessages.bas
|
||
|
|
||
|
test
|
||
|
s_Python.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
|
||
|
customUI.xml -> customUI\customUI.xml
|
||
|
|
||
|
%%
|
||
|
# === References Section ===
|
||
|
# List dependencies in one of the formats
|
||
|
# global : GLOBAL_NAME
|
||
|
# guid : {REGISTERED_GUID}
|
||
|
# file : PATH_TO_LIBRARY
|
||
|
|
||
|
global : Scripting
|
||
|
global : ADODB
|
||
|
global : Shell32
|