comparison Agendas/trunk/src/Agendas.Web/Agendas.Web.csproj @ 79:8df9db937434

Url de invitación en la UI: validación y persistencia
author nelopauselli
date Tue, 24 May 2011 18:08:59 -0300
parents c8099df941bd
children 7e9ffde4022d
comparison
equal deleted inserted replaced
78:2adf55ea9199 79:8df9db937434
32 <DefineConstants>TRACE</DefineConstants> 32 <DefineConstants>TRACE</DefineConstants>
33 <ErrorReport>prompt</ErrorReport> 33 <ErrorReport>prompt</ErrorReport>
34 <WarningLevel>4</WarningLevel> 34 <WarningLevel>4</WarningLevel>
35 </PropertyGroup> 35 </PropertyGroup>
36 <ItemGroup> 36 <ItemGroup>
37 <Reference Include="DataAnnotationsExtensions">
38 <HintPath>..\packages\DataAnnotationsExtensions.0.6.0.0\lib\NETFramework40\DataAnnotationsExtensions.dll</HintPath>
39 </Reference>
37 <Reference Include="Microsoft.CSharp" /> 40 <Reference Include="Microsoft.CSharp" />
38 <Reference Include="System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" /> 41 <Reference Include="System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
39 <Reference Include="System.Web.WebPages" /> 42 <Reference Include="System.Web.WebPages" />
40 <Reference Include="System.Web.Helpers" /> 43 <Reference Include="System.Web.Helpers" />
41 <Reference Include="System" /> 44 <Reference Include="System" />
155 </ProjectReference> 158 </ProjectReference>
156 </ItemGroup> 159 </ItemGroup>
157 <ItemGroup> 160 <ItemGroup>
158 <Content Include="Views\Shared\_Menu.cshtml" /> 161 <Content Include="Views\Shared\_Menu.cshtml" />
159 </ItemGroup> 162 </ItemGroup>
163 <ItemGroup>
164 <Content Include="packages.config" />
165 </ItemGroup>
160 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 166 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
161 <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" /> 167 <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
162 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 168 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
163 Other similar extension points exist, see Microsoft.Common.targets. 169 Other similar extension points exist, see Microsoft.Common.targets.
164 <Target Name="BeforeBuild"> 170 <Target Name="BeforeBuild">