comparison Agendas/trunk/src/Agendas.Web/Agendas.Web.csproj @ 118:b74734a1a755

Manejo de eventos por estado
author Nelo@Kenia.neluz.int
date Wed, 22 Jun 2011 09:32:59 -0300
parents 7ef7e4bb71f6
children 8fa58a79656a
comparison
equal deleted inserted replaced
117:7ef7e4bb71f6 118:b74734a1a755
64 <Compile Include="Controllers\AccountController.cs" /> 64 <Compile Include="Controllers\AccountController.cs" />
65 <Compile Include="Controllers\ControllerMessageExtensions.cs" /> 65 <Compile Include="Controllers\ControllerMessageExtensions.cs" />
66 <Compile Include="Controllers\EventoController.cs" /> 66 <Compile Include="Controllers\EventoController.cs" />
67 <Compile Include="Controllers\HomeController.cs" /> 67 <Compile Include="Controllers\HomeController.cs" />
68 <Compile Include="Controllers\PerfilController.cs" /> 68 <Compile Include="Controllers\PerfilController.cs" />
69 <Compile Include="Controllers\PropuestaController.cs" />
70 <Compile Include="Global.asax.cs"> 69 <Compile Include="Global.asax.cs">
71 <DependentUpon>Global.asax</DependentUpon> 70 <DependentUpon>Global.asax</DependentUpon>
72 </Compile> 71 </Compile>
73 <Compile Include="HttpContextIdentityProvider.cs" /> 72 <Compile Include="HttpContextIdentityProvider.cs" />
74 <Compile Include="CustomModelMetadataProvider\DataAnnotationAndConventionModelMetadataProvider.cs" /> 73 <Compile Include="CustomModelMetadataProvider\DataAnnotationAndConventionModelMetadataProvider.cs" />
154 </ItemGroup> 153 </ItemGroup>
155 <ItemGroup> 154 <ItemGroup>
156 <Folder Include="App_Data\" /> 155 <Folder Include="App_Data\" />
157 </ItemGroup> 156 </ItemGroup>
158 <ItemGroup> 157 <ItemGroup>
159 <Content Include="Views\Evento\Edit.cshtml" /> 158 <Content Include="Views\Evento\Modificar.cshtml" />
160 <Content Include="Views\Evento\Index.cshtml" /> 159 <Content Include="Views\Evento\Index.cshtml" />
161 <Content Include="Views\Evento\New.cshtml" /> 160 <Content Include="Views\Evento\Nuevo.cshtml" />
162 </ItemGroup> 161 </ItemGroup>
163 <ItemGroup> 162 <ItemGroup>
164 <Content Include="Views\Propuesta\New.cshtml" /> 163 <Content Include="Views\Evento\Proponer.cshtml" />
165 <Content Include="Views\Propuesta\Edit.cshtml" />
166 <Content Include="Views\Propuesta\Index.cshtml" />
167 </ItemGroup> 164 </ItemGroup>
168 <ItemGroup> 165 <ItemGroup>
169 <ProjectReference Include="..\Agendas.Domain\Agendas.Domain.csproj"> 166 <ProjectReference Include="..\Agendas.Domain\Agendas.Domain.csproj">
170 <Project>{A14907DF-02E4-4FA7-BE27-4292AF50AA22}</Project> 167 <Project>{A14907DF-02E4-4FA7-BE27-4292AF50AA22}</Project>
171 <Name>Agendas.Domain</Name> 168 <Name>Agendas.Domain</Name>
201 <ItemGroup> 198 <ItemGroup>
202 <Content Include="Views\Perfil\AddBuiltInAccount.cshtml" /> 199 <Content Include="Views\Perfil\AddBuiltInAccount.cshtml" />
203 </ItemGroup> 200 </ItemGroup>
204 <ItemGroup> 201 <ItemGroup>
205 <Content Include="Views\Shared\_Messages.cshtml" /> 202 <Content Include="Views\Shared\_Messages.cshtml" />
203 </ItemGroup>
204 <ItemGroup>
205 <Content Include="Views\Evento\Agendar.cshtml" />
206 </ItemGroup> 206 </ItemGroup>
207 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 207 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
208 <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" /> 208 <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
209 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 209 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
210 Other similar extension points exist, see Microsoft.Common.targets. 210 Other similar extension points exist, see Microsoft.Common.targets.