comparison Agendas/trunk/src/Agendas.Web.Tests/Agendas.Web.Tests.csproj @ 241:a7daa939ef0c

Probando de armar tests de Agendas.Web
author juanjose.montesdeocaarbos
date Wed, 05 Oct 2011 07:43:09 -0300
parents 32e4e0e7a140
children 5cc1681d3789
comparison
equal deleted inserted replaced
240:01a9b47185eb 241:a7daa939ef0c
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="Moq">
35 <HintPath>..\packages\Moq.4.0.10827\lib\NET40\Moq.dll</HintPath>
36 </Reference>
37 <Reference Include="NHibernate, Version=3.1.0.4000, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL" />
34 <Reference Include="NHibernate.ByteCode.Castle"> 38 <Reference Include="NHibernate.ByteCode.Castle">
35 <HintPath>..\packages\NHibernate.Castle.3.1.0.4000\lib\Net35\NHibernate.ByteCode.Castle.dll</HintPath> 39 <HintPath>..\packages\NHibernate.Castle.3.1.0.4000\lib\Net35\NHibernate.ByteCode.Castle.dll</HintPath>
36 </Reference> 40 </Reference>
37 <Reference Include="nunit.framework"> 41 <Reference Include="nunit.framework">
38 <HintPath>..\packages\NUnit.2.5.10.11092\lib\nunit.framework.dll</HintPath> 42 <HintPath>..\packages\NUnit.2.5.10.11092\lib\nunit.framework.dll</HintPath>
54 <ItemGroup> 58 <ItemGroup>
55 <ProjectReference Include="..\Agendas.Domain\Agendas.Domain.csproj"> 59 <ProjectReference Include="..\Agendas.Domain\Agendas.Domain.csproj">
56 <Project>{A14907DF-02E4-4FA7-BE27-4292AF50AA22}</Project> 60 <Project>{A14907DF-02E4-4FA7-BE27-4292AF50AA22}</Project>
57 <Name>Agendas.Domain</Name> 61 <Name>Agendas.Domain</Name>
58 </ProjectReference> 62 </ProjectReference>
63 <ProjectReference Include="..\Agendas.NHibernate\Agendas.NHibernate.csproj">
64 <Project>{9519A43A-9D5E-4BFD-9F88-AFFC53C9973A}</Project>
65 <Name>Agendas.NHibernate</Name>
66 </ProjectReference>
67 <ProjectReference Include="..\Agendas.Repositories.NHibernate\Agendas.Repositories.NHibernate.csproj">
68 <Project>{0973DF44-3B90-4D2A-B579-C64C93B6C853}</Project>
69 <Name>Agendas.Repositories.NHibernate</Name>
70 </ProjectReference>
71 <ProjectReference Include="..\Agendas.Repositories.Tests\Agendas.Repositories.Tests.csproj">
72 <Project>{BFCD197C-01D5-4645-B0DF-053867E16FDE}</Project>
73 <Name>Agendas.Repositories.Tests</Name>
74 </ProjectReference>
59 <ProjectReference Include="..\Agendas.Web\Agendas.Web.csproj"> 75 <ProjectReference Include="..\Agendas.Web\Agendas.Web.csproj">
60 <Project>{319A8E3D-C61E-455F-A1BF-A6B1B1636BAB}</Project> 76 <Project>{319A8E3D-C61E-455F-A1BF-A6B1B1636BAB}</Project>
61 <Name>Agendas.Web</Name> 77 <Name>Agendas.Web</Name>
62 </ProjectReference> 78 </ProjectReference>
63 </ItemGroup> 79 </ItemGroup>
64 <ItemGroup> 80 <ItemGroup>
65 <None Include="App_.config">
66 <SubType>Designer</SubType>
67 </None>
68 <Content Include="App.config"> 81 <Content Include="App.config">
69 <SubType>Designer</SubType> 82 <SubType>Designer</SubType>
70 </Content> 83 </Content>
71 </ItemGroup> 84 </ItemGroup>
72 <ItemGroup> 85 <ItemGroup>
73 <Content Include="hibernate.cfg.xml"> 86 <Content Include="hibernate.cfg.xml">
74 <CopyToOutputDirectory>Always</CopyToOutputDirectory> 87 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
75 </Content> 88 </Content>
89 </ItemGroup>
90 <ItemGroup>
91 <None Include="packages.config" />
76 </ItemGroup> 92 </ItemGroup>
77 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 93 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
78 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 94 <!-- 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. 95 Other similar extension points exist, see Microsoft.Common.targets.
80 <Target Name="BeforeBuild"> 96 <Target Name="BeforeBuild">