Mercurial > altnet-hispano
comparison Agendas/trunk/src/Agendas.Tests/Agendas.Tests.csproj @ 222:68b09c30b0d2
Separando los test de persistencia en un proyecto aparte
author | nelopauselli |
---|---|
date | Mon, 19 Sep 2011 18:18:17 -0300 |
parents | 5346c0500594 |
children | c8f378272407 |
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="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> | |
46 <Reference Include="Moq"> | 34 <Reference Include="Moq"> |
47 <HintPath>..\packages\Moq.4.0.10827\lib\NET40\Moq.dll</HintPath> | 35 <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> | |
54 </Reference> | 36 </Reference> |
55 <Reference Include="nunit.framework"> | 37 <Reference Include="nunit.framework"> |
56 <HintPath>..\packages\NUnit.2.5.10.11092\lib\nunit.framework.dll</HintPath> | 38 <HintPath>..\packages\NUnit.2.5.10.11092\lib\nunit.framework.dll</HintPath> |
57 </Reference> | 39 </Reference> |
58 <Reference Include="nunit.mocks"> | 40 <Reference Include="nunit.mocks"> |
72 <Reference Include="System.Xml" /> | 54 <Reference Include="System.Xml" /> |
73 </ItemGroup> | 55 </ItemGroup> |
74 <ItemGroup> | 56 <ItemGroup> |
75 <Compile Include="Blog\PostWriterWebServiceAdapterTests.cs" /> | 57 <Compile Include="Blog\PostWriterWebServiceAdapterTests.cs" /> |
76 <Compile Include="Blog\PublicadorTests.cs" /> | 58 <Compile Include="Blog\PublicadorTests.cs" /> |
77 <Compile Include="Cruds\EventoCrud.cs" /> | |
78 <Compile Include="Cruds\EventoCrudNhTests.cs" /> | |
79 <Compile Include="Cruds\IPersonaCrudTest.cs" /> | |
80 <Compile Include="Cruds\NhHelperTest.cs" /> | |
81 <Compile Include="Cruds\PatrocinadorCrud.cs" /> | |
82 <Compile Include="Cruds\PatrocinadorCrudMemoryTests.cs" /> | |
83 <Compile Include="Cruds\PatrocinadorCrudNhTests.cs" /> | |
84 <Compile Include="Cruds\PersonaCrud.cs" /> | |
85 <Compile Include="Cruds\PersonaCrudMemoryTests.cs" /> | |
86 <Compile Include="Cruds\PersonaCrudNhTests.cs" /> | |
87 <Compile Include="Cruds\RequestEmulator.cs" /> | |
88 <Compile Include="Cruds\SchemaNhTests.cs" /> | |
89 <Compile Include="DateTimeFormattingTests.cs" /> | 59 <Compile Include="DateTimeFormattingTests.cs" /> |
90 <Compile Include="EventoStateTests.cs" /> | 60 <Compile Include="EventoStateTests.cs" /> |
91 <Compile Include="Eventos_y_patrocinadores_tests.cs" /> | 61 <Compile Include="Eventos_y_patrocinadores_tests.cs" /> |
92 <Compile Include="IdentityContextTests.cs" /> | 62 <Compile Include="IdentityContextTests.cs" /> |
93 <Compile Include="PersonaServiceTests.cs" /> | 63 <Compile Include="PersonaServiceTests.cs" /> |
94 <Compile Include="PonentesTests.cs" /> | 64 <Compile Include="PonentesTests.cs" /> |
95 <Compile Include="PropuestasTests.cs" /> | 65 <Compile Include="PropuestasTests.cs" /> |
96 <Compile Include="Cruds\EventoCrudMemoryTests.cs" /> | |
97 <Compile Include="Properties\AssemblyInfo.cs" /> | 66 <Compile Include="Properties\AssemblyInfo.cs" /> |
98 <Compile Include="AgendarTests.cs" /> | 67 <Compile Include="AgendarTests.cs" /> |
99 <Compile Include="TestBase.cs" /> | 68 <Compile Include="TestBase.cs" /> |
100 <Compile Include="TestsHelper.cs" /> | 69 <Compile Include="TestsHelper.cs" /> |
101 <Compile Include="TrackTests.cs" /> | 70 <Compile Include="TrackTests.cs" /> |
102 <Compile Include="Workflows\Workflow.cs" /> | |
103 <Compile Include="Workflows\WorkflowNhTests.cs" /> | |
104 <Compile Include="Workflows\WorkflowMemoryTests.cs" /> | |
105 </ItemGroup> | 71 </ItemGroup> |
106 <ItemGroup> | 72 <ItemGroup> |
107 <ProjectReference Include="..\Agendas.Blog\Agendas.Blog.csproj"> | 73 <ProjectReference Include="..\Agendas.Blog\Agendas.Blog.csproj"> |
108 <Project>{DDD605FF-EF42-428A-AEB6-F3496A46A82B}</Project> | 74 <Project>{DDD605FF-EF42-428A-AEB6-F3496A46A82B}</Project> |
109 <Name>Agendas.Blog</Name> | 75 <Name>Agendas.Blog</Name> |
114 </ProjectReference> | 80 </ProjectReference> |
115 <ProjectReference Include="..\Agendas.Google\Agendas.Google.csproj"> | 81 <ProjectReference Include="..\Agendas.Google\Agendas.Google.csproj"> |
116 <Project>{45804F1F-EB72-4F82-A227-088CAD9B785D}</Project> | 82 <Project>{45804F1F-EB72-4F82-A227-088CAD9B785D}</Project> |
117 <Name>Agendas.Google</Name> | 83 <Name>Agendas.Google</Name> |
118 </ProjectReference> | 84 </ProjectReference> |
119 <ProjectReference Include="..\Agendas.NHibernate\Agendas.NHibernate.csproj"> | |
120 <Project>{9519A43A-9D5E-4BFD-9F88-AFFC53C9973A}</Project> | |
121 <Name>Agendas.NHibernate</Name> | |
122 </ProjectReference> | |
123 <ProjectReference Include="..\Agendas.Repositories.Memory\Agendas.Repositories.Memory.csproj"> | 85 <ProjectReference Include="..\Agendas.Repositories.Memory\Agendas.Repositories.Memory.csproj"> |
124 <Project>{28C5EBFB-EE69-4765-A880-D4DE0BC89F48}</Project> | 86 <Project>{28C5EBFB-EE69-4765-A880-D4DE0BC89F48}</Project> |
125 <Name>Agendas.Repositories.Memory</Name> | 87 <Name>Agendas.Repositories.Memory</Name> |
126 </ProjectReference> | |
127 <ProjectReference Include="..\Agendas.Repositories.NHibernate\Agendas.Repositories.NHibernate.csproj"> | |
128 <Project>{0973DF44-3B90-4D2A-B579-C64C93B6C853}</Project> | |
129 <Name>Agendas.Repositories.NHibernate</Name> | |
130 </ProjectReference> | 88 </ProjectReference> |
131 </ItemGroup> | 89 </ItemGroup> |
132 <ItemGroup> | 90 <ItemGroup> |
133 <None Include="App.config"> | 91 <None Include="App.config"> |
134 <SubType>Designer</SubType> | 92 <SubType>Designer</SubType> |