You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
55 lines
2.1 KiB
55 lines
2.1 KiB
<?xml version="1.0" encoding="UTF-8"?>
|
|
<configuration>
|
|
<startup useLegacyV2RuntimeActivationPolicy="true">
|
|
<supportedRuntime version="v4.0"/>
|
|
</startup>
|
|
<appSettings />
|
|
<system.web>
|
|
<compilation debug="true" targetFramework="4.0">
|
|
<assemblies>
|
|
<add assembly="System.Web.Mvc, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
|
|
<add assembly="System.Web.Abstractions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
|
|
<add assembly="System.Web.Routing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
|
|
<add assembly="System.Data.Linq, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
|
|
<!-- <add assembly="NzbDrone.Core"/>-->
|
|
</assemblies>
|
|
</compilation>
|
|
|
|
|
|
<pages controlRenderingCompatibilityVersion="3.5" clientIDMode="AutoID">
|
|
<namespaces>
|
|
<add namespace="System.Web.Mvc" />
|
|
<add namespace="System.Web.Mvc.Ajax" />
|
|
<add namespace="System.Web.Mvc.Html" />
|
|
<add namespace="System.Web.Routing" />
|
|
<add namespace="Telerik.Web.Mvc" />
|
|
<!--<add namespace="NzbDrone.Core.Repository"/>-->
|
|
</namespaces>
|
|
</pages>
|
|
<customErrors mode="Off"/>
|
|
</system.web>
|
|
<system.web.extensions />
|
|
<system.webServer>
|
|
<modules runAllManagedModulesForAllRequests="true">
|
|
</modules>
|
|
<handlers>
|
|
<remove name="UrlRoutingHandler" />
|
|
</handlers>
|
|
<directoryBrowse enabled="true" />
|
|
</system.webServer>
|
|
<runtime>
|
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" />
|
|
<bindingRedirect oldVersion="1.0.0.0" newVersion="2.0.0.0" />
|
|
</dependentAssembly>
|
|
</assemblyBinding>
|
|
</runtime>
|
|
<system.data>
|
|
<DbProviderFactories>
|
|
<remove invariant="System.Data.SQLite" />
|
|
<add name="SQLite Data Provider" invariant="System.Data.SQLite" description=".Net Framework Data Provider for SQLite" type="System.Data.SQLite.SQLiteFactory, System.Data.SQLite" />
|
|
</DbProviderFactories>
|
|
</system.data>
|
|
</configuration>
|