Merge branch 'master' of https://github.com/mono/mono into issue4328
[mono.git] / mcs / class / System.Web.Mvc / System.Web.Mvc-net_2_0.csproj
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
3   <PropertyGroup>\r
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
6     <ProductVersion>9.0.30729</ProductVersion>\r
7     <SchemaVersion>2.0</SchemaVersion>\r
8     <ProjectGuid>{155AEF28-C81F-405D-9072-9D52780E3E70}</ProjectGuid>\r
9     <OutputType>Library</OutputType>\r
10     <NoWarn>1699</NoWarn>\r
11     <OutputPath>./../../class/compat/net_2_0/tmp</OutputPath>\r
12     <NoStdLib>true</NoStdLib>\r
13     \r
14     <AppDesignerFolder>Properties</AppDesignerFolder>\r
15     <RootNamespace></RootNamespace>\r
16     <AssemblyName>System.Web.Mvc</AssemblyName>\r
17     <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>\r
18     <FileAlignment>512</FileAlignment>\r
19     <!-- Filter out System.Core added by: Microsoft.NETFramework.props  -->\r
20     <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>\r
21   </PropertyGroup>\r
22   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
23     <PlatformTarget>AnyCPU</PlatformTarget>\r
24     <DebugSymbols>true</DebugSymbols>\r
25     <DebugType>full</DebugType>\r
26     <NoWarn>1699</NoWarn>\r
27     <Optimize>false</Optimize>\r
28     <DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0;NET_3_5;MONO</DefineConstants>\r
29     <ErrorReport>prompt</ErrorReport>\r
30     <WarningLevel>4</WarningLevel>\r
31     <AdditionalLibPaths>./../../class/lib/net_2_0</AdditionalLibPaths>\r
32   </PropertyGroup>\r
33   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
34     <PlatformTarget>AnyCPU</PlatformTarget>  \r
35     <DebugType>pdbonly</DebugType>\r
36     <NoWarn>1699</NoWarn>\r
37     <Optimize>true</Optimize>\r
38     <DefineConstants>NET_1_1;NET_2_0;NET_3_5;MONO</DefineConstants>\r
39     <ErrorReport>prompt</ErrorReport>\r
40     <WarningLevel>4</WarningLevel>\r
41     <AdditionalLibPaths>./../../class/lib/net_2_0</AdditionalLibPaths>\r
42   </PropertyGroup>\r
43   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
44   <ItemGroup>\r
45    <Compile Include="..\..\build\common\Consts.cs" />
46    <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
47    <Compile Include="GlobalSuppressions.cs" />
48    <Compile Include="Properties\AssemblyInfo.cs" />
49    <Compile Include="System.Web.Mvc\Resources\MvcResources.Designer.cs" />
50    <Compile Include="System.Web.Mvc\AcceptVerbsAttribute.cs" />
51    <Compile Include="System.Web.Mvc\ActionDescriptor.cs" />
52    <Compile Include="System.Web.Mvc\ActionExecutedContext.cs" />
53    <Compile Include="System.Web.Mvc\ActionExecutingContext.cs" />
54    <Compile Include="System.Web.Mvc\ActionFilterAttribute.cs" />
55    <Compile Include="System.Web.Mvc\ActionMethodDispatcherCache.cs" />
56    <Compile Include="System.Web.Mvc\ActionMethodDispatcher.cs" />
57    <Compile Include="System.Web.Mvc\ActionMethodSelectorAttribute.cs" />
58    <Compile Include="System.Web.Mvc\ActionMethodSelectorCache.cs" />
59    <Compile Include="System.Web.Mvc\ActionMethodSelector.cs" />
60    <Compile Include="System.Web.Mvc\ActionNameAttribute.cs" />
61    <Compile Include="System.Web.Mvc\ActionNameSelectorAttribute.cs" />
62    <Compile Include="System.Web.Mvc\ActionResult.cs" />
63    <Compile Include="System.Web.Mvc\ActionSelector.cs" />
64    <Compile Include="System.Web.Mvc\AntiForgeryData.cs" />
65    <Compile Include="System.Web.Mvc\AntiForgeryDataSerializer.cs" />
66    <Compile Include="System.Web.Mvc\Ajax\AjaxExtensions.cs" />
67    <Compile Include="System.Web.Mvc\Ajax\AjaxOptions.cs" />
68    <Compile Include="System.Web.Mvc\AjaxHelper`1.cs" />
69    <Compile Include="System.Web.Mvc\AjaxHelper.cs" />
70    <Compile Include="System.Web.Mvc\Ajax\InsertionMode.cs" />
71    <Compile Include="System.Web.Mvc\AjaxRequestExtensions.cs" />
72    <Compile Include="System.Web.Mvc\AntiForgeryToken.cs" />
73    <Compile Include="System.Web.Mvc\AntiForgeryTokenSerializer.cs" />
74    <Compile Include="System.Web.Mvc\AuthorizationContext.cs" />
75    <Compile Include="System.Web.Mvc\AuthorizeAttribute.cs" />
76    <Compile Include="System.Web.Mvc\BindAttribute.cs" />
77    <Compile Include="System.Web.Mvc\BuildManagerWrapper.cs" />
78    <Compile Include="System.Web.Mvc\ContentResult.cs" />
79    <Compile Include="System.Web.Mvc\ControllerActionInvoker.cs" />
80    <Compile Include="System.Web.Mvc\ControllerBase.cs" />
81    <Compile Include="System.Web.Mvc\ControllerBuilder.cs" />
82    <Compile Include="System.Web.Mvc\ControllerContext.cs" />
83    <Compile Include="System.Web.Mvc\Controller.cs" />
84    <Compile Include="System.Web.Mvc\ControllerDescriptorCache.cs" />
85    <Compile Include="System.Web.Mvc\ControllerDescriptor.cs" />
86    <Compile Include="System.Web.Mvc\ControllerTypeCache.cs" />
87    <Compile Include="System.Web.Mvc\CustomModelBinderAttribute.cs" />
88    <Compile Include="System.Web.Mvc\DefaultControllerFactory.cs" />
89    <Compile Include="System.Web.Mvc\DefaultModelBinder.cs" />
90    <Compile Include="System.Web.Mvc\DefaultViewLocationCache.cs" />
91    <Compile Include="System.Web.Mvc\DescriptorUtil.cs" />
92    <Compile Include="System.Web.Mvc\DictionaryHelpers.cs" />
93    <Compile Include="System.Web.Mvc\EmptyResult.cs" />
94    <Compile Include="System.Web.Mvc\ExceptionContext.cs" />
95    <Compile Include="System.Web.Mvc\FileContentResult.cs" />
96    <Compile Include="System.Web.Mvc\FilePathResult.cs" />
97    <Compile Include="System.Web.Mvc\FileResult.cs" />
98    <Compile Include="System.Web.Mvc\FileStreamResult.cs" />
99    <Compile Include="System.Web.Mvc\FilterAttribute.cs" />
100    <Compile Include="System.Web.Mvc\FilterInfo.cs" />
101    <Compile Include="System.Web.Mvc\FormCollection.cs" />
102    <Compile Include="System.Web.Mvc\FormMethod.cs" />
103    <Compile Include="System.Web.Mvc\HandleErrorAttribute.cs" />
104    <Compile Include="System.Web.Mvc\HandleErrorInfo.cs" />
105    <Compile Include="System.Web.Mvc\Html\FormExtensions.cs" />
106    <Compile Include="System.Web.Mvc\HtmlHelper`1.cs" />
107    <Compile Include="System.Web.Mvc\HtmlHelper.cs" />
108    <Compile Include="System.Web.Mvc\Html\InputExtensions.cs" />
109    <Compile Include="System.Web.Mvc\Html\LinkExtensions.cs" />
110    <Compile Include="System.Web.Mvc\Html\MvcForm.cs" />
111    <Compile Include="System.Web.Mvc\Html\RenderPartialExtensions.cs" />
112    <Compile Include="System.Web.Mvc\Html\SelectExtensions.cs" />
113    <Compile Include="System.Web.Mvc\Html\TextAreaExtensions.cs" />
114    <Compile Include="System.Web.Mvc\Html\ValidationExtensions.cs" />
115    <Compile Include="System.Web.Mvc\HttpAntiForgeryException.cs" />
116    <Compile Include="System.Web.Mvc\HttpPostedFileBaseModelBinder.cs" />
117    <Compile Include="System.Web.Mvc\HttpUnauthorizedResult.cs" />
118    <Compile Include="System.Web.Mvc\HttpVerbs.cs" />
119    <Compile Include="System.Web.Mvc\IActionFilter.cs" />
120    <Compile Include="System.Web.Mvc\IActionInvoker.cs" />
121    <Compile Include="System.Web.Mvc\IAuthorizationFilter.cs" />
122    <Compile Include="System.Web.Mvc\IBuildManager.cs" />
123    <Compile Include="System.Web.Mvc\IController.cs" />
124    <Compile Include="System.Web.Mvc\IControllerFactory.cs" />
125    <Compile Include="System.Web.Mvc\IExceptionFilter.cs" />
126    <Compile Include="System.Web.Mvc\IModelBinder.cs" />
127    <Compile Include="System.Web.Mvc\InputType.cs" />
128    <Compile Include="System.Web.Mvc\IResultFilter.cs" />
129    <Compile Include="System.Web.Mvc\ITempDataProvider.cs" />
130    <Compile Include="System.Web.Mvc\IView.cs" />
131    <Compile Include="System.Web.Mvc\IViewDataContainer.cs" />
132    <Compile Include="System.Web.Mvc\IViewEngine.cs" />
133    <Compile Include="System.Web.Mvc\IViewLocationCache.cs" />
134    <Compile Include="System.Web.Mvc\JavaScriptResult.cs" />
135    <Compile Include="System.Web.Mvc\JsonResult.cs" />
136    <Compile Include="System.Web.Mvc\ModelBinderAttribute.cs" />
137    <Compile Include="System.Web.Mvc\ModelBinderDictionary.cs" />
138    <Compile Include="System.Web.Mvc\ModelBinders.cs" />
139    <Compile Include="System.Web.Mvc\ModelBindingContext.cs" />
140    <Compile Include="System.Web.Mvc\ModelErrorCollection.cs" />
141    <Compile Include="System.Web.Mvc\ModelError.cs" />
142    <Compile Include="System.Web.Mvc\ModelState.cs" />
143    <Compile Include="System.Web.Mvc\ModelStateDictionary.cs" />
144    <Compile Include="System.Web.Mvc\MultiSelectList.cs" />
145    <Compile Include="System.Web.Mvc\MvcHandler.cs" />
146    <Compile Include="System.Web.Mvc\MvcHttpHandler.cs" />
147    <Compile Include="System.Web.Mvc\MvcRouteHandler.cs" />
148    <Compile Include="System.Web.Mvc\NameValueCollectionExtensions.cs" />
149    <Compile Include="System.Web.Mvc\NonActionAttribute.cs" />
150    <Compile Include="System.Web.Mvc\NullViewLocationCache.cs" />
151    <Compile Include="System.Web.Mvc\OutputCacheAttribute.cs" />
152    <Compile Include="System.Web.Mvc\ParameterBindingInfo.cs" />
153    <Compile Include="System.Web.Mvc\ParameterDescriptor.cs" />
154    <Compile Include="System.Web.Mvc\PartialViewResult.cs" />
155    <Compile Include="System.Web.Mvc\PathHelpers.cs" />
156    <Compile Include="System.Web.Mvc\ReaderWriterCache`2.cs" />
157    <Compile Include="System.Web.Mvc\RedirectResult.cs" />
158    <Compile Include="System.Web.Mvc\RedirectToRouteResult.cs" />
159    <Compile Include="System.Web.Mvc\ReflectedActionDescriptor.cs" />
160    <Compile Include="System.Web.Mvc\ReflectedControllerDescriptor.cs" />
161    <Compile Include="System.Web.Mvc\ReflectedParameterBindingInfo.cs" />
162    <Compile Include="System.Web.Mvc\ReflectedParameterDescriptor.cs" />
163    <Compile Include="System.Web.Mvc\ResultExecutedContext.cs" />
164    <Compile Include="System.Web.Mvc\ResultExecutingContext.cs" />
165    <Compile Include="System.Web.Mvc\RouteCollectionExtensions.cs" />
166    <Compile Include="System.Web.Mvc\RouteValuesHelpers.cs" />
167    <Compile Include="System.Web.Mvc\SelectList.cs" />
168    <Compile Include="System.Web.Mvc\SelectListItem.cs" />
169    <Compile Include="System.Web.Mvc\SessionStateTempDataProvider.cs" />
170    <Compile Include="System.Web.Mvc\TagBuilder.cs" />
171    <Compile Include="System.Web.Mvc\TagRenderMode.cs" />
172    <Compile Include="System.Web.Mvc\TempDataDictionary.cs" />
173    <Compile Include="System.Web.Mvc\TypeHelpers.cs" />
174    <Compile Include="System.Web.Mvc\UrlHelper.cs" />
175    <Compile Include="System.Web.Mvc\ValidateAntiForgeryTokenAttribute.cs" />
176    <Compile Include="System.Web.Mvc\ValidateInputAttribute.cs" />
177    <Compile Include="System.Web.Mvc\ValueProviderDictionary.cs" />
178    <Compile Include="System.Web.Mvc\ValueProviderResult.cs" />
179    <Compile Include="System.Web.Mvc\ViewContext.cs" />
180    <Compile Include="System.Web.Mvc\ViewDataDictionary`1.cs" />
181    <Compile Include="System.Web.Mvc\ViewDataDictionary.cs" />
182    <Compile Include="System.Web.Mvc\ViewEngineCollection.cs" />
183    <Compile Include="System.Web.Mvc\ViewEngineResult.cs" />
184    <Compile Include="System.Web.Mvc\ViewEngines.cs" />
185    <Compile Include="System.Web.Mvc\ViewMasterPage`1.cs" />
186    <Compile Include="System.Web.Mvc\ViewMasterPage.cs" />
187    <Compile Include="System.Web.Mvc\ViewPage`1.cs" />
188    <Compile Include="System.Web.Mvc\ViewPageControlBuilder.cs" />
189    <Compile Include="System.Web.Mvc\ViewPage.cs" />
190    <Compile Include="System.Web.Mvc\ViewResultBase.cs" />
191    <Compile Include="System.Web.Mvc\ViewResult.cs" />
192    <Compile Include="System.Web.Mvc\ViewTypeControlBuilder.cs" />
193    <Compile Include="System.Web.Mvc\ViewType.cs" />
194    <Compile Include="System.Web.Mvc\ViewTypeParserFilter.cs" />
195    <Compile Include="System.Web.Mvc\ViewUserControl`1.cs" />
196    <Compile Include="System.Web.Mvc\ViewUserControlControlBuilder.cs" />
197    <Compile Include="System.Web.Mvc\ViewUserControl.cs" />
198    <Compile Include="System.Web.Mvc\VirtualPathProviderViewEngine.cs" />
199    <Compile Include="System.Web.Mvc\WebFormView.cs" />
200    <Compile Include="System.Web.Mvc\WebFormViewEngine.cs" />
201 \r
202   </ItemGroup>\r
203   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
204        Other similar extension points exist, see Microsoft.Common.targets.\r
205   <Target Name="BeforeBuild">\r
206   </Target>\r
207   <Target Name="AfterBuild">\r
208   </Target>\r
209   -->\r
210   <PropertyGroup>\r
211     <PreBuildEvent></PreBuildEvent>\r
212   </PropertyGroup>\r
213   <ItemGroup>\r
214     <Reference Include="mscorlib.dll">
215       <SpecificVersion>False</SpecificVersion>
216       <HintPath>mscorlib.dll</HintPath>
217     </Reference>
218     <Reference Include="System.dll">
219       <SpecificVersion>False</SpecificVersion>
220       <HintPath>System.dll</HintPath>
221     </Reference>
222     <Reference Include="System.Core.dll">
223       <SpecificVersion>False</SpecificVersion>
224       <HintPath>System.Core.dll</HintPath>
225     </Reference>
226     <Reference Include="System.Configuration.dll">
227       <SpecificVersion>False</SpecificVersion>
228       <HintPath>System.Configuration.dll</HintPath>
229     </Reference>
230     <Reference Include="System.Data.dll">
231       <SpecificVersion>False</SpecificVersion>
232       <HintPath>System.Data.dll</HintPath>
233     </Reference>
234     <Reference Include="System.Xml.dll">
235       <SpecificVersion>False</SpecificVersion>
236       <HintPath>System.Xml.dll</HintPath>
237     </Reference>
238     <Reference Include="System.Web.dll">
239       <SpecificVersion>False</SpecificVersion>
240       <HintPath>System.Web.dll</HintPath>
241     </Reference>
242     <Reference Include="System.Web.Abstractions.dll">
243       <SpecificVersion>False</SpecificVersion>
244       <HintPath>System.Web.Abstractions.dll</HintPath>
245     </Reference>
246     <Reference Include="System.Web.Routing.dll">
247       <SpecificVersion>False</SpecificVersion>
248       <HintPath>System.Web.Routing.dll</HintPath>
249     </Reference>
250     <Reference Include="System.Web.Extensions.dll">
251       <SpecificVersion>False</SpecificVersion>
252       <HintPath>System.Web.Extensions.dll</HintPath>
253     </Reference>
254 \r
255   </ItemGroup>\r
256   <ItemGroup>\r
257     <Folder Include="Properties\" />\r
258   </ItemGroup>\r
259     <ItemGroup>
260     <EmbeddedResource Include="System.Web.Mvc/Resources/MvcResources.resources">
261        <LogicalName>System.Web.Mvc.Resources.MvcResources.resources</LogicalName>
262     </EmbeddedResource>
263   </ItemGroup>
264 \r
265 </Project>\r
266