comparison Agendas/trunk/src/Agendas.Tests/Agendas.Tests.csproj @ 66:a61f3204c9f7

Merge
author jorge.rowies
date Tue, 17 May 2011 18:25:17 -0300
parents ebce59b45b50 963b71ea6028
children 99a7df8e35bd
comparison
equal deleted inserted replaced
65:ebce59b45b50 66:a61f3204c9f7
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="DateTimeFormattingTests.cs" /> 75 <Compile Include="DateTimeFormattingTests.cs" />
57 <Compile Include="PonentesTests.cs" /> 76 <Compile Include="PonentesTests.cs" />
58 <Compile Include="PropuestasTests.cs" /> 77 <Compile Include="PropuestasTests.cs" />
59 <Compile Include="Cruds\EventoTests.cs" /> 78 <Compile Include="Cruds\EventoTests.cs" />
60 <Compile Include="Properties\AssemblyInfo.cs" /> 79 <Compile Include="Properties\AssemblyInfo.cs" />
73 </ProjectReference> 92 </ProjectReference>
74 <ProjectReference Include="..\Agendas.Repositories.Memory\Agendas.Repositories.Memory.csproj"> 93 <ProjectReference Include="..\Agendas.Repositories.Memory\Agendas.Repositories.Memory.csproj">
75 <Project>{28C5EBFB-EE69-4765-A880-D4DE0BC89F48}</Project> 94 <Project>{28C5EBFB-EE69-4765-A880-D4DE0BC89F48}</Project>
76 <Name>Agendas.Repositories.Memory</Name> 95 <Name>Agendas.Repositories.Memory</Name>
77 </ProjectReference> 96 </ProjectReference>
97 <ProjectReference Include="..\Agendas.Repositories.NHibernate\Agendas.Repositories.NHibernate.csproj">
98 <Project>{0973DF44-3B90-4D2A-B579-C64C93B6C853}</Project>
99 <Name>Agendas.Repositories.NHibernate</Name>
100 </ProjectReference>
78 </ItemGroup> 101 </ItemGroup>
79 <ItemGroup> 102 <ItemGroup>
103 <None Include="App.config" />
80 <None Include="packages.config" /> 104 <None Include="packages.config" />
105 </ItemGroup>
106 <ItemGroup>
107 <Content Include="hibernate.cfg.xml">
108 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
109 </Content>
81 </ItemGroup> 110 </ItemGroup>
82 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 111 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
83 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 112 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
84 Other similar extension points exist, see Microsoft.Common.targets. 113 Other similar extension points exist, see Microsoft.Common.targets.
85 <Target Name="BeforeBuild"> 114 <Target Name="BeforeBuild">