Merge pull request #439 from mono-soc-2012/garyb/iconfix
[mono.git] / mcs / class / System.Web.Mvc2 / System.Web.Mvc2-net_4_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/lib/net_4_0/tmp</OutputPath>\r
12     <NoStdLib>true</NoStdLib>\r
13     \r
14     <AppDesignerFolder>Properties</AppDesignerFolder>\r
15     <RootNamespace></RootNamespace>\r
16     <AssemblyName>dummy-System.Web.Mvc</AssemblyName>\r
17     <TargetFrameworkVersion>v4.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_0;NET_3_5;NET_4_0</DefineConstants>\r
29     <ErrorReport>prompt</ErrorReport>\r
30     <WarningLevel>4</WarningLevel>\r
31     <AdditionalLibPaths>./../../class/lib/net_4_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_0;NET_3_5;NET_4_0</DefineConstants>\r
39     <ErrorReport>prompt</ErrorReport>\r
40     <WarningLevel>4</WarningLevel>\r
41     <AdditionalLibPaths>./../../class/lib/net_4_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\AcceptVerbsAttribute.cs" />
50    <Compile Include="System.Web.Mvc\ActionDescriptor.cs" />
51    <Compile Include="System.Web.Mvc\ActionExecutedContext.cs" />
52    <Compile Include="System.Web.Mvc\ActionExecutingContext.cs" />
53    <Compile Include="System.Web.Mvc\ActionFilterAttribute.cs" />
54    <Compile Include="System.Web.Mvc\ActionMethodDispatcherCache.cs" />
55    <Compile Include="System.Web.Mvc\ActionMethodDispatcher.cs" />
56    <Compile Include="System.Web.Mvc\ActionMethodSelectorAttribute.cs" />
57    <Compile Include="System.Web.Mvc\ActionMethodSelector.cs" />
58    <Compile Include="System.Web.Mvc\ActionNameAttribute.cs" />
59    <Compile Include="System.Web.Mvc\ActionNameSelectorAttribute.cs" />
60    <Compile Include="System.Web.Mvc\ActionResult.cs" />
61    <Compile Include="System.Web.Mvc\ActionSelector.cs" />
62    <Compile Include="System.Web.Mvc\Ajax\AjaxExtensions.cs" />
63    <Compile Include="System.Web.Mvc\Ajax\AjaxOptions.cs" />
64    <Compile Include="System.Web.Mvc\AjaxHelper`1.cs" />
65    <Compile Include="System.Web.Mvc\AjaxHelper.cs" />
66    <Compile Include="System.Web.Mvc\Ajax\InsertionMode.cs" />
67    <Compile Include="System.Web.Mvc\AjaxRequestExtensions.cs" />
68    <Compile Include="System.Web.Mvc\AntiForgeryData.cs" />
69    <Compile Include="System.Web.Mvc\AntiForgeryDataSerializer.cs" />
70    <Compile Include="System.Web.Mvc\AreaHelpers.cs" />
71    <Compile Include="System.Web.Mvc\AreaRegistrationContext.cs" />
72    <Compile Include="System.Web.Mvc\AreaRegistration.cs" />
73    <Compile Include="System.Web.Mvc\AssociatedMetadataProvider.cs" />
74    <Compile Include="System.Web.Mvc\AssociatedValidatorProvider.cs" />
75    <Compile Include="System.Web.Mvc\Async\ActionDescriptorCreator.cs" />
76    <Compile Include="System.Web.Mvc\Async\AsyncActionDescriptor.cs" />
77    <Compile Include="System.Web.Mvc\Async\AsyncActionMethodSelector.cs" />
78    <Compile Include="System.Web.Mvc\Async\AsyncControllerActionInvoker.cs" />
79    <Compile Include="System.Web.Mvc\Async\AsyncManager.cs" />
80    <Compile Include="System.Web.Mvc\Async\AsyncResultWrapper.cs" />
81    <Compile Include="System.Web.Mvc\Async\AsyncUtil.cs" />
82    <Compile Include="System.Web.Mvc\Async\AsyncVoid.cs" />
83    <Compile Include="System.Web.Mvc\Async\BeginInvokeDelegate.cs" />
84    <Compile Include="System.Web.Mvc\AsyncController.cs" />
85    <Compile Include="System.Web.Mvc\Async\EndInvokeDelegate`1.cs" />
86    <Compile Include="System.Web.Mvc\Async\EndInvokeDelegate.cs" />
87    <Compile Include="System.Web.Mvc\Async\IAsyncActionInvoker.cs" />
88    <Compile Include="System.Web.Mvc\Async\IAsyncController.cs" />
89    <Compile Include="System.Web.Mvc\Async\IAsyncManagerContainer.cs" />
90    <Compile Include="System.Web.Mvc\Async\OperationCounter.cs" />
91    <Compile Include="System.Web.Mvc\Async\ReflectedAsyncActionDescriptor.cs" />
92    <Compile Include="System.Web.Mvc\Async\ReflectedAsyncControllerDescriptor.cs" />
93    <Compile Include="System.Web.Mvc\Async\SimpleAsyncResult.cs" />
94    <Compile Include="System.Web.Mvc\Async\SingleEntryGate.cs" />
95    <Compile Include="System.Web.Mvc\Async\SynchronizationContextUtil.cs" />
96    <Compile Include="System.Web.Mvc\Async\SynchronousOperationException.cs" />
97    <Compile Include="System.Web.Mvc\AsyncTimeoutAttribute.cs" />
98    <Compile Include="System.Web.Mvc\Async\Trigger.cs" />
99    <Compile Include="System.Web.Mvc\Async\TriggerListener.cs" />
100    <Compile Include="System.Web.Mvc\AuthorizationContext.cs" />
101    <Compile Include="System.Web.Mvc\AuthorizeAttribute.cs" />
102    <Compile Include="System.Web.Mvc\BindAttribute.cs" />
103    <Compile Include="System.Web.Mvc\BuildManagerWrapper.cs" />
104    <Compile Include="System.Web.Mvc\ByteArrayModelBinder.cs" />
105    <Compile Include="System.Web.Mvc\ChildActionOnlyAttribute.cs" />
106    <Compile Include="System.Web.Mvc\ClientDataTypeModelValidatorProvider.cs" />
107    <Compile Include="System.Web.Mvc\ContentResult.cs" />
108    <Compile Include="System.Web.Mvc\ControllerActionInvoker.cs" />
109    <Compile Include="System.Web.Mvc\ControllerBase.cs" />
110    <Compile Include="System.Web.Mvc\ControllerBuilder.cs" />
111    <Compile Include="System.Web.Mvc\ControllerContext.cs" />
112    <Compile Include="System.Web.Mvc\Controller.cs" />
113    <Compile Include="System.Web.Mvc\ControllerDescriptorCache.cs" />
114    <Compile Include="System.Web.Mvc\ControllerDescriptor.cs" />
115    <Compile Include="System.Web.Mvc\ControllerTypeCache.cs" />
116    <Compile Include="System.Web.Mvc\CustomModelBinderAttribute.cs" />
117    <Compile Include="System.Web.Mvc\DataAnnotationsModelMetadata.cs" />
118    <Compile Include="System.Web.Mvc\DataAnnotationsModelMetadataProvider.cs" />
119    <Compile Include="System.Web.Mvc\DataAnnotationsModelValidator`1.cs" />
120    <Compile Include="System.Web.Mvc\DataAnnotationsModelValidator.cs" />
121    <Compile Include="System.Web.Mvc\DataAnnotationsModelValidatorProvider.cs" />
122    <Compile Include="System.Web.Mvc\DataErrorInfoModelValidatorProvider.cs" />
123    <Compile Include="System.Web.Mvc\DefaultControllerFactory.cs" />
124    <Compile Include="System.Web.Mvc\DefaultModelBinder.cs" />
125    <Compile Include="System.Web.Mvc\DefaultViewLocationCache.cs" />
126    <Compile Include="System.Web.Mvc\DescriptorUtil.cs" />
127    <Compile Include="System.Web.Mvc\DictionaryHelpers.cs" />
128    <Compile Include="System.Web.Mvc\DictionaryValueProvider`1.cs" />
129    <Compile Include="System.Web.Mvc\DynamicTypeGenerator.cs" />
130    <Compile Include="System.Web.Mvc\EmptyModelMetadataProvider.cs" />
131    <Compile Include="System.Web.Mvc\EmptyModelValidatorProvider.cs" />
132    <Compile Include="System.Web.Mvc\EmptyResult.cs" />
133    <Compile Include="System.Web.Mvc\Error.cs" />
134    <Compile Include="System.Web.Mvc\ExceptionContext.cs" />
135    <Compile Include="System.Web.Mvc\ExpressionHelper.cs" />
136    <Compile Include="System.Web.Mvc\ExpressionUtil\BinaryExpressionFingerprint.cs" />
137    <Compile Include="System.Web.Mvc\ExpressionUtil\CachedExpressionCompiler.cs" />
138    <Compile Include="System.Web.Mvc\ExpressionUtil\CompiledExpressionDelegate`2.cs" />
139    <Compile Include="System.Web.Mvc\ExpressionUtil\ConditionalExpressionFingerprint.cs" />
140    <Compile Include="System.Web.Mvc\ExpressionUtil\ConstantExpressionFingerprint.cs" />
141    <Compile Include="System.Web.Mvc\ExpressionUtil\ExpressionFingerprint.cs" />
142    <Compile Include="System.Web.Mvc\ExpressionUtil\ExpressionParser.cs" />
143    <Compile Include="System.Web.Mvc\ExpressionUtil\FastTrack`2.cs" />
144    <Compile Include="System.Web.Mvc\ExpressionUtil\HashCodeCombiner.cs" />
145    <Compile Include="System.Web.Mvc\ExpressionUtil\MemberExpressionFingerprint.cs" />
146    <Compile Include="System.Web.Mvc\ExpressionUtil\MethodCallExpressionFingerprint.cs" />
147    <Compile Include="System.Web.Mvc\ExpressionUtil\ParameterExpressionFingerprint.cs" />
148    <Compile Include="System.Web.Mvc\ExpressionUtil\ParserContext.cs" />
149    <Compile Include="System.Web.Mvc\ExpressionUtil\UnaryExpressionFingerprint.cs" />
150    <Compile Include="System.Web.Mvc\FieldValidationMetadata.cs" />
151    <Compile Include="System.Web.Mvc\FileContentResult.cs" />
152    <Compile Include="System.Web.Mvc\FilePathResult.cs" />
153    <Compile Include="System.Web.Mvc\FileResult.cs" />
154    <Compile Include="System.Web.Mvc\FileStreamResult.cs" />
155    <Compile Include="System.Web.Mvc\FilterAttribute.cs" />
156    <Compile Include="System.Web.Mvc\FilterInfo.cs" />
157    <Compile Include="System.Web.Mvc\FormCollection.cs" />
158    <Compile Include="System.Web.Mvc\FormContext.cs" />
159    <Compile Include="System.Web.Mvc\FormMethod.cs" />
160    <Compile Include="System.Web.Mvc\FormValueProvider.cs" />
161    <Compile Include="System.Web.Mvc\FormValueProviderFactory.cs" />
162    <Compile Include="System.Web.Mvc\HandleErrorAttribute.cs" />
163    <Compile Include="System.Web.Mvc\HandleErrorInfo.cs" />
164    <Compile Include="System.Web.Mvc\HiddenInputAttribute.cs" />
165    <Compile Include="System.Web.Mvc\Html\ChildActionExtensions.cs" />
166    <Compile Include="System.Web.Mvc\Html\DefaultDisplayTemplates.cs" />
167    <Compile Include="System.Web.Mvc\Html\DefaultEditorTemplates.cs" />
168    <Compile Include="System.Web.Mvc\Html\DisplayExtensions.cs" />
169    <Compile Include="System.Web.Mvc\Html\DisplayTextExtensions.cs" />
170    <Compile Include="System.Web.Mvc\Html\EditorExtensions.cs" />
171    <Compile Include="System.Web.Mvc\Html\FormExtensions.cs" />
172    <Compile Include="System.Web.Mvc\HtmlHelper`1.cs" />
173    <Compile Include="System.Web.Mvc\HtmlHelper.cs" />
174    <Compile Include="System.Web.Mvc\Html\InputExtensions.cs" />
175    <Compile Include="System.Web.Mvc\Html\LabelExtensions.cs" />
176    <Compile Include="System.Web.Mvc\Html\LinkExtensions.cs" />
177    <Compile Include="System.Web.Mvc\Html\MvcForm.cs" />
178    <Compile Include="System.Web.Mvc\Html\PartialExtensions.cs" />
179    <Compile Include="System.Web.Mvc\Html\RenderPartialExtensions.cs" />
180    <Compile Include="System.Web.Mvc\Html\SelectExtensions.cs" />
181    <Compile Include="System.Web.Mvc\Html\TemplateHelpers.cs" />
182    <Compile Include="System.Web.Mvc\Html\TextAreaExtensions.cs" />
183    <Compile Include="System.Web.Mvc\Html\ValidationExtensions.cs" />
184    <Compile Include="System.Web.Mvc\HttpAntiForgeryException.cs" />
185    <Compile Include="System.Web.Mvc\HttpDeleteAttribute.cs" />
186    <Compile Include="System.Web.Mvc\HttpFileCollectionValueProvider.cs" />
187    <Compile Include="System.Web.Mvc\HttpFileCollectionValueProviderFactory.cs" />
188    <Compile Include="System.Web.Mvc\HttpGetAttribute.cs" />
189    <Compile Include="System.Web.Mvc\HttpHandlerUtil.cs" />
190    <Compile Include="System.Web.Mvc\HttpPostAttribute.cs" />
191    <Compile Include="System.Web.Mvc\HttpPostedFileBaseModelBinder.cs" />
192    <Compile Include="System.Web.Mvc\HttpPutAttribute.cs" />
193    <Compile Include="System.Web.Mvc\HttpRequestExtensions.cs" />
194    <Compile Include="System.Web.Mvc\HttpUnauthorizedResult.cs" />
195    <Compile Include="System.Web.Mvc\HttpVerbs.cs" />
196    <Compile Include="System.Web.Mvc\IActionFilter.cs" />
197    <Compile Include="System.Web.Mvc\IActionInvoker.cs" />
198    <Compile Include="System.Web.Mvc\IAuthorizationFilter.cs" />
199    <Compile Include="System.Web.Mvc\IBuildManager.cs" />
200    <Compile Include="System.Web.Mvc\IController.cs" />
201    <Compile Include="System.Web.Mvc\IControllerFactory.cs" />
202    <Compile Include="System.Web.Mvc\IExceptionFilter.cs" />
203    <Compile Include="System.Web.Mvc\IModelBinder.cs" />
204    <Compile Include="System.Web.Mvc\InputType.cs" />
205    <Compile Include="System.Web.Mvc\IResultFilter.cs" />
206    <Compile Include="System.Web.Mvc\IRouteWithArea.cs" />
207    <Compile Include="System.Web.Mvc\ITempDataProvider.cs" />
208    <Compile Include="System.Web.Mvc\IValueProvider.cs" />
209    <Compile Include="System.Web.Mvc\IView.cs" />
210    <Compile Include="System.Web.Mvc\IViewDataContainer.cs" />
211    <Compile Include="System.Web.Mvc\IViewEngine.cs" />
212    <Compile Include="System.Web.Mvc\IViewLocationCache.cs" />
213    <Compile Include="System.Web.Mvc\JavaScriptResult.cs" />
214    <Compile Include="System.Web.Mvc\JsonRequestBehavior.cs" />
215    <Compile Include="System.Web.Mvc\JsonResult.cs" />
216    <Compile Include="System.Web.Mvc\LinqBinaryModelBinder.cs" />
217    <Compile Include="System.Web.Mvc\ModelBinderAttribute.cs" />
218    <Compile Include="System.Web.Mvc\ModelBinderDictionary.cs" />
219    <Compile Include="System.Web.Mvc\ModelBinders.cs" />
220    <Compile Include="System.Web.Mvc\ModelBindingContext.cs" />
221    <Compile Include="System.Web.Mvc\ModelClientValidationRangeRule.cs" />
222    <Compile Include="System.Web.Mvc\ModelClientValidationRegexRule.cs" />
223    <Compile Include="System.Web.Mvc\ModelClientValidationRequiredRule.cs" />
224    <Compile Include="System.Web.Mvc\ModelClientValidationRule.cs" />
225    <Compile Include="System.Web.Mvc\ModelClientValidationStringLengthRule.cs" />
226    <Compile Include="System.Web.Mvc\ModelErrorCollection.cs" />
227    <Compile Include="System.Web.Mvc\ModelError.cs" />
228    <Compile Include="System.Web.Mvc\ModelMetadata.cs" />
229    <Compile Include="System.Web.Mvc\ModelMetadataProvider.cs" />
230    <Compile Include="System.Web.Mvc\ModelMetadataProviders.cs" />
231    <Compile Include="System.Web.Mvc\ModelState.cs" />
232    <Compile Include="System.Web.Mvc\ModelStateDictionary.cs" />
233    <Compile Include="System.Web.Mvc\ModelValidationResult.cs" />
234    <Compile Include="System.Web.Mvc\ModelValidator.cs" />
235    <Compile Include="System.Web.Mvc\ModelValidatorProviderCollection.cs" />
236    <Compile Include="System.Web.Mvc\ModelValidatorProvider.cs" />
237    <Compile Include="System.Web.Mvc\ModelValidatorProviders.cs" />
238    <Compile Include="System.Web.Mvc\MultiSelectList.cs" />
239    <Compile Include="System.Web.Mvc\MvcHandler.cs" />
240    <Compile Include="System.Web.Mvc\MvcHtmlString.cs" />
241    <Compile Include="System.Web.Mvc\MvcHttpHandler.cs" />
242    <Compile Include="System.Web.Mvc\MvcRouteHandler.cs" />
243    <Compile Include="System.Web.Mvc\NameValueCollectionExtensions.cs" />
244    <Compile Include="System.Web.Mvc\NameValueCollectionValueProvider.cs" />
245    <Compile Include="System.Web.Mvc\NoAsyncTimeoutAttribute.cs" />
246    <Compile Include="System.Web.Mvc\NonActionAttribute.cs" />
247    <Compile Include="System.Web.Mvc\NullViewLocationCache.cs" />
248    <Compile Include="System.Web.Mvc\OutputCacheAttribute.cs" />
249    <Compile Include="System.Web.Mvc\ParameterBindingInfo.cs" />
250    <Compile Include="System.Web.Mvc\ParameterDescriptor.cs" />
251    <Compile Include="System.Web.Mvc\ParameterInfoUtil.cs" />
252    <Compile Include="System.Web.Mvc\PartialViewResult.cs" />
253    <Compile Include="System.Web.Mvc\PathHelpers.cs" />
254    <Compile Include="System.Web.Mvc\QueryStringValueProvider.cs" />
255    <Compile Include="System.Web.Mvc\QueryStringValueProviderFactory.cs" />
256    <Compile Include="System.Web.Mvc\RangeAttributeAdapter.cs" />
257    <Compile Include="System.Web.Mvc\ReaderWriterCache`2.cs" />
258    <Compile Include="System.Web.Mvc\RedirectResult.cs" />
259    <Compile Include="System.Web.Mvc\RedirectToRouteResult.cs" />
260    <Compile Include="System.Web.Mvc\ReflectedActionDescriptor.cs" />
261    <Compile Include="System.Web.Mvc\ReflectedControllerDescriptor.cs" />
262    <Compile Include="System.Web.Mvc\ReflectedParameterBindingInfo.cs" />
263    <Compile Include="System.Web.Mvc\ReflectedParameterDescriptor.cs" />
264    <Compile Include="System.Web.Mvc\RegularExpressionAttributeAdapter.cs" />
265    <Compile Include="System.Web.Mvc\RequiredAttributeAdapter.cs" />
266    <Compile Include="System.Web.Mvc\RequireHttpsAttribute.cs" />
267    <Compile Include="System.Web.Mvc\Resources\MvcResources.Designer.cs" />
268    <Compile Include="System.Web.Mvc\ResultExecutedContext.cs" />
269    <Compile Include="System.Web.Mvc\ResultExecutingContext.cs" />
270    <Compile Include="System.Web.Mvc\RouteCollectionExtensions.cs" />
271    <Compile Include="System.Web.Mvc\RouteDataValueProvider.cs" />
272    <Compile Include="System.Web.Mvc\RouteDataValueProviderFactory.cs" />
273    <Compile Include="System.Web.Mvc\RouteValuesHelpers.cs" />
274    <Compile Include="System.Web.Mvc\SelectList.cs" />
275    <Compile Include="System.Web.Mvc\SelectListItem.cs" />
276    <Compile Include="System.Web.Mvc\SessionStateTempDataProvider.cs" />
277    <Compile Include="System.Web.Mvc\StringLengthAttributeAdapter.cs" />
278    <Compile Include="System.Web.Mvc\TagBuilder.cs" />
279    <Compile Include="System.Web.Mvc\TagRenderMode.cs" />
280    <Compile Include="System.Web.Mvc\TempDataDictionary.cs" />
281    <Compile Include="System.Web.Mvc\TemplateInfo.cs" />
282    <Compile Include="System.Web.Mvc\TryGetValueDelegate.cs" />
283    <Compile Include="System.Web.Mvc\TypeCacheSerializer.cs" />
284    <Compile Include="System.Web.Mvc\TypeCacheUtil.cs" />
285    <Compile Include="System.Web.Mvc\TypeDescriptorHelper.cs" />
286    <Compile Include="System.Web.Mvc\TypeHelpers.cs" />
287    <Compile Include="System.Web.Mvc\UrlHelper.cs" />
288    <Compile Include="System.Web.Mvc\UrlParameter.cs" />
289    <Compile Include="System.Web.Mvc\ValidateAntiForgeryTokenAttribute.cs" />
290    <Compile Include="System.Web.Mvc\ValidateInputAttribute.cs" />
291    <Compile Include="System.Web.Mvc\ValueProviderCollection.cs" />
292    <Compile Include="System.Web.Mvc\ValueProviderDictionary.cs" />
293    <Compile Include="System.Web.Mvc\ValueProviderFactories.cs" />
294    <Compile Include="System.Web.Mvc\ValueProviderFactoryCollection.cs" />
295    <Compile Include="System.Web.Mvc\ValueProviderFactory.cs" />
296    <Compile Include="System.Web.Mvc\ValueProviderResult.cs" />
297    <Compile Include="System.Web.Mvc\ValueProviderUtil.cs" />
298    <Compile Include="System.Web.Mvc\ViewContext.cs" />
299    <Compile Include="System.Web.Mvc\ViewDataDictionary`1.cs" />
300    <Compile Include="System.Web.Mvc\ViewDataDictionary.cs" />
301    <Compile Include="System.Web.Mvc\ViewDataInfo.cs" />
302    <Compile Include="System.Web.Mvc\ViewEngineCollection.cs" />
303    <Compile Include="System.Web.Mvc\ViewEngineResult.cs" />
304    <Compile Include="System.Web.Mvc\ViewEngines.cs" />
305    <Compile Include="System.Web.Mvc\ViewMasterPage`1.cs" />
306    <Compile Include="System.Web.Mvc\ViewMasterPage.cs" />
307    <Compile Include="System.Web.Mvc\ViewPage`1.cs" />
308    <Compile Include="System.Web.Mvc\ViewPageControlBuilder.cs" />
309    <Compile Include="System.Web.Mvc\ViewPage.cs" />
310    <Compile Include="System.Web.Mvc\ViewResultBase.cs" />
311    <Compile Include="System.Web.Mvc\ViewResult.cs" />
312    <Compile Include="System.Web.Mvc\ViewTemplateUserControl`1.cs" />
313    <Compile Include="System.Web.Mvc\ViewTemplateUserControl.cs" />
314    <Compile Include="System.Web.Mvc\ViewTypeControlBuilder.cs" />
315    <Compile Include="System.Web.Mvc\ViewType.cs" />
316    <Compile Include="System.Web.Mvc\ViewTypeParserFilter.cs" />
317    <Compile Include="System.Web.Mvc\ViewUserControl`1.cs" />
318    <Compile Include="System.Web.Mvc\ViewUserControlControlBuilder.cs" />
319    <Compile Include="System.Web.Mvc\ViewUserControl.cs" />
320    <Compile Include="System.Web.Mvc\VirtualPathProviderViewEngine.cs" />
321    <Compile Include="System.Web.Mvc\WebFormView.cs" />
322    <Compile Include="System.Web.Mvc\WebFormViewEngine.cs" />
323 \r
324   </ItemGroup>\r
325   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
326        Other similar extension points exist, see Microsoft.Common.targets.\r
327   <Target Name="BeforeBuild">\r
328   </Target>\r
329   <Target Name="AfterBuild">\r
330   </Target>\r
331   -->\r
332   <PropertyGroup>\r
333     <PreBuildEvent></PreBuildEvent>\r
334   </PropertyGroup>\r
335   <ItemGroup>\r
336     <Reference Include="mscorlib.dll">
337       <SpecificVersion>False</SpecificVersion>
338       <HintPath>mscorlib.dll</HintPath>
339     </Reference>
340     <Reference Include="System.dll">
341       <SpecificVersion>False</SpecificVersion>
342       <HintPath>System.dll</HintPath>
343     </Reference>
344     <Reference Include="System.Core.dll">
345       <SpecificVersion>False</SpecificVersion>
346       <HintPath>System.Core.dll</HintPath>
347     </Reference>
348     <Reference Include="System.Configuration.dll">
349       <SpecificVersion>False</SpecificVersion>
350       <HintPath>System.Configuration.dll</HintPath>
351     </Reference>
352     <Reference Include="System.Data.dll">
353       <SpecificVersion>False</SpecificVersion>
354       <HintPath>System.Data.dll</HintPath>
355     </Reference>
356     <Reference Include="System.Xml.dll">
357       <SpecificVersion>False</SpecificVersion>
358       <HintPath>System.Xml.dll</HintPath>
359     </Reference>
360     <Reference Include="System.Web.dll">
361       <SpecificVersion>False</SpecificVersion>
362       <HintPath>System.Web.dll</HintPath>
363     </Reference>
364     <Reference Include="System.Web.Abstractions.dll">
365       <SpecificVersion>False</SpecificVersion>
366       <HintPath>System.Web.Abstractions.dll</HintPath>
367     </Reference>
368     <Reference Include="System.Web.Routing.dll">
369       <SpecificVersion>False</SpecificVersion>
370       <HintPath>System.Web.Routing.dll</HintPath>
371     </Reference>
372     <Reference Include="System.Web.Extensions.dll">
373       <SpecificVersion>False</SpecificVersion>
374       <HintPath>System.Web.Extensions.dll</HintPath>
375     </Reference>
376     <Reference Include="System.ComponentModel.DataAnnotations.dll">
377       <SpecificVersion>False</SpecificVersion>
378       <HintPath>System.ComponentModel.DataAnnotations.dll</HintPath>
379     </Reference>
380     <Reference Include="System.Data.Linq.dll">
381       <SpecificVersion>False</SpecificVersion>
382       <HintPath>System.Data.Linq.dll</HintPath>
383     </Reference>
384 \r
385   </ItemGroup>\r
386   <ItemGroup>\r
387     <Folder Include="Properties\" />\r
388   </ItemGroup>\r
389   \r
390 </Project>\r
391