Mercurial > altnet-hispano
comparison Agendas/trunk/src/Agendas.Tests/Agendas.Tests.csproj @ 138:62791999ad01
Agregando relaciĆ³n entre Evento y Patrocinador
author | nelopauselli |
---|---|
date | Thu, 28 Jul 2011 10:13:28 -0300 |
parents | 2d1adbaf0373 |
children | 3639803112c6 |
comparison
equal
deleted
inserted
replaced
137:2d1adbaf0373 | 138:62791999ad01 |
---|---|
62 <HintPath>..\packages\NUnit.2.5.10.11092\lib\pnunit.framework.dll</HintPath> | 62 <HintPath>..\packages\NUnit.2.5.10.11092\lib\pnunit.framework.dll</HintPath> |
63 </Reference> | 63 </Reference> |
64 <Reference Include="System" /> | 64 <Reference Include="System" /> |
65 <Reference Include="System.Configuration" /> | 65 <Reference Include="System.Configuration" /> |
66 <Reference Include="System.Core" /> | 66 <Reference Include="System.Core" /> |
67 <Reference Include="System.Drawing" /> | |
68 <Reference Include="System.ServiceModel" /> | 67 <Reference Include="System.ServiceModel" /> |
69 <Reference Include="System.Xml.Linq" /> | 68 <Reference Include="System.Xml.Linq" /> |
70 <Reference Include="System.Data.DataSetExtensions" /> | 69 <Reference Include="System.Data.DataSetExtensions" /> |
71 <Reference Include="Microsoft.CSharp" /> | 70 <Reference Include="Microsoft.CSharp" /> |
72 <Reference Include="System.Data" /> | 71 <Reference Include="System.Data" /> |
80 <Compile Include="Cruds\PatrocinadorCrud.cs" /> | 79 <Compile Include="Cruds\PatrocinadorCrud.cs" /> |
81 <Compile Include="Cruds\PatrocinadorCrudMemoryTests.cs" /> | 80 <Compile Include="Cruds\PatrocinadorCrudMemoryTests.cs" /> |
82 <Compile Include="Cruds\PatrocinadorCrudNhTests.cs" /> | 81 <Compile Include="Cruds\PatrocinadorCrudNhTests.cs" /> |
83 <Compile Include="Cruds\RequestEmulator.cs" /> | 82 <Compile Include="Cruds\RequestEmulator.cs" /> |
84 <Compile Include="DateTimeFormattingTests.cs" /> | 83 <Compile Include="DateTimeFormattingTests.cs" /> |
84 <Compile Include="Eventos_y_patrocinadores_tests.cs" /> | |
85 <Compile Include="PersonaServiceTests.cs" /> | 85 <Compile Include="PersonaServiceTests.cs" /> |
86 <Compile Include="PonentesTests.cs" /> | 86 <Compile Include="PonentesTests.cs" /> |
87 <Compile Include="PropuestasTests.cs" /> | 87 <Compile Include="PropuestasTests.cs" /> |
88 <Compile Include="Cruds\EventoCrudMemoryTests.cs" /> | 88 <Compile Include="Cruds\EventoCrudMemoryTests.cs" /> |
89 <Compile Include="Properties\AssemblyInfo.cs" /> | 89 <Compile Include="Properties\AssemblyInfo.cs" /> |
130 <CopyToOutputDirectory>Always</CopyToOutputDirectory> | 130 <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
131 </Content> | 131 </Content> |
132 <Content Include="images\apress.gif"> | 132 <Content Include="images\apress.gif"> |
133 <CopyToOutputDirectory>Always</CopyToOutputDirectory> | 133 <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
134 </Content> | 134 </Content> |
135 <Content Include="images\jetbrains.png"> | |
136 <CopyToOutputDirectory>Always</CopyToOutputDirectory> | |
137 </Content> | |
135 </ItemGroup> | 138 </ItemGroup> |
136 <ItemGroup /> | 139 <ItemGroup /> |
137 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | 140 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
138 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. | 141 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
139 Other similar extension points exist, see Microsoft.Common.targets. | 142 Other similar extension points exist, see Microsoft.Common.targets. |