summaryrefslogtreecommitdiff
path: root/DiscoBot/App.config
diff options
context:
space:
mode:
authorTrueDoctor <d-kobert@web.de>2018-04-24 14:13:58 +0200
committerTrueDoctor <d-kobert@web.de>2018-04-24 14:13:58 +0200
commit181dba0f96d8792e3565286b3983830674624cc5 (patch)
tree9c6a5fc00bf69aad09d5a335c59a11854ae49002 /DiscoBot/App.config
parente5e0c1c5c9fb6afd68ebe9dc075af23f46f11e25 (diff)
fixed sound playback
moved post_processing to base constructor
Diffstat (limited to 'DiscoBot/App.config')
-rw-r--r--DiscoBot/App.config6
1 files changed, 5 insertions, 1 deletions
diff --git a/DiscoBot/App.config b/DiscoBot/App.config
index d08a333..1ec9ae3 100644
--- a/DiscoBot/App.config
+++ b/DiscoBot/App.config
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<configSections>
- <sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
+ <sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<section name="DiscoBot.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
</sectionGroup>
</configSections>
@@ -22,6 +22,10 @@
<assemblyIdentity name="System.Collections.Immutable" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-1.2.2.0" newVersion="1.2.2.0" />
</dependentAssembly>
+ <dependentAssembly>
+ <assemblyIdentity name="System.Net.Http" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
+ <bindingRedirect oldVersion="0.0.0.0-4.2.0.0" newVersion="4.2.0.0" />
+ </dependentAssembly>
</assemblyBinding>
</runtime>
<userSettings>