VBABuilder/script/manifest.txt
2024-06-07 20:43:26 +03:00

110 lines
2.0 KiB
Plaintext

# == Properties Section ==
# configuration properties
# use .ini format to define properties
# mandatory properties: name, artifact
name = !Builder.xlsm
artifact = !Builder.xlsm
%%
# === Imports Section ===
# Hierarchy of folders and files
# Use Tabulator to mark next level in hierarchy
# All folders are nested into SharedHome path
dev
DevTools.bas
DevTester.bas
CDS_InfoTests.cls
CDS_InfoFunction.cls
API_Logger.cls
API_TestRunner.cls
api
ex_WinAPI.bas
API_Path.cls
API_Project.cls
API_VsoWrapper.cls
API_WordWrapper.cls
API_XLWrapper.cls
API_UserInteraction.cls
excel
ex_Excel.bas
utility
ex_VBA.bas
ex_Collection.bas
ex_DataPreparation.bas
ex_Version.bas
API_Timer.cls
API_JSON.cls
API_DistrManifest.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
builder
DevHelper.bas
Declarations.bas
Main.bas
MainImpl.bas
z_UIRibbon.bas
z_UIMessages.bas
CB_SharedModules.cls
CB_AddModule.cls
CB_AddProduct.cls
DescriptorUI.cls
InfoComponent.cls
InfoManifest.cls
InfoMakefile.cls
InfoProduct.cls
InfoAction.cls
InfoBuild.cls
InfoGlobals.cls
ItemActionEnvironment.cls
ItemVBReference.cls
database
DataAccess.bas
DB_SharedModules.cls
DB_Products.cls
DB_Components.cls
DB_GlobalRefs.cls
DB_Tests.cls
IteratorSharedModule.cls
IteratorTest.cls
IteratorComponent.cls
IteratorProduct.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 : VBIDE
global : Shell32
global : Scripting
global : ADODB
global : Visio
global : Word
global : MSForms
global : IWshRuntimeLibrary