comparison Agendas/trunk/src/Agendas.Web/Agendas.Web.csproj @ 166:fae2feae499e

Usando DefaultEditor para Publicar EditorTemplate para TimeSpan
author nelopauselli
date Fri, 05 Aug 2011 22:56:43 -0300
parents 557c386fcecc
children ea85bd893247
comparison
equal deleted inserted replaced
165:56f62516c172 166:fae2feae499e
218 </ItemGroup> 218 </ItemGroup>
219 <ItemGroup> 219 <ItemGroup>
220 <Content Include="Views\Shared\DefaultEditor.cshtml" /> 220 <Content Include="Views\Shared\DefaultEditor.cshtml" />
221 </ItemGroup> 221 </ItemGroup>
222 <ItemGroup> 222 <ItemGroup>
223 <Content Include="Views\Evento\Publicar.cshtml" />
224 <Content Include="Views\Shared\_MenuPortal.cshtml" /> 223 <Content Include="Views\Shared\_MenuPortal.cshtml" />
224 </ItemGroup>
225 <ItemGroup>
226 <Content Include="Views\Shared\EditorTemplates\TimeSpan.cshtml" />
225 </ItemGroup> 227 </ItemGroup>
226 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 228 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
227 <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" /> 229 <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
228 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 230 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
229 Other similar extension points exist, see Microsoft.Common.targets. 231 Other similar extension points exist, see Microsoft.Common.targets.