Added PluginViewEngine for App_Plugins

This commit is contained in:
Shannon Deminick
2012-10-01 23:22:23 +05:00
parent be5076783f
commit bc04d4f8da
6 changed files with 75 additions and 4 deletions

View File

@@ -261,8 +261,8 @@
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="umbraco\settings\views\EditView.aspx.cs">
<DependentUpon>EditView.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
<DependentUpon>EditView.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="umbraco\settings\views\EditView.aspx.designer.cs">
<DependentUpon>EditView.aspx</DependentUpon>
@@ -2221,6 +2221,7 @@
<ItemGroup>
<Folder Include="App_Code\" />
<Folder Include="App_Data\" />
<Folder Include="App_Plugins\Packages\" />
<Folder Include="css\" />
<Folder Include="macroScripts\" />
<Folder Include="masterpages\" />