Mercurial > altnet-hispano
comparison Agendas/trunk/src/Agendas.Web.Tests/Agendas.Web.Tests.csproj @ 233:32e4e0e7a140
Probando de armar tests de Agendas.Web
author | juanjose.montesdeocaarbos |
---|---|
date | Tue, 04 Oct 2011 20:34:46 -0300 |
parents | 1deccd6c3cb2 |
children | 51faeabfb9d9 a7daa939ef0c |
comparison
equal
deleted
inserted
replaced
232:806fd94727ce | 233:32e4e0e7a140 |
---|---|
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.ByteCode.Castle"> | |
35 <HintPath>..\packages\NHibernate.Castle.3.1.0.4000\lib\Net35\NHibernate.ByteCode.Castle.dll</HintPath> | |
36 </Reference> | |
34 <Reference Include="nunit.framework"> | 37 <Reference Include="nunit.framework"> |
35 <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> |
36 </Reference> | 39 </Reference> |
37 <Reference Include="System" /> | 40 <Reference Include="System" /> |
38 <Reference Include="System.Core" /> | 41 <Reference Include="System.Core" /> |
43 <Reference Include="System.Data" /> | 46 <Reference Include="System.Data" /> |
44 <Reference Include="System.Xml" /> | 47 <Reference Include="System.Xml" /> |
45 </ItemGroup> | 48 </ItemGroup> |
46 <ItemGroup> | 49 <ItemGroup> |
47 <Compile Include="AutorizationsTests.cs" /> | 50 <Compile Include="AutorizationsTests.cs" /> |
51 <Compile Include="Controllers\EventoControllerTests.cs" /> | |
48 <Compile Include="Properties\AssemblyInfo.cs" /> | 52 <Compile Include="Properties\AssemblyInfo.cs" /> |
49 </ItemGroup> | 53 </ItemGroup> |
50 <ItemGroup> | 54 <ItemGroup> |
51 <ProjectReference Include="..\Agendas.Domain\Agendas.Domain.csproj"> | 55 <ProjectReference Include="..\Agendas.Domain\Agendas.Domain.csproj"> |
52 <Project>{A14907DF-02E4-4FA7-BE27-4292AF50AA22}</Project> | 56 <Project>{A14907DF-02E4-4FA7-BE27-4292AF50AA22}</Project> |
55 <ProjectReference Include="..\Agendas.Web\Agendas.Web.csproj"> | 59 <ProjectReference Include="..\Agendas.Web\Agendas.Web.csproj"> |
56 <Project>{319A8E3D-C61E-455F-A1BF-A6B1B1636BAB}</Project> | 60 <Project>{319A8E3D-C61E-455F-A1BF-A6B1B1636BAB}</Project> |
57 <Name>Agendas.Web</Name> | 61 <Name>Agendas.Web</Name> |
58 </ProjectReference> | 62 </ProjectReference> |
59 </ItemGroup> | 63 </ItemGroup> |
64 <ItemGroup> | |
65 <None Include="App_.config"> | |
66 <SubType>Designer</SubType> | |
67 </None> | |
68 <Content Include="App.config"> | |
69 <SubType>Designer</SubType> | |
70 </Content> | |
71 </ItemGroup> | |
72 <ItemGroup> | |
73 <Content Include="hibernate.cfg.xml"> | |
74 <CopyToOutputDirectory>Always</CopyToOutputDirectory> | |
75 </Content> | |
76 </ItemGroup> | |
60 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | 77 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
61 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. | 78 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
62 Other similar extension points exist, see Microsoft.Common.targets. | 79 Other similar extension points exist, see Microsoft.Common.targets. |
63 <Target Name="BeforeBuild"> | 80 <Target Name="BeforeBuild"> |
64 </Target> | 81 </Target> |