jellyfin/MediaBrowser.ServerApplication/App.config

25 lines
1.1 KiB
Plaintext
Raw Normal View History

2012-08-24 14:05:31 +02:00
<?xml version="1.0" encoding="utf-8"?>
<configuration>
2012-08-05 02:54:57 +02:00
<appSettings>
<add key="ProgramDataPath" value="..\..\..\ProgramData-Server" />
2012-08-05 02:54:57 +02:00
</appSettings>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
</startup>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="System.Net.Http" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" />
</dependentAssembly>
2012-08-24 14:05:31 +02:00
<dependentAssembly>
<assemblyIdentity name="System.Reactive.Core" publicKeyToken="f300afd708cefcd3" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-2.0.20823.0" newVersion="2.0.20823.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Reactive.Interfaces" publicKeyToken="f300afd708cefcd3" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-2.0.20823.0" newVersion="2.0.20823.0" />
</dependentAssembly>
2012-08-05 02:54:57 +02:00
</assemblyBinding>
</runtime>
</configuration>