2017-05-24 19:12:55 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2013-09-26 21:20:26 +00:00
|
|
|
<configuration>
|
|
|
|
<configSections>
|
2017-05-24 19:12:55 +00:00
|
|
|
<section name="nlog" type="NLog.Config.ConfigSectionHandler, NLog"/>
|
2013-09-26 21:20:26 +00:00
|
|
|
</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>
|
2017-05-24 19:12:55 +00:00
|
|
|
<add key="DebugProgramDataPath" value="ProgramData-Server"/>
|
|
|
|
<add key="ReleaseProgramDataPath" value="ProgramData-Server"/>
|
2013-09-26 21:20:26 +00:00
|
|
|
</appSettings>
|
2014-10-11 20:38:13 +00:00
|
|
|
<runtime>
|
2017-05-24 19:12:55 +00:00
|
|
|
<legacyUnhandledExceptionPolicy enabled="1"/>
|
2017-04-27 18:11:56 +00:00
|
|
|
|
2014-10-11 20:38:13 +00:00
|
|
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
|
|
<dependentAssembly>
|
2017-05-24 19:12:55 +00:00
|
|
|
<assemblyIdentity name="System.Data.SQLite" publicKeyToken="db937bc2d44ff139" culture="neutral"/>
|
|
|
|
<bindingRedirect oldVersion="0.0.0.0-1.0.94.0" newVersion="1.0.94.0"/>
|
2016-10-25 19:02:04 +00:00
|
|
|
</dependentAssembly>
|
|
|
|
<dependentAssembly>
|
2017-05-24 19:12:55 +00:00
|
|
|
<assemblyIdentity name="System.IO.FileSystem.Primitives" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
|
|
|
|
<bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0"/>
|
2014-10-11 20:38:13 +00:00
|
|
|
</dependentAssembly>
|
2017-02-23 19:13:07 +00:00
|
|
|
<dependentAssembly>
|
2017-05-24 19:12:55 +00:00
|
|
|
<assemblyIdentity name="SimpleInjector" publicKeyToken="984cb50dea722e99" culture="neutral"/>
|
|
|
|
<bindingRedirect oldVersion="0.0.0.0-4.0.7.0" newVersion="4.0.7.0"/>
|
2017-02-23 19:13:07 +00:00
|
|
|
</dependentAssembly>
|
2014-10-11 20:38:13 +00:00
|
|
|
</assemblyBinding>
|
|
|
|
</runtime>
|
2017-05-24 19:12:55 +00:00
|
|
|
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2"/></startup></configuration>
|