Click or drag to resize

AddIns folder

Each .json file is for a separate add-in. The file should have the following properties:

File example:

json
{
   "DisplayName": "Export to Ms Access",
   "AssemblyFileName": ".\\SDK\\Demo\\ExportToMsAccess\\bin\\Debug\\net7.0-windows\\ExportToMsAccess.dll",
   "IsEnabled": true
}