mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
19 lines
No EOL
881 B
XML
19 lines
No EOL
881 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
<configSections>
|
|
<sectionGroup name="system.web.webPages.razor" type="System.Web.WebPages.Razor.Configuration.RazorWebSectionGroup, System.Web.WebPages.Razor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
|
|
<section name="pages" type="System.Web.WebPages.Razor.Configuration.RazorPagesSection, System.Web.WebPages.Razor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" />
|
|
</sectionGroup>
|
|
</configSections>
|
|
|
|
<appSettings>
|
|
<add key="webPages:Enabled" value="false" />
|
|
</appSettings>
|
|
<system.web.webPages.razor>
|
|
<pages pageBaseType="Nancy.ViewEngines.Razor.NancyRazorViewBase">
|
|
<namespaces>
|
|
<add namespace="Nancy.ViewEngines.Razor" />
|
|
</namespaces>
|
|
</pages>
|
|
</system.web.webPages.razor>
|
|
</configuration> |