jellyfin/MediaBrowser.Server.Mono/app.config

22 lines
869 B
Plaintext
Raw Normal View History

2014-10-11 22:38:13 +02:00
<?xml version="1.0" encoding="utf-8"?>
2013-09-26 23:20:26 +02:00
<configuration>
<configSections>
<section name="nlog" type="NLog.Config.ConfigSectionHandler, NLog" />
</configSections>
<nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<targets async="true"></targets>
</nlog>
<appSettings>
2013-09-27 23:09:21 +02:00
<add key="DebugProgramDataPath" value="ProgramData-Server" />
2013-12-29 18:07:29 +01:00
<add key="ReleaseProgramDataPath" value="ProgramData-Server" />
2013-09-26 23:20:26 +02:00
</appSettings>
2014-10-11 22:38:13 +02:00
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="System.Data.SQLite" publicKeyToken="db937bc2d44ff139" culture="neutral" />
2014-11-07 17:15:02 +01:00
<bindingRedirect oldVersion="0.0.0.0-1.0.94.0" newVersion="1.0.94.0" />
2014-10-11 22:38:13 +02:00
</dependentAssembly>
</assemblyBinding>
</runtime>
2013-09-26 23:20:26 +02:00
</configuration>