Mercurial > altnet-hispano
diff 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 |
line wrap: on
line diff
--- a/Agendas/trunk/src/Agendas.Tests/Agendas.Tests.csproj Thu Jul 28 09:26:24 2011 -0300 +++ b/Agendas/trunk/src/Agendas.Tests/Agendas.Tests.csproj Thu Jul 28 10:13:28 2011 -0300 @@ -64,7 +64,6 @@ <Reference Include="System" /> <Reference Include="System.Configuration" /> <Reference Include="System.Core" /> - <Reference Include="System.Drawing" /> <Reference Include="System.ServiceModel" /> <Reference Include="System.Xml.Linq" /> <Reference Include="System.Data.DataSetExtensions" /> @@ -82,6 +81,7 @@ <Compile Include="Cruds\PatrocinadorCrudNhTests.cs" /> <Compile Include="Cruds\RequestEmulator.cs" /> <Compile Include="DateTimeFormattingTests.cs" /> + <Compile Include="Eventos_y_patrocinadores_tests.cs" /> <Compile Include="PersonaServiceTests.cs" /> <Compile Include="PonentesTests.cs" /> <Compile Include="PropuestasTests.cs" /> @@ -132,6 +132,9 @@ <Content Include="images\apress.gif"> <CopyToOutputDirectory>Always</CopyToOutputDirectory> </Content> + <Content Include="images\jetbrains.png"> + <CopyToOutputDirectory>Always</CopyToOutputDirectory> + </Content> </ItemGroup> <ItemGroup /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />