Updated web.config files to fix intellisense for Razor view files.

This fixes the side effect of setting CopyLocal=False on the Orchard.Framework project references where Razor intellisense was broken.
Although not necessary in most cases, I also added Orchard.Core for free, for those rare cases where a service is directly consumed in a Razor view.
This commit is contained in:
Sipke Schoorstra
2015-05-02 10:14:29 +02:00
parent a11c92ae50
commit 3311c9a8a4
62 changed files with 167 additions and 58 deletions

View File

@@ -87,7 +87,6 @@
</ItemGroup>
<ItemGroup>
<Folder Include="Tests\" />
<Folder Include="Views\" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\Orchard\Orchard.Framework.csproj">