properties.add(new PropertyDeclaration<>(File.class,
                PropertyHelper.BULLET_PREFIX + "Substitution rules for import",
                value -> setImportSubstitutionLibrary(BackendUtils.getBaseRelativePath(value)),
                () -> BackendUtils.getBaseRelativeFile(getImportSubstitutionLibrary())));