# == Properties Section == # configuration properties # use .ini format to define properties # mandatory properties: name, artifact name = Parsers.dotm artifact = Надстройка\Parsers.dotm %% # === Imports Section === # Hierarchy of folders and files # Use Tabulator to mark next level in hierarchy # All folders are nested into SharedHome path api ex_Python.bas ex_WinAPI.bas API_Python.cls API_Ribbon.cls API_XLWrapper.cls API_UserInteraction.cls word ex_Word.bas parsers ParserDeclarations.bas z_ParserRegex.bas PC_ParsedData.cls PC_Fragment.cls ExtractionOptions.cls PC_Tools.cls DetectorClassifier.cls DetectorListWords.cls DetectorRegex.cls DetectorMorpho.cls ParserDate.cls ParserNPA.cls PC_InfoNPA.cls utility ex_VBA.bas ex_Regex.bas ex_DataPreparation.bas API_Config.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 addin DevHelper.bas Declarations.bas Main.bas MainImpl.bas z_UIRibbon.bas z_UIMessages.bas UIState.cls IteratorDetected.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 addin\.rels -> _rels\.rels addin\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 : Shell32 global : MSForms global : ADODB global : Excel