Mercurial > altnet-hispano
annotate Agendas/trunk/src/Agendas.Web/Agendas.Web.csproj @ 75:96d7609f2e08
Agendar evento propuesto
author | nelopauselli |
---|---|
date | Mon, 23 May 2011 20:43:01 -0300 |
parents | c8099df941bd |
children | 8df9db937434 |
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> | |
37 <Reference Include="Microsoft.CSharp" /> | |
47
dcd8fc8d479c
Quitando copia local de dlls de mvc3
Nelo@Win7x64.cpe.telecentro.net.ar
parents:
34
diff
changeset
|
38 <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
|
39 <Reference Include="System.Web.WebPages" /> |
dcd8fc8d479c
Quitando copia local de dlls de mvc3
Nelo@Win7x64.cpe.telecentro.net.ar
parents:
34
diff
changeset
|
40 <Reference Include="System.Web.Helpers" /> |
10 | 41 <Reference Include="System" /> |
42 <Reference Include="System.Data" /> | |
43 <Reference Include="System.Drawing" /> | |
44 <Reference Include="System.Web.DynamicData" /> | |
45 <Reference Include="System.Web.Entity" /> | |
46 <Reference Include="System.Web.ApplicationServices" /> | |
47 <Reference Include="System.ComponentModel.DataAnnotations" /> | |
48 <Reference Include="System.Core" /> | |
49 <Reference Include="System.Data.DataSetExtensions" /> | |
50 <Reference Include="System.Xml.Linq" /> | |
47
dcd8fc8d479c
Quitando copia local de dlls de mvc3
Nelo@Win7x64.cpe.telecentro.net.ar
parents:
34
diff
changeset
|
51 <Reference Include="System.Web" /> |
10 | 52 <Reference Include="System.Web.Extensions" /> |
53 <Reference Include="System.Web.Abstractions" /> | |
54 <Reference Include="System.Web.Routing" /> | |
55 <Reference Include="System.Xml" /> | |
56 <Reference Include="System.Configuration" /> | |
57 <Reference Include="System.Web.Services" /> | |
58 <Reference Include="System.EnterpriseServices" /> | |
59 </ItemGroup> | |
60 <ItemGroup> | |
61 <Compile Include="Controllers\AccountController.cs" /> | |
25
e8d2be47a6b0
Cambios de nombre en Portal.Web (Agenda x Evento)
nelo@MTEySS.neluz.int
parents:
19
diff
changeset
|
62 <Compile Include="Controllers\EventoController.cs" /> |
10 | 63 <Compile Include="Controllers\HomeController.cs" /> |
26 | 64 <Compile Include="Controllers\PropuestaController.cs" /> |
10 | 65 <Compile Include="Global.asax.cs"> |
66 <DependentUpon>Global.asax</DependentUpon> | |
67 </Compile> | |
33 | 68 <Compile Include="HttpContextIdentityProvider.cs" /> |
10 | 69 <Compile Include="Models\AccountModels.cs" /> |
26 | 70 <Compile Include="Models\EventoModel.cs" /> |
71 <Compile Include="Models\PropuestaModel.cs" /> | |
10 | 72 <Compile Include="Properties\AssemblyInfo.cs" /> |
73 </ItemGroup> | |
74 <ItemGroup> | |
48 | 75 <Content Include="Content\altnetlogo.png" /> |
10 | 76 <Content Include="Global.asax" /> |
67
c8099df941bd
Implementando persistencia con NHibernate en el proyecto web
nelopauselli
parents:
48
diff
changeset
|
77 <Content Include="hibernate.cfg.xml"> |
c8099df941bd
Implementando persistencia con NHibernate en el proyecto web
nelopauselli
parents:
48
diff
changeset
|
78 <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
c8099df941bd
Implementando persistencia con NHibernate en el proyecto web
nelopauselli
parents:
48
diff
changeset
|
79 </Content> |
15 | 80 <Content Include="Web.config"> |
81 <SubType>Designer</SubType> | |
82 </Content> | |
10 | 83 <Content Include="Web.Debug.config"> |
84 <DependentUpon>Web.config</DependentUpon> | |
85 </Content> | |
86 <Content Include="Web.Release.config"> | |
87 <DependentUpon>Web.config</DependentUpon> | |
88 </Content> | |
89 <Content Include="Content\Site.css" /> | |
90 <Content Include="Content\themes\base\jquery-ui.css" /> | |
91 <Content Include="Content\themes\base\images\ui-bg_flat_0_aaaaaa_40x100.png" /> | |
92 <Content Include="Content\themes\base\images\ui-bg_flat_75_ffffff_40x100.png" /> | |
93 <Content Include="Content\themes\base\images\ui-bg_glass_55_fbf9ee_1x400.png" /> | |
94 <Content Include="Content\themes\base\images\ui-bg_glass_65_ffffff_1x400.png" /> | |
95 <Content Include="Content\themes\base\images\ui-bg_glass_75_dadada_1x400.png" /> | |
96 <Content Include="Content\themes\base\images\ui-bg_glass_75_e6e6e6_1x400.png" /> | |
97 <Content Include="Content\themes\base\images\ui-bg_glass_95_fef1ec_1x400.png" /> | |
98 <Content Include="Content\themes\base\images\ui-bg_highlight-soft_75_cccccc_1x100.png" /> | |
99 <Content Include="Content\themes\base\images\ui-icons_222222_256x240.png" /> | |
100 <Content Include="Content\themes\base\images\ui-icons_2e83ff_256x240.png" /> | |
101 <Content Include="Content\themes\base\images\ui-icons_454545_256x240.png" /> | |
102 <Content Include="Content\themes\base\images\ui-icons_888888_256x240.png" /> | |
103 <Content Include="Content\themes\base\images\ui-icons_cd0a0a_256x240.png" /> | |
104 <Content Include="Scripts\jquery-1.4.4.js" /> | |
105 <Content Include="Scripts\jquery-1.4.4.min.js" /> | |
106 <Content Include="Scripts\jquery-1.4.4-vsdoc.js" /> | |
107 <Content Include="Scripts\jquery.unobtrusive-ajax.js" /> | |
108 <Content Include="Scripts\jquery.unobtrusive-ajax.min.js" /> | |
109 <Content Include="Scripts\jquery.validate.js" /> | |
110 <Content Include="Scripts\jquery.validate.min.js" /> | |
111 <Content Include="Scripts\jquery.validate.unobtrusive.js" /> | |
112 <Content Include="Scripts\jquery.validate.unobtrusive.min.js" /> | |
113 <Content Include="Scripts\jquery.validate-vsdoc.js" /> | |
114 <Content Include="Scripts\jquery-ui.js" /> | |
115 <Content Include="Scripts\jquery-ui.min.js" /> | |
116 <Content Include="Scripts\MicrosoftAjax.js" /> | |
117 <Content Include="Scripts\MicrosoftAjax.debug.js" /> | |
118 <Content Include="Scripts\MicrosoftMvcAjax.js" /> | |
119 <Content Include="Scripts\MicrosoftMvcAjax.debug.js" /> | |
120 <Content Include="Scripts\MicrosoftMvcValidation.js" /> | |
121 <Content Include="Scripts\MicrosoftMvcValidation.debug.js" /> | |
122 <Content Include="Views\_ViewStart.cshtml" /> | |
123 <Content Include="Views\Account\ChangePassword.cshtml" /> | |
124 <Content Include="Views\Account\ChangePasswordSuccess.cshtml" /> | |
125 <Content Include="Views\Account\LogOn.cshtml" /> | |
126 <Content Include="Views\Account\Register.cshtml" /> | |
127 <Content Include="Views\Home\About.cshtml" /> | |
128 <Content Include="Views\Home\Index.cshtml" /> | |
129 <Content Include="Views\Shared\Error.cshtml" /> | |
130 <Content Include="Views\Shared\_LogOnPartial.cshtml" /> | |
131 <Content Include="Views\Shared\_Layout.cshtml" /> | |
132 <Content Include="Views\Web.config" /> | |
133 </ItemGroup> | |
134 <ItemGroup> | |
135 <Folder Include="App_Data\" /> | |
136 </ItemGroup> | |
137 <ItemGroup> | |
47
dcd8fc8d479c
Quitando copia local de dlls de mvc3
Nelo@Win7x64.cpe.telecentro.net.ar
parents:
34
diff
changeset
|
138 <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
|
139 <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
|
140 <Content Include="Views\Evento\New.cshtml" /> |
10 | 141 </ItemGroup> |
142 <ItemGroup> | |
47
dcd8fc8d479c
Quitando copia local de dlls de mvc3
Nelo@Win7x64.cpe.telecentro.net.ar
parents:
34
diff
changeset
|
143 <Content Include="Views\Propuesta\New.cshtml" /> |
dcd8fc8d479c
Quitando copia local de dlls de mvc3
Nelo@Win7x64.cpe.telecentro.net.ar
parents:
34
diff
changeset
|
144 <Content Include="Views\Propuesta\Edit.cshtml" /> |
dcd8fc8d479c
Quitando copia local de dlls de mvc3
Nelo@Win7x64.cpe.telecentro.net.ar
parents:
34
diff
changeset
|
145 <Content Include="Views\Propuesta\Index.cshtml" /> |
10 | 146 </ItemGroup> |
147 <ItemGroup> | |
148 <ProjectReference Include="..\Agendas.Domain\Agendas.Domain.csproj"> | |
149 <Project>{A14907DF-02E4-4FA7-BE27-4292AF50AA22}</Project> | |
150 <Name>Agendas.Domain</Name> | |
151 </ProjectReference> | |
15 | 152 <ProjectReference Include="..\Agendas.Factories\Agendas.Factories.csproj"> |
153 <Project>{306DDA8A-49A5-42E5-A639-A9D3D521865F}</Project> | |
154 <Name>Agendas.Factories</Name> | |
155 </ProjectReference> | |
10 | 156 </ItemGroup> |
48 | 157 <ItemGroup> |
158 <Content Include="Views\Shared\_Menu.cshtml" /> | |
159 </ItemGroup> | |
10 | 160 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
161 <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" /> | |
162 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. | |
163 Other similar extension points exist, see Microsoft.Common.targets. | |
164 <Target Name="BeforeBuild"> | |
165 </Target> | |
166 <Target Name="AfterBuild"> | |
167 </Target> --> | |
168 <Target Name="MvcBuildViews" AfterTargets="AfterBuild" Condition="'$(MvcBuildViews)'=='true'"> | |
169 <AspNetCompiler VirtualPath="temp" PhysicalPath="$(WebProjectOutputDir)" /> | |
170 </Target> | |
171 <ProjectExtensions> | |
172 <VisualStudio> | |
173 <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}"> | |
174 <WebProjectProperties> | |
175 <UseIIS>False</UseIIS> | |
176 <AutoAssignPort>True</AutoAssignPort> | |
177 <DevelopmentServerPort>1424</DevelopmentServerPort> | |
178 <DevelopmentServerVPath>/</DevelopmentServerVPath> | |
179 <IISUrl> | |
180 </IISUrl> | |
181 <NTLMAuthentication>False</NTLMAuthentication> | |
182 <UseCustomServer>False</UseCustomServer> | |
183 <CustomServerUrl> | |
184 </CustomServerUrl> | |
185 <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile> | |
186 </WebProjectProperties> | |
187 </FlavorProperties> | |
188 </VisualStudio> | |
189 </ProjectExtensions> | |
67
c8099df941bd
Implementando persistencia con NHibernate en el proyecto web
nelopauselli
parents:
48
diff
changeset
|
190 <PropertyGroup> |
c8099df941bd
Implementando persistencia con NHibernate en el proyecto web
nelopauselli
parents:
48
diff
changeset
|
191 <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
|
192 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
|
193 </PropertyGroup> |
10 | 194 </Project> |