view Agendas/trunk/src/Agendas.Domain/Agendas.Domain.csproj @ 106:80c22175c9b5

agregado de tipo de evento (van, cafe, grupoestudio) agregado de tipo de evento en el alta de evento y en el alta de propuestas desde la app web algunas correcciones en el publicador del blog agregado de textos para publicar en el blog eventos de tipo alt.net cafe
author jorge.rowies
date Mon, 06 Jun 2011 14:07:12 -0300
parents c5034884c7d7
children 90ce239cfa6d
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" />
  </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>