removes legacy RazorBuildProvider
This commit is contained in:
@@ -120,11 +120,6 @@
|
||||
<add assembly="System.Net.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
||||
<add assembly="System.Web.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
|
||||
</assemblies>
|
||||
<buildProviders>
|
||||
<add extension=".cshtml" type="umbraco.MacroEngines.RazorBuildProvider, umbraco.MacroEngines" />
|
||||
<add extension=".vbhtml" type="umbraco.MacroEngines.RazorBuildProvider, umbraco.MacroEngines" />
|
||||
<add extension=".razor" type="umbraco.MacroEngines.RazorBuildProvider, umbraco.MacroEngines" />
|
||||
</buildProviders>
|
||||
</compilation>
|
||||
|
||||
<authentication mode="Forms">
|
||||
|
||||
@@ -1,13 +0,0 @@
|
||||
using System;
|
||||
using System.Web.WebPages.Razor;
|
||||
|
||||
namespace umbraco.MacroEngines {
|
||||
|
||||
/// <summary>
|
||||
/// Stub Build Provider If Want To Implement Anything Advanced In The Future
|
||||
/// Also Allows Us To Register Build Provider In Medium Trust
|
||||
/// </summary>
|
||||
public class RazorBuildProvider : System.Web.WebPages.Razor.RazorBuildProvider {
|
||||
|
||||
}
|
||||
}
|
||||
@@ -170,7 +170,6 @@
|
||||
<Compile Include="RazorCore\IParameterDictionary.cs" />
|
||||
<Compile Include="RazorCore\UmbracoParameterDictionary.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="RazorCore\RazorBuildProvider.cs" />
|
||||
<Compile Include="RazorCore\RazorMacroEngine.cs" />
|
||||
<Compile Include="RazorDynamicNode\Res.cs" />
|
||||
<Compile Include="RazorDynamicNode\Signature.cs" />
|
||||
|
||||
Reference in New Issue
Block a user