1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-08-10 22:41:43 +02:00

Оптимизация инструментов

This commit is contained in:
Anton Titovets
2024-12-08 11:33:38 +03:00
parent 5ad423de43
commit 5c74e47300
8 changed files with 7664 additions and 7511 deletions

View File

@@ -115,7 +115,8 @@
Признак =
СтрНайти(ФайлПроекта.ПолноеИмя, "cli\data") = 0
И СтрНайти(ФайлПроекта.ПолноеИмя, "cli/data") = 0
И Не ФайлПроекта.ЭтоКаталог();
И Не ФайлПроекта.ЭтоКаталог()
И Не ФайлПроекта.Расширение = "bin";
Если Признак Тогда
МассивФайлов.Добавить(ФайлПроекта);

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<mdclass:CommonTemplate xmlns:mdclass="http://g5.1c.ru/v8/dt/metadata/mdclass" uuid="c61532fa-8d2c-4b20-8609-b1ad7beac4f1">
<name>OPI_TCPClient</name>
<synonym>
<key></key>
<value>OPI TCPClient</value>
</synonym>
<templateType>BinaryData</templateType>
</mdclass:CommonTemplate>

View File

@@ -39,6 +39,7 @@
<value>https://github.com/Bayselonarrend/OpenIntegrations</value>
</configurationInformationAddress>
<subsystems>Subsystem.OPI_Integrations</subsystems>
<commonTemplates>CommonTemplate.OPI_TCPClient</commonTemplates>
<commonModules>CommonModule.OPI_Tools</commonModules>
<commonModules>CommonModule.OPI_Cryptography</commonModules>
<commonModules>CommonModule.OPI_TypeConversion</commonModules>