view Agendas/trunk/src/Agendas.Twitter/Agendas.Twitter.csproj @ 273:a7420f05716a

Ticket #185: Nombre duplicado al loguearse en el administrador de VANs. Corregido el parche.
author juanjose.montesdeocaarbos
date Tue, 29 Nov 2011 07:56:23 -0300
parents c4c60e034103
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>{D8DA7ED2-A274-4DF6-9DD2-A9DC65F4C2F5}</ProjectGuid>
    <OutputType>Library</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>AltNetHispano.Agendas.Twitter</RootNamespace>
    <AssemblyName>AltNetHispano.Agendas.Twitter</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="Newtonsoft.Json">
      <HintPath>..\packages\Newtonsoft.Json.3.5.8\lib\35\Newtonsoft.Json.dll</HintPath>
    </Reference>
    <Reference Include="System" />
    <Reference Include="System.Configuration" />
    <Reference Include="System.Core" />
    <Reference Include="System.Web" />
    <Reference Include="System.Web.Extensions" />
    <Reference Include="System.Xml.Linq" />
    <Reference Include="System.Data.DataSetExtensions" />
    <Reference Include="Microsoft.CSharp" />
    <Reference Include="System.Data" />
    <Reference Include="System.Xml" />
    <Reference Include="Twitterizer2">
      <HintPath>..\packages\twitterizer.2.3.2\lib\Twitterizer2.dll</HintPath>
    </Reference>
  </ItemGroup>
  <ItemGroup>
    <Compile Include="ITwitterAdapter.cs" />
    <Compile Include="ITwitterWriter.cs" />
    <Compile Include="OAuthTwitter.cs" />
    <Compile Include="Recordatorios.cs" />
    <Compile Include="TwitterPublicador.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
    <Compile Include="TwitterStringHelper.cs" />
    <Compile Include="Writers\AgendarTwitterWriter.cs" />
    <Compile Include="Writers\ConfirmarTwitterWriter.cs" />
    <Compile Include="Writers\ProponerTwitterWriter.cs" />
    <Compile Include="Writers\PublicarTwitterWriter.cs" />
    <Compile Include="Writers\TwitterHelper.cs" />
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\Agendas.Configurations\Agendas.Configurations.csproj">
      <Project>{583304D0-51C7-4808-BE20-6E9A904CA908}</Project>
      <Name>Agendas.Configurations</Name>
    </ProjectReference>
    <ProjectReference Include="..\Agendas.Domain\Agendas.Domain.csproj">
      <Project>{A14907DF-02E4-4FA7-BE27-4292AF50AA22}</Project>
      <Name>Agendas.Domain</Name>
    </ProjectReference>
  </ItemGroup>
  <ItemGroup>
    <None Include="packages.config" />
  </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>