Light12306/TrainInfomationProviderService/App.config

25 lines
1.1 KiB
Plaintext
Raw Normal View History

2015-03-13 19:25:08 +08:00
<?xml version="1.0" encoding="utf-8"?>
2014-11-21 20:32:36 +08:00
<configuration>
<appSettings>
2015-03-13 19:25:08 +08:00
<add key="dataStoragePath" value="..\Web12306\App_Data\12306" />
2014-11-21 20:32:36 +08:00
</appSettings>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
</startup>
2015-03-13 19:25:08 +08:00
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="System.Web.Razor" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Web.WebPages.Razor" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Web.WebPages" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-2.0.0.0" newVersion="2.0.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
2014-11-21 20:32:36 +08:00
</configuration>