Mercurial > altnet-hispano
diff Agendas/trunk/src/Agendas.Factories/Agendas.Factories.csproj @ 222:68b09c30b0d2
Separando los test de persistencia en un proyecto aparte
author | nelopauselli |
---|---|
date | Mon, 19 Sep 2011 18:18:17 -0300 |
parents | 1deccd6c3cb2 |
children |
line wrap: on
line diff
--- a/Agendas/trunk/src/Agendas.Factories/Agendas.Factories.csproj Tue Sep 13 09:01:58 2011 -0300 +++ b/Agendas/trunk/src/Agendas.Factories/Agendas.Factories.csproj Mon Sep 19 18:18:17 2011 -0300 @@ -31,10 +31,13 @@ <WarningLevel>4</WarningLevel> </PropertyGroup> <ItemGroup> - <Reference Include="NHibernate"> - <HintPath>..\packages\NHibernate.3.1.0.4000\lib\Net35\NHibernate.dll</HintPath> - </Reference> - <Reference Include="System" /> + <Reference Include="Iesi.Collections"> + <HintPath>..\packages\Iesi.Collections.3.1.0.4000\lib\Net35\Iesi.Collections.dll</HintPath> + </Reference> + <Reference Include="NHibernate"> + <HintPath>..\packages\NHibernate.3.1.0.4000\lib\Net35\NHibernate.dll</HintPath> + </Reference> + <Reference Include="System" /> <Reference Include="System.Core" /> <Reference Include="System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" /> <Reference Include="System.Xml.Linq" /> @@ -74,6 +77,9 @@ <Name>Agendas.Twitter</Name> </ProjectReference> </ItemGroup> + <ItemGroup> + <None Include="packages.config" /> + </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <!-- To modify your build process, add your task inside one of the targets below and uncomment it. Other similar extension points exist, see Microsoft.Common.targets.