diff --git a/lib/BotEngine.Common.dll b/lib/BotEngine.Common.dll index b18dcd5..2617380 100644 Binary files a/lib/BotEngine.Common.dll and b/lib/BotEngine.Common.dll differ diff --git a/lib/BotEngine.Interface.dll b/lib/BotEngine.Interface.dll index 94b68b3..021ba19 100644 Binary files a/lib/BotEngine.Interface.dll and b/lib/BotEngine.Interface.dll differ diff --git a/lib/BotEngine.UI.dll b/lib/BotEngine.UI.dll index 8a5d159..6969cd4 100644 Binary files a/lib/BotEngine.UI.dll and b/lib/BotEngine.UI.dll differ diff --git a/lib/BotSharp.UI.dll b/lib/BotSharp.UI.dll index 8f2447b..b5f5c41 100644 Binary files a/lib/BotSharp.UI.dll and b/lib/BotSharp.UI.dll differ diff --git a/lib/BotSharp.dll b/lib/BotSharp.dll index de8e116..e9af22d 100644 Binary files a/lib/BotSharp.dll and b/lib/BotSharp.dll differ diff --git a/lib/Sanderling.MemoryReading.dll b/lib/Sanderling.MemoryReading.dll index 23e852e..cb3cd9c 100644 Binary files a/lib/Sanderling.MemoryReading.dll and b/lib/Sanderling.MemoryReading.dll differ diff --git a/lib/Sanderling.UI.dll b/lib/Sanderling.UI.dll index 6f9b49a..1fc8387 100644 Binary files a/lib/Sanderling.UI.dll and b/lib/Sanderling.UI.dll differ diff --git a/lib/Sanderling.dll b/lib/Sanderling.dll index 3488442..59a786c 100644 Binary files a/lib/Sanderling.dll and b/lib/Sanderling.dll differ diff --git a/src/Sanderling.ABot.Exe/App.config b/src/Sanderling.ABot.Exe/App.config index 8541194..402f3ab 100644 --- a/src/Sanderling.ABot.Exe/App.config +++ b/src/Sanderling.ABot.Exe/App.config @@ -17,6 +17,10 @@ + + + + \ No newline at end of file diff --git a/src/Sanderling.ABot.Exe/Sanderling.ABot.Exe.csproj b/src/Sanderling.ABot.Exe/Sanderling.ABot.Exe.csproj index 59549be..feb06a9 100644 --- a/src/Sanderling.ABot.Exe/Sanderling.ABot.Exe.csproj +++ b/src/Sanderling.ABot.Exe/Sanderling.ABot.Exe.csproj @@ -99,6 +99,9 @@ + + ..\packages\System.ValueTuple.4.4.0\lib\net461\System.ValueTuple.dll + @@ -173,7 +176,9 @@ - + + Designer + diff --git a/src/Sanderling.ABot.Exe/packages.config b/src/Sanderling.ABot.Exe/packages.config index 814dfc8..a4368c0 100644 --- a/src/Sanderling.ABot.Exe/packages.config +++ b/src/Sanderling.ABot.Exe/packages.config @@ -8,5 +8,6 @@ + \ No newline at end of file diff --git a/src/Sanderling.ABot.Exe/resource.xaml b/src/Sanderling.ABot.Exe/resource.xaml index 69e38ec..c702e37 100644 --- a/src/Sanderling.ABot.Exe/resource.xaml +++ b/src/Sanderling.ABot.Exe/resource.xaml @@ -7,7 +7,7 @@ - 17.05.03 + 2018-04-04 \ No newline at end of file diff --git a/src/Sanderling.ABot.Test.Exe/Sanderling.ABot.Test.Exe.csproj b/src/Sanderling.ABot.Test.Exe/Sanderling.ABot.Test.Exe.csproj index 7618095..543da44 100644 --- a/src/Sanderling.ABot.Test.Exe/Sanderling.ABot.Test.Exe.csproj +++ b/src/Sanderling.ABot.Test.Exe/Sanderling.ABot.Test.Exe.csproj @@ -103,6 +103,7 @@ + diff --git a/src/Sanderling.ABot.Test.Exe/app.config b/src/Sanderling.ABot.Test.Exe/app.config new file mode 100644 index 0000000..00adf8d --- /dev/null +++ b/src/Sanderling.ABot.Test.Exe/app.config @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/src/Sanderling.ABot.UI/Main.xaml.cs b/src/Sanderling.ABot.UI/Main.xaml.cs index bcf96bd..3cc3fe1 100644 --- a/src/Sanderling.ABot.UI/Main.xaml.cs +++ b/src/Sanderling.ABot.UI/Main.xaml.cs @@ -19,15 +19,6 @@ public partial class Main : UserControl public bool IsBotMotionEnabled => ToggleButtonMotionEnable?.ButtonRecz?.IsChecked ?? false; - public void ConfigFromModelToView(ExeConfig config) => - Interface.LicenseView?.LicenseClientConfigViewModel?.PropagateFromClrMemberToDependencyProperty(config?.LicenseClient?.CompletedWithDefault()); - - public ExeConfig ConfigFromViewToModel() => - new ExeConfig() - { - LicenseClient = Interface.LicenseView?.LicenseClientConfigViewModel?.PropagateFromDependencyPropertyToClrMember(), - }; - public Main() { InitializeComponent(); diff --git a/src/Sanderling.ABot.UI/Sanderling.ABot.UI.csproj b/src/Sanderling.ABot.UI/Sanderling.ABot.UI.csproj index 22df505..ff2c38d 100644 --- a/src/Sanderling.ABot.UI/Sanderling.ABot.UI.csproj +++ b/src/Sanderling.ABot.UI/Sanderling.ABot.UI.csproj @@ -93,6 +93,9 @@ Sanderling.ABot + + +