Mercurial > altnet-hispano
diff 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 |
line wrap: on
line diff
--- a/Agendas/trunk/src/Agendas.Web.Tests/Agendas.Web.Tests.csproj Mon Oct 03 07:50:54 2011 -0300 +++ b/Agendas/trunk/src/Agendas.Web.Tests/Agendas.Web.Tests.csproj Tue Oct 04 20:34:46 2011 -0300 @@ -31,6 +31,9 @@ <WarningLevel>4</WarningLevel> </PropertyGroup> <ItemGroup> + <Reference Include="NHibernate.ByteCode.Castle"> + <HintPath>..\packages\NHibernate.Castle.3.1.0.4000\lib\Net35\NHibernate.ByteCode.Castle.dll</HintPath> + </Reference> <Reference Include="nunit.framework"> <HintPath>..\packages\NUnit.2.5.10.11092\lib\nunit.framework.dll</HintPath> </Reference> @@ -45,6 +48,7 @@ </ItemGroup> <ItemGroup> <Compile Include="AutorizationsTests.cs" /> + <Compile Include="Controllers\EventoControllerTests.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> </ItemGroup> <ItemGroup> @@ -57,6 +61,19 @@ <Name>Agendas.Web</Name> </ProjectReference> </ItemGroup> + <ItemGroup> + <None Include="App_.config"> + <SubType>Designer</SubType> + </None> + <Content Include="App.config"> + <SubType>Designer</SubType> + </Content> + </ItemGroup> + <ItemGroup> + <Content Include="hibernate.cfg.xml"> + <CopyToOutputDirectory>Always</CopyToOutputDirectory> + </Content> + </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <!-- To modify your build process, add your task inside one of the targets below and uncomment it. Other similar extension points exist, see Microsoft.Common.targets.