Mercurial > altnet-hispano
annotate Agendas/trunk/src/Agendas.Web/Agendas.Web.csproj @ 34:475be11edf56
Ajuste en los nombre de los assemblies y namespaces
author | nelo@MTEySS.neluz.int |
---|---|
date | Thu, 17 Mar 2011 16:59:29 -0300 |
parents | 1e95467c1245 |
children | dcd8fc8d479c |
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" /> | |
31
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
26
diff
changeset
|
38 <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
26
diff
changeset
|
39 <SpecificVersion>False</SpecificVersion> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
26
diff
changeset
|
40 <HintPath>..\..\lib\ASP.NET Web pages\Microsoft.Web.Infrastructure.dll</HintPath> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
26
diff
changeset
|
41 <Private>True</Private> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
26
diff
changeset
|
42 </Reference> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
26
diff
changeset
|
43 <Reference Include="NuGet.Core, Version=1.0.11220.104, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
26
diff
changeset
|
44 <SpecificVersion>False</SpecificVersion> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
26
diff
changeset
|
45 <HintPath>..\..\lib\ASP.NET Web pages\NuGet.Core.dll</HintPath> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
26
diff
changeset
|
46 </Reference> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
26
diff
changeset
|
47 <Reference Include="System.Web.Helpers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
26
diff
changeset
|
48 <SpecificVersion>False</SpecificVersion> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
26
diff
changeset
|
49 <HintPath>..\..\lib\ASP.NET Web pages\System.Web.Helpers.dll</HintPath> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
26
diff
changeset
|
50 <Private>True</Private> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
26
diff
changeset
|
51 </Reference> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
26
diff
changeset
|
52 <Reference Include="System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
26
diff
changeset
|
53 <SpecificVersion>False</SpecificVersion> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
26
diff
changeset
|
54 <HintPath>..\..\lib\ASP.NET MVC 3\System.Web.Mvc.dll</HintPath> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
26
diff
changeset
|
55 <Private>True</Private> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
26
diff
changeset
|
56 </Reference> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
26
diff
changeset
|
57 <Reference Include="System.Web.Razor, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
26
diff
changeset
|
58 <SpecificVersion>False</SpecificVersion> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
26
diff
changeset
|
59 <HintPath>..\..\lib\ASP.NET Web pages\System.Web.Razor.dll</HintPath> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
26
diff
changeset
|
60 <Private>True</Private> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
26
diff
changeset
|
61 </Reference> |
10 | 62 <Reference Include="System" /> |
63 <Reference Include="System.Data" /> | |
64 <Reference Include="System.Drawing" /> | |
65 <Reference Include="System.Web.DynamicData" /> | |
66 <Reference Include="System.Web.Entity" /> | |
67 <Reference Include="System.Web.ApplicationServices" /> | |
68 <Reference Include="System.ComponentModel.DataAnnotations" /> | |
69 <Reference Include="System.Core" /> | |
70 <Reference Include="System.Data.DataSetExtensions" /> | |
31
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
26
diff
changeset
|
71 <Reference Include="System.Web.WebPages, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
26
diff
changeset
|
72 <SpecificVersion>False</SpecificVersion> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
26
diff
changeset
|
73 <HintPath>..\..\lib\ASP.NET Web pages\System.Web.WebPages.dll</HintPath> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
26
diff
changeset
|
74 <Private>True</Private> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
26
diff
changeset
|
75 </Reference> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
26
diff
changeset
|
76 <Reference Include="System.Web.WebPages.Administration, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
26
diff
changeset
|
77 <SpecificVersion>False</SpecificVersion> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
26
diff
changeset
|
78 <HintPath>..\..\lib\ASP.NET Web pages\System.Web.WebPages.Administration.dll</HintPath> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
26
diff
changeset
|
79 <Private>True</Private> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
26
diff
changeset
|
80 </Reference> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
26
diff
changeset
|
81 <Reference Include="System.Web.WebPages.Deployment, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
26
diff
changeset
|
82 <SpecificVersion>False</SpecificVersion> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
26
diff
changeset
|
83 <HintPath>..\..\lib\ASP.NET Web pages\System.Web.WebPages.Deployment.dll</HintPath> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
26
diff
changeset
|
84 <Private>True</Private> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
26
diff
changeset
|
85 </Reference> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
26
diff
changeset
|
86 <Reference Include="System.Web.WebPages.Razor, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
26
diff
changeset
|
87 <SpecificVersion>False</SpecificVersion> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
26
diff
changeset
|
88 <HintPath>..\..\lib\ASP.NET Web pages\System.Web.WebPages.Razor.dll</HintPath> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
26
diff
changeset
|
89 <Private>True</Private> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
26
diff
changeset
|
90 </Reference> |
10 | 91 <Reference Include="System.Xml.Linq" /> |
31
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
26
diff
changeset
|
92 <Reference Include="System.Web"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
26
diff
changeset
|
93 <Private>True</Private> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
26
diff
changeset
|
94 </Reference> |
10 | 95 <Reference Include="System.Web.Extensions" /> |
96 <Reference Include="System.Web.Abstractions" /> | |
97 <Reference Include="System.Web.Routing" /> | |
98 <Reference Include="System.Xml" /> | |
99 <Reference Include="System.Configuration" /> | |
100 <Reference Include="System.Web.Services" /> | |
101 <Reference Include="System.EnterpriseServices" /> | |
31
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
26
diff
changeset
|
102 <Reference Include="WebMatrix.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
26
diff
changeset
|
103 <SpecificVersion>False</SpecificVersion> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
26
diff
changeset
|
104 <HintPath>..\..\lib\ASP.NET Web pages\WebMatrix.Data.dll</HintPath> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
26
diff
changeset
|
105 </Reference> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
26
diff
changeset
|
106 <Reference Include="WebMatrix.WebData, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
26
diff
changeset
|
107 <SpecificVersion>False</SpecificVersion> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
26
diff
changeset
|
108 <HintPath>..\..\lib\ASP.NET Web pages\WebMatrix.WebData.dll</HintPath> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
26
diff
changeset
|
109 </Reference> |
10 | 110 </ItemGroup> |
111 <ItemGroup> | |
112 <Compile Include="Controllers\AccountController.cs" /> | |
25
e8d2be47a6b0
Cambios de nombre en Portal.Web (Agenda x Evento)
nelo@MTEySS.neluz.int
parents:
19
diff
changeset
|
113 <Compile Include="Controllers\EventoController.cs" /> |
10 | 114 <Compile Include="Controllers\HomeController.cs" /> |
26 | 115 <Compile Include="Controllers\PropuestaController.cs" /> |
10 | 116 <Compile Include="Global.asax.cs"> |
117 <DependentUpon>Global.asax</DependentUpon> | |
118 </Compile> | |
33 | 119 <Compile Include="HttpContextIdentityProvider.cs" /> |
10 | 120 <Compile Include="Models\AccountModels.cs" /> |
26 | 121 <Compile Include="Models\EventoModel.cs" /> |
122 <Compile Include="Models\PropuestaModel.cs" /> | |
10 | 123 <Compile Include="Properties\AssemblyInfo.cs" /> |
124 </ItemGroup> | |
125 <ItemGroup> | |
126 <Content Include="Global.asax" /> | |
15 | 127 <Content Include="Web.config"> |
128 <SubType>Designer</SubType> | |
129 </Content> | |
10 | 130 <Content Include="Web.Debug.config"> |
131 <DependentUpon>Web.config</DependentUpon> | |
132 </Content> | |
133 <Content Include="Web.Release.config"> | |
134 <DependentUpon>Web.config</DependentUpon> | |
135 </Content> | |
136 <Content Include="Content\Site.css" /> | |
137 <Content Include="Content\themes\base\jquery-ui.css" /> | |
138 <Content Include="Content\themes\base\images\ui-bg_flat_0_aaaaaa_40x100.png" /> | |
139 <Content Include="Content\themes\base\images\ui-bg_flat_75_ffffff_40x100.png" /> | |
140 <Content Include="Content\themes\base\images\ui-bg_glass_55_fbf9ee_1x400.png" /> | |
141 <Content Include="Content\themes\base\images\ui-bg_glass_65_ffffff_1x400.png" /> | |
142 <Content Include="Content\themes\base\images\ui-bg_glass_75_dadada_1x400.png" /> | |
143 <Content Include="Content\themes\base\images\ui-bg_glass_75_e6e6e6_1x400.png" /> | |
144 <Content Include="Content\themes\base\images\ui-bg_glass_95_fef1ec_1x400.png" /> | |
145 <Content Include="Content\themes\base\images\ui-bg_highlight-soft_75_cccccc_1x100.png" /> | |
146 <Content Include="Content\themes\base\images\ui-icons_222222_256x240.png" /> | |
147 <Content Include="Content\themes\base\images\ui-icons_2e83ff_256x240.png" /> | |
148 <Content Include="Content\themes\base\images\ui-icons_454545_256x240.png" /> | |
149 <Content Include="Content\themes\base\images\ui-icons_888888_256x240.png" /> | |
150 <Content Include="Content\themes\base\images\ui-icons_cd0a0a_256x240.png" /> | |
151 <Content Include="Scripts\jquery-1.4.4.js" /> | |
152 <Content Include="Scripts\jquery-1.4.4.min.js" /> | |
153 <Content Include="Scripts\jquery-1.4.4-vsdoc.js" /> | |
154 <Content Include="Scripts\jquery.unobtrusive-ajax.js" /> | |
155 <Content Include="Scripts\jquery.unobtrusive-ajax.min.js" /> | |
156 <Content Include="Scripts\jquery.validate.js" /> | |
157 <Content Include="Scripts\jquery.validate.min.js" /> | |
158 <Content Include="Scripts\jquery.validate.unobtrusive.js" /> | |
159 <Content Include="Scripts\jquery.validate.unobtrusive.min.js" /> | |
160 <Content Include="Scripts\jquery.validate-vsdoc.js" /> | |
161 <Content Include="Scripts\jquery-ui.js" /> | |
162 <Content Include="Scripts\jquery-ui.min.js" /> | |
163 <Content Include="Scripts\MicrosoftAjax.js" /> | |
164 <Content Include="Scripts\MicrosoftAjax.debug.js" /> | |
165 <Content Include="Scripts\MicrosoftMvcAjax.js" /> | |
166 <Content Include="Scripts\MicrosoftMvcAjax.debug.js" /> | |
167 <Content Include="Scripts\MicrosoftMvcValidation.js" /> | |
168 <Content Include="Scripts\MicrosoftMvcValidation.debug.js" /> | |
169 <Content Include="Views\_ViewStart.cshtml" /> | |
170 <Content Include="Views\Account\ChangePassword.cshtml" /> | |
171 <Content Include="Views\Account\ChangePasswordSuccess.cshtml" /> | |
172 <Content Include="Views\Account\LogOn.cshtml" /> | |
173 <Content Include="Views\Account\Register.cshtml" /> | |
174 <Content Include="Views\Home\About.cshtml" /> | |
175 <Content Include="Views\Home\Index.cshtml" /> | |
176 <Content Include="Views\Shared\Error.cshtml" /> | |
177 <Content Include="Views\Shared\_LogOnPartial.cshtml" /> | |
178 <Content Include="Views\Shared\_Layout.cshtml" /> | |
179 <Content Include="Views\Web.config" /> | |
180 </ItemGroup> | |
181 <ItemGroup> | |
182 <Folder Include="App_Data\" /> | |
183 </ItemGroup> | |
184 <ItemGroup> | |
25
e8d2be47a6b0
Cambios de nombre en Portal.Web (Agenda x Evento)
nelo@MTEySS.neluz.int
parents:
19
diff
changeset
|
185 <Content Include="Views\Evento\Index.cshtml" /> |
10 | 186 </ItemGroup> |
187 <ItemGroup> | |
25
e8d2be47a6b0
Cambios de nombre en Portal.Web (Agenda x Evento)
nelo@MTEySS.neluz.int
parents:
19
diff
changeset
|
188 <Content Include="Views\Evento\New.cshtml" /> |
10 | 189 </ItemGroup> |
190 <ItemGroup> | |
191 <ProjectReference Include="..\Agendas.Domain\Agendas.Domain.csproj"> | |
192 <Project>{A14907DF-02E4-4FA7-BE27-4292AF50AA22}</Project> | |
193 <Name>Agendas.Domain</Name> | |
194 </ProjectReference> | |
15 | 195 <ProjectReference Include="..\Agendas.Factories\Agendas.Factories.csproj"> |
196 <Project>{306DDA8A-49A5-42E5-A639-A9D3D521865F}</Project> | |
197 <Name>Agendas.Factories</Name> | |
198 </ProjectReference> | |
10 | 199 </ItemGroup> |
14 | 200 <ItemGroup> |
25
e8d2be47a6b0
Cambios de nombre en Portal.Web (Agenda x Evento)
nelo@MTEySS.neluz.int
parents:
19
diff
changeset
|
201 <Content Include="Views\Evento\Edit.cshtml" /> |
14 | 202 </ItemGroup> |
26 | 203 <ItemGroup> |
204 <Content Include="Views\Propuesta\Edit.cshtml" /> | |
205 </ItemGroup> | |
206 <ItemGroup> | |
207 <Content Include="Views\Propuesta\Index.cshtml" /> | |
208 </ItemGroup> | |
209 <ItemGroup> | |
210 <Content Include="Views\Propuesta\New.cshtml" /> | |
211 </ItemGroup> | |
10 | 212 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
213 <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" /> | |
214 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. | |
215 Other similar extension points exist, see Microsoft.Common.targets. | |
216 <Target Name="BeforeBuild"> | |
217 </Target> | |
218 <Target Name="AfterBuild"> | |
219 </Target> --> | |
220 <Target Name="MvcBuildViews" AfterTargets="AfterBuild" Condition="'$(MvcBuildViews)'=='true'"> | |
221 <AspNetCompiler VirtualPath="temp" PhysicalPath="$(WebProjectOutputDir)" /> | |
222 </Target> | |
223 <ProjectExtensions> | |
224 <VisualStudio> | |
225 <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}"> | |
226 <WebProjectProperties> | |
227 <UseIIS>False</UseIIS> | |
228 <AutoAssignPort>True</AutoAssignPort> | |
229 <DevelopmentServerPort>1424</DevelopmentServerPort> | |
230 <DevelopmentServerVPath>/</DevelopmentServerVPath> | |
231 <IISUrl> | |
232 </IISUrl> | |
233 <NTLMAuthentication>False</NTLMAuthentication> | |
234 <UseCustomServer>False</UseCustomServer> | |
235 <CustomServerUrl> | |
236 </CustomServerUrl> | |
237 <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile> | |
238 </WebProjectProperties> | |
239 </FlavorProperties> | |
240 </VisualStudio> | |
241 </ProjectExtensions> | |
242 </Project> |