comparison Agendas/trunk/src/Agendas.Web/Agendas.Web.csproj @ 128:1e47bf408073

Asignacion de los publicadores configurados en web.config al factory de agenda (mediante CompositePublicador)
author jorge.rowies
date Mon, 04 Jul 2011 20:00:51 -0300
parents 3700b77ed455
children
comparison
equal deleted inserted replaced
127:3700b77ed455 128:1e47bf408073
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="Castle.Core, Version=2.5.1.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
38 <HintPath>..\packages\Castle.Core.2.5.2\lib\NET35\Castle.Core.dll</HintPath>
39 </Reference>
40 <Reference Include="Castle.Windsor">
41 <HintPath>..\packages\Castle.Windsor.2.5.3\lib\NET40\Castle.Windsor.dll</HintPath>
42 </Reference>
37 <Reference Include="DataAnnotationsExtensions"> 43 <Reference Include="DataAnnotationsExtensions">
38 <HintPath>..\packages\DataAnnotationsExtensions.0.6.0.0\lib\NETFramework40\DataAnnotationsExtensions.dll</HintPath> 44 <HintPath>..\packages\DataAnnotationsExtensions.0.6.0.0\lib\NETFramework40\DataAnnotationsExtensions.dll</HintPath>
39 </Reference> 45 </Reference>
40 <Reference Include="Microsoft.CSharp" /> 46 <Reference Include="Microsoft.CSharp" />
41 <Reference Include="System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" /> 47 <Reference Include="System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />