117 lines
2.0 KiB
Plaintext
117 lines
2.0 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
|
||
|
|
||
|
api
|
||
|
ex_WinAPI.bas
|
||
|
API_Path.cls
|
||
|
API_WordWrapper.cls
|
||
|
API_XLWrapper.cls
|
||
|
API_UserInteraction.cls
|
||
|
|
||
|
parsers
|
||
|
z_ParserRegex.bas
|
||
|
PC_InfoNPA.cls
|
||
|
ParserDate.cls
|
||
|
ParserNPA.cls
|
||
|
|
||
|
utility
|
||
|
ex_VBA.bas
|
||
|
ex_Hash.bas
|
||
|
ex_Version.bas
|
||
|
|
||
|
API_DistrManifest.cls
|
||
|
API_JSON.cls
|
||
|
ex_Collection.bas
|
||
|
ex_Regex.bas
|
||
|
ex_DataPreparation.bas
|
||
|
|
||
|
ui
|
||
|
CSE_ProgressBar.frm
|
||
|
|
||
|
word
|
||
|
ex_Word.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
|
||
|
common
|
||
|
DocumentProcessor.bas
|
||
|
DatabaseModel.bas
|
||
|
DatabaseImpl.bas
|
||
|
|
||
|
ActiveStateExporter.cls
|
||
|
|
||
|
ItemLink.cls
|
||
|
ItemHyperlink.cls
|
||
|
ItemLaw.cls
|
||
|
ItemCachedLaw.cls
|
||
|
ItemDocumentModification.cls
|
||
|
|
||
|
IteratorLaw.cls
|
||
|
IteratorLinkAll.cls
|
||
|
IteratorLinkCached.cls
|
||
|
IteratorLinkLaw.cls
|
||
|
|
||
|
InfoDatabase.cls
|
||
|
InfoDocument.cls
|
||
|
|
||
|
database
|
||
|
MergeLawsDlg.frm
|
||
|
|
||
|
ItemMerge.cls
|
||
|
|
||
|
DataAccess.bas
|
||
|
DevHelper.bas
|
||
|
Declarations.bas
|
||
|
Main.bas
|
||
|
MainImpl.bas
|
||
|
ManualSubs.bas
|
||
|
z_UIRibbon.bas
|
||
|
z_UIMessages.bas
|
||
|
|
||
|
test
|
||
|
s_ActiveStateExporter.cls
|
||
|
s_Database.cls
|
||
|
s_DatabaseManager.cls
|
||
|
s_IteratorLaw.cls
|
||
|
s_IteratorLinkAll.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
|
||
|
|
||
|
database\.rels -> _rels\.rels
|
||
|
database\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 : VBScript_RegExp_55
|
||
|
global : Scripting
|
||
|
global : MSForms
|
||
|
global : Word
|
||
|
global : Shell32
|