Mercurial > altnet-hispano
view 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 |
line wrap: on
line source
<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <ProductVersion>8.0.30703</ProductVersion> <SchemaVersion>2.0</SchemaVersion> <ProjectGuid>{BFCD197C-01D5-4645-B0DF-053867E16FDE}</ProjectGuid> <OutputType>Library</OutputType> <AppDesignerFolder>Properties</AppDesignerFolder> <RootNamespace>Agendas.Repositories.Tests</RootNamespace> <AssemblyName>Agendas.Repositories.Tests</AssemblyName> <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> <FileAlignment>512</FileAlignment> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <DebugSymbols>true</DebugSymbols> <DebugType>full</DebugType> <Optimize>false</Optimize> <OutputPath>bin\Debug\</OutputPath> <DefineConstants>DEBUG;TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <DebugType>pdbonly</DebugType> <Optimize>true</Optimize> <OutputPath>bin\Release\</OutputPath> <DefineConstants>TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> </PropertyGroup> <ItemGroup> <Reference Include="Moq"> <HintPath>..\packages\Moq.4.0.10827\lib\NET40\Moq.dll</HintPath> </Reference> <Reference Include="nunit.framework"> <HintPath>..\packages\NUnit.2.5.10.11092\lib\nunit.framework.dll</HintPath> </Reference> <Reference Include="nunit.mocks"> <HintPath>..\packages\NUnit.2.5.10.11092\lib\nunit.mocks.dll</HintPath> </Reference> <Reference Include="pnunit.framework"> <HintPath>..\packages\NUnit.2.5.10.11092\lib\pnunit.framework.dll</HintPath> </Reference> <Reference Include="Iesi.Collections"> <HintPath>..\packages\Iesi.Collections.3.1.0.4000\lib\Net35\Iesi.Collections.dll</HintPath> </Reference> <Reference Include="NHibernate"> <HintPath>..\packages\NHibernate.3.1.0.4000\lib\Net35\NHibernate.dll</HintPath> </Reference> <Reference Include="System" /> <Reference Include="System.Core" /> <Reference Include="System.Xml.Linq" /> <Reference Include="System.Data.DataSetExtensions" /> <Reference Include="Microsoft.CSharp" /> <Reference Include="System.Data" /> <Reference Include="System.Xml" /> </ItemGroup> <ItemGroup> <Compile Include="EventoCrud.cs" /> <Compile Include="EventoCrudMemory.cs" /> <Compile Include="EventoCrudNh.cs" /> <Compile Include="Infraestructure\IInfraestrutureFactory.cs" /> <Compile Include="Infraestructure\MemoryInfraestrutureFactory.cs" /> <Compile Include="Infraestructure\NhHelperTest.cs" /> <Compile Include="Infraestructure\NhInfraestrutureFactory.cs" /> <Compile Include="Infraestructure\RequestEmulator.cs" /> <Compile Include="PatrocinadorCrud.cs" /> <Compile Include="PatrocinadorCrudMemoryTests.cs" /> <Compile Include="PatrocinadorCrudNhTests.cs" /> <Compile Include="PersonaCrud.cs" /> <Compile Include="PersonaCrudMemoryTests.cs" /> <Compile Include="PersonaCrudNhTests.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="SchemaNhTests.cs" /> <Compile Include="TestsHelper.cs" /> <Compile Include="Workflow.cs" /> <Compile Include="WorkflowMemoryTests.cs" /> <Compile Include="WorkflowNhTests.cs" /> <Compile Include="WorkflowTests.cs" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\Agendas.Domain\Agendas.Domain.csproj"> <Project>{A14907DF-02E4-4FA7-BE27-4292AF50AA22}</Project> <Name>Agendas.Domain</Name> </ProjectReference> <ProjectReference Include="..\Agendas.NHibernate\Agendas.NHibernate.csproj"> <Project>{9519A43A-9D5E-4BFD-9F88-AFFC53C9973A}</Project> <Name>Agendas.NHibernate</Name> </ProjectReference> <ProjectReference Include="..\Agendas.Repositories.Memory\Agendas.Repositories.Memory.csproj"> <Project>{28C5EBFB-EE69-4765-A880-D4DE0BC89F48}</Project> <Name>Agendas.Repositories.Memory</Name> </ProjectReference> <ProjectReference Include="..\Agendas.Repositories.NHibernate\Agendas.Repositories.NHibernate.csproj"> <Project>{0973DF44-3B90-4D2A-B579-C64C93B6C853}</Project> <Name>Agendas.Repositories.NHibernate</Name> </ProjectReference> </ItemGroup> <ItemGroup> <None Include="App.config" /> <None Include="packages.config" /> </ItemGroup> <ItemGroup> <Content Include="hibernate.cfg.xml"> <CopyToOutputDirectory>Always</CopyToOutputDirectory> </Content> </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <PropertyGroup> <PostBuildEvent>copy "$(SolutionDir)packages\NHibernate.Castle.3.1.0.4000\lib\Net35\NHibernate.ByteCode.Castle.dll" "$(TargetDir)" & copy "$(SolutionDir)packages\Castle.Core.2.5.2\lib\NET35\Castle.Core.dll" "$(TargetDir)"</PostBuildEvent> </PropertyGroup> <!-- To modify your build process, add your task inside one of the targets below and uncomment it. Other similar extension points exist, see Microsoft.Common.targets. <Target Name="BeforeBuild"> </Target> <Target Name="AfterBuild"> </Target> --> </Project>