Mercurial > altnet-hispano
comparison Agendas/trunk/src/Agendas.Repositories.Tests/Agendas.Repositories.Tests.csproj @ 222:68b09c30b0d2
Separando los test de persistencia en un proyecto aparte
author | nelopauselli |
---|---|
date | Mon, 19 Sep 2011 18:18:17 -0300 |
parents | |
children | 72a96459f910 |
comparison
equal
deleted
inserted
replaced
221:37ddf81333d3 | 222:68b09c30b0d2 |
---|---|
1 <?xml version="1.0" encoding="utf-8"?> | |
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |
3 <PropertyGroup> | |
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | |
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | |
6 <ProductVersion>8.0.30703</ProductVersion> | |
7 <SchemaVersion>2.0</SchemaVersion> | |
8 <ProjectGuid>{BFCD197C-01D5-4645-B0DF-053867E16FDE}</ProjectGuid> | |
9 <OutputType>Library</OutputType> | |
10 <AppDesignerFolder>Properties</AppDesignerFolder> | |
11 <RootNamespace>Agendas.Repositories.Tests</RootNamespace> | |
12 <AssemblyName>Agendas.Repositories.Tests</AssemblyName> | |
13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> | |
14 <FileAlignment>512</FileAlignment> | |
15 </PropertyGroup> | |
16 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | |
17 <DebugSymbols>true</DebugSymbols> | |
18 <DebugType>full</DebugType> | |
19 <Optimize>false</Optimize> | |
20 <OutputPath>bin\Debug\</OutputPath> | |
21 <DefineConstants>DEBUG;TRACE</DefineConstants> | |
22 <ErrorReport>prompt</ErrorReport> | |
23 <WarningLevel>4</WarningLevel> | |
24 </PropertyGroup> | |
25 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | |
26 <DebugType>pdbonly</DebugType> | |
27 <Optimize>true</Optimize> | |
28 <OutputPath>bin\Release\</OutputPath> | |
29 <DefineConstants>TRACE</DefineConstants> | |
30 <ErrorReport>prompt</ErrorReport> | |
31 <WarningLevel>4</WarningLevel> | |
32 </PropertyGroup> | |
33 <ItemGroup> | |
34 <Reference Include="Moq"> | |
35 <HintPath>..\packages\Moq.4.0.10827\lib\NET40\Moq.dll</HintPath> | |
36 </Reference> | |
37 <Reference Include="nunit.framework"> | |
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> | |
45 </Reference> | |
46 <Reference Include="Iesi.Collections"> | |
47 <HintPath>..\packages\Iesi.Collections.3.1.0.4000\lib\Net35\Iesi.Collections.dll</HintPath> | |
48 </Reference> | |
49 <Reference Include="NHibernate"> | |
50 <HintPath>..\packages\NHibernate.3.1.0.4000\lib\Net35\NHibernate.dll</HintPath> | |
51 </Reference> | |
52 <Reference Include="System" /> | |
53 <Reference Include="System.Core" /> | |
54 <Reference Include="System.Xml.Linq" /> | |
55 <Reference Include="System.Data.DataSetExtensions" /> | |
56 <Reference Include="Microsoft.CSharp" /> | |
57 <Reference Include="System.Data" /> | |
58 <Reference Include="System.Xml" /> | |
59 </ItemGroup> | |
60 <ItemGroup> | |
61 <Compile Include="EventoCrud.cs" /> | |
62 <Compile Include="EventoCrudMemory.cs" /> | |
63 <Compile Include="EventoCrudNh.cs" /> | |
64 <Compile Include="Infraestructure\IInfraestrutureFactory.cs" /> | |
65 <Compile Include="Infraestructure\MemoryInfraestrutureFactory.cs" /> | |
66 <Compile Include="Infraestructure\NhHelperTest.cs" /> | |
67 <Compile Include="Infraestructure\NhInfraestrutureFactory.cs" /> | |
68 <Compile Include="Infraestructure\RequestEmulator.cs" /> | |
69 <Compile Include="PatrocinadorCrud.cs" /> | |
70 <Compile Include="PatrocinadorCrudMemoryTests.cs" /> | |
71 <Compile Include="PatrocinadorCrudNhTests.cs" /> | |
72 <Compile Include="PersonaCrud.cs" /> | |
73 <Compile Include="PersonaCrudMemoryTests.cs" /> | |
74 <Compile Include="PersonaCrudNhTests.cs" /> | |
75 <Compile Include="Properties\AssemblyInfo.cs" /> | |
76 <Compile Include="SchemaNhTests.cs" /> | |
77 <Compile Include="TestsHelper.cs" /> | |
78 <Compile Include="Workflow.cs" /> | |
79 <Compile Include="WorkflowMemoryTests.cs" /> | |
80 <Compile Include="WorkflowNhTests.cs" /> | |
81 <Compile Include="WorkflowTests.cs" /> | |
82 </ItemGroup> | |
83 <ItemGroup> | |
84 <ProjectReference Include="..\Agendas.Domain\Agendas.Domain.csproj"> | |
85 <Project>{A14907DF-02E4-4FA7-BE27-4292AF50AA22}</Project> | |
86 <Name>Agendas.Domain</Name> | |
87 </ProjectReference> | |
88 <ProjectReference Include="..\Agendas.NHibernate\Agendas.NHibernate.csproj"> | |
89 <Project>{9519A43A-9D5E-4BFD-9F88-AFFC53C9973A}</Project> | |
90 <Name>Agendas.NHibernate</Name> | |
91 </ProjectReference> | |
92 <ProjectReference Include="..\Agendas.Repositories.Memory\Agendas.Repositories.Memory.csproj"> | |
93 <Project>{28C5EBFB-EE69-4765-A880-D4DE0BC89F48}</Project> | |
94 <Name>Agendas.Repositories.Memory</Name> | |
95 </ProjectReference> | |
96 <ProjectReference Include="..\Agendas.Repositories.NHibernate\Agendas.Repositories.NHibernate.csproj"> | |
97 <Project>{0973DF44-3B90-4D2A-B579-C64C93B6C853}</Project> | |
98 <Name>Agendas.Repositories.NHibernate</Name> | |
99 </ProjectReference> | |
100 </ItemGroup> | |
101 <ItemGroup> | |
102 <None Include="App.config" /> | |
103 <None Include="packages.config" /> | |
104 </ItemGroup> | |
105 <ItemGroup> | |
106 <Content Include="hibernate.cfg.xml"> | |
107 <CopyToOutputDirectory>Always</CopyToOutputDirectory> | |
108 </Content> | |
109 </ItemGroup> | |
110 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | |
111 <PropertyGroup> | |
112 <PostBuildEvent>copy "$(SolutionDir)packages\NHibernate.Castle.3.1.0.4000\lib\Net35\NHibernate.ByteCode.Castle.dll" "$(TargetDir)" & | |
113 copy "$(SolutionDir)packages\Castle.Core.2.5.2\lib\NET35\Castle.Core.dll" "$(TargetDir)"</PostBuildEvent> | |
114 </PropertyGroup> | |
115 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. | |
116 Other similar extension points exist, see Microsoft.Common.targets. | |
117 <Target Name="BeforeBuild"> | |
118 </Target> | |
119 <Target Name="AfterBuild"> | |
120 </Target> | |
121 --> | |
122 </Project> |