view Agendas/trunk/src/Agendas.Domain/Agendas.Domain.csproj @ 120:c3573defd18f

Agregado de Fecha, Usuario y Successful en TrackLog Modificacion de publicador de blog para usar TrackLog Agregado de TrackLog en el test de crud de eventos Fix en publicador de twitter para que no twitee si ya se encuentra en TrackLog pero con Successful en true
author Jorge@Jorge-PC
date Fri, 24 Jun 2011 21:18:21 -0300
parents 90ce239cfa6d
children 6f1041301797
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>{A14907DF-02E4-4FA7-BE27-4292AF50AA22}</ProjectGuid>
    <OutputType>Library</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>AltNetHispano.Agendas.Domain</RootNamespace>
    <AssemblyName>AltNetHispano.Agendas.Domain</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="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="EventoAgendadoState.cs" />
    <Compile Include="EventoConfirmadoState.cs" />
    <Compile Include="EventoNullState.cs" />
    <Compile Include="EventoPropuestoState.cs" />
    <Compile Include="EventoPublicadoState.cs" />
    <Compile Include="Exceptions\AccionNoSoportadaException.cs" />
    <Compile Include="Agenda.cs" />
    <Compile Include="CompositePublicador.cs" />
    <Compile Include="Cuenta.cs" />
    <Compile Include="Evento.cs" />
    <Compile Include="EventoState.cs" />
    <Compile Include="Exceptions\EventoNotFoundException.cs" />
    <Compile Include="Exceptions\IdentityContextNotConfiguredException.cs" />
    <Compile Include="Exceptions\UsuarioNoAutenticadoException.cs" />
    <Compile Include="Identificable.cs" />
    <Compile Include="Identification.cs" />
    <Compile Include="IdentityContext.cs" />
    <Compile Include="Exceptions\InvalidStateException.cs" />
    <Compile Include="ISeguridad.cs" />
    <Compile Include="Persona.cs" />
    <Compile Include="Repositories\IEventoRepository.cs" />
    <Compile Include="IPublicador.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
    <Compile Include="Repositories\IPersonaRepository.cs" />
    <Compile Include="Resultado.cs" />
    <Compile Include="Services\PersonaService.cs" />
    <Compile Include="TipoEvento.cs" />
    <Compile Include="Track.cs" />
    <Compile Include="TrackLog.cs" />
  </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>