comparison Agendas/trunk/src/Agendas.Tests/Agendas.Tests.csproj @ 81:c76661cff260

Workflow de acciones sobre un evento (camino feliz)
author nelopauselli
date Tue, 24 May 2011 19:21:20 -0300
parents 96d7609f2e08
children db4b1e2cae49 3027c64344bd
comparison
equal deleted inserted replaced
80:c2d98fd6593f 81:c76661cff260
78 <Compile Include="Cruds\EventoTests.cs" /> 78 <Compile Include="Cruds\EventoTests.cs" />
79 <Compile Include="Properties\AssemblyInfo.cs" /> 79 <Compile Include="Properties\AssemblyInfo.cs" />
80 <Compile Include="AgendarTests.cs" /> 80 <Compile Include="AgendarTests.cs" />
81 <Compile Include="TestBase.cs" /> 81 <Compile Include="TestBase.cs" />
82 <Compile Include="TrackTests.cs" /> 82 <Compile Include="TrackTests.cs" />
83 <Compile Include="Workflows\Workflow.cs" />
84 <Compile Include="Workflows\WorkflowTests.cs" />
83 </ItemGroup> 85 </ItemGroup>
84 <ItemGroup> 86 <ItemGroup>
85 <ProjectReference Include="..\Agendas.Domain\Agendas.Domain.csproj"> 87 <ProjectReference Include="..\Agendas.Domain\Agendas.Domain.csproj">
86 <Project>{A14907DF-02E4-4FA7-BE27-4292AF50AA22}</Project> 88 <Project>{A14907DF-02E4-4FA7-BE27-4292AF50AA22}</Project>
87 <Name>Agendas.Domain</Name> 89 <Name>Agendas.Domain</Name>
110 <ItemGroup> 112 <ItemGroup>
111 <Content Include="hibernate.cfg.xml"> 113 <Content Include="hibernate.cfg.xml">
112 <CopyToOutputDirectory>Always</CopyToOutputDirectory> 114 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
113 </Content> 115 </Content>
114 </ItemGroup> 116 </ItemGroup>
117 <ItemGroup />
115 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 118 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
116 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 119 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
117 Other similar extension points exist, see Microsoft.Common.targets. 120 Other similar extension points exist, see Microsoft.Common.targets.
118 <Target Name="BeforeBuild"> 121 <Target Name="BeforeBuild">
119 </Target> 122 </Target>