Mercurial > altnet-hispano
annotate Agendas/trunk/src/Agendas.Web/Agendas.Web.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 | 0eac9a1c1a6c |
children | 7ef7e4bb71f6 |
rev | line source |
---|---|
10 | 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> | |
7 </ProductVersion> | |
8 <SchemaVersion>2.0</SchemaVersion> | |
9 <ProjectGuid>{319A8E3D-C61E-455F-A1BF-A6B1B1636BAB}</ProjectGuid> | |
10 <ProjectTypeGuids>{E53F8FEA-EAE0-44A6-8774-FFD645390401};{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids> | |
11 <OutputType>Library</OutputType> | |
12 <AppDesignerFolder>Properties</AppDesignerFolder> | |
34
475be11edf56
Ajuste en los nombre de los assemblies y namespaces
nelo@MTEySS.neluz.int
parents:
33
diff
changeset
|
13 <RootNamespace>AltNetHispano.Agendas.Web</RootNamespace> |
475be11edf56
Ajuste en los nombre de los assemblies y namespaces
nelo@MTEySS.neluz.int
parents:
33
diff
changeset
|
14 <AssemblyName>AltNetHispano.Agendas.Web</AssemblyName> |
10 | 15 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
16 <MvcBuildViews>false</MvcBuildViews> | |
33 | 17 <UseIISExpress>false</UseIISExpress> |
10 | 18 </PropertyGroup> |
19 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | |
20 <DebugSymbols>true</DebugSymbols> | |
21 <DebugType>full</DebugType> | |
22 <Optimize>false</Optimize> | |
23 <OutputPath>bin\</OutputPath> | |
24 <DefineConstants>DEBUG;TRACE</DefineConstants> | |
25 <ErrorReport>prompt</ErrorReport> | |
26 <WarningLevel>4</WarningLevel> | |
27 </PropertyGroup> | |
28 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | |
29 <DebugType>pdbonly</DebugType> | |
30 <Optimize>true</Optimize> | |
31 <OutputPath>bin\</OutputPath> | |
32 <DefineConstants>TRACE</DefineConstants> | |
33 <ErrorReport>prompt</ErrorReport> | |
34 <WarningLevel>4</WarningLevel> | |
35 </PropertyGroup> | |
36 <ItemGroup> | |
79
8df9db937434
Url de invitación en la UI: validación y persistencia
nelopauselli
parents:
67
diff
changeset
|
37 <Reference Include="DataAnnotationsExtensions"> |
8df9db937434
Url de invitación en la UI: validación y persistencia
nelopauselli
parents:
67
diff
changeset
|
38 <HintPath>..\packages\DataAnnotationsExtensions.0.6.0.0\lib\NETFramework40\DataAnnotationsExtensions.dll</HintPath> |
8df9db937434
Url de invitación en la UI: validación y persistencia
nelopauselli
parents:
67
diff
changeset
|
39 </Reference> |
10 | 40 <Reference Include="Microsoft.CSharp" /> |
47
dcd8fc8d479c
Quitando copia local de dlls de mvc3
Nelo@Win7x64.cpe.telecentro.net.ar
parents:
34
diff
changeset
|
41 <Reference Include="System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" /> |
dcd8fc8d479c
Quitando copia local de dlls de mvc3
Nelo@Win7x64.cpe.telecentro.net.ar
parents:
34
diff
changeset
|
42 <Reference Include="System.Web.WebPages" /> |
dcd8fc8d479c
Quitando copia local de dlls de mvc3
Nelo@Win7x64.cpe.telecentro.net.ar
parents:
34
diff
changeset
|
43 <Reference Include="System.Web.Helpers" /> |
10 | 44 <Reference Include="System" /> |
45 <Reference Include="System.Data" /> | |
46 <Reference Include="System.Drawing" /> | |
47 <Reference Include="System.Web.DynamicData" /> | |
48 <Reference Include="System.Web.Entity" /> | |
49 <Reference Include="System.Web.ApplicationServices" /> | |
50 <Reference Include="System.ComponentModel.DataAnnotations" /> | |
51 <Reference Include="System.Core" /> | |
52 <Reference Include="System.Data.DataSetExtensions" /> | |
53 <Reference Include="System.Xml.Linq" /> | |
47
dcd8fc8d479c
Quitando copia local de dlls de mvc3
Nelo@Win7x64.cpe.telecentro.net.ar
parents:
34
diff
changeset
|
54 <Reference Include="System.Web" /> |
10 | 55 <Reference Include="System.Web.Extensions" /> |
56 <Reference Include="System.Web.Abstractions" /> | |
57 <Reference Include="System.Web.Routing" /> | |
58 <Reference Include="System.Xml" /> | |
59 <Reference Include="System.Configuration" /> | |
60 <Reference Include="System.Web.Services" /> | |
61 <Reference Include="System.EnterpriseServices" /> | |
62 </ItemGroup> | |
63 <ItemGroup> | |
64 <Compile Include="Controllers\AccountController.cs" /> | |
25
e8d2be47a6b0
Cambios de nombre en Portal.Web (Agenda x Evento)
nelo@MTEySS.neluz.int
parents:
19
diff
changeset
|
65 <Compile Include="Controllers\EventoController.cs" /> |
10 | 66 <Compile Include="Controllers\HomeController.cs" /> |
112
0bca45e1e664
Pantalla de Perfil donde se puede asociar la cuenta de twitter al usuario existente
Nelo@Kenia.neluz.int
parents:
106
diff
changeset
|
67 <Compile Include="Controllers\PerfilController.cs" /> |
26 | 68 <Compile Include="Controllers\PropuestaController.cs" /> |
10 | 69 <Compile Include="Global.asax.cs"> |
70 <DependentUpon>Global.asax</DependentUpon> | |
71 </Compile> | |
33 | 72 <Compile Include="HttpContextIdentityProvider.cs" /> |
85 | 73 <Compile Include="CustomModelMetadataProvider\DataAnnotationAndConventionModelMetadataProvider.cs" /> |
84 | 74 <Compile Include="CustomModelMetadataProvider\IResolverByConvention.cs" /> |
75 <Compile Include="CustomModelMetadataProvider\ResolverThroughResource.cs" /> | |
94
db4b1e2cae49
Cambio del nombre de la clase Ponente a Persona
Nelo@Kenia.neluz.int
parents:
93
diff
changeset
|
76 <Compile Include="IdentityHelper.cs" /> |
10 | 77 <Compile Include="Models\AccountModels.cs" /> |
26 | 78 <Compile Include="Models\EventoModel.cs" /> |
106
80c22175c9b5
agregado de tipo de evento (van, cafe, grupoestudio)
jorge.rowies
parents:
94
diff
changeset
|
79 <Compile Include="Models\EventoModelHelper.cs" /> |
112
0bca45e1e664
Pantalla de Perfil donde se puede asociar la cuenta de twitter al usuario existente
Nelo@Kenia.neluz.int
parents:
106
diff
changeset
|
80 <Compile Include="Models\PerfilModel.cs" /> |
26 | 81 <Compile Include="Models\PropuestaModel.cs" /> |
10 | 82 <Compile Include="Properties\AssemblyInfo.cs" /> |
93 | 83 <Compile Include="Services\AccountMembershipService.cs" /> |
84 <Compile Include="Services\FormsAuthenticationService.cs" /> | |
85 <Compile Include="Services\IFormsAuthenticationService.cs" /> | |
86 <Compile Include="Services\IMembershipService.cs" /> | |
10 | 87 </ItemGroup> |
88 <ItemGroup> | |
48 | 89 <Content Include="Content\altnetlogo.png" /> |
86 | 90 <Content Include="Content\question.jpg" /> |
91
9dfbe4e29c6a
Imagen del boton de sign-in con twitter
Nelo@Kenia.neluz.int
parents:
90
diff
changeset
|
91 <Content Include="Content\twitter\sign-in-with-twitter-d-sm.png" /> |
9dfbe4e29c6a
Imagen del boton de sign-in con twitter
Nelo@Kenia.neluz.int
parents:
90
diff
changeset
|
92 <Content Include="Content\twitter\sign-in-with-twitter-d.png" /> |
9dfbe4e29c6a
Imagen del boton de sign-in con twitter
Nelo@Kenia.neluz.int
parents:
90
diff
changeset
|
93 <Content Include="Content\twitter\sign-in-with-twitter-l-sm.png" /> |
9dfbe4e29c6a
Imagen del boton de sign-in con twitter
Nelo@Kenia.neluz.int
parents:
90
diff
changeset
|
94 <Content Include="Content\twitter\sign-in-with-twitter-l.png" /> |
10 | 95 <Content Include="Global.asax" /> |
67
c8099df941bd
Implementando persistencia con NHibernate en el proyecto web
nelopauselli
parents:
48
diff
changeset
|
96 <Content Include="hibernate.cfg.xml"> |
c8099df941bd
Implementando persistencia con NHibernate en el proyecto web
nelopauselli
parents:
48
diff
changeset
|
97 <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
c8099df941bd
Implementando persistencia con NHibernate en el proyecto web
nelopauselli
parents:
48
diff
changeset
|
98 </Content> |
15 | 99 <Content Include="Web.config"> |
100 <SubType>Designer</SubType> | |
101 </Content> | |
10 | 102 <Content Include="Web.Debug.config"> |
103 <DependentUpon>Web.config</DependentUpon> | |
104 </Content> | |
105 <Content Include="Web.Release.config"> | |
106 <DependentUpon>Web.config</DependentUpon> | |
107 </Content> | |
108 <Content Include="Content\Site.css" /> | |
109 <Content Include="Content\themes\base\jquery-ui.css" /> | |
110 <Content Include="Content\themes\base\images\ui-bg_flat_0_aaaaaa_40x100.png" /> | |
111 <Content Include="Content\themes\base\images\ui-bg_flat_75_ffffff_40x100.png" /> | |
112 <Content Include="Content\themes\base\images\ui-bg_glass_55_fbf9ee_1x400.png" /> | |
113 <Content Include="Content\themes\base\images\ui-bg_glass_65_ffffff_1x400.png" /> | |
114 <Content Include="Content\themes\base\images\ui-bg_glass_75_dadada_1x400.png" /> | |
115 <Content Include="Content\themes\base\images\ui-bg_glass_75_e6e6e6_1x400.png" /> | |
116 <Content Include="Content\themes\base\images\ui-bg_glass_95_fef1ec_1x400.png" /> | |
117 <Content Include="Content\themes\base\images\ui-bg_highlight-soft_75_cccccc_1x100.png" /> | |
118 <Content Include="Content\themes\base\images\ui-icons_222222_256x240.png" /> | |
119 <Content Include="Content\themes\base\images\ui-icons_2e83ff_256x240.png" /> | |
120 <Content Include="Content\themes\base\images\ui-icons_454545_256x240.png" /> | |
121 <Content Include="Content\themes\base\images\ui-icons_888888_256x240.png" /> | |
122 <Content Include="Content\themes\base\images\ui-icons_cd0a0a_256x240.png" /> | |
123 <Content Include="Scripts\jquery-1.4.4.js" /> | |
124 <Content Include="Scripts\jquery-1.4.4.min.js" /> | |
125 <Content Include="Scripts\jquery-1.4.4-vsdoc.js" /> | |
126 <Content Include="Scripts\jquery.unobtrusive-ajax.js" /> | |
127 <Content Include="Scripts\jquery.unobtrusive-ajax.min.js" /> | |
128 <Content Include="Scripts\jquery.validate.js" /> | |
129 <Content Include="Scripts\jquery.validate.min.js" /> | |
130 <Content Include="Scripts\jquery.validate.unobtrusive.js" /> | |
131 <Content Include="Scripts\jquery.validate.unobtrusive.min.js" /> | |
132 <Content Include="Scripts\jquery.validate-vsdoc.js" /> | |
133 <Content Include="Scripts\jquery-ui.js" /> | |
134 <Content Include="Scripts\jquery-ui.min.js" /> | |
135 <Content Include="Scripts\MicrosoftAjax.js" /> | |
136 <Content Include="Scripts\MicrosoftAjax.debug.js" /> | |
137 <Content Include="Scripts\MicrosoftMvcAjax.js" /> | |
138 <Content Include="Scripts\MicrosoftMvcAjax.debug.js" /> | |
139 <Content Include="Scripts\MicrosoftMvcValidation.js" /> | |
140 <Content Include="Scripts\MicrosoftMvcValidation.debug.js" /> | |
141 <Content Include="Views\_ViewStart.cshtml" /> | |
142 <Content Include="Views\Account\ChangePassword.cshtml" /> | |
143 <Content Include="Views\Account\ChangePasswordSuccess.cshtml" /> | |
144 <Content Include="Views\Account\LogOn.cshtml" /> | |
145 <Content Include="Views\Account\Register.cshtml" /> | |
146 <Content Include="Views\Home\About.cshtml" /> | |
147 <Content Include="Views\Home\Index.cshtml" /> | |
148 <Content Include="Views\Shared\Error.cshtml" /> | |
149 <Content Include="Views\Shared\_LogOnPartial.cshtml" /> | |
150 <Content Include="Views\Shared\_Layout.cshtml" /> | |
151 <Content Include="Views\Web.config" /> | |
152 </ItemGroup> | |
153 <ItemGroup> | |
154 <Folder Include="App_Data\" /> | |
155 </ItemGroup> | |
156 <ItemGroup> | |
47
dcd8fc8d479c
Quitando copia local de dlls de mvc3
Nelo@Win7x64.cpe.telecentro.net.ar
parents:
34
diff
changeset
|
157 <Content Include="Views\Evento\Edit.cshtml" /> |
25
e8d2be47a6b0
Cambios de nombre en Portal.Web (Agenda x Evento)
nelo@MTEySS.neluz.int
parents:
19
diff
changeset
|
158 <Content Include="Views\Evento\Index.cshtml" /> |
47
dcd8fc8d479c
Quitando copia local de dlls de mvc3
Nelo@Win7x64.cpe.telecentro.net.ar
parents:
34
diff
changeset
|
159 <Content Include="Views\Evento\New.cshtml" /> |
10 | 160 </ItemGroup> |
161 <ItemGroup> | |
47
dcd8fc8d479c
Quitando copia local de dlls de mvc3
Nelo@Win7x64.cpe.telecentro.net.ar
parents:
34
diff
changeset
|
162 <Content Include="Views\Propuesta\New.cshtml" /> |
dcd8fc8d479c
Quitando copia local de dlls de mvc3
Nelo@Win7x64.cpe.telecentro.net.ar
parents:
34
diff
changeset
|
163 <Content Include="Views\Propuesta\Edit.cshtml" /> |
dcd8fc8d479c
Quitando copia local de dlls de mvc3
Nelo@Win7x64.cpe.telecentro.net.ar
parents:
34
diff
changeset
|
164 <Content Include="Views\Propuesta\Index.cshtml" /> |
10 | 165 </ItemGroup> |
166 <ItemGroup> | |
167 <ProjectReference Include="..\Agendas.Domain\Agendas.Domain.csproj"> | |
168 <Project>{A14907DF-02E4-4FA7-BE27-4292AF50AA22}</Project> | |
169 <Name>Agendas.Domain</Name> | |
170 </ProjectReference> | |
15 | 171 <ProjectReference Include="..\Agendas.Factories\Agendas.Factories.csproj"> |
172 <Project>{306DDA8A-49A5-42E5-A639-A9D3D521865F}</Project> | |
173 <Name>Agendas.Factories</Name> | |
174 </ProjectReference> | |
83
7e9ffde4022d
Implementando DataAnnotation desde recursos y por convención
nelopauselli
parents:
79
diff
changeset
|
175 <ProjectReference Include="..\Agendas.Resources\Agendas.Resources.csproj"> |
7e9ffde4022d
Implementando DataAnnotation desde recursos y por convención
nelopauselli
parents:
79
diff
changeset
|
176 <Project>{444D25FB-FC1C-48DC-9EAD-D4C78F2A10CA}</Project> |
7e9ffde4022d
Implementando DataAnnotation desde recursos y por convención
nelopauselli
parents:
79
diff
changeset
|
177 <Name>Agendas.Resources</Name> |
7e9ffde4022d
Implementando DataAnnotation desde recursos y por convención
nelopauselli
parents:
79
diff
changeset
|
178 </ProjectReference> |
90
d1688622fa88
Autenticando con twitter (falta emprolijar el código, pero autentica!)
Nelo@Kenia.neluz.int
parents:
86
diff
changeset
|
179 <ProjectReference Include="..\Agendas.Twitter\Agendas.Twitter.csproj"> |
d1688622fa88
Autenticando con twitter (falta emprolijar el código, pero autentica!)
Nelo@Kenia.neluz.int
parents:
86
diff
changeset
|
180 <Project>{D8DA7ED2-A274-4DF6-9DD2-A9DC65F4C2F5}</Project> |
d1688622fa88
Autenticando con twitter (falta emprolijar el código, pero autentica!)
Nelo@Kenia.neluz.int
parents:
86
diff
changeset
|
181 <Name>Agendas.Twitter</Name> |
d1688622fa88
Autenticando con twitter (falta emprolijar el código, pero autentica!)
Nelo@Kenia.neluz.int
parents:
86
diff
changeset
|
182 </ProjectReference> |
10 | 183 </ItemGroup> |
48 | 184 <ItemGroup> |
185 <Content Include="Views\Shared\_Menu.cshtml" /> | |
186 </ItemGroup> | |
79
8df9db937434
Url de invitación en la UI: validación y persistencia
nelopauselli
parents:
67
diff
changeset
|
187 <ItemGroup> |
8df9db937434
Url de invitación en la UI: validación y persistencia
nelopauselli
parents:
67
diff
changeset
|
188 <Content Include="packages.config" /> |
8df9db937434
Url de invitación en la UI: validación y persistencia
nelopauselli
parents:
67
diff
changeset
|
189 </ItemGroup> |
86 | 190 <ItemGroup> |
191 <Content Include="Views\Shared\EditorTemplates\Object.cshtml" /> | |
192 </ItemGroup> | |
193 <ItemGroup> | |
194 <Content Include="Views\Shared\DisplayTemplates\Tooltip.cshtml" /> | |
195 </ItemGroup> | |
112
0bca45e1e664
Pantalla de Perfil donde se puede asociar la cuenta de twitter al usuario existente
Nelo@Kenia.neluz.int
parents:
106
diff
changeset
|
196 <ItemGroup> |
0bca45e1e664
Pantalla de Perfil donde se puede asociar la cuenta de twitter al usuario existente
Nelo@Kenia.neluz.int
parents:
106
diff
changeset
|
197 <Content Include="Views\Perfil\Index.cshtml" /> |
0bca45e1e664
Pantalla de Perfil donde se puede asociar la cuenta de twitter al usuario existente
Nelo@Kenia.neluz.int
parents:
106
diff
changeset
|
198 </ItemGroup> |
113
0eac9a1c1a6c
Soporte para asociar cuentas internas a un usuario ya identificado con twitter
Carlos Peix
parents:
112
diff
changeset
|
199 <ItemGroup> |
0eac9a1c1a6c
Soporte para asociar cuentas internas a un usuario ya identificado con twitter
Carlos Peix
parents:
112
diff
changeset
|
200 <Content Include="Views\Perfil\AddBuiltInAccount.cshtml" /> |
0eac9a1c1a6c
Soporte para asociar cuentas internas a un usuario ya identificado con twitter
Carlos Peix
parents:
112
diff
changeset
|
201 </ItemGroup> |
10 | 202 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
203 <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" /> | |
204 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. | |
205 Other similar extension points exist, see Microsoft.Common.targets. | |
206 <Target Name="BeforeBuild"> | |
207 </Target> | |
208 <Target Name="AfterBuild"> | |
209 </Target> --> | |
210 <Target Name="MvcBuildViews" AfterTargets="AfterBuild" Condition="'$(MvcBuildViews)'=='true'"> | |
211 <AspNetCompiler VirtualPath="temp" PhysicalPath="$(WebProjectOutputDir)" /> | |
212 </Target> | |
213 <ProjectExtensions> | |
214 <VisualStudio> | |
215 <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}"> | |
216 <WebProjectProperties> | |
217 <UseIIS>False</UseIIS> | |
90
d1688622fa88
Autenticando con twitter (falta emprolijar el código, pero autentica!)
Nelo@Kenia.neluz.int
parents:
86
diff
changeset
|
218 <AutoAssignPort>False</AutoAssignPort> |
10 | 219 <DevelopmentServerPort>1424</DevelopmentServerPort> |
220 <DevelopmentServerVPath>/</DevelopmentServerVPath> | |
221 <IISUrl> | |
222 </IISUrl> | |
223 <NTLMAuthentication>False</NTLMAuthentication> | |
224 <UseCustomServer>False</UseCustomServer> | |
225 <CustomServerUrl> | |
226 </CustomServerUrl> | |
227 <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile> | |
228 </WebProjectProperties> | |
229 </FlavorProperties> | |
230 </VisualStudio> | |
231 </ProjectExtensions> | |
67
c8099df941bd
Implementando persistencia con NHibernate en el proyecto web
nelopauselli
parents:
48
diff
changeset
|
232 <PropertyGroup> |
c8099df941bd
Implementando persistencia con NHibernate en el proyecto web
nelopauselli
parents:
48
diff
changeset
|
233 <PostBuildEvent>copy "$(SolutionDir)packages\NHibernate.Castle.3.1.0.4000\lib\Net35\NHibernate.ByteCode.Castle.dll" "$(TargetDir)" & |
c8099df941bd
Implementando persistencia con NHibernate en el proyecto web
nelopauselli
parents:
48
diff
changeset
|
234 copy "$(SolutionDir)packages\Castle.Core.2.5.2\lib\NET35\Castle.Core.dll" "$(TargetDir)"</PostBuildEvent> |
c8099df941bd
Implementando persistencia con NHibernate en el proyecto web
nelopauselli
parents:
48
diff
changeset
|
235 </PropertyGroup> |
10 | 236 </Project> |