Skip to content

Commit

Permalink
Merge pull request #9 from botengine-de/use-current-sanderling
Browse files Browse the repository at this point in the history
  • Loading branch information
Viir committed Apr 5, 2018
2 parents f17f3c3 + 1b2a3bf commit 1e4a2ac
Show file tree
Hide file tree
Showing 20 changed files with 54 additions and 11 deletions.
Binary file modified lib/BotEngine.Common.dll
Binary file not shown.
Binary file modified lib/BotEngine.Interface.dll
Binary file not shown.
Binary file modified lib/BotEngine.UI.dll
Binary file not shown.
Binary file modified lib/BotSharp.UI.dll
Binary file not shown.
Binary file modified lib/BotSharp.dll
Binary file not shown.
Binary file modified lib/Sanderling.MemoryReading.dll
Binary file not shown.
Binary file modified lib/Sanderling.UI.dll
Binary file not shown.
Binary file modified lib/Sanderling.dll
Binary file not shown.
4 changes: 4 additions & 0 deletions src/Sanderling.ABot.Exe/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
<assemblyIdentity name="ICSharpCode.AvalonEdit" publicKeyToken="9cc39be672370310" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-5.0.3.0" newVersion="5.0.3.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.ValueTuple" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.2.0" newVersion="4.0.2.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>
7 changes: 6 additions & 1 deletion src/Sanderling.ABot.Exe/Sanderling.ABot.Exe.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.ValueTuple, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\packages\System.ValueTuple.4.4.0\lib\net461\System.ValueTuple.dll</HintPath>
</Reference>
<Reference Include="System.Xml" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Core" />
Expand Down Expand Up @@ -173,7 +176,9 @@
<AppDesigner Include="Properties\" />
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
<None Include="App.config">
<SubType>Designer</SubType>
</None>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Sanderling.ABot.UI\Sanderling.ABot.UI.csproj">
Expand Down
1 change: 1 addition & 0 deletions src/Sanderling.ABot.Exe/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@
<package id="InputSimulator" version="1.0.4.0" targetFramework="net461" />
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net461" />
<package id="protobuf-net" version="2.1.0" targetFramework="net461" />
<package id="System.ValueTuple" version="4.4.0" targetFramework="net461" />
<package id="WpfAutoGrid" version="1.4.0.0" targetFramework="net461" />
</packages>
2 changes: 1 addition & 1 deletion src/Sanderling.ABot.Exe/resource.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<ResourceDictionary Source="pack://application:,,,/Sanderling.ABot.UI;component/resource.xaml"></ResourceDictionary>

<ResourceDictionary>
<system:String x:Key="AppVersionId">17.05.03</system:String>
<system:String x:Key="AppVersionId">2018-04-04</system:String>
</ResourceDictionary>
</ResourceDictionary.MergedDictionaries>
</ResourceDictionary>
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
Expand Down
11 changes: 11 additions & 0 deletions src/Sanderling.ABot.Test.Exe/app.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="System.ValueTuple" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.2.0" newVersion="4.0.2.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>
9 changes: 0 additions & 9 deletions src/Sanderling.ABot.UI/Main.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
3 changes: 3 additions & 0 deletions src/Sanderling.ABot.UI/Sanderling.ABot.UI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@
<Name>Sanderling.ABot</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
11 changes: 11 additions & 0 deletions src/Sanderling.ABot.UI/app.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="System.ValueTuple" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.2.0" newVersion="4.0.2.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>
4 changes: 4 additions & 0 deletions src/Sanderling.ABot/Sanderling.ABot.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.ValueTuple, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\packages\System.ValueTuple.4.4.0\lib\net461\System.ValueTuple.dll</HintPath>
</Reference>
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
Expand Down Expand Up @@ -86,6 +89,7 @@
<Compile Include="StringAtPath.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
11 changes: 11 additions & 0 deletions src/Sanderling.ABot/app.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="System.ValueTuple" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.2.0" newVersion="4.0.2.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>
1 change: 1 addition & 0 deletions src/Sanderling.ABot/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="InputSimulator" version="1.0.4.0" targetFramework="net461" />
<package id="System.ValueTuple" version="4.4.0" targetFramework="net461" />
</packages>

0 comments on commit 1e4a2ac

Please sign in to comment.