# == 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_WordWrapper.cls API_XLWrapper.cls API_UserInteraction.cls parsers ParserDeclarations.bas ExtractionOptions.cls utility ex_VBA.bas ex_DataPreparation.bas ex_Version.bas API_DistrManifest.cls API_JSON.cls API_Timer.cls ui CSE_ProgressBar.frm 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 database ImportDlg.frm DevHelper.bas Declarations.bas DataAccess.bas Main.bas MainImpl.bas ManualSubs.bas z_UIRibbon.bas z_UIMessages.bas test s_WordInteractions.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 : Word global : Shell32 global : Scripting global : MSForms