comparison Agendas/trunk/src/Agendas.Tests/Agendas.Tests.csproj @ 55:39f5258ebdcf

Agregando referencias con NuGet
author nelopauselli
date Mon, 16 May 2011 20:10:45 -0300
parents d149bfea3892
children 02e163f2ca38
comparison
equal deleted inserted replaced
54:3059a5f8930f 55:39f5258ebdcf
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"> 34 <Reference Include="Moq">
35 <HintPath>..\..\lib\Moq.dll</HintPath> 35 <HintPath>..\packages\Moq.4.0.10827\lib\NET40\Moq.dll</HintPath>
36 </Reference> 36 </Reference>
37 <Reference Include="nunit.framework"> 37 <Reference Include="nunit.framework">
38 <HintPath>..\..\lib\nunit.framework.dll</HintPath> 38 <HintPath>..\packages\NUnit.2.5.10.11092\lib\nunit.framework.dll</HintPath>
39 </Reference>
40 <Reference Include="nunit.mocks">
41 <HintPath>..\packages\NUnit.2.5.10.11092\lib\nunit.mocks.dll</HintPath>
42 </Reference>
43 <Reference Include="pnunit.framework">
44 <HintPath>..\packages\NUnit.2.5.10.11092\lib\pnunit.framework.dll</HintPath>
39 </Reference> 45 </Reference>
40 <Reference Include="System" /> 46 <Reference Include="System" />
41 <Reference Include="System.Core" /> 47 <Reference Include="System.Core" />
42 <Reference Include="System.Xml.Linq" /> 48 <Reference Include="System.Xml.Linq" />
43 <Reference Include="System.Data.DataSetExtensions" /> 49 <Reference Include="System.Data.DataSetExtensions" />
66 <ProjectReference Include="..\Agendas.Repositories.Memory\Agendas.Repositories.Memory.csproj"> 72 <ProjectReference Include="..\Agendas.Repositories.Memory\Agendas.Repositories.Memory.csproj">
67 <Project>{28C5EBFB-EE69-4765-A880-D4DE0BC89F48}</Project> 73 <Project>{28C5EBFB-EE69-4765-A880-D4DE0BC89F48}</Project>
68 <Name>Agendas.Repositories.Memory</Name> 74 <Name>Agendas.Repositories.Memory</Name>
69 </ProjectReference> 75 </ProjectReference>
70 </ItemGroup> 76 </ItemGroup>
77 <ItemGroup>
78 <None Include="packages.config" />
79 </ItemGroup>
71 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 80 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
72 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 81 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
73 Other similar extension points exist, see Microsoft.Common.targets. 82 Other similar extension points exist, see Microsoft.Common.targets.
74 <Target Name="BeforeBuild"> 83 <Target Name="BeforeBuild">
75 </Target> 84 </Target>