comparison 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
comparison
equal deleted inserted replaced
221:37ddf81333d3 222:68b09c30b0d2
29 <DefineConstants>TRACE</DefineConstants> 29 <DefineConstants>TRACE</DefineConstants>
30 <ErrorReport>prompt</ErrorReport> 30 <ErrorReport>prompt</ErrorReport>
31 <WarningLevel>4</WarningLevel> 31 <WarningLevel>4</WarningLevel>
32 </PropertyGroup> 32 </PropertyGroup>
33 <ItemGroup> 33 <ItemGroup>
34 <Reference Include="NHibernate"> 34 <Reference Include="Iesi.Collections">
35 <HintPath>..\packages\NHibernate.3.1.0.4000\lib\Net35\NHibernate.dll</HintPath> 35 <HintPath>..\packages\Iesi.Collections.3.1.0.4000\lib\Net35\Iesi.Collections.dll</HintPath>
36 </Reference> 36 </Reference>
37 <Reference Include="System" /> 37 <Reference Include="NHibernate">
38 <HintPath>..\packages\NHibernate.3.1.0.4000\lib\Net35\NHibernate.dll</HintPath>
39 </Reference>
40 <Reference Include="System" />
38 <Reference Include="System.Core" /> 41 <Reference Include="System.Core" />
39 <Reference Include="System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" /> 42 <Reference Include="System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
40 <Reference Include="System.Xml.Linq" /> 43 <Reference Include="System.Xml.Linq" />
41 <Reference Include="System.Data.DataSetExtensions" /> 44 <Reference Include="System.Data.DataSetExtensions" />
42 <Reference Include="Microsoft.CSharp" /> 45 <Reference Include="Microsoft.CSharp" />
72 <ProjectReference Include="..\Agendas.Twitter\Agendas.Twitter.csproj"> 75 <ProjectReference Include="..\Agendas.Twitter\Agendas.Twitter.csproj">
73 <Project>{D8DA7ED2-A274-4DF6-9DD2-A9DC65F4C2F5}</Project> 76 <Project>{D8DA7ED2-A274-4DF6-9DD2-A9DC65F4C2F5}</Project>
74 <Name>Agendas.Twitter</Name> 77 <Name>Agendas.Twitter</Name>
75 </ProjectReference> 78 </ProjectReference>
76 </ItemGroup> 79 </ItemGroup>
80 <ItemGroup>
81 <None Include="packages.config" />
82 </ItemGroup>
77 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 83 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
78 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 84 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
79 Other similar extension points exist, see Microsoft.Common.targets. 85 Other similar extension points exist, see Microsoft.Common.targets.
80 <Target Name="BeforeBuild"> 86 <Target Name="BeforeBuild">
81 </Target> 87 </Target>