--HG--
branch : 1.x
This commit is contained in:
Sebastien Ros
2011-03-28 17:13:30 -07:00
2 changed files with 4 additions and 3 deletions

View File

@@ -59,7 +59,7 @@
<Reference Include="System.Xml.Linq" />
</ItemGroup>
<ItemGroup>
<Content Include="Web.config" />
<Content Include="web.config" />
<Content Include="Views\Web.config" />
<Content Include="Scripts\Web.config" />
<Content Include="Styles\Web.config" />
@@ -99,7 +99,7 @@
<Content Include="Views\EditorTemplates\Parts.Warmup.SiteSettings.cshtml" />
</ItemGroup>
<ItemGroup>
<None Include="Placement.info" />
<Content Include="Placement.info" />
<Content Include="Views\Admin\Index.cshtml" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />

View File

@@ -14,6 +14,7 @@
<AssemblyName>Orchard.Widgets</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<MvcBuildViews>false</MvcBuildViews>
<UseIISExpress>false</UseIISExpress>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
@@ -159,7 +160,7 @@
<Content Include="Views\WidgetLayerVisibility.cshtml" />
</ItemGroup>
<ItemGroup>
<None Include="Views\WidgetPlacement.Zones.cshtml" />
<Content Include="Views\WidgetPlacement.Zones.cshtml" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />