comparison Agendas/trunk/src/Agendas.Tests/Agendas.Tests.csproj @ 63:963b71ea6028

Repositorios con NH
author nelopauselli
date Tue, 17 May 2011 14:02:25 -0300
parents 02e163f2ca38
children a61f3204c9f7 c8099df941bd
comparison
equal deleted inserted replaced
62:c40b97bbed01 63:963b71ea6028
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="Castle.Core">
35 <HintPath>..\packages\Castle.Core.2.5.2\lib\NET35\Castle.Core.dll</HintPath>
36 </Reference>
37 <Reference Include="ConfOrm, Version=1.0.1.5, Culture=neutral, PublicKeyToken=ed8affdf01cbe4cf, processorArchitecture=MSIL">
38 <HintPath>..\packages\ConfOrm.1.0.1.5\lib\Net35\ConfOrm.dll</HintPath>
39 </Reference>
40 <Reference Include="ConfOrm.Shop">
41 <HintPath>..\packages\ConfOrm.1.0.1.5\lib\Net35\ConfOrm.Shop.dll</HintPath>
42 </Reference>
43 <Reference Include="Iesi.Collections">
44 <HintPath>..\packages\Iesi.Collections.3.1.0.4000\lib\Net35\Iesi.Collections.dll</HintPath>
45 </Reference>
34 <Reference Include="Moq"> 46 <Reference Include="Moq">
35 <HintPath>..\packages\Moq.4.0.10827\lib\NET40\Moq.dll</HintPath> 47 <HintPath>..\packages\Moq.4.0.10827\lib\NET40\Moq.dll</HintPath>
48 </Reference>
49 <Reference Include="NHibernate, Version=3.1.0.4000, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL">
50 <HintPath>..\packages\NHibernate.3.1.0.4000\lib\Net35\NHibernate.dll</HintPath>
51 </Reference>
52 <Reference Include="NHibernate.ByteCode.Castle">
53 <HintPath>..\packages\NHibernate.Castle.3.1.0.4000\lib\Net35\NHibernate.ByteCode.Castle.dll</HintPath>
36 </Reference> 54 </Reference>
37 <Reference Include="nunit.framework"> 55 <Reference Include="nunit.framework">
38 <HintPath>..\packages\NUnit.2.5.10.11092\lib\nunit.framework.dll</HintPath> 56 <HintPath>..\packages\NUnit.2.5.10.11092\lib\nunit.framework.dll</HintPath>
39 </Reference> 57 </Reference>
40 <Reference Include="nunit.mocks"> 58 <Reference Include="nunit.mocks">
51 <Reference Include="System.Data" /> 69 <Reference Include="System.Data" />
52 <Reference Include="System.Xml" /> 70 <Reference Include="System.Xml" />
53 </ItemGroup> 71 </ItemGroup>
54 <ItemGroup> 72 <ItemGroup>
55 <Compile Include="Cruds\EventoCrud.cs" /> 73 <Compile Include="Cruds\EventoCrud.cs" />
74 <Compile Include="Cruds\EventoCrudNhTests.cs" />
56 <Compile Include="PonentesTests.cs" /> 75 <Compile Include="PonentesTests.cs" />
57 <Compile Include="PropuestasTests.cs" /> 76 <Compile Include="PropuestasTests.cs" />
58 <Compile Include="Cruds\EventoTests.cs" /> 77 <Compile Include="Cruds\EventoTests.cs" />
59 <Compile Include="Properties\AssemblyInfo.cs" /> 78 <Compile Include="Properties\AssemblyInfo.cs" />
60 <Compile Include="PulicarTests.cs" /> 79 <Compile Include="PulicarTests.cs" />
72 </ProjectReference> 91 </ProjectReference>
73 <ProjectReference Include="..\Agendas.Repositories.Memory\Agendas.Repositories.Memory.csproj"> 92 <ProjectReference Include="..\Agendas.Repositories.Memory\Agendas.Repositories.Memory.csproj">
74 <Project>{28C5EBFB-EE69-4765-A880-D4DE0BC89F48}</Project> 93 <Project>{28C5EBFB-EE69-4765-A880-D4DE0BC89F48}</Project>
75 <Name>Agendas.Repositories.Memory</Name> 94 <Name>Agendas.Repositories.Memory</Name>
76 </ProjectReference> 95 </ProjectReference>
96 <ProjectReference Include="..\Agendas.Repositories.NHibernate\Agendas.Repositories.NHibernate.csproj">
97 <Project>{0973DF44-3B90-4D2A-B579-C64C93B6C853}</Project>
98 <Name>Agendas.Repositories.NHibernate</Name>
99 </ProjectReference>
77 </ItemGroup> 100 </ItemGroup>
78 <ItemGroup> 101 <ItemGroup>
102 <None Include="App.config" />
79 <None Include="packages.config" /> 103 <None Include="packages.config" />
104 </ItemGroup>
105 <ItemGroup>
106 <Content Include="hibernate.cfg.xml">
107 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
108 </Content>
80 </ItemGroup> 109 </ItemGroup>
81 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 110 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
82 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 111 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
83 Other similar extension points exist, see Microsoft.Common.targets. 112 Other similar extension points exist, see Microsoft.Common.targets.
84 <Target Name="BeforeBuild"> 113 <Target Name="BeforeBuild">