64 lines
1.2 KiB
Plaintext
64 lines
1.2 KiB
Plaintext
![]() |
# == Properties Section ==
|
||
|
# configuration properties
|
||
|
# use .ini format to define properties
|
||
|
# mandatory properties: name, artifact
|
||
|
|
||
|
name = !Список проектов.xlsm
|
||
|
artifact = !Список проектов.xlsm
|
||
|
|
||
|
%%
|
||
|
# === Imports Section ===
|
||
|
# Hierarchy of folders and files
|
||
|
# Use Tabulator to mark next level in hierarchy
|
||
|
# All folders are nested into SharedHome path
|
||
|
|
||
|
dev
|
||
|
ex_ConceptOrganization.bas
|
||
|
|
||
|
api
|
||
|
ex_WinAPI.bas
|
||
|
|
||
|
utility
|
||
|
ex_VBA.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
|
||
|
projects
|
||
|
DataAccess.bas
|
||
|
Declarations.bas
|
||
|
Main.bas
|
||
|
MainImpl.bas
|
||
|
|
||
|
z_UIRibbon.bas
|
||
|
|
||
|
common
|
||
|
DataTransfer.bas
|
||
|
|
||
|
DB_Projects.cls
|
||
|
|
||
|
IteratorProject.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
|
||
|
|
||
|
projects\.rels -> _rels\.rels
|
||
|
projects\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 : Shell32
|