Mercurial > altnet-hispano
view Agendas/trunk/src/Agendas.Domain/Agendas.Domain.csproj @ 216:8a8c35302b81
Merge
author | nelopauselli |
---|---|
date | Mon, 05 Sep 2011 20:43:32 -0300 |
parents | 33e57fd1a6c9 |
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>{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.Drawing" /> <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="EventoCanceladoState.cs" /> <Compile Include="EventoConfirmadoState.cs" /> <Compile Include="EventoDescartadoState.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="Patrocinador.cs" /> <Compile Include="Persona.cs" /> <Compile Include="Repositories\IEventoRepository.cs" /> <Compile Include="IPublicador.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="Repositories\IPatrocinadorRepository.cs" /> <Compile Include="Repositories\IPersonaRepository.cs" /> <Compile Include="Resultado.cs" /> <Compile Include="Rol.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>