diff --git a/MT5Connector/MT5Connector.vcxproj b/MT5Connector/MT5Connector.vcxproj index 13c3ed5c..8dd0d20a 100755 --- a/MT5Connector/MT5Connector.vcxproj +++ b/MT5Connector/MT5Connector.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -20,7 +20,7 @@ {CB6D4A3E-2F2E-4C67-929D-3C2A8FD1C556} - v4.5 + v4.5.2 ManagedCProj MT5Connector @@ -30,28 +30,28 @@ true true MultiByte - v120 + v140 DynamicLibrary true true Unicode - v120 + v140 DynamicLibrary false true Unicode - v120 + v140 DynamicLibrary false true Unicode - v120 + v140 diff --git a/MTApiService/MtApiKey.pfx b/MTApiService/MtApiKey.pfx index 92568c25..34f41a82 100755 Binary files a/MTApiService/MtApiKey.pfx and b/MTApiService/MtApiKey.pfx differ diff --git a/MTApiService/Properties/AssemblyInfo.cs b/MTApiService/Properties/AssemblyInfo.cs index 7e6cc793..5c7a67ad 100755 --- a/MTApiService/Properties/AssemblyInfo.cs +++ b/MTApiService/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.19.0")] -[assembly: AssemblyFileVersion("1.0.19.0")] +[assembly: AssemblyVersion("1.0.20.0")] +[assembly: AssemblyFileVersion("1.0.20.0")] diff --git a/MTConnector/MTConnector.vcxproj b/MTConnector/MTConnector.vcxproj index 2fb94464..c2a75723 100755 --- a/MTConnector/MTConnector.vcxproj +++ b/MTConnector/MTConnector.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -20,7 +20,7 @@ {2BE5FAC1-7FB7-45C3-9215-31A5BC4B964F} - v4.5 + v4.5.2 ManagedCProj MTConnector MTConnector @@ -31,28 +31,28 @@ true true NotSet - v120 + v140 DynamicLibrary true true Unicode - v120 + v140 DynamicLibrary false true NotSet - v120 + v140 DynamicLibrary false true MultiByte - v120 + v140 diff --git a/MtApi5Installer/Product.wxs b/MtApi5Installer/Product.wxs index f412c8a5..979123bc 100755 --- a/MtApi5Installer/Product.wxs +++ b/MtApi5Installer/Product.wxs @@ -2,12 +2,12 @@ - + - + diff --git a/MtApi5TestClient/App.xaml b/MtApi5TestClient/App.xaml deleted file mode 100755 index b34ae96d..00000000 --- a/MtApi5TestClient/App.xaml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - diff --git a/MtApi5TestClient/App.xaml.cs b/MtApi5TestClient/App.xaml.cs deleted file mode 100755 index 25259dee..00000000 --- a/MtApi5TestClient/App.xaml.cs +++ /dev/null @@ -1,16 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Configuration; -using System.Data; -using System.Linq; -using System.Windows; - -namespace MtApi5TestClient -{ - /// - /// Interaction logic for App.xaml - /// - public partial class App : Application - { - } -} diff --git a/MtApi5TestClient/DelegateCommand.cs b/MtApi5TestClient/DelegateCommand.cs deleted file mode 100755 index d133c3e2..00000000 --- a/MtApi5TestClient/DelegateCommand.cs +++ /dev/null @@ -1,51 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Windows.Input; - -namespace MtApi5TestClient -{ - public class DelegateCommand : ICommand - { - private readonly Predicate _canExecute; - private readonly Action _execute; - - public event EventHandler CanExecuteChanged; - - public DelegateCommand(Action execute) - : this(execute, null) - { - } - - public DelegateCommand(Action execute, - Predicate canExecute) - { - _execute = execute; - _canExecute = canExecute; - } - - public bool CanExecute(object parameter) - { - if (_canExecute == null) - { - return true; - } - - return _canExecute(parameter); - } - - public void Execute(object parameter) - { - _execute(parameter); - } - - public void RaiseCanExecuteChanged() - { - if (CanExecuteChanged != null) - { - CanExecuteChanged(this, EventArgs.Empty); - } - } - } -} diff --git a/MtApi5TestClient/MainWindow.xaml b/MtApi5TestClient/MainWindow.xaml deleted file mode 100755 index 34cec869..00000000 --- a/MtApi5TestClient/MainWindow.xaml +++ /dev/null @@ -1,391 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -