WinAPI/WinAPI.mqproj
super.admin 18988bb51b convert
2025-05-30 16:36:16 +02:00

44 lines
No EOL
1.8 KiB
JSON

{
"platform" :"mt5",
"program_type":"script",
"copyright" :"Copyright © 2018, Vladimir Karputov",
"link" :"http:\/\/wmua.ru\/slesar\/",
"version" :"1.000",
"description" :"WinAPI functions for MetaTrader 5",
"optimize" :"1",
"fpzerocheck" :"1",
"script":
{
"flags":"0"
},
"files":
[
{
"path":".\\WinAPI.mq5",
"compile":"true",
"relative_to_project":"true"
},
{
"path":"MQL5\\Include\\MyInc\\WinAPI.mqh",
"compile":"false",
"relative_to_project":"false"
},
{
"path":"MQL5\\Include\\MyInc\\WinAPIErrorsDescription.mqh",
"compile":"false",
"relative_to_project":"false"
},
{
"path":".\\WinAPI.mqh",
"compile":"false",
"relative_to_project":"true"
},
{
"path":".\\WinAPIErrorsDescription.mqh",
"compile":"false",
"relative_to_project":"true"
}
]
}