Fix bugs in sizing TableLayoutPanel (Xamarin bug 18638)
[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>{268C75DA-7F8A-4402-B143-ABAF2A7D97C9}</ProjectGuid>\r
9     <OutputType>Library</OutputType>\r
10     <NoWarn>1699</NoWarn>\r
11     <OutputPath>./../../class/compat/net_2_0</OutputPath>\r
12     <NoStdLib>True</NoStdLib>\r
13     <NoConfig>True</NoConfig>\r
14     \r
15     <AppDesignerFolder>Properties</AppDesignerFolder>\r
16     <RootNamespace>\r
17     </RootNamespace>\r
18     <AssemblyName>System.Web.Mvc</AssemblyName>\r
19     <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>\r
20     <FileAlignment>512</FileAlignment>\r
21   </PropertyGroup>\r
22   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
23     <DebugSymbols>true</DebugSymbols>\r
24     <DebugType>full</DebugType>\r
25     <NoWarn>1699</NoWarn>\r
26     <Optimize>false</Optimize>\r
27     <DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0;NET_3_5;MONO</DefineConstants>\r
28     <ErrorReport>prompt</ErrorReport>\r
29     <WarningLevel>4</WarningLevel>\r
30   </PropertyGroup>\r
31   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
32     <DebugType>pdbonly</DebugType>\r
33     <NoWarn>1699</NoWarn>\r
34     <Optimize>true</Optimize>\r
35     <DefineConstants>NET_1_1;NET_2_0;NET_3_5;MONO</DefineConstants>\r
36     <ErrorReport>prompt</ErrorReport>\r
37     <WarningLevel>4</WarningLevel>\r
38   </PropertyGroup>\r
39   <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0, \r
40   Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This\r
41   is a problem to compile the Mono mscorlib.dll -->\r
42   <PropertyGroup>\r
43     <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>\r
44   </PropertyGroup>\r
45   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
46   <ItemGroup>\r
47     <Compile Include="..\..\build\common\Consts.cs" />\r
48     <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />\r
49     <Compile Include="GlobalSuppressions.cs" />\r
50     <Compile Include="Properties\AssemblyInfo.cs" />\r
51     <Compile Include="System.Web.Mvc\AcceptVerbsAttribute.cs" />\r
52     <Compile Include="System.Web.Mvc\ActionDescriptor.cs" />\r
53     <Compile Include="System.Web.Mvc\ActionExecutedContext.cs" />\r
54     <Compile Include="System.Web.Mvc\ActionExecutingContext.cs" />\r
55     <Compile Include="System.Web.Mvc\ActionFilterAttribute.cs" />\r
56     <Compile Include="System.Web.Mvc\ActionMethodDispatcher.cs" />\r
57     <Compile Include="System.Web.Mvc\ActionMethodDispatcherCache.cs" />\r
58     <Compile Include="System.Web.Mvc\ActionMethodSelector.cs" />\r
59     <Compile Include="System.Web.Mvc\ActionMethodSelectorAttribute.cs" />\r
60     <Compile Include="System.Web.Mvc\ActionMethodSelectorCache.cs" />\r
61     <Compile Include="System.Web.Mvc\ActionNameAttribute.cs" />\r
62     <Compile Include="System.Web.Mvc\ActionNameSelectorAttribute.cs" />\r
63     <Compile Include="System.Web.Mvc\ActionResult.cs" />\r
64     <Compile Include="System.Web.Mvc\ActionSelector.cs" />\r
65     <Compile Include="System.Web.Mvc\Ajax\AjaxExtensions.cs" />\r
66     <Compile Include="System.Web.Mvc\Ajax\AjaxOptions.cs" />\r
67     <Compile Include="System.Web.Mvc\Ajax\InsertionMode.cs" />\r
68     <Compile Include="System.Web.Mvc\AjaxHelper.cs" />\r
69     <Compile Include="System.Web.Mvc\AjaxHelper`1.cs" />\r
70     <Compile Include="System.Web.Mvc\AjaxRequestExtensions.cs" />\r
71     <Compile Include="System.Web.Mvc\AntiForgeryData.cs" />\r
72     <Compile Include="System.Web.Mvc\AntiForgeryDataSerializer.cs" />\r
73     <Compile Include="System.Web.Mvc\AntiForgeryToken.cs" />\r
74     <Compile Include="System.Web.Mvc\AntiForgeryTokenSerializer.cs" />\r
75     <Compile Include="System.Web.Mvc\AuthorizationContext.cs" />\r
76     <Compile Include="System.Web.Mvc\AuthorizeAttribute.cs" />\r
77     <Compile Include="System.Web.Mvc\BindAttribute.cs" />\r
78     <Compile Include="System.Web.Mvc\BuildManagerWrapper.cs" />\r
79     <Compile Include="System.Web.Mvc\ContentResult.cs" />\r
80     <Compile Include="System.Web.Mvc\Controller.cs" />\r
81     <Compile Include="System.Web.Mvc\ControllerActionInvoker.cs" />\r
82     <Compile Include="System.Web.Mvc\ControllerBase.cs" />\r
83     <Compile Include="System.Web.Mvc\ControllerBuilder.cs" />\r
84     <Compile Include="System.Web.Mvc\ControllerContext.cs" />\r
85     <Compile Include="System.Web.Mvc\ControllerDescriptor.cs" />\r
86     <Compile Include="System.Web.Mvc\ControllerDescriptorCache.cs" />\r
87     <Compile Include="System.Web.Mvc\ControllerTypeCache.cs" />\r
88     <Compile Include="System.Web.Mvc\CustomModelBinderAttribute.cs" />\r
89     <Compile Include="System.Web.Mvc\DefaultControllerFactory.cs" />\r
90     <Compile Include="System.Web.Mvc\DefaultModelBinder.cs" />\r
91     <Compile Include="System.Web.Mvc\DefaultViewLocationCache.cs" />\r
92     <Compile Include="System.Web.Mvc\DescriptorUtil.cs" />\r
93     <Compile Include="System.Web.Mvc\DictionaryHelpers.cs" />\r
94     <Compile Include="System.Web.Mvc\EmptyResult.cs" />\r
95     <Compile Include="System.Web.Mvc\ExceptionContext.cs" />\r
96     <Compile Include="System.Web.Mvc\FileContentResult.cs" />\r
97     <Compile Include="System.Web.Mvc\FilePathResult.cs" />\r
98     <Compile Include="System.Web.Mvc\FileResult.cs" />\r
99     <Compile Include="System.Web.Mvc\FileStreamResult.cs" />\r
100     <Compile Include="System.Web.Mvc\FilterAttribute.cs" />\r
101     <Compile Include="System.Web.Mvc\FilterInfo.cs" />\r
102     <Compile Include="System.Web.Mvc\FormCollection.cs" />\r
103     <Compile Include="System.Web.Mvc\FormMethod.cs" />\r
104     <Compile Include="System.Web.Mvc\HandleErrorAttribute.cs" />\r
105     <Compile Include="System.Web.Mvc\HandleErrorInfo.cs" />\r
106     <Compile Include="System.Web.Mvc\Html\FormExtensions.cs" />\r
107     <Compile Include="System.Web.Mvc\Html\InputExtensions.cs" />\r
108     <Compile Include="System.Web.Mvc\Html\LinkExtensions.cs" />\r
109     <Compile Include="System.Web.Mvc\Html\MvcForm.cs" />\r
110     <Compile Include="System.Web.Mvc\Html\RenderPartialExtensions.cs" />\r
111     <Compile Include="System.Web.Mvc\Html\SelectExtensions.cs" />\r
112     <Compile Include="System.Web.Mvc\Html\TextAreaExtensions.cs" />\r
113     <Compile Include="System.Web.Mvc\Html\ValidationExtensions.cs" />\r
114     <Compile Include="System.Web.Mvc\HtmlHelper.cs" />\r
115     <Compile Include="System.Web.Mvc\HtmlHelper`1.cs" />\r
116     <Compile Include="System.Web.Mvc\HttpAntiForgeryException.cs" />\r
117     <Compile Include="System.Web.Mvc\HttpPostedFileBaseModelBinder.cs" />\r
118     <Compile Include="System.Web.Mvc\HttpUnauthorizedResult.cs" />\r
119     <Compile Include="System.Web.Mvc\HttpVerbs.cs" />\r
120     <Compile Include="System.Web.Mvc\IActionFilter.cs" />\r
121     <Compile Include="System.Web.Mvc\IActionInvoker.cs" />\r
122     <Compile Include="System.Web.Mvc\IAuthorizationFilter.cs" />\r
123     <Compile Include="System.Web.Mvc\IBuildManager.cs" />\r
124     <Compile Include="System.Web.Mvc\IController.cs" />\r
125     <Compile Include="System.Web.Mvc\IControllerFactory.cs" />\r
126     <Compile Include="System.Web.Mvc\IExceptionFilter.cs" />\r
127     <Compile Include="System.Web.Mvc\IModelBinder.cs" />\r
128     <Compile Include="System.Web.Mvc\InputType.cs" />\r
129     <Compile Include="System.Web.Mvc\IResultFilter.cs" />\r
130     <Compile Include="System.Web.Mvc\ITempDataProvider.cs" />\r
131     <Compile Include="System.Web.Mvc\IView.cs" />\r
132     <Compile Include="System.Web.Mvc\IViewDataContainer.cs" />\r
133     <Compile Include="System.Web.Mvc\IViewEngine.cs" />\r
134     <Compile Include="System.Web.Mvc\IViewLocationCache.cs" />\r
135     <Compile Include="System.Web.Mvc\JavaScriptResult.cs" />\r
136     <Compile Include="System.Web.Mvc\JsonResult.cs" />\r
137     <Compile Include="System.Web.Mvc\ModelBinderAttribute.cs" />\r
138     <Compile Include="System.Web.Mvc\ModelBinderDictionary.cs" />\r
139     <Compile Include="System.Web.Mvc\ModelBinders.cs" />\r
140     <Compile Include="System.Web.Mvc\ModelBindingContext.cs" />\r
141     <Compile Include="System.Web.Mvc\ModelError.cs" />\r
142     <Compile Include="System.Web.Mvc\ModelErrorCollection.cs" />\r
143     <Compile Include="System.Web.Mvc\ModelState.cs" />\r
144     <Compile Include="System.Web.Mvc\ModelStateDictionary.cs" />\r
145     <Compile Include="System.Web.Mvc\MultiSelectList.cs" />\r
146     <Compile Include="System.Web.Mvc\MvcHandler.cs" />\r
147     <Compile Include="System.Web.Mvc\MvcHttpHandler.cs" />\r
148     <Compile Include="System.Web.Mvc\MvcRouteHandler.cs" />\r
149     <Compile Include="System.Web.Mvc\NameValueCollectionExtensions.cs" />\r
150     <Compile Include="System.Web.Mvc\NonActionAttribute.cs" />\r
151     <Compile Include="System.Web.Mvc\NullViewLocationCache.cs" />\r
152     <Compile Include="System.Web.Mvc\OutputCacheAttribute.cs" />\r
153     <Compile Include="System.Web.Mvc\ParameterBindingInfo.cs" />\r
154     <Compile Include="System.Web.Mvc\ParameterDescriptor.cs" />\r
155     <Compile Include="System.Web.Mvc\PartialViewResult.cs" />\r
156     <Compile Include="System.Web.Mvc\PathHelpers.cs" />\r
157     <Compile Include="System.Web.Mvc\ReaderWriterCache`2.cs" />\r
158     <Compile Include="System.Web.Mvc\RedirectResult.cs" />\r
159     <Compile Include="System.Web.Mvc\RedirectToRouteResult.cs" />\r
160     <Compile Include="System.Web.Mvc\ReflectedActionDescriptor.cs" />\r
161     <Compile Include="System.Web.Mvc\ReflectedControllerDescriptor.cs" />\r
162     <Compile Include="System.Web.Mvc\ReflectedParameterBindingInfo.cs" />\r
163     <Compile Include="System.Web.Mvc\ReflectedParameterDescriptor.cs" />\r
164     <Compile Include="System.Web.Mvc\Resources\MvcResources.Designer.cs" />\r
165     <Compile Include="System.Web.Mvc\ResultExecutedContext.cs" />\r
166     <Compile Include="System.Web.Mvc\ResultExecutingContext.cs" />\r
167     <Compile Include="System.Web.Mvc\RouteCollectionExtensions.cs" />\r
168     <Compile Include="System.Web.Mvc\RouteValuesHelpers.cs" />\r
169     <Compile Include="System.Web.Mvc\SelectList.cs" />\r
170     <Compile Include="System.Web.Mvc\SelectListItem.cs" />\r
171     <Compile Include="System.Web.Mvc\SessionStateTempDataProvider.cs" />\r
172     <Compile Include="System.Web.Mvc\TagBuilder.cs" />\r
173     <Compile Include="System.Web.Mvc\TagRenderMode.cs" />\r
174     <Compile Include="System.Web.Mvc\TempDataDictionary.cs" />\r
175     <Compile Include="System.Web.Mvc\TypeHelpers.cs" />\r
176     <Compile Include="System.Web.Mvc\UrlHelper.cs" />\r
177     <Compile Include="System.Web.Mvc\ValidateAntiForgeryTokenAttribute.cs" />\r
178     <Compile Include="System.Web.Mvc\ValidateInputAttribute.cs" />\r
179     <Compile Include="System.Web.Mvc\ValueProviderDictionary.cs" />\r
180     <Compile Include="System.Web.Mvc\ValueProviderResult.cs" />\r
181     <Compile Include="System.Web.Mvc\ViewContext.cs" />\r
182     <Compile Include="System.Web.Mvc\ViewDataDictionary.cs" />\r
183     <Compile Include="System.Web.Mvc\ViewDataDictionary`1.cs" />\r
184     <Compile Include="System.Web.Mvc\ViewEngineCollection.cs" />\r
185     <Compile Include="System.Web.Mvc\ViewEngineResult.cs" />\r
186     <Compile Include="System.Web.Mvc\ViewEngines.cs" />\r
187     <Compile Include="System.Web.Mvc\ViewMasterPage.cs" />\r
188     <Compile Include="System.Web.Mvc\ViewMasterPage`1.cs" />\r
189     <Compile Include="System.Web.Mvc\ViewPage.cs" />\r
190     <Compile Include="System.Web.Mvc\ViewPage`1.cs" />\r
191     <Compile Include="System.Web.Mvc\ViewPageControlBuilder.cs" />\r
192     <Compile Include="System.Web.Mvc\ViewResult.cs" />\r
193     <Compile Include="System.Web.Mvc\ViewResultBase.cs" />\r
194     <Compile Include="System.Web.Mvc\ViewType.cs" />\r
195     <Compile Include="System.Web.Mvc\ViewTypeControlBuilder.cs" />\r
196     <Compile Include="System.Web.Mvc\ViewTypeParserFilter.cs" />\r
197     <Compile Include="System.Web.Mvc\ViewUserControl.cs" />\r
198     <Compile Include="System.Web.Mvc\ViewUserControl`1.cs" />\r
199     <Compile Include="System.Web.Mvc\ViewUserControlControlBuilder.cs" />\r
200     <Compile Include="System.Web.Mvc\VirtualPathProviderViewEngine.cs" />\r
201     <Compile Include="System.Web.Mvc\WebFormView.cs" />\r
202     <Compile Include="System.Web.Mvc\WebFormViewEngine.cs" />\r  </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>\r
212 \r
213     </PreBuildEvent>\r
214     <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
215
216     </PostBuildEvent>
217     <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
218
219     </PostBuildEvent>\r
220   </PropertyGroup>\r
221   <ItemGroup>\r
222     <ProjectReference Include="..\corlib\corlib-net_2_0.csproj">\r
223       <Project>{5A00133C-6D08-48F7-A164-8B796CE6DB83}</Project>\r
224       <Name>corlib\corlib-net_2_0</Name>\r
225     </ProjectReference>\r
226     <ProjectReference Include="..\System\System-net_2_0-2.csproj">\r
227       <Project>{1F3B168C-A4D0-44AA-B116-792D8804971F}</Project>\r
228       <Name>System\System-net_2_0-2</Name>\r
229     </ProjectReference>\r
230     <ProjectReference Include="..\System.Core\System.Core-net_2_0.csproj">\r
231       <Project>{FBEC45AD-4493-41EA-9BCC-F3F29A08EB9E}</Project>\r
232       <Name>System.Core\System.Core-net_2_0</Name>\r
233     </ProjectReference>\r
234     <ProjectReference Include="..\System.Configuration\System.Configuration-net_2_0.csproj">\r
235       <Project>{2695A2F2-2271-423D-8E0D-553DAB84E917}</Project>\r
236       <Name>System.Configuration\System.Configuration-net_2_0</Name>\r
237     </ProjectReference>\r
238     <ProjectReference Include="..\System.Data\System.Data-net_2_0.csproj">\r
239       <Project>{69458D09-40A2-48AD-8C0F-0E437CF5FE6D}</Project>\r
240       <Name>System.Data\System.Data-net_2_0</Name>\r
241     </ProjectReference>\r
242     <ProjectReference Include="..\System.XML\System.Xml-net_2_0-1.csproj">\r
243       <Project>{080698DE-8AF0-496E-9AD7-58B6C605328A}</Project>\r
244       <Name>System.XML\System.Xml-net_2_0-1</Name>\r
245     </ProjectReference>\r
246     <ProjectReference Include="..\System.Web\System.Web-net_2_0-2.csproj">\r
247       <Project>{293D054F-361B-4083-A422-FA1AC9476FC9}</Project>\r
248       <Name>System.Web\System.Web-net_2_0-2</Name>\r
249     </ProjectReference>\r
250     <ProjectReference Include="..\System.Web.Abstractions\System.Web.Abstractions-net_2_0.csproj">\r
251       <Project>{1665130D-E9DA-4325-A4C6-78ECF7187D5B}</Project>\r
252       <Name>System.Web.Abstractions\System.Web.Abstractions-net_2_0</Name>\r
253     </ProjectReference>\r
254     <ProjectReference Include="..\System.Web.Routing\System.Web.Routing-net_2_0.csproj">\r
255       <Project>{A9B310AD-FF67-49ED-8AC8-AAF1E4B05249}</Project>\r
256       <Name>System.Web.Routing\System.Web.Routing-net_2_0</Name>\r
257     </ProjectReference>\r
258     <ProjectReference Include="..\System.Web.Extensions_1.0\System.Web.Extensions_1.0-net_2_0.csproj">\r
259       <Project>{5B5CA61A-0901-40B5-B56A-D0A6E67DDA66}</Project>\r
260       <Name>System.Web.Extensions_1.0\System.Web.Extensions_1.0-net_2_0</Name>\r
261     </ProjectReference>\r
262   </ItemGroup>\r
263   <ItemGroup>\r
264     <Folder Include="Properties\" />\r
265   </ItemGroup>\r
266   <ItemGroup>\r
267     <EmbeddedResource Include="System.Web.Mvc/Resources/MvcResources.resources">\r
268       <LogicalName>System.Web.Mvc.Resources.MvcResources.resources</LogicalName>\r
269     </EmbeddedResource>\r
270   </ItemGroup>\r
271 </Project>\r
272