Mercurial > altnet-hispano
comparison Agendas/trunk/src/Agendas.Configurations/Agendas.Configurations.csproj @ 158:734d3f0853bf
Manejando configuración de los publicadores con una sección propia en los .config
Agregando la opción de habilitar / deshabilitar un publicador
author | nelopauselli |
---|---|
date | Fri, 05 Aug 2011 16:55:18 -0300 |
parents | |
children | fe47f11f5f20 |
comparison
equal
deleted
inserted
replaced
157:f17252543cbf | 158:734d3f0853bf |
---|---|
1 <?xml version="1.0" encoding="utf-8"?> | |
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |
3 <PropertyGroup> | |
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | |
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | |
6 <ProductVersion>8.0.30703</ProductVersion> | |
7 <SchemaVersion>2.0</SchemaVersion> | |
8 <ProjectGuid>{583304D0-51C7-4808-BE20-6E9A904CA908}</ProjectGuid> | |
9 <OutputType>Library</OutputType> | |
10 <AppDesignerFolder>Properties</AppDesignerFolder> | |
11 <RootNamespace>AltNetHispano.Agendas.Configurations</RootNamespace> | |
12 <AssemblyName>AltNetHispano.Agendas.Configurations</AssemblyName> | |
13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> | |
14 <FileAlignment>512</FileAlignment> | |
15 <TargetFrameworkProfile /> | |
16 </PropertyGroup> | |
17 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | |
18 <DebugSymbols>true</DebugSymbols> | |
19 <DebugType>full</DebugType> | |
20 <Optimize>false</Optimize> | |
21 <OutputPath>bin\Debug\</OutputPath> | |
22 <DefineConstants>DEBUG;TRACE</DefineConstants> | |
23 <ErrorReport>prompt</ErrorReport> | |
24 <WarningLevel>4</WarningLevel> | |
25 </PropertyGroup> | |
26 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | |
27 <DebugType>pdbonly</DebugType> | |
28 <Optimize>true</Optimize> | |
29 <OutputPath>bin\Release\</OutputPath> | |
30 <DefineConstants>TRACE</DefineConstants> | |
31 <ErrorReport>prompt</ErrorReport> | |
32 <WarningLevel>4</WarningLevel> | |
33 </PropertyGroup> | |
34 <ItemGroup> | |
35 <Reference Include="Microsoft.CSharp" /> | |
36 <Reference Include="System" /> | |
37 <Reference Include="System.Configuration" /> | |
38 <Reference Include="System.Core" /> | |
39 <Reference Include="System.Xml.Linq" /> | |
40 <Reference Include="System.Data.DataSetExtensions" /> | |
41 <Reference Include="System.Data" /> | |
42 <Reference Include="System.Xml" /> | |
43 </ItemGroup> | |
44 <ItemGroup> | |
45 <Compile Include="BlogConfigurationElement.cs" /> | |
46 <Compile Include="BlogWriterConfigurationElement.cs" /> | |
47 <Compile Include="CalendarConfigurationElement.cs" /> | |
48 <Compile Include="ConfigurationManager.cs" /> | |
49 <Compile Include="GoogleConfigurationElement.cs" /> | |
50 <Compile Include="PublicadoresConfigurationException.cs" /> | |
51 <Compile Include="PublicadoresConfigurationSection.cs" /> | |
52 <Compile Include="Properties\AssemblyInfo.cs" /> | |
53 <Compile Include="TwitterConfigurationElement.cs" /> | |
54 <Compile Include="TwitterSendTwitterConfigurationElement.cs" /> | |
55 <Compile Include="TwitterSignInConfigurationElement.cs" /> | |
56 </ItemGroup> | |
57 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | |
58 <PropertyGroup> | |
59 <PreBuildEvent> | |
60 </PreBuildEvent> | |
61 </PropertyGroup> | |
62 <PropertyGroup> | |
63 <PostBuildEvent> | |
64 </PostBuildEvent> | |
65 </PropertyGroup> | |
66 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. | |
67 Other similar extension points exist, see Microsoft.Common.targets. | |
68 <Target Name="BeforeBuild"> | |
69 </Target> | |
70 <Target Name="AfterBuild"> | |
71 </Target> | |
72 --> | |
73 </Project> |