Mercurial > altnet-hispano
comparison Agendas/trunk/src/Agendas.Tests/Agendas.Tests.csproj @ 137:2d1adbaf0373
CRUD de Patrocinador
author | nelopauselli |
---|---|
date | Thu, 28 Jul 2011 09:26:24 -0300 |
parents | cc91817a4206 |
children | 62791999ad01 |
comparison
equal
deleted
inserted
replaced
136:462a78196d11 | 137:2d1adbaf0373 |
---|---|
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" /> | |
67 <Reference Include="System.ServiceModel" /> | 68 <Reference Include="System.ServiceModel" /> |
68 <Reference Include="System.Xml.Linq" /> | 69 <Reference Include="System.Xml.Linq" /> |
69 <Reference Include="System.Data.DataSetExtensions" /> | 70 <Reference Include="System.Data.DataSetExtensions" /> |
70 <Reference Include="Microsoft.CSharp" /> | 71 <Reference Include="Microsoft.CSharp" /> |
71 <Reference Include="System.Data" /> | 72 <Reference Include="System.Data" /> |
74 <ItemGroup> | 75 <ItemGroup> |
75 <Compile Include="Blog\PostWriterWebServiceAdapterTests.cs" /> | 76 <Compile Include="Blog\PostWriterWebServiceAdapterTests.cs" /> |
76 <Compile Include="Blog\PublicadorTests.cs" /> | 77 <Compile Include="Blog\PublicadorTests.cs" /> |
77 <Compile Include="Cruds\EventoCrud.cs" /> | 78 <Compile Include="Cruds\EventoCrud.cs" /> |
78 <Compile Include="Cruds\EventoCrudNhTests.cs" /> | 79 <Compile Include="Cruds\EventoCrudNhTests.cs" /> |
80 <Compile Include="Cruds\PatrocinadorCrud.cs" /> | |
81 <Compile Include="Cruds\PatrocinadorCrudMemoryTests.cs" /> | |
82 <Compile Include="Cruds\PatrocinadorCrudNhTests.cs" /> | |
83 <Compile Include="Cruds\RequestEmulator.cs" /> | |
79 <Compile Include="DateTimeFormattingTests.cs" /> | 84 <Compile Include="DateTimeFormattingTests.cs" /> |
80 <Compile Include="PersonaServiceTests.cs" /> | 85 <Compile Include="PersonaServiceTests.cs" /> |
81 <Compile Include="PonentesTests.cs" /> | 86 <Compile Include="PonentesTests.cs" /> |
82 <Compile Include="PropuestasTests.cs" /> | 87 <Compile Include="PropuestasTests.cs" /> |
83 <Compile Include="Cruds\EventoTests.cs" /> | 88 <Compile Include="Cruds\EventoCrudMemoryTests.cs" /> |
84 <Compile Include="Properties\AssemblyInfo.cs" /> | 89 <Compile Include="Properties\AssemblyInfo.cs" /> |
85 <Compile Include="AgendarTests.cs" /> | 90 <Compile Include="AgendarTests.cs" /> |
86 <Compile Include="TestBase.cs" /> | 91 <Compile Include="TestBase.cs" /> |
87 <Compile Include="TrackTests.cs" /> | 92 <Compile Include="TrackTests.cs" /> |
88 <Compile Include="Workflows\Workflow.cs" /> | 93 <Compile Include="Workflows\Workflow.cs" /> |
122 </ItemGroup> | 127 </ItemGroup> |
123 <ItemGroup> | 128 <ItemGroup> |
124 <Content Include="hibernate.cfg.xml"> | 129 <Content Include="hibernate.cfg.xml"> |
125 <CopyToOutputDirectory>Always</CopyToOutputDirectory> | 130 <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
126 </Content> | 131 </Content> |
132 <Content Include="images\apress.gif"> | |
133 <CopyToOutputDirectory>Always</CopyToOutputDirectory> | |
134 </Content> | |
127 </ItemGroup> | 135 </ItemGroup> |
128 <ItemGroup /> | 136 <ItemGroup /> |
129 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | 137 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
130 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. | 138 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
131 Other similar extension points exist, see Microsoft.Common.targets. | 139 Other similar extension points exist, see Microsoft.Common.targets. |