Mercurial > altnet-hispano
comparison Agendas/trunk/src/Agendas.Web/Agendas.Web.csproj @ 47:dcd8fc8d479c
Quitando copia local de dlls de mvc3
author | Nelo@Win7x64.cpe.telecentro.net.ar |
---|---|
date | Fri, 13 May 2011 18:23:05 -0300 |
parents | 475be11edf56 |
children | 08dbe42fdde1 |
comparison
equal
deleted
inserted
replaced
46:cc0496faa8b0 | 47:dcd8fc8d479c |
---|---|
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="Microsoft.CSharp" /> | 37 <Reference Include="Microsoft.CSharp" /> |
38 <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> | 38 <Reference Include="System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" /> |
39 <SpecificVersion>False</SpecificVersion> | 39 <Reference Include="System.Web.WebPages" /> |
40 <HintPath>..\..\lib\ASP.NET Web pages\Microsoft.Web.Infrastructure.dll</HintPath> | 40 <Reference Include="System.Web.Helpers" /> |
41 <Private>True</Private> | |
42 </Reference> | |
43 <Reference Include="NuGet.Core, Version=1.0.11220.104, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> | |
44 <SpecificVersion>False</SpecificVersion> | |
45 <HintPath>..\..\lib\ASP.NET Web pages\NuGet.Core.dll</HintPath> | |
46 </Reference> | |
47 <Reference Include="System.Web.Helpers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> | |
48 <SpecificVersion>False</SpecificVersion> | |
49 <HintPath>..\..\lib\ASP.NET Web pages\System.Web.Helpers.dll</HintPath> | |
50 <Private>True</Private> | |
51 </Reference> | |
52 <Reference Include="System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> | |
53 <SpecificVersion>False</SpecificVersion> | |
54 <HintPath>..\..\lib\ASP.NET MVC 3\System.Web.Mvc.dll</HintPath> | |
55 <Private>True</Private> | |
56 </Reference> | |
57 <Reference Include="System.Web.Razor, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> | |
58 <SpecificVersion>False</SpecificVersion> | |
59 <HintPath>..\..\lib\ASP.NET Web pages\System.Web.Razor.dll</HintPath> | |
60 <Private>True</Private> | |
61 </Reference> | |
62 <Reference Include="System" /> | 41 <Reference Include="System" /> |
63 <Reference Include="System.Data" /> | 42 <Reference Include="System.Data" /> |
64 <Reference Include="System.Drawing" /> | 43 <Reference Include="System.Drawing" /> |
65 <Reference Include="System.Web.DynamicData" /> | 44 <Reference Include="System.Web.DynamicData" /> |
66 <Reference Include="System.Web.Entity" /> | 45 <Reference Include="System.Web.Entity" /> |
67 <Reference Include="System.Web.ApplicationServices" /> | 46 <Reference Include="System.Web.ApplicationServices" /> |
68 <Reference Include="System.ComponentModel.DataAnnotations" /> | 47 <Reference Include="System.ComponentModel.DataAnnotations" /> |
69 <Reference Include="System.Core" /> | 48 <Reference Include="System.Core" /> |
70 <Reference Include="System.Data.DataSetExtensions" /> | 49 <Reference Include="System.Data.DataSetExtensions" /> |
71 <Reference Include="System.Web.WebPages, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> | |
72 <SpecificVersion>False</SpecificVersion> | |
73 <HintPath>..\..\lib\ASP.NET Web pages\System.Web.WebPages.dll</HintPath> | |
74 <Private>True</Private> | |
75 </Reference> | |
76 <Reference Include="System.Web.WebPages.Administration, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> | |
77 <SpecificVersion>False</SpecificVersion> | |
78 <HintPath>..\..\lib\ASP.NET Web pages\System.Web.WebPages.Administration.dll</HintPath> | |
79 <Private>True</Private> | |
80 </Reference> | |
81 <Reference Include="System.Web.WebPages.Deployment, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> | |
82 <SpecificVersion>False</SpecificVersion> | |
83 <HintPath>..\..\lib\ASP.NET Web pages\System.Web.WebPages.Deployment.dll</HintPath> | |
84 <Private>True</Private> | |
85 </Reference> | |
86 <Reference Include="System.Web.WebPages.Razor, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> | |
87 <SpecificVersion>False</SpecificVersion> | |
88 <HintPath>..\..\lib\ASP.NET Web pages\System.Web.WebPages.Razor.dll</HintPath> | |
89 <Private>True</Private> | |
90 </Reference> | |
91 <Reference Include="System.Xml.Linq" /> | 50 <Reference Include="System.Xml.Linq" /> |
92 <Reference Include="System.Web"> | 51 <Reference Include="System.Web" /> |
93 <Private>True</Private> | |
94 </Reference> | |
95 <Reference Include="System.Web.Extensions" /> | 52 <Reference Include="System.Web.Extensions" /> |
96 <Reference Include="System.Web.Abstractions" /> | 53 <Reference Include="System.Web.Abstractions" /> |
97 <Reference Include="System.Web.Routing" /> | 54 <Reference Include="System.Web.Routing" /> |
98 <Reference Include="System.Xml" /> | 55 <Reference Include="System.Xml" /> |
99 <Reference Include="System.Configuration" /> | 56 <Reference Include="System.Configuration" /> |
100 <Reference Include="System.Web.Services" /> | 57 <Reference Include="System.Web.Services" /> |
101 <Reference Include="System.EnterpriseServices" /> | 58 <Reference Include="System.EnterpriseServices" /> |
102 <Reference Include="WebMatrix.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> | |
103 <SpecificVersion>False</SpecificVersion> | |
104 <HintPath>..\..\lib\ASP.NET Web pages\WebMatrix.Data.dll</HintPath> | |
105 </Reference> | |
106 <Reference Include="WebMatrix.WebData, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> | |
107 <SpecificVersion>False</SpecificVersion> | |
108 <HintPath>..\..\lib\ASP.NET Web pages\WebMatrix.WebData.dll</HintPath> | |
109 </Reference> | |
110 </ItemGroup> | 59 </ItemGroup> |
111 <ItemGroup> | 60 <ItemGroup> |
112 <Compile Include="Controllers\AccountController.cs" /> | 61 <Compile Include="Controllers\AccountController.cs" /> |
113 <Compile Include="Controllers\EventoController.cs" /> | 62 <Compile Include="Controllers\EventoController.cs" /> |
114 <Compile Include="Controllers\HomeController.cs" /> | 63 <Compile Include="Controllers\HomeController.cs" /> |
180 </ItemGroup> | 129 </ItemGroup> |
181 <ItemGroup> | 130 <ItemGroup> |
182 <Folder Include="App_Data\" /> | 131 <Folder Include="App_Data\" /> |
183 </ItemGroup> | 132 </ItemGroup> |
184 <ItemGroup> | 133 <ItemGroup> |
134 <Content Include="Views\Evento\Edit.cshtml" /> | |
185 <Content Include="Views\Evento\Index.cshtml" /> | 135 <Content Include="Views\Evento\Index.cshtml" /> |
136 <Content Include="Views\Evento\New.cshtml" /> | |
186 </ItemGroup> | 137 </ItemGroup> |
187 <ItemGroup> | 138 <ItemGroup> |
188 <Content Include="Views\Evento\New.cshtml" /> | 139 <Content Include="Views\Propuesta\New.cshtml" /> |
140 <Content Include="Views\Propuesta\Edit.cshtml" /> | |
141 <Content Include="Views\Propuesta\Index.cshtml" /> | |
189 </ItemGroup> | 142 </ItemGroup> |
190 <ItemGroup> | 143 <ItemGroup> |
191 <ProjectReference Include="..\Agendas.Domain\Agendas.Domain.csproj"> | 144 <ProjectReference Include="..\Agendas.Domain\Agendas.Domain.csproj"> |
192 <Project>{A14907DF-02E4-4FA7-BE27-4292AF50AA22}</Project> | 145 <Project>{A14907DF-02E4-4FA7-BE27-4292AF50AA22}</Project> |
193 <Name>Agendas.Domain</Name> | 146 <Name>Agendas.Domain</Name> |
194 </ProjectReference> | 147 </ProjectReference> |
195 <ProjectReference Include="..\Agendas.Factories\Agendas.Factories.csproj"> | 148 <ProjectReference Include="..\Agendas.Factories\Agendas.Factories.csproj"> |
196 <Project>{306DDA8A-49A5-42E5-A639-A9D3D521865F}</Project> | 149 <Project>{306DDA8A-49A5-42E5-A639-A9D3D521865F}</Project> |
197 <Name>Agendas.Factories</Name> | 150 <Name>Agendas.Factories</Name> |
198 </ProjectReference> | 151 </ProjectReference> |
199 </ItemGroup> | |
200 <ItemGroup> | |
201 <Content Include="Views\Evento\Edit.cshtml" /> | |
202 </ItemGroup> | |
203 <ItemGroup> | |
204 <Content Include="Views\Propuesta\Edit.cshtml" /> | |
205 </ItemGroup> | |
206 <ItemGroup> | |
207 <Content Include="Views\Propuesta\Index.cshtml" /> | |
208 </ItemGroup> | |
209 <ItemGroup> | |
210 <Content Include="Views\Propuesta\New.cshtml" /> | |
211 </ItemGroup> | 152 </ItemGroup> |
212 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> | 153 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
213 <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" /> | 154 <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" /> |
214 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. | 155 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
215 Other similar extension points exist, see Microsoft.Common.targets. | 156 Other similar extension points exist, see Microsoft.Common.targets. |