view Agendas/trunk/src/Agendas.Tests/Agendas.Tests.csproj @ 298:9bc60d166c8a

Se corrigieron los tests por el cambio de Patrocinador, para que no persista el logo en disco. Se comentó el código de PatrocinadorApiController, que no se utiliza.
author juanjose.montesdeocaarbos
date Sun, 19 Feb 2012 16:00:38 -0300
parents eeca9ddb330a
children
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>{29AC1253-D455-4958-9AAA-DA879C3889A4}</ProjectGuid>
    <OutputType>Library</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>AltNetHispano.Agendas.Tests</RootNamespace>
    <AssemblyName>AltNetHispano.Agendas.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="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" />
    <Reference Include="Microsoft.CSharp" />
    <Reference Include="System.Data" />
    <Reference Include="System.Xml" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="Blog\PostWriterWebServiceAdapterTests.cs" />
    <Compile Include="Blog\PublicadorTests.cs" />
    <Compile Include="DateTimeFormattingTests.cs" />
    <Compile Include="EventoStateTests.cs" />
    <Compile Include="Eventos_y_patrocinadores_tests.cs" />
    <Compile Include="IdentityContextTests.cs" />
    <Compile Include="PersonaServiceTests.cs" />
    <Compile Include="PonentesTests.cs" />
    <Compile Include="PropuestasTests.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
    <Compile Include="AgendarTests.cs" />
    <Compile Include="TestBase.cs" />
    <Compile Include="TestsHelper.cs" />
    <Compile Include="TrackTests.cs" />
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\Agendas.Blog\Agendas.Blog.csproj">
      <Project>{DDD605FF-EF42-428A-AEB6-F3496A46A82B}</Project>
      <Name>Agendas.Blog</Name>
    </ProjectReference>
    <ProjectReference Include="..\Agendas.Domain\Agendas.Domain.csproj">
      <Project>{A14907DF-02E4-4FA7-BE27-4292AF50AA22}</Project>
      <Name>Agendas.Domain</Name>
    </ProjectReference>
    <ProjectReference Include="..\Agendas.Google\Agendas.Google.csproj">
      <Project>{45804F1F-EB72-4F82-A227-088CAD9B785D}</Project>
      <Name>Agendas.Google</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">
      <SubType>Designer</SubType>
    </None>
    <None Include="packages.config" />
  </ItemGroup>
  <ItemGroup>
    <Content Include="hibernate.cfg.xml">
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    </Content>
    <Content Include="images\apress.gif">
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    </Content>
    <Content Include="images\jetbrains.png">
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    </Content>
    <Content Include="images\oralogo_bk200.gif">
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    </Content>
  </ItemGroup>
  <ItemGroup />
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  <!-- 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>