MQL5Book/Experts/p7/wsEcho/wsecho.mqproj
super.admin 1c8e83ce31 convert
2025-05-30 16:09:41 +02:00

147 lines
No EOL
6.6 KiB
JSON

{
"platform" :"mt5",
"program_type":"script",
"copyright" :"Copyright 2022, MetaQuotes Ltd.",
"version" :"1.0",
"description" :"WebSocket-client for echo-service.\r\nSends a single message, receives a responce and disconnects.",
"cpu_architecture" :"0",
"optimize" :"1",
"fpzerocheck" :"1",
"tester_no_cache":"0",
"tester_everytick_calculate":"0",
"unicode_character_set":"0",
"static_libraries":"0",
"script":
{
"flags":"67108864"
},
"files":
[
{
"path":"wsecho.mq5",
"compile":true,
"relative_to_project":true
},
{
"path":"MQL5\\Include\\MQL5Book\\AutoPtr.mqh",
"compile":false,
"relative_to_project":false
},
{
"path":"MQL5\\Include\\MQL5Book\\ws\\wsclient.mqh",
"compile":false,
"relative_to_project":false
},
{
"path":"MQL5\\Include\\MQL5Book\\URL.mqh",
"compile":false,
"relative_to_project":false
},
{
"path":"MQL5\\Include\\MQL5Book\\ws\\wsframe.mqh",
"compile":false,
"relative_to_project":false
},
{
"path":"MQL5\\Include\\MQL5Book\\ws\\wstools.mqh",
"compile":false,
"relative_to_project":false
},
{
"path":"MQL5\\Include\\MQL5Book\\ws\\wsinterfaces.mqh",
"compile":false,
"relative_to_project":false
},
{
"path":"MQL5\\Include\\MQL5Book\\ws\\wsmessage.mqh",
"compile":false,
"relative_to_project":false
},
{
"path":"MQL5\\Include\\MQL5Book\\ws\\wstransport.mqh",
"compile":false,
"relative_to_project":false
},
{
"path":"MQL5\\Include\\MQL5Book\\ws\\wsprotocol.mqh",
"compile":false,
"relative_to_project":false
},
{
"path":"..\\..\\..\\Include\\AutoPtr.mqh",
"compile":false,
"relative_to_project":true
},
{
"path":"..\\..\\..\\Include\\ws\\wsclient.mqh",
"compile":false,
"relative_to_project":true
},
{
"path":"..\\..\\..\\Include\\URL.mqh",
"compile":false,
"relative_to_project":true
},
{
"path":"..\\..\\..\\Include\\ws\\wsframe.mqh",
"compile":false,
"relative_to_project":true
},
{
"path":"..\\..\\..\\Include\\ws\\wstools.mqh",
"compile":false,
"relative_to_project":true
},
{
"path":"..\\..\\..\\Include\\ws\\wsinterfaces.mqh",
"compile":false,
"relative_to_project":true
},
{
"path":"..\\..\\..\\Include\\ws\\wsmessage.mqh",
"compile":false,
"relative_to_project":true
},
{
"path":"..\\..\\..\\Include\\ws\\wstransport.mqh",
"compile":false,
"relative_to_project":true
},
{
"path":"..\\..\\..\\Include\\ws\\wsprotocol.mqh",
"compile":false,
"relative_to_project":true
}
],
"tester":
[
{
"type":"file",
"path":"..\\Web\\index.htm",
"relative_to_project":true
},
{
"type":"file",
"path":"..\\Web\\MQL5Book.crt",
"relative_to_project":true
},
{
"type":"file",
"path":"..\\Web\\MQL5Book.key",
"relative_to_project":true
},
{
"type":"file",
"path":"..\\Web\\wsecho.js",
"relative_to_project":true
},
{
"type":"file",
"path":"..\\Web\\wsecho_client.js",
"relative_to_project":true
}
]
}