60 lines
1.2 KiB
Plaintext
60 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
|
|
DevTester.bas
|
|
|
|
api
|
|
API_WordWrapper.cls
|
|
API_XLWrapper.cls
|
|
|
|
utility
|
|
ex_DataPreparation.bas
|
|
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
|
|
DevHelper.bas
|
|
Declarations.bas
|
|
DataAccess.bas
|
|
Main.bas
|
|
MainImpl.bas
|
|
|
|
FileScaner.cls
|
|
s_DataAccess.cls
|
|
s_FileScaner.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
|
|
global : Word
|
|
global : MSForms |