comparison Agendas/trunk/src/Agendas.Web/Agendas.Web.csproj @ 25:e8d2be47a6b0

Cambios de nombre en Portal.Web (Agenda x Evento)
author nelo@MTEySS.neluz.int
date Tue, 15 Mar 2011 08:24:18 -0300
parents 74eb4577d447
children 71b02443450a
comparison
equal deleted inserted replaced
24:41b283d27e3e 25:e8d2be47a6b0
56 <Reference Include="System.Web.Services" /> 56 <Reference Include="System.Web.Services" />
57 <Reference Include="System.EnterpriseServices" /> 57 <Reference Include="System.EnterpriseServices" />
58 </ItemGroup> 58 </ItemGroup>
59 <ItemGroup> 59 <ItemGroup>
60 <Compile Include="Controllers\AccountController.cs" /> 60 <Compile Include="Controllers\AccountController.cs" />
61 <Compile Include="Controllers\AgendaController.cs" /> 61 <Compile Include="Controllers\EventoController.cs" />
62 <Compile Include="Controllers\HomeController.cs" /> 62 <Compile Include="Controllers\HomeController.cs" />
63 <Compile Include="Global.asax.cs"> 63 <Compile Include="Global.asax.cs">
64 <DependentUpon>Global.asax</DependentUpon> 64 <DependentUpon>Global.asax</DependentUpon>
65 </Compile> 65 </Compile>
66 <Compile Include="HttpContextIdentityProvider.asax.cs" /> 66 <Compile Include="HttpContextIdentityProvider.asax.cs" />
126 </ItemGroup> 126 </ItemGroup>
127 <ItemGroup> 127 <ItemGroup>
128 <Folder Include="App_Data\" /> 128 <Folder Include="App_Data\" />
129 </ItemGroup> 129 </ItemGroup>
130 <ItemGroup> 130 <ItemGroup>
131 <Content Include="Views\Agenda\Index.cshtml" /> 131 <Content Include="Views\Evento\Index.cshtml" />
132 </ItemGroup> 132 </ItemGroup>
133 <ItemGroup> 133 <ItemGroup>
134 <Content Include="Views\Agenda\New.cshtml" /> 134 <Content Include="Views\Evento\New.cshtml" />
135 </ItemGroup> 135 </ItemGroup>
136 <ItemGroup> 136 <ItemGroup>
137 <ProjectReference Include="..\Agendas.Domain\Agendas.Domain.csproj"> 137 <ProjectReference Include="..\Agendas.Domain\Agendas.Domain.csproj">
138 <Project>{A14907DF-02E4-4FA7-BE27-4292AF50AA22}</Project> 138 <Project>{A14907DF-02E4-4FA7-BE27-4292AF50AA22}</Project>
139 <Name>Agendas.Domain</Name> 139 <Name>Agendas.Domain</Name>
142 <Project>{306DDA8A-49A5-42E5-A639-A9D3D521865F}</Project> 142 <Project>{306DDA8A-49A5-42E5-A639-A9D3D521865F}</Project>
143 <Name>Agendas.Factories</Name> 143 <Name>Agendas.Factories</Name>
144 </ProjectReference> 144 </ProjectReference>
145 </ItemGroup> 145 </ItemGroup>
146 <ItemGroup> 146 <ItemGroup>
147 <Content Include="Views\Agenda\Edit.cshtml" /> 147 <Content Include="Views\Evento\Edit.cshtml" />
148 </ItemGroup> 148 </ItemGroup>
149 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 149 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
150 <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" /> 150 <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. 151 <!-- 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. 152 Other similar extension points exist, see Microsoft.Common.targets.