comparison Agendas/trunk/src/Agendas.Factories/Agendas.Factories.csproj @ 67:c8099df941bd

Implementando persistencia con NHibernate en el proyecto web
author nelopauselli
date Thu, 19 May 2011 01:24:56 -0300
parents 475be11edf56
children 8becac0977d7
comparison
equal deleted inserted replaced
64:240a20cdbcc8 67:c8099df941bd
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">
35 <HintPath>..\packages\NHibernate.3.1.0.4000\lib\Net35\NHibernate.dll</HintPath>
36 </Reference>
34 <Reference Include="System" /> 37 <Reference Include="System" />
35 <Reference Include="System.Core" /> 38 <Reference Include="System.Core" />
39 <Reference Include="System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
36 <Reference Include="System.Xml.Linq" /> 40 <Reference Include="System.Xml.Linq" />
37 <Reference Include="System.Data.DataSetExtensions" /> 41 <Reference Include="System.Data.DataSetExtensions" />
38 <Reference Include="Microsoft.CSharp" /> 42 <Reference Include="Microsoft.CSharp" />
39 <Reference Include="System.Data" /> 43 <Reference Include="System.Data" />
40 <Reference Include="System.Xml" /> 44 <Reference Include="System.Xml" />
46 <ItemGroup> 50 <ItemGroup>
47 <ProjectReference Include="..\Agendas.Domain\Agendas.Domain.csproj"> 51 <ProjectReference Include="..\Agendas.Domain\Agendas.Domain.csproj">
48 <Project>{A14907DF-02E4-4FA7-BE27-4292AF50AA22}</Project> 52 <Project>{A14907DF-02E4-4FA7-BE27-4292AF50AA22}</Project>
49 <Name>Agendas.Domain</Name> 53 <Name>Agendas.Domain</Name>
50 </ProjectReference> 54 </ProjectReference>
51 <ProjectReference Include="..\Agendas.Repositories.Memory\Agendas.Repositories.Memory.csproj"> 55 <ProjectReference Include="..\Agendas.NHibernate\Agendas.NHibernate.csproj">
52 <Project>{28C5EBFB-EE69-4765-A880-D4DE0BC89F48}</Project> 56 <Project>{9519A43A-9D5E-4BFD-9F88-AFFC53C9973A}</Project>
53 <Name>Agendas.Repositories.Memory</Name> 57 <Name>Agendas.NHibernate</Name>
58 </ProjectReference>
59 <ProjectReference Include="..\Agendas.Repositories.NHibernate\Agendas.Repositories.NHibernate.csproj">
60 <Project>{0973DF44-3B90-4D2A-B579-C64C93B6C853}</Project>
61 <Name>Agendas.Repositories.NHibernate</Name>
54 </ProjectReference> 62 </ProjectReference>
55 </ItemGroup> 63 </ItemGroup>
56 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 64 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
57 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 65 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
58 Other similar extension points exist, see Microsoft.Common.targets. 66 Other similar extension points exist, see Microsoft.Common.targets.