comparison Agendas/trunk/src/Agendas.Web/Agendas.Web.csproj @ 10:c62b77fc33f4

website inicial
author nelo@MTEySS.neluz.int
date Sun, 13 Mar 2011 18:51:06 -0300
parents
children ed6d842abf42
comparison
equal deleted inserted replaced
9:c90492faf268 10:c62b77fc33f4
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>
13 <RootNamespace>Agendas.Web</RootNamespace>
14 <AssemblyName>Agendas.Web</AssemblyName>
15 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
16 <MvcBuildViews>false</MvcBuildViews>
17 </PropertyGroup>
18 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19 <DebugSymbols>true</DebugSymbols>
20 <DebugType>full</DebugType>
21 <Optimize>false</Optimize>
22 <OutputPath>bin\</OutputPath>
23 <DefineConstants>DEBUG;TRACE</DefineConstants>
24 <ErrorReport>prompt</ErrorReport>
25 <WarningLevel>4</WarningLevel>
26 </PropertyGroup>
27 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28 <DebugType>pdbonly</DebugType>
29 <Optimize>true</Optimize>
30 <OutputPath>bin\</OutputPath>
31 <DefineConstants>TRACE</DefineConstants>
32 <ErrorReport>prompt</ErrorReport>
33 <WarningLevel>4</WarningLevel>
34 </PropertyGroup>
35 <ItemGroup>
36 <Reference Include="Microsoft.CSharp" />
37 <Reference Include="System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
38 <Reference Include="System.Web.WebPages" />
39 <Reference Include="System.Web.Helpers" />
40 <Reference Include="System" />
41 <Reference Include="System.Data" />
42 <Reference Include="System.Drawing" />
43 <Reference Include="System.Web.DynamicData" />
44 <Reference Include="System.Web.Entity" />
45 <Reference Include="System.Web.ApplicationServices" />
46 <Reference Include="System.ComponentModel.DataAnnotations" />
47 <Reference Include="System.Core" />
48 <Reference Include="System.Data.DataSetExtensions" />
49 <Reference Include="System.Xml.Linq" />
50 <Reference Include="System.Web" />
51 <Reference Include="System.Web.Extensions" />
52 <Reference Include="System.Web.Abstractions" />
53 <Reference Include="System.Web.Routing" />
54 <Reference Include="System.Xml" />
55 <Reference Include="System.Configuration" />
56 <Reference Include="System.Web.Services" />
57 <Reference Include="System.EnterpriseServices" />
58 </ItemGroup>
59 <ItemGroup>
60 <Compile Include="Controllers\AccountController.cs" />
61 <Compile Include="Controllers\AgendaController.cs" />
62 <Compile Include="Controllers\HomeController.cs" />
63 <Compile Include="Global.asax.cs">
64 <DependentUpon>Global.asax</DependentUpon>
65 </Compile>
66 <Compile Include="Models\AccountModels.cs" />
67 <Compile Include="Models\AgendaModel.cs" />
68 <Compile Include="Properties\AssemblyInfo.cs" />
69 </ItemGroup>
70 <ItemGroup>
71 <Content Include="Global.asax" />
72 <Content Include="Web.config" />
73 <Content Include="Web.Debug.config">
74 <DependentUpon>Web.config</DependentUpon>
75 </Content>
76 <Content Include="Web.Release.config">
77 <DependentUpon>Web.config</DependentUpon>
78 </Content>
79 <Content Include="Content\Site.css" />
80 <Content Include="Content\themes\base\jquery-ui.css" />
81 <Content Include="Content\themes\base\images\ui-bg_flat_0_aaaaaa_40x100.png" />
82 <Content Include="Content\themes\base\images\ui-bg_flat_75_ffffff_40x100.png" />
83 <Content Include="Content\themes\base\images\ui-bg_glass_55_fbf9ee_1x400.png" />
84 <Content Include="Content\themes\base\images\ui-bg_glass_65_ffffff_1x400.png" />
85 <Content Include="Content\themes\base\images\ui-bg_glass_75_dadada_1x400.png" />
86 <Content Include="Content\themes\base\images\ui-bg_glass_75_e6e6e6_1x400.png" />
87 <Content Include="Content\themes\base\images\ui-bg_glass_95_fef1ec_1x400.png" />
88 <Content Include="Content\themes\base\images\ui-bg_highlight-soft_75_cccccc_1x100.png" />
89 <Content Include="Content\themes\base\images\ui-icons_222222_256x240.png" />
90 <Content Include="Content\themes\base\images\ui-icons_2e83ff_256x240.png" />
91 <Content Include="Content\themes\base\images\ui-icons_454545_256x240.png" />
92 <Content Include="Content\themes\base\images\ui-icons_888888_256x240.png" />
93 <Content Include="Content\themes\base\images\ui-icons_cd0a0a_256x240.png" />
94 <Content Include="Scripts\jquery-1.4.4.js" />
95 <Content Include="Scripts\jquery-1.4.4.min.js" />
96 <Content Include="Scripts\jquery-1.4.4-vsdoc.js" />
97 <Content Include="Scripts\jquery.unobtrusive-ajax.js" />
98 <Content Include="Scripts\jquery.unobtrusive-ajax.min.js" />
99 <Content Include="Scripts\jquery.validate.js" />
100 <Content Include="Scripts\jquery.validate.min.js" />
101 <Content Include="Scripts\jquery.validate.unobtrusive.js" />
102 <Content Include="Scripts\jquery.validate.unobtrusive.min.js" />
103 <Content Include="Scripts\jquery.validate-vsdoc.js" />
104 <Content Include="Scripts\jquery-ui.js" />
105 <Content Include="Scripts\jquery-ui.min.js" />
106 <Content Include="Scripts\MicrosoftAjax.js" />
107 <Content Include="Scripts\MicrosoftAjax.debug.js" />
108 <Content Include="Scripts\MicrosoftMvcAjax.js" />
109 <Content Include="Scripts\MicrosoftMvcAjax.debug.js" />
110 <Content Include="Scripts\MicrosoftMvcValidation.js" />
111 <Content Include="Scripts\MicrosoftMvcValidation.debug.js" />
112 <Content Include="Views\_ViewStart.cshtml" />
113 <Content Include="Views\Account\ChangePassword.cshtml" />
114 <Content Include="Views\Account\ChangePasswordSuccess.cshtml" />
115 <Content Include="Views\Account\LogOn.cshtml" />
116 <Content Include="Views\Account\Register.cshtml" />
117 <Content Include="Views\Home\About.cshtml" />
118 <Content Include="Views\Home\Index.cshtml" />
119 <Content Include="Views\Shared\Error.cshtml" />
120 <Content Include="Views\Shared\_LogOnPartial.cshtml" />
121 <Content Include="Views\Shared\_Layout.cshtml" />
122 <Content Include="Views\Web.config" />
123 </ItemGroup>
124 <ItemGroup>
125 <Folder Include="App_Data\" />
126 </ItemGroup>
127 <ItemGroup>
128 <Content Include="Views\Agenda\Index.cshtml" />
129 </ItemGroup>
130 <ItemGroup>
131 <Content Include="Views\Agenda\New.cshtml" />
132 </ItemGroup>
133 <ItemGroup>
134 <ProjectReference Include="..\Agendas.Domain\Agendas.Domain.csproj">
135 <Project>{A14907DF-02E4-4FA7-BE27-4292AF50AA22}</Project>
136 <Name>Agendas.Domain</Name>
137 </ProjectReference>
138 </ItemGroup>
139 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
140 <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
141 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
142 Other similar extension points exist, see Microsoft.Common.targets.
143 <Target Name="BeforeBuild">
144 </Target>
145 <Target Name="AfterBuild">
146 </Target> -->
147 <Target Name="MvcBuildViews" AfterTargets="AfterBuild" Condition="'$(MvcBuildViews)'=='true'">
148 <AspNetCompiler VirtualPath="temp" PhysicalPath="$(WebProjectOutputDir)" />
149 </Target>
150 <ProjectExtensions>
151 <VisualStudio>
152 <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
153 <WebProjectProperties>
154 <UseIIS>False</UseIIS>
155 <AutoAssignPort>True</AutoAssignPort>
156 <DevelopmentServerPort>1424</DevelopmentServerPort>
157 <DevelopmentServerVPath>/</DevelopmentServerVPath>
158 <IISUrl>
159 </IISUrl>
160 <NTLMAuthentication>False</NTLMAuthentication>
161 <UseCustomServer>False</UseCustomServer>
162 <CustomServerUrl>
163 </CustomServerUrl>
164 <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
165 </WebProjectProperties>
166 </FlavorProperties>
167 </VisualStudio>
168 </ProjectExtensions>
169 </Project>