comparison Agendas/trunk/src/Agendas.Web/Agendas.Web.csproj @ 26:71b02443450a

UI de Propuestas de VANs
author nelo@MTEySS.neluz.int
date Tue, 15 Mar 2011 08:45:00 -0300
parents e8d2be47a6b0
children bbe0f8e16dd7
comparison
equal deleted inserted replaced
25:e8d2be47a6b0 26:71b02443450a
58 </ItemGroup> 58 </ItemGroup>
59 <ItemGroup> 59 <ItemGroup>
60 <Compile Include="Controllers\AccountController.cs" /> 60 <Compile Include="Controllers\AccountController.cs" />
61 <Compile Include="Controllers\EventoController.cs" /> 61 <Compile Include="Controllers\EventoController.cs" />
62 <Compile Include="Controllers\HomeController.cs" /> 62 <Compile Include="Controllers\HomeController.cs" />
63 <Compile Include="Controllers\PropuestaController.cs" />
63 <Compile Include="Global.asax.cs"> 64 <Compile Include="Global.asax.cs">
64 <DependentUpon>Global.asax</DependentUpon> 65 <DependentUpon>Global.asax</DependentUpon>
65 </Compile> 66 </Compile>
66 <Compile Include="HttpContextIdentityProvider.asax.cs" /> 67 <Compile Include="HttpContextIdentityProvider.asax.cs" />
67 <Compile Include="Models\AccountModels.cs" /> 68 <Compile Include="Models\AccountModels.cs" />
68 <Compile Include="Models\AgendaModel.cs" /> 69 <Compile Include="Models\EventoModel.cs" />
70 <Compile Include="Models\PropuestaModel.cs" />
69 <Compile Include="Properties\AssemblyInfo.cs" /> 71 <Compile Include="Properties\AssemblyInfo.cs" />
70 </ItemGroup> 72 </ItemGroup>
71 <ItemGroup> 73 <ItemGroup>
72 <Content Include="Global.asax" /> 74 <Content Include="Global.asax" />
73 <Content Include="Web.config"> 75 <Content Include="Web.config">
144 </ProjectReference> 146 </ProjectReference>
145 </ItemGroup> 147 </ItemGroup>
146 <ItemGroup> 148 <ItemGroup>
147 <Content Include="Views\Evento\Edit.cshtml" /> 149 <Content Include="Views\Evento\Edit.cshtml" />
148 </ItemGroup> 150 </ItemGroup>
151 <ItemGroup>
152 <Content Include="Views\Propuesta\Edit.cshtml" />
153 </ItemGroup>
154 <ItemGroup>
155 <Content Include="Views\Propuesta\Index.cshtml" />
156 </ItemGroup>
157 <ItemGroup>
158 <Content Include="Views\Propuesta\New.cshtml" />
159 </ItemGroup>
149 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 160 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
150 <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" /> 161 <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
151 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 162 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
152 Other similar extension points exist, see Microsoft.Common.targets. 163 Other similar extension points exist, see Microsoft.Common.targets.
153 <Target Name="BeforeBuild"> 164 <Target Name="BeforeBuild">