Mercurial > altnet-hispano
comparison Agendas/trunk/src/Agendas.Web.Tests/Agendas.Web.Tests.csproj @ 275:bf993f99cee3
Ticket #123: Patrocinadores de las vans.
author | juanjose.montesdeocaarbos |
---|---|
date | Wed, 14 Dec 2011 08:15:44 -0300 |
parents | b87a4875b2b6 |
children | c8f378272407 |
comparison
equal
deleted
inserted
replaced
274:72a96459f910 | 275:bf993f99cee3 |
---|---|
44 <Reference Include="nunit.framework"> | 44 <Reference Include="nunit.framework"> |
45 <HintPath>..\packages\NUnit.2.5.10.11092\lib\nunit.framework.dll</HintPath> | 45 <HintPath>..\packages\NUnit.2.5.10.11092\lib\nunit.framework.dll</HintPath> |
46 </Reference> | 46 </Reference> |
47 <Reference Include="System" /> | 47 <Reference Include="System" /> |
48 <Reference Include="System.Core" /> | 48 <Reference Include="System.Core" /> |
49 <Reference Include="System.Drawing" /> | |
49 <Reference Include="System.Web" /> | 50 <Reference Include="System.Web" /> |
50 <Reference Include="System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" /> | 51 <Reference Include="System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" /> |
51 <Reference Include="System.Xml.Linq" /> | 52 <Reference Include="System.Xml.Linq" /> |
52 <Reference Include="System.Data.DataSetExtensions" /> | 53 <Reference Include="System.Data.DataSetExtensions" /> |
53 <Reference Include="Microsoft.CSharp" /> | 54 <Reference Include="Microsoft.CSharp" /> |
55 <Reference Include="System.Xml" /> | 56 <Reference Include="System.Xml" /> |
56 </ItemGroup> | 57 </ItemGroup> |
57 <ItemGroup> | 58 <ItemGroup> |
58 <Compile Include="AutorizationsTests.cs" /> | 59 <Compile Include="AutorizationsTests.cs" /> |
59 <Compile Include="Controllers\EventoControllerTests.cs" /> | 60 <Compile Include="Controllers\EventoControllerTests.cs" /> |
61 <Compile Include="Controllers\HttpPostedFileBaseModelBinder.cs" /> | |
60 <Compile Include="Controllers\MvcControllerTestsBase.cs" /> | 62 <Compile Include="Controllers\MvcControllerTestsBase.cs" /> |
63 <Compile Include="Controllers\PatrocinadorControllerTests.cs" /> | |
61 <Compile Include="Controllers\PersonaControllerTests.cs" /> | 64 <Compile Include="Controllers\PersonaControllerTests.cs" /> |
65 <Compile Include="Helpers\HttpServerStub.cs" /> | |
62 <Compile Include="Properties\AssemblyInfo.cs" /> | 66 <Compile Include="Properties\AssemblyInfo.cs" /> |
63 </ItemGroup> | 67 </ItemGroup> |
64 <ItemGroup> | 68 <ItemGroup> |
65 <ProjectReference Include="..\Agendas.Domain\Agendas.Domain.csproj"> | 69 <ProjectReference Include="..\Agendas.Domain\Agendas.Domain.csproj"> |
66 <Project>{A14907DF-02E4-4FA7-BE27-4292AF50AA22}</Project> | 70 <Project>{A14907DF-02E4-4FA7-BE27-4292AF50AA22}</Project> |
94 </Content> | 98 </Content> |
95 </ItemGroup> | 99 </ItemGroup> |
96 <ItemGroup> | 100 <ItemGroup> |
97 <None Include="packages.config" /> | 101 <None Include="packages.config" /> |
98 </ItemGroup> | 102 </ItemGroup> |
103 <ItemGroup> | |
104 <Folder Include="App_Data\" /> | |
105 </ItemGroup> | |
99 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | 106 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
100 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. | 107 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
101 Other similar extension points exist, see Microsoft.Common.targets. | 108 Other similar extension points exist, see Microsoft.Common.targets. |
102 <Target Name="BeforeBuild"> | 109 <Target Name="BeforeBuild"> |
103 </Target> | 110 </Target> |