Skip to content

Commit 1e4a2ac

Browse files
authored
Merge pull request #9 from botengine-de/use-current-sanderling
Seems this works now: http://forum.botengine.de/t/no-green-checkmark/819/20?u=viir
2 parents f17f3c3 + 1b2a3bf commit 1e4a2ac

20 files changed

+54
-11
lines changed

lib/BotEngine.Common.dll

2 KB
Binary file not shown.

lib/BotEngine.Interface.dll

-512 Bytes
Binary file not shown.

lib/BotEngine.UI.dll

12.5 KB
Binary file not shown.

lib/BotSharp.UI.dll

35 KB
Binary file not shown.

lib/BotSharp.dll

4 KB
Binary file not shown.

lib/Sanderling.MemoryReading.dll

512 Bytes
Binary file not shown.

lib/Sanderling.UI.dll

1 KB
Binary file not shown.

lib/Sanderling.dll

0 Bytes
Binary file not shown.

src/Sanderling.ABot.Exe/App.config

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717
<assemblyIdentity name="ICSharpCode.AvalonEdit" publicKeyToken="9cc39be672370310" culture="neutral" />
1818
<bindingRedirect oldVersion="0.0.0.0-5.0.3.0" newVersion="5.0.3.0" />
1919
</dependentAssembly>
20+
<dependentAssembly>
21+
<assemblyIdentity name="System.ValueTuple" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
22+
<bindingRedirect oldVersion="0.0.0.0-4.0.2.0" newVersion="4.0.2.0" />
23+
</dependentAssembly>
2024
</assemblyBinding>
2125
</runtime>
2226
</configuration>

src/Sanderling.ABot.Exe/Sanderling.ABot.Exe.csproj

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,9 @@
9999
</Reference>
100100
<Reference Include="System" />
101101
<Reference Include="System.Data" />
102+
<Reference Include="System.ValueTuple, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
103+
<HintPath>..\packages\System.ValueTuple.4.4.0\lib\net461\System.ValueTuple.dll</HintPath>
104+
</Reference>
102105
<Reference Include="System.Xml" />
103106
<Reference Include="Microsoft.CSharp" />
104107
<Reference Include="System.Core" />
@@ -173,7 +176,9 @@
173176
<AppDesigner Include="Properties\" />
174177
</ItemGroup>
175178
<ItemGroup>
176-
<None Include="App.config" />
179+
<None Include="App.config">
180+
<SubType>Designer</SubType>
181+
</None>
177182
</ItemGroup>
178183
<ItemGroup>
179184
<ProjectReference Include="..\Sanderling.ABot.UI\Sanderling.ABot.UI.csproj">

0 commit comments

Comments
 (0)