Changing the Widget.DeleteButton.cshtml from None -> Content

--HG--
branch : dev
This commit is contained in:
Nathan Heskew
2010-12-10 08:32:50 -08:00
parent c88c13c2e1
commit 0ed0750dbf

View File

@@ -131,7 +131,7 @@
<Content Include="Views\EditorTemplates\Parts.Widgets.WidgetPart.cshtml" />
</ItemGroup>
<ItemGroup>
<None Include="Views\Widget.DeleteButton.cshtml" />
<Content Include="Views\Widget.DeleteButton.cshtml" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />