Update PointConverter.cs
[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>{CAEA3F98-8317-4C90-B410-8725DD165431}</ProjectGuid>\r
9     <OutputType>Library</OutputType>\r
10     <NoWarn>1699</NoWarn>\r
11     <OutputPath>bin\Debug\System.Web.Mvc-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>\r
215       xcopy $(TargetName).* $(ProjectDir)..\lib\net_2_0\ /Y /R /D\r
216   </PostBuildEvent>\r
217   </PropertyGroup>\r
218   <ItemGroup>\r
219     <ProjectReference Include="..\corlib\corlib-net_2_0.csproj">\r
220       <Project>{928D664D-8277-47B3-AB06-538D932143FE}</Project>\r
221       <Name>corlib\corlib-net_2_0</Name>\r
222     </ProjectReference>\r
223     <ProjectReference Include="..\System\System-net_2_0-2.csproj">\r
224       <Project>{73E16B85-93E9-44B4-A1AB-FDD7AEB08FB7}</Project>\r
225       <Name>System\System-net_2_0-2</Name>\r
226     </ProjectReference>\r
227     <ProjectReference Include="..\System.Core\System.Core-net_2_0.csproj">\r
228       <Project>{F684BA24-FC9A-4BAB-8CF3-ACC489E6B88E}</Project>\r
229       <Name>System.Core\System.Core-net_2_0</Name>\r
230     </ProjectReference>\r
231     <ProjectReference Include="..\System.Configuration\System.Configuration-net_2_0.csproj">\r
232       <Project>{725170B0-51F0-46E2-A74D-F764B68553D6}</Project>\r
233       <Name>System.Configuration\System.Configuration-net_2_0</Name>\r
234     </ProjectReference>\r
235     <ProjectReference Include="..\System.Data\System.Data-net_2_0.csproj">\r
236       <Project>{B8CA1780-FF35-49B9-B385-C24BD0558109}</Project>\r
237       <Name>System.Data\System.Data-net_2_0</Name>\r
238     </ProjectReference>\r
239     <ProjectReference Include="..\System.XML\System.Xml-net_2_0-1.csproj">\r
240       <Project>{205A8E90-88CC-4B46-8151-87FA90B666A5}</Project>\r
241       <Name>System.XML\System.Xml-net_2_0-1</Name>\r
242     </ProjectReference>\r
243     <ProjectReference Include="..\System.Web\System.Web-net_2_0-2.csproj">\r
244       <Project>{713A0503-B460-40C0-BD91-DE6CDBB45671}</Project>\r
245       <Name>System.Web\System.Web-net_2_0-2</Name>\r
246     </ProjectReference>\r
247     <ProjectReference Include="..\System.Web.Abstractions\System.Web.Abstractions-net_2_0.csproj">\r
248       <Project>{1A9DDBFB-B69E-4E9E-A4C1-8E5CAEC48925}</Project>\r
249       <Name>System.Web.Abstractions\System.Web.Abstractions-net_2_0</Name>\r
250     </ProjectReference>\r
251     <ProjectReference Include="..\System.Web.Routing\System.Web.Routing-net_2_0.csproj">\r
252       <Project>{99262D2F-6F5C-4BB4-A309-741AB0AE9C41}</Project>\r
253       <Name>System.Web.Routing\System.Web.Routing-net_2_0</Name>\r
254     </ProjectReference>\r
255     <ProjectReference Include="..\System.Web.Extensions_1.0\System.Web.Extensions_1.0-net_2_0.csproj">\r
256       <Project>{B12E9FE0-4ED0-4424-ABE4-E9CDC77B0EED}</Project>\r
257       <Name>System.Web.Extensions_1.0\System.Web.Extensions_1.0-net_2_0</Name>\r
258     </ProjectReference>\r
259   </ItemGroup>\r
260   <ItemGroup>\r
261     <Folder Include="Properties\" />\r
262   </ItemGroup>\r
263   <ItemGroup>\r
264     <EmbeddedResource Include="System.Web.Mvc/Resources/MvcResources.resources">\r
265       <LogicalName>System.Web.Mvc.Resources.MvcResources.resources</LogicalName>\r
266     </EmbeddedResource>\r
267   </ItemGroup>\r
268 </Project>