Refreshed the CSProj files to use the new output build directory
[mono.git] / mcs / class / System.Web.Mvc3 / System.Web.Mvc3-net_4_5.csproj
index 1a9991099fbeb1f9f14b7e46f23ad8d172c3ceee..1cab785d1f9779bd7b3ad43211e1ba6a9b42ed77 100644 (file)
@@ -5,22 +5,21 @@
     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
     <ProductVersion>9.0.30729</ProductVersion>\r
     <SchemaVersion>2.0</SchemaVersion>\r
-    <ProjectGuid>{155AEF28-C81F-405D-9072-9D52780E3E70}</ProjectGuid>\r
+    <ProjectGuid>{AED34264-9E46-4F38-8BBF-6ECB69DE8FD8}</ProjectGuid>\r
     <OutputType>Library</OutputType>\r
     <NoWarn>1699</NoWarn>\r
-    <OutputPath>./../../class/lib/net_4_5/tmp</OutputPath>\r
-    <NoStdLib>true</NoStdLib>\r
+    <OutputPath>./../../class/lib/net_4_5</OutputPath>\r
+    <NoStdLib>True</NoStdLib>\r
+    <NoConfig>True</NoConfig>\r
     \r
     <AppDesignerFolder>Properties</AppDesignerFolder>\r
-    <RootNamespace></RootNamespace>\r
+    <RootNamespace>\r
+    </RootNamespace>\r
     <AssemblyName>System.Web.Mvc</AssemblyName>\r
     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>\r
     <FileAlignment>512</FileAlignment>\r
-    <!-- Filter out System.Core added by: Microsoft.NETFramework.props  -->\r
-    <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>\r
   </PropertyGroup>\r
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
-    <PlatformTarget>AnyCPU</PlatformTarget>\r
     <DebugSymbols>true</DebugSymbols>\r
     <DebugType>full</DebugType>\r
     <NoWarn>1699</NoWarn>\r
     <DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5;MONO</DefineConstants>\r
     <ErrorReport>prompt</ErrorReport>\r
     <WarningLevel>4</WarningLevel>\r
-    <AdditionalLibPaths>./../../class/lib/net_4_5</AdditionalLibPaths>\r
   </PropertyGroup>\r
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
-    <PlatformTarget>AnyCPU</PlatformTarget>  \r
     <DebugType>pdbonly</DebugType>\r
     <NoWarn>1699</NoWarn>\r
     <Optimize>true</Optimize>\r
     <DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5;MONO</DefineConstants>\r
     <ErrorReport>prompt</ErrorReport>\r
     <WarningLevel>4</WarningLevel>\r
-    <AdditionalLibPaths>./../../class/lib/net_4_5</AdditionalLibPaths>\r
+  </PropertyGroup>\r
+  <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0, \r
+  Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This\r
+  is a problem to compile the Mono mscorlib.dll -->\r
+  <PropertyGroup>\r
+    <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>\r
   </PropertyGroup>\r
   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
   <ItemGroup>\r
-   <Compile Include=".\GlobalSuppressions.cs" />
-   <Compile Include=".\GlobalAssemblyInfo.cs" />
-   <Compile Include=".\Mvc\AcceptVerbsAttribute.cs" />
-   <Compile Include=".\Mvc\ActionDescriptor.cs" />
-   <Compile Include=".\Mvc\ActionExecutedContext.cs" />
-   <Compile Include=".\Mvc\ActionExecutingContext.cs" />
-   <Compile Include=".\Mvc\ActionFilterAttribute.cs" />
-   <Compile Include=".\Mvc\ActionMethodDispatcherCache.cs" />
-   <Compile Include=".\Mvc\ActionMethodDispatcher.cs" />
-   <Compile Include=".\Mvc\ActionMethodSelectorAttribute.cs" />
-   <Compile Include=".\Mvc\ActionMethodSelector.cs" />
-   <Compile Include=".\Mvc\ActionNameAttribute.cs" />
-   <Compile Include=".\Mvc\ActionNameSelectorAttribute.cs" />
-   <Compile Include=".\Mvc\ActionResult.cs" />
-   <Compile Include=".\Mvc\ActionSelector.cs" />
-   <Compile Include=".\Mvc\AdditionalMetaDataAttribute.cs" />
-   <Compile Include=".\Mvc\Ajax\AjaxExtensions.cs" />
-   <Compile Include=".\Mvc\Ajax\AjaxOptions.cs" />
-   <Compile Include=".\Mvc\AjaxHelper`1.cs" />
-   <Compile Include=".\Mvc\AjaxHelper.cs" />
-   <Compile Include=".\Mvc\Ajax\InsertionMode.cs" />
-   <Compile Include=".\Mvc\AjaxRequestExtensions.cs" />
-   <Compile Include=".\Mvc\AllowHtmlAttribute.cs" />
-   <Compile Include=".\Mvc\AreaHelpers.cs" />
-   <Compile Include=".\Mvc\AreaRegistrationContext.cs" />
-   <Compile Include=".\Mvc\AreaRegistration.cs" />
-   <Compile Include=".\Mvc\AssociatedMetadataProvider.cs" />
-   <Compile Include=".\Mvc\AssociatedValidatorProvider.cs" />
-   <Compile Include=".\Mvc\Async\ActionDescriptorCreator.cs" />
-   <Compile Include=".\Mvc\Async\AsyncActionDescriptor.cs" />
-   <Compile Include=".\Mvc\Async\AsyncActionMethodSelector.cs" />
-   <Compile Include=".\Mvc\Async\AsyncControllerActionInvoker.cs" />
-   <Compile Include=".\Mvc\Async\AsyncManager.cs" />
-   <Compile Include=".\Mvc\Async\AsyncResultWrapper.cs" />
-   <Compile Include=".\Mvc\Async\AsyncUtil.cs" />
-   <Compile Include=".\Mvc\Async\AsyncVoid.cs" />
-   <Compile Include=".\Mvc\Async\BeginInvokeDelegate.cs" />
-   <Compile Include=".\Mvc\AsyncController.cs" />
-   <Compile Include=".\Mvc\Async\EndInvokeDelegate`1.cs" />
-   <Compile Include=".\Mvc\Async\EndInvokeDelegate.cs" />
-   <Compile Include=".\Mvc\Async\IAsyncActionInvoker.cs" />
-   <Compile Include=".\Mvc\Async\IAsyncController.cs" />
-   <Compile Include=".\Mvc\Async\IAsyncManagerContainer.cs" />
-   <Compile Include=".\Mvc\Async\OperationCounter.cs" />
-   <Compile Include=".\Mvc\Async\ReflectedAsyncActionDescriptor.cs" />
-   <Compile Include=".\Mvc\Async\ReflectedAsyncControllerDescriptor.cs" />
-   <Compile Include=".\Mvc\Async\SimpleAsyncResult.cs" />
-   <Compile Include=".\Mvc\Async\SingleEntryGate.cs" />
-   <Compile Include=".\Mvc\Async\SynchronizationContextUtil.cs" />
-   <Compile Include=".\Mvc\Async\SynchronousOperationException.cs" />
-   <Compile Include=".\Mvc\AsyncTimeoutAttribute.cs" />
-   <Compile Include=".\Mvc\Async\Trigger.cs" />
-   <Compile Include=".\Mvc\Async\TriggerListener.cs" />
-   <Compile Include=".\Mvc\AuthorizationContext.cs" />
-   <Compile Include=".\Mvc\AuthorizeAttribute.cs" />
-   <Compile Include=".\Mvc\BindAttribute.cs" />
-   <Compile Include=".\Mvc\BuildManagerCompiledView.cs" />
-   <Compile Include=".\Mvc\BuildManagerViewEngine.cs" />
-   <Compile Include=".\Mvc\BuildManagerWrapper.cs" />
-   <Compile Include=".\Mvc\ByteArrayModelBinder.cs" />
-   <Compile Include=".\Mvc\ChildActionOnlyAttribute.cs" />
-   <Compile Include=".\Mvc\ChildActionValueProvider.cs" />
-   <Compile Include=".\Mvc\ChildActionValueProviderFactory.cs" />
-   <Compile Include=".\Mvc\ClientDataTypeModelValidatorProvider.cs" />
-   <Compile Include=".\Mvc\CompareAttribute.cs" />
-   <Compile Include=".\Mvc\ContentResult.cs" />
-   <Compile Include=".\Mvc\ControllerActionInvoker.cs" />
-   <Compile Include=".\Mvc\ControllerBase.cs" />
-   <Compile Include=".\Mvc\ControllerBuilder.cs" />
-   <Compile Include=".\Mvc\ControllerContext.cs" />
-   <Compile Include=".\Mvc\Controller.cs" />
-   <Compile Include=".\Mvc\ControllerDescriptorCache.cs" />
-   <Compile Include=".\Mvc\ControllerDescriptor.cs" />
-   <Compile Include=".\Mvc\ControllerInstanceFilterProvider.cs" />
-   <Compile Include=".\Mvc\ControllerTypeCache.cs" />
-   <Compile Include=".\Mvc\CustomModelBinderAttribute.cs" />
-   <Compile Include=".\Mvc\DataAnnotationsModelMetadata.cs" />
-   <Compile Include=".\Mvc\DataAnnotationsModelMetadataProvider.cs" />
-   <Compile Include=".\Mvc\DataAnnotationsModelValidator`1.cs" />
-   <Compile Include=".\Mvc\DataAnnotationsModelValidator.cs" />
-   <Compile Include=".\Mvc\DataAnnotationsModelValidatorProvider.cs" />
-   <Compile Include=".\Mvc\DataErrorInfoModelValidatorProvider.cs" />
-   <Compile Include=".\Mvc\DataTypeUtil.cs" />
-   <Compile Include=".\Mvc\DefaultControllerFactory.cs" />
-   <Compile Include=".\Mvc\DefaultModelBinder.cs" />
-   <Compile Include=".\Mvc\DefaultViewLocationCache.cs" />
-   <Compile Include=".\Mvc\DependencyResolver.cs" />
-   <Compile Include=".\Mvc\DependencyResolverExtensions.cs" />
-   <Compile Include=".\Mvc\DescriptorUtil.cs" />
-   <Compile Include=".\Mvc\DictionaryHelpers.cs" />
-   <Compile Include=".\Mvc\DictionaryValueProvider`1.cs" />
-   <Compile Include=".\Mvc\DynamicViewDataDictionary.cs" />
-   <Compile Include=".\Mvc\EmptyModelMetadataProvider.cs" />
-   <Compile Include=".\Mvc\EmptyModelValidatorProvider.cs" />
-   <Compile Include=".\Mvc\EmptyResult.cs" />
-   <Compile Include=".\Mvc\Error.cs" />
-   <Compile Include=".\Mvc\ExceptionContext.cs" />
-   <Compile Include=".\Mvc\ExpressionHelper.cs" />
-   <Compile Include=".\Mvc\ExpressionUtil\BinaryExpressionFingerprint.cs" />
-   <Compile Include=".\Mvc\ExpressionUtil\CachedExpressionCompiler.cs" />
-   <Compile Include=".\Mvc\ExpressionUtil\ConditionalExpressionFingerprint.cs" />
-   <Compile Include=".\Mvc\ExpressionUtil\ConstantExpressionFingerprint.cs" />
-   <Compile Include=".\Mvc\ExpressionUtil\DefaultExpressionFingerprint.cs" />
-   <Compile Include=".\Mvc\ExpressionUtil\ExpressionFingerprintChain.cs" />
-   <Compile Include=".\Mvc\ExpressionUtil\ExpressionFingerprint.cs" />
-   <Compile Include=".\Mvc\ExpressionUtil\FingerprintingExpressionVisitor.cs" />
-   <Compile Include=".\Mvc\ExpressionUtil\HashCodeCombiner.cs" />
-   <Compile Include=".\Mvc\ExpressionUtil\Hoisted`2.cs" />
-   <Compile Include=".\Mvc\ExpressionUtil\HoistingExpressionVisitor.cs" />
-   <Compile Include=".\Mvc\ExpressionUtil\IndexExpressionFingerprint.cs" />
-   <Compile Include=".\Mvc\ExpressionUtil\LambdaExpressionFingerprint.cs" />
-   <Compile Include=".\Mvc\ExpressionUtil\MemberExpressionFingerprint.cs" />
-   <Compile Include=".\Mvc\ExpressionUtil\MethodCallExpressionFingerprint.cs" />
-   <Compile Include=".\Mvc\ExpressionUtil\ParameterExpressionFingerprint.cs" />
-   <Compile Include=".\Mvc\ExpressionUtil\TypeBinaryExpressionFingerprint.cs" />
-   <Compile Include=".\Mvc\ExpressionUtil\UnaryExpressionFingerprint.cs" />
-   <Compile Include=".\Mvc\FieldValidationMetadata.cs" />
-   <Compile Include=".\Mvc\FileContentResult.cs" />
-   <Compile Include=".\Mvc\FilePathResult.cs" />
-   <Compile Include=".\Mvc\FileResult.cs" />
-   <Compile Include=".\Mvc\FileStreamResult.cs" />
-   <Compile Include=".\Mvc\FilterAttribute.cs" />
-   <Compile Include=".\Mvc\FilterAttributeFilterProvider.cs" />
-   <Compile Include=".\Mvc\Filter.cs" />
-   <Compile Include=".\Mvc\FilterInfo.cs" />
-   <Compile Include=".\Mvc\FilterProviderCollection.cs" />
-   <Compile Include=".\Mvc\FilterProviders.cs" />
-   <Compile Include=".\Mvc\FilterScope.cs" />
-   <Compile Include=".\Mvc\FormCollection.cs" />
-   <Compile Include=".\Mvc\FormContext.cs" />
-   <Compile Include=".\Mvc\FormMethod.cs" />
-   <Compile Include=".\Mvc\FormValueProvider.cs" />
-   <Compile Include=".\Mvc\FormValueProviderFactory.cs" />
-   <Compile Include=".\Mvc\GlobalFilterCollection.cs" />
-   <Compile Include=".\Mvc\GlobalFilters.cs" />
-   <Compile Include=".\Mvc\HandleErrorAttribute.cs" />
-   <Compile Include=".\Mvc\HandleErrorInfo.cs" />
-   <Compile Include=".\Mvc\HiddenInputAttribute.cs" />
-   <Compile Include=".\Mvc\Html\ChildActionExtensions.cs" />
-   <Compile Include=".\Mvc\Html\DefaultDisplayTemplates.cs" />
-   <Compile Include=".\Mvc\Html\DefaultEditorTemplates.cs" />
-   <Compile Include=".\Mvc\Html\DisplayExtensions.cs" />
-   <Compile Include=".\Mvc\Html\DisplayTextExtensions.cs" />
-   <Compile Include=".\Mvc\Html\EditorExtensions.cs" />
-   <Compile Include=".\Mvc\Html\FormExtensions.cs" />
-   <Compile Include=".\Mvc\HtmlHelper`1.cs" />
-   <Compile Include=".\Mvc\HtmlHelper.cs" />
-   <Compile Include=".\Mvc\Html\InputExtensions.cs" />
-   <Compile Include=".\Mvc\Html\LabelExtensions.cs" />
-   <Compile Include=".\Mvc\Html\LinkExtensions.cs" />
-   <Compile Include=".\Mvc\Html\MvcForm.cs" />
-   <Compile Include=".\Mvc\Html\PartialExtensions.cs" />
-   <Compile Include=".\Mvc\Html\RenderPartialExtensions.cs" />
-   <Compile Include=".\Mvc\Html\SelectExtensions.cs" />
-   <Compile Include=".\Mvc\Html\TemplateHelpers.cs" />
-   <Compile Include=".\Mvc\Html\TextAreaExtensions.cs" />
-   <Compile Include=".\Mvc\Html\ValidationExtensions.cs" />
-   <Compile Include=".\Mvc\HttpDeleteAttribute.cs" />
-   <Compile Include=".\Mvc\HttpFileCollectionValueProvider.cs" />
-   <Compile Include=".\Mvc\HttpFileCollectionValueProviderFactory.cs" />
-   <Compile Include=".\Mvc\HttpGetAttribute.cs" />
-   <Compile Include=".\Mvc\HttpHandlerUtil.cs" />
-   <Compile Include=".\Mvc\HttpNotFoundResult.cs" />
-   <Compile Include=".\Mvc\HttpPostAttribute.cs" />
-   <Compile Include=".\Mvc\HttpPostedFileBaseModelBinder.cs" />
-   <Compile Include=".\Mvc\HttpPutAttribute.cs" />
-   <Compile Include=".\Mvc\HttpRequestExtensions.cs" />
-   <Compile Include=".\Mvc\HttpStatusCodeResult.cs" />
-   <Compile Include=".\Mvc\HttpUnauthorizedResult.cs" />
-   <Compile Include=".\Mvc\HttpVerbs.cs" />
-   <Compile Include=".\Mvc\IActionFilter.cs" />
-   <Compile Include=".\Mvc\IActionInvoker.cs" />
-   <Compile Include=".\Mvc\IAuthorizationFilter.cs" />
-   <Compile Include=".\Mvc\IBuildManager.cs" />
-   <Compile Include=".\Mvc\IClientValidatable.cs" />
-   <Compile Include=".\Mvc\IControllerActivator.cs" />
-   <Compile Include=".\Mvc\IController.cs" />
-   <Compile Include=".\Mvc\IControllerFactory.cs" />
-   <Compile Include=".\Mvc\IDependencyResolver.cs" />
-   <Compile Include=".\Mvc\IExceptionFilter.cs" />
-   <Compile Include=".\Mvc\IFilterProvider.cs" />
-   <Compile Include=".\Mvc\IMetadataAware.cs" />
-   <Compile Include=".\Mvc\IModelBinder.cs" />
-   <Compile Include=".\Mvc\IModelBinderProvider.cs" />
-   <Compile Include=".\Mvc\IMvcControlBuilder.cs" />
-   <Compile Include=".\Mvc\IMvcFilter.cs" />
-   <Compile Include=".\Mvc\InputType.cs" />
-   <Compile Include=".\Mvc\IResolver.cs" />
-   <Compile Include=".\Mvc\IResultFilter.cs" />
-   <Compile Include=".\Mvc\IRouteWithArea.cs" />
-   <Compile Include=".\Mvc\ITempDataProvider.cs" />
-   <Compile Include=".\Mvc\IUniquelyIdentifiable.cs" />
-   <Compile Include=".\Mvc\IUnvalidatedRequestValues.cs" />
-   <Compile Include=".\Mvc\IUnvalidatedValueProvider.cs" />
-   <Compile Include=".\Mvc\IValueProvider.cs" />
-   <Compile Include=".\Mvc\IView.cs" />
-   <Compile Include=".\Mvc\IViewDataContainer.cs" />
-   <Compile Include=".\Mvc\IViewEngine.cs" />
-   <Compile Include=".\Mvc\IViewLocationCache.cs" />
-   <Compile Include=".\Mvc\IViewPageActivator.cs" />
-   <Compile Include=".\Mvc\IViewStartPageChild.cs" />
-   <Compile Include=".\Mvc\JavaScriptResult.cs" />
-   <Compile Include=".\Mvc\JsonRequestBehavior.cs" />
-   <Compile Include=".\Mvc\JsonResult.cs" />
-   <Compile Include=".\Mvc\JsonValueProviderFactory.cs" />
-   <Compile Include=".\Mvc\LinqBinaryModelBinder.cs" />
-   <Compile Include=".\Mvc\ModelBinderAttribute.cs" />
-   <Compile Include=".\Mvc\ModelBinderDictionary.cs" />
-   <Compile Include=".\Mvc\ModelBinderProviderCollection.cs" />
-   <Compile Include=".\Mvc\ModelBinderProviders.cs" />
-   <Compile Include=".\Mvc\ModelBinders.cs" />
-   <Compile Include=".\Mvc\ModelBindingContext.cs" />
-   <Compile Include=".\Mvc\ModelClientValidationEqualToRule.cs" />
-   <Compile Include=".\Mvc\ModelClientValidationRangeRule.cs" />
-   <Compile Include=".\Mvc\ModelClientValidationRegexRule.cs" />
-   <Compile Include=".\Mvc\ModelClientValidationRemoteRule.cs" />
-   <Compile Include=".\Mvc\ModelClientValidationRequiredRule.cs" />
-   <Compile Include=".\Mvc\ModelClientValidationRule.cs" />
-   <Compile Include=".\Mvc\ModelClientValidationStringLengthRule.cs" />
-   <Compile Include=".\Mvc\ModelErrorCollection.cs" />
-   <Compile Include=".\Mvc\ModelError.cs" />
-   <Compile Include=".\Mvc\ModelMetadata.cs" />
-   <Compile Include=".\Mvc\ModelMetadataProvider.cs" />
-   <Compile Include=".\Mvc\ModelMetadataProviders.cs" />
-   <Compile Include=".\Mvc\ModelState.cs" />
-   <Compile Include=".\Mvc\ModelStateDictionary.cs" />
-   <Compile Include=".\Mvc\ModelValidationResult.cs" />
-   <Compile Include=".\Mvc\ModelValidator.cs" />
-   <Compile Include=".\Mvc\ModelValidatorProviderCollection.cs" />
-   <Compile Include=".\Mvc\ModelValidatorProvider.cs" />
-   <Compile Include=".\Mvc\ModelValidatorProviders.cs" />
-   <Compile Include=".\Mvc\MultiSelectList.cs" />
-   <Compile Include=".\Mvc\MultiServiceResolver.cs" />
-   <Compile Include=".\Mvc\MvcFilter.cs" />
-   <Compile Include=".\Mvc\MvcHandler.cs" />
-   <Compile Include=".\Mvc\MvcHtmlString.cs" />
-   <Compile Include=".\Mvc\MvcHttpHandler.cs" />
-   <Compile Include=".\Mvc\MvcRouteHandler.cs" />
-   <Compile Include=".\Mvc\MvcWebRazorHostFactory.cs" />
-   <Compile Include=".\Mvc\NameValueCollectionExtensions.cs" />
-   <Compile Include=".\Mvc\NameValueCollectionValueProvider.cs" />
-   <Compile Include=".\Mvc\NoAsyncTimeoutAttribute.cs" />
-   <Compile Include=".\Mvc\NonActionAttribute.cs" />
-   <Compile Include=".\Mvc\NullViewLocationCache.cs" />
-   <Compile Include=".\Mvc\OutputCacheAttribute.cs" />
-   <Compile Include=".\Mvc\ParameterBindingInfo.cs" />
-   <Compile Include=".\Mvc\ParameterDescriptor.cs" />
-   <Compile Include=".\Mvc\ParameterInfoUtil.cs" />
-   <Compile Include=".\Mvc\PartialViewResult.cs" />
-   <Compile Include=".\Mvc\PathHelpers.cs" />
-   <Compile Include=".\Mvc\PreApplicationStartCode.cs" />
-   <Compile Include=".\Mvc\QueryStringValueProvider.cs" />
-   <Compile Include=".\Mvc\QueryStringValueProviderFactory.cs" />
-   <Compile Include=".\Mvc\RangeAttributeAdapter.cs" />
-   <Compile Include=".\Mvc\Razor\MvcCSharpRazorCodeGenerator.cs" />
-   <Compile Include=".\Mvc\Razor\MvcCSharpRazorCodeParser.cs" />
-   <Compile Include=".\Mvc\Razor\MvcVBRazorCodeParser.cs" />
-   <Compile Include=".\Mvc\Razor\MvcWebPageRazorHost.cs" />
-   <Compile Include=".\Mvc\Razor\SetModelTypeCodeGenerator.cs" />
-   <Compile Include=".\Mvc\Razor\StartPageLookupDelegate.cs" />
-   <Compile Include=".\Mvc\RazorView.cs" />
-   <Compile Include=".\Mvc\RazorViewEngine.cs" />
-   <Compile Include=".\Mvc\ReaderWriterCache`2.cs" />
-   <Compile Include=".\Mvc\RedirectResult.cs" />
-   <Compile Include=".\Mvc\RedirectToRouteResult.cs" />
-   <Compile Include=".\Mvc\ReflectedActionDescriptor.cs" />
-   <Compile Include=".\Mvc\ReflectedAttributeCache.cs" />
-   <Compile Include=".\Mvc\ReflectedControllerDescriptor.cs" />
-   <Compile Include=".\Mvc\ReflectedParameterBindingInfo.cs" />
-   <Compile Include=".\Mvc\ReflectedParameterDescriptor.cs" />
-   <Compile Include=".\Mvc\RegularExpressionAttributeAdapter.cs" />
-   <Compile Include=".\Mvc\RemoteAttribute.cs" />
-   <Compile Include=".\Mvc\RequiredAttributeAdapter.cs" />
-   <Compile Include=".\Mvc\RequireHttpsAttribute.cs" />
-   <Compile Include=".\Mvc\Resources\MvcResources.Designer.cs" />
-   <Compile Include=".\Mvc\ResultExecutedContext.cs" />
-   <Compile Include=".\Mvc\ResultExecutingContext.cs" />
-   <Compile Include=".\Mvc\RouteCollectionExtensions.cs" />
-   <Compile Include=".\Mvc\RouteDataValueProvider.cs" />
-   <Compile Include=".\Mvc\RouteDataValueProviderFactory.cs" />
-   <Compile Include=".\Mvc\RouteValuesHelpers.cs" />
-   <Compile Include=".\Mvc\SecurityUtil.cs" />
-   <Compile Include=".\Mvc\SelectList.cs" />
-   <Compile Include=".\Mvc\SelectListItem.cs" />
-   <Compile Include=".\Mvc\SessionStateAttribute.cs" />
-   <Compile Include=".\Mvc\SessionStateTempDataProvider.cs" />
-   <Compile Include=".\Mvc\SingleServiceResolver.cs" />
-   <Compile Include=".\Mvc\StringLengthAttributeAdapter.cs" />
-   <Compile Include=".\Mvc\TagBuilderExtensions.cs" />
-   <Compile Include=".\Mvc\TempDataDictionary.cs" />
-   <Compile Include=".\Mvc\TemplateInfo.cs" />
-   <Compile Include=".\Mvc\TryGetValueDelegate.cs" />
-   <Compile Include=".\Mvc\TypeCacheSerializer.cs" />
-   <Compile Include=".\Mvc\TypeCacheUtil.cs" />
-   <Compile Include=".\Mvc\TypeDescriptorHelper.cs" />
-   <Compile Include=".\Mvc\TypeHelpers.cs" />
-   <Compile Include=".\Mvc\UnvalidatedRequestValuesAccessor.cs" />
-   <Compile Include=".\Mvc\UnvalidatedRequestValuesWrapper.cs" />
-   <Compile Include=".\Mvc\UrlHelper.cs" />
-   <Compile Include=".\Mvc\UrlParameter.cs" />
-   <Compile Include=".\Mvc\UrlRewriterHelper.cs" />
-   <Compile Include=".\Mvc\ValidatableObjectAdapter.cs" />
-   <Compile Include=".\Mvc\ValidateAntiForgeryTokenAttribute.cs" />
-   <Compile Include=".\Mvc\ValidateInputAttribute.cs" />
-   <Compile Include=".\Mvc\ValueProviderCollection.cs" />
-   <Compile Include=".\Mvc\ValueProviderDictionary.cs" />
-   <Compile Include=".\Mvc\ValueProviderFactories.cs" />
-   <Compile Include=".\Mvc\ValueProviderFactoryCollection.cs" />
-   <Compile Include=".\Mvc\ValueProviderFactory.cs" />
-   <Compile Include=".\Mvc\ValueProviderResult.cs" />
-   <Compile Include=".\Mvc\ValueProviderUtil.cs" />
-   <Compile Include=".\Mvc\ViewContext.cs" />
-   <Compile Include=".\Mvc\ViewDataDictionary`1.cs" />
-   <Compile Include=".\Mvc\ViewDataDictionary.cs" />
-   <Compile Include=".\Mvc\ViewDataInfo.cs" />
-   <Compile Include=".\Mvc\ViewEngineCollection.cs" />
-   <Compile Include=".\Mvc\ViewEngineResult.cs" />
-   <Compile Include=".\Mvc\ViewEngines.cs" />
-   <Compile Include=".\Mvc\ViewMasterPage`1.cs" />
-   <Compile Include=".\Mvc\ViewMasterPageControlBuilder.cs" />
-   <Compile Include=".\Mvc\ViewMasterPage.cs" />
-   <Compile Include=".\Mvc\ViewPage`1.cs" />
-   <Compile Include=".\Mvc\ViewPageControlBuilder.cs" />
-   <Compile Include=".\Mvc\ViewPage.cs" />
-   <Compile Include=".\Mvc\ViewResultBase.cs" />
-   <Compile Include=".\Mvc\ViewResult.cs" />
-   <Compile Include=".\Mvc\ViewStartPage.cs" />
-   <Compile Include=".\Mvc\ViewTemplateUserControl`1.cs" />
-   <Compile Include=".\Mvc\ViewTemplateUserControl.cs" />
-   <Compile Include=".\Mvc\ViewTypeControlBuilder.cs" />
-   <Compile Include=".\Mvc\ViewType.cs" />
-   <Compile Include=".\Mvc\ViewTypeParserFilter.cs" />
-   <Compile Include=".\Mvc\ViewUserControl`1.cs" />
-   <Compile Include=".\Mvc\ViewUserControlControlBuilder.cs" />
-   <Compile Include=".\Mvc\ViewUserControl.cs" />
-   <Compile Include=".\Mvc\VirtualPathProviderViewEngine.cs" />
-   <Compile Include=".\Mvc\WebFormView.cs" />
-   <Compile Include=".\Mvc\WebFormViewEngine.cs" />
-   <Compile Include=".\Mvc\WebViewPage`1.cs" />
-   <Compile Include=".\Mvc\WebViewPage.cs" />
-   <Compile Include=".\Properties\AssemblyInfo.cs" />
-\r
-  </ItemGroup>\r
+    <Compile Include=".\GlobalAssemblyInfo.cs" />\r
+    <Compile Include=".\GlobalSuppressions.cs" />\r
+    <Compile Include=".\Mvc\AcceptVerbsAttribute.cs" />\r
+    <Compile Include=".\Mvc\ActionDescriptor.cs" />\r
+    <Compile Include=".\Mvc\ActionExecutedContext.cs" />\r
+    <Compile Include=".\Mvc\ActionExecutingContext.cs" />\r
+    <Compile Include=".\Mvc\ActionFilterAttribute.cs" />\r
+    <Compile Include=".\Mvc\ActionMethodDispatcher.cs" />\r
+    <Compile Include=".\Mvc\ActionMethodDispatcherCache.cs" />\r
+    <Compile Include=".\Mvc\ActionMethodSelector.cs" />\r
+    <Compile Include=".\Mvc\ActionMethodSelectorAttribute.cs" />\r
+    <Compile Include=".\Mvc\ActionNameAttribute.cs" />\r
+    <Compile Include=".\Mvc\ActionNameSelectorAttribute.cs" />\r
+    <Compile Include=".\Mvc\ActionResult.cs" />\r
+    <Compile Include=".\Mvc\ActionSelector.cs" />\r
+    <Compile Include=".\Mvc\AdditionalMetaDataAttribute.cs" />\r
+    <Compile Include=".\Mvc\Ajax\AjaxExtensions.cs" />\r
+    <Compile Include=".\Mvc\Ajax\AjaxOptions.cs" />\r
+    <Compile Include=".\Mvc\Ajax\InsertionMode.cs" />\r
+    <Compile Include=".\Mvc\AjaxHelper.cs" />\r
+    <Compile Include=".\Mvc\AjaxHelper`1.cs" />\r
+    <Compile Include=".\Mvc\AjaxRequestExtensions.cs" />\r
+    <Compile Include=".\Mvc\AllowHtmlAttribute.cs" />\r
+    <Compile Include=".\Mvc\AreaHelpers.cs" />\r
+    <Compile Include=".\Mvc\AreaRegistration.cs" />\r
+    <Compile Include=".\Mvc\AreaRegistrationContext.cs" />\r
+    <Compile Include=".\Mvc\AssociatedMetadataProvider.cs" />\r
+    <Compile Include=".\Mvc\AssociatedValidatorProvider.cs" />\r
+    <Compile Include=".\Mvc\Async\ActionDescriptorCreator.cs" />\r
+    <Compile Include=".\Mvc\Async\AsyncActionDescriptor.cs" />\r
+    <Compile Include=".\Mvc\Async\AsyncActionMethodSelector.cs" />\r
+    <Compile Include=".\Mvc\Async\AsyncControllerActionInvoker.cs" />\r
+    <Compile Include=".\Mvc\Async\AsyncManager.cs" />\r
+    <Compile Include=".\Mvc\Async\AsyncResultWrapper.cs" />\r
+    <Compile Include=".\Mvc\Async\AsyncUtil.cs" />\r
+    <Compile Include=".\Mvc\Async\AsyncVoid.cs" />\r
+    <Compile Include=".\Mvc\Async\BeginInvokeDelegate.cs" />\r
+    <Compile Include=".\Mvc\Async\EndInvokeDelegate.cs" />\r
+    <Compile Include=".\Mvc\Async\EndInvokeDelegate`1.cs" />\r
+    <Compile Include=".\Mvc\Async\IAsyncActionInvoker.cs" />\r
+    <Compile Include=".\Mvc\Async\IAsyncController.cs" />\r
+    <Compile Include=".\Mvc\Async\IAsyncManagerContainer.cs" />\r
+    <Compile Include=".\Mvc\Async\OperationCounter.cs" />\r
+    <Compile Include=".\Mvc\Async\ReflectedAsyncActionDescriptor.cs" />\r
+    <Compile Include=".\Mvc\Async\ReflectedAsyncControllerDescriptor.cs" />\r
+    <Compile Include=".\Mvc\Async\SimpleAsyncResult.cs" />\r
+    <Compile Include=".\Mvc\Async\SingleEntryGate.cs" />\r
+    <Compile Include=".\Mvc\Async\SynchronizationContextUtil.cs" />\r
+    <Compile Include=".\Mvc\Async\SynchronousOperationException.cs" />\r
+    <Compile Include=".\Mvc\Async\Trigger.cs" />\r
+    <Compile Include=".\Mvc\Async\TriggerListener.cs" />\r
+    <Compile Include=".\Mvc\AsyncController.cs" />\r
+    <Compile Include=".\Mvc\AsyncTimeoutAttribute.cs" />\r
+    <Compile Include=".\Mvc\AuthorizationContext.cs" />\r
+    <Compile Include=".\Mvc\AuthorizeAttribute.cs" />\r
+    <Compile Include=".\Mvc\BindAttribute.cs" />\r
+    <Compile Include=".\Mvc\BuildManagerCompiledView.cs" />\r
+    <Compile Include=".\Mvc\BuildManagerViewEngine.cs" />\r
+    <Compile Include=".\Mvc\BuildManagerWrapper.cs" />\r
+    <Compile Include=".\Mvc\ByteArrayModelBinder.cs" />\r
+    <Compile Include=".\Mvc\ChildActionOnlyAttribute.cs" />\r
+    <Compile Include=".\Mvc\ChildActionValueProvider.cs" />\r
+    <Compile Include=".\Mvc\ChildActionValueProviderFactory.cs" />\r
+    <Compile Include=".\Mvc\ClientDataTypeModelValidatorProvider.cs" />\r
+    <Compile Include=".\Mvc\CompareAttribute.cs" />\r
+    <Compile Include=".\Mvc\ContentResult.cs" />\r
+    <Compile Include=".\Mvc\Controller.cs" />\r
+    <Compile Include=".\Mvc\ControllerActionInvoker.cs" />\r
+    <Compile Include=".\Mvc\ControllerBase.cs" />\r
+    <Compile Include=".\Mvc\ControllerBuilder.cs" />\r
+    <Compile Include=".\Mvc\ControllerContext.cs" />\r
+    <Compile Include=".\Mvc\ControllerDescriptor.cs" />\r
+    <Compile Include=".\Mvc\ControllerDescriptorCache.cs" />\r
+    <Compile Include=".\Mvc\ControllerInstanceFilterProvider.cs" />\r
+    <Compile Include=".\Mvc\ControllerTypeCache.cs" />\r
+    <Compile Include=".\Mvc\CustomModelBinderAttribute.cs" />\r
+    <Compile Include=".\Mvc\DataAnnotationsModelMetadata.cs" />\r
+    <Compile Include=".\Mvc\DataAnnotationsModelMetadataProvider.cs" />\r
+    <Compile Include=".\Mvc\DataAnnotationsModelValidator.cs" />\r
+    <Compile Include=".\Mvc\DataAnnotationsModelValidator`1.cs" />\r
+    <Compile Include=".\Mvc\DataAnnotationsModelValidatorProvider.cs" />\r
+    <Compile Include=".\Mvc\DataErrorInfoModelValidatorProvider.cs" />\r
+    <Compile Include=".\Mvc\DataTypeUtil.cs" />\r
+    <Compile Include=".\Mvc\DefaultControllerFactory.cs" />\r
+    <Compile Include=".\Mvc\DefaultModelBinder.cs" />\r
+    <Compile Include=".\Mvc\DefaultViewLocationCache.cs" />\r
+    <Compile Include=".\Mvc\DependencyResolver.cs" />\r
+    <Compile Include=".\Mvc\DependencyResolverExtensions.cs" />\r
+    <Compile Include=".\Mvc\DescriptorUtil.cs" />\r
+    <Compile Include=".\Mvc\DictionaryHelpers.cs" />\r
+    <Compile Include=".\Mvc\DictionaryValueProvider`1.cs" />\r
+    <Compile Include=".\Mvc\DynamicViewDataDictionary.cs" />\r
+    <Compile Include=".\Mvc\EmptyModelMetadataProvider.cs" />\r
+    <Compile Include=".\Mvc\EmptyModelValidatorProvider.cs" />\r
+    <Compile Include=".\Mvc\EmptyResult.cs" />\r
+    <Compile Include=".\Mvc\Error.cs" />\r
+    <Compile Include=".\Mvc\ExceptionContext.cs" />\r
+    <Compile Include=".\Mvc\ExpressionHelper.cs" />\r
+    <Compile Include=".\Mvc\ExpressionUtil\BinaryExpressionFingerprint.cs" />\r
+    <Compile Include=".\Mvc\ExpressionUtil\CachedExpressionCompiler.cs" />\r
+    <Compile Include=".\Mvc\ExpressionUtil\ConditionalExpressionFingerprint.cs" />\r
+    <Compile Include=".\Mvc\ExpressionUtil\ConstantExpressionFingerprint.cs" />\r
+    <Compile Include=".\Mvc\ExpressionUtil\DefaultExpressionFingerprint.cs" />\r
+    <Compile Include=".\Mvc\ExpressionUtil\ExpressionFingerprint.cs" />\r
+    <Compile Include=".\Mvc\ExpressionUtil\ExpressionFingerprintChain.cs" />\r
+    <Compile Include=".\Mvc\ExpressionUtil\FingerprintingExpressionVisitor.cs" />\r
+    <Compile Include=".\Mvc\ExpressionUtil\HashCodeCombiner.cs" />\r
+    <Compile Include=".\Mvc\ExpressionUtil\Hoisted`2.cs" />\r
+    <Compile Include=".\Mvc\ExpressionUtil\HoistingExpressionVisitor.cs" />\r
+    <Compile Include=".\Mvc\ExpressionUtil\IndexExpressionFingerprint.cs" />\r
+    <Compile Include=".\Mvc\ExpressionUtil\LambdaExpressionFingerprint.cs" />\r
+    <Compile Include=".\Mvc\ExpressionUtil\MemberExpressionFingerprint.cs" />\r
+    <Compile Include=".\Mvc\ExpressionUtil\MethodCallExpressionFingerprint.cs" />\r
+    <Compile Include=".\Mvc\ExpressionUtil\ParameterExpressionFingerprint.cs" />\r
+    <Compile Include=".\Mvc\ExpressionUtil\TypeBinaryExpressionFingerprint.cs" />\r
+    <Compile Include=".\Mvc\ExpressionUtil\UnaryExpressionFingerprint.cs" />\r
+    <Compile Include=".\Mvc\FieldValidationMetadata.cs" />\r
+    <Compile Include=".\Mvc\FileContentResult.cs" />\r
+    <Compile Include=".\Mvc\FilePathResult.cs" />\r
+    <Compile Include=".\Mvc\FileResult.cs" />\r
+    <Compile Include=".\Mvc\FileStreamResult.cs" />\r
+    <Compile Include=".\Mvc\Filter.cs" />\r
+    <Compile Include=".\Mvc\FilterAttribute.cs" />\r
+    <Compile Include=".\Mvc\FilterAttributeFilterProvider.cs" />\r
+    <Compile Include=".\Mvc\FilterInfo.cs" />\r
+    <Compile Include=".\Mvc\FilterProviderCollection.cs" />\r
+    <Compile Include=".\Mvc\FilterProviders.cs" />\r
+    <Compile Include=".\Mvc\FilterScope.cs" />\r
+    <Compile Include=".\Mvc\FormCollection.cs" />\r
+    <Compile Include=".\Mvc\FormContext.cs" />\r
+    <Compile Include=".\Mvc\FormMethod.cs" />\r
+    <Compile Include=".\Mvc\FormValueProvider.cs" />\r
+    <Compile Include=".\Mvc\FormValueProviderFactory.cs" />\r
+    <Compile Include=".\Mvc\GlobalFilterCollection.cs" />\r
+    <Compile Include=".\Mvc\GlobalFilters.cs" />\r
+    <Compile Include=".\Mvc\HandleErrorAttribute.cs" />\r
+    <Compile Include=".\Mvc\HandleErrorInfo.cs" />\r
+    <Compile Include=".\Mvc\HiddenInputAttribute.cs" />\r
+    <Compile Include=".\Mvc\Html\ChildActionExtensions.cs" />\r
+    <Compile Include=".\Mvc\Html\DefaultDisplayTemplates.cs" />\r
+    <Compile Include=".\Mvc\Html\DefaultEditorTemplates.cs" />\r
+    <Compile Include=".\Mvc\Html\DisplayExtensions.cs" />\r
+    <Compile Include=".\Mvc\Html\DisplayTextExtensions.cs" />\r
+    <Compile Include=".\Mvc\Html\EditorExtensions.cs" />\r
+    <Compile Include=".\Mvc\Html\FormExtensions.cs" />\r
+    <Compile Include=".\Mvc\Html\InputExtensions.cs" />\r
+    <Compile Include=".\Mvc\Html\LabelExtensions.cs" />\r
+    <Compile Include=".\Mvc\Html\LinkExtensions.cs" />\r
+    <Compile Include=".\Mvc\Html\MvcForm.cs" />\r
+    <Compile Include=".\Mvc\Html\PartialExtensions.cs" />\r
+    <Compile Include=".\Mvc\Html\RenderPartialExtensions.cs" />\r
+    <Compile Include=".\Mvc\Html\SelectExtensions.cs" />\r
+    <Compile Include=".\Mvc\Html\TemplateHelpers.cs" />\r
+    <Compile Include=".\Mvc\Html\TextAreaExtensions.cs" />\r
+    <Compile Include=".\Mvc\Html\ValidationExtensions.cs" />\r
+    <Compile Include=".\Mvc\HtmlHelper.cs" />\r
+    <Compile Include=".\Mvc\HtmlHelper`1.cs" />\r
+    <Compile Include=".\Mvc\HttpDeleteAttribute.cs" />\r
+    <Compile Include=".\Mvc\HttpFileCollectionValueProvider.cs" />\r
+    <Compile Include=".\Mvc\HttpFileCollectionValueProviderFactory.cs" />\r
+    <Compile Include=".\Mvc\HttpGetAttribute.cs" />\r
+    <Compile Include=".\Mvc\HttpHandlerUtil.cs" />\r
+    <Compile Include=".\Mvc\HttpNotFoundResult.cs" />\r
+    <Compile Include=".\Mvc\HttpPostAttribute.cs" />\r
+    <Compile Include=".\Mvc\HttpPostedFileBaseModelBinder.cs" />\r
+    <Compile Include=".\Mvc\HttpPutAttribute.cs" />\r
+    <Compile Include=".\Mvc\HttpRequestExtensions.cs" />\r
+    <Compile Include=".\Mvc\HttpStatusCodeResult.cs" />\r
+    <Compile Include=".\Mvc\HttpUnauthorizedResult.cs" />\r
+    <Compile Include=".\Mvc\HttpVerbs.cs" />\r
+    <Compile Include=".\Mvc\IActionFilter.cs" />\r
+    <Compile Include=".\Mvc\IActionInvoker.cs" />\r
+    <Compile Include=".\Mvc\IAuthorizationFilter.cs" />\r
+    <Compile Include=".\Mvc\IBuildManager.cs" />\r
+    <Compile Include=".\Mvc\IClientValidatable.cs" />\r
+    <Compile Include=".\Mvc\IController.cs" />\r
+    <Compile Include=".\Mvc\IControllerActivator.cs" />\r
+    <Compile Include=".\Mvc\IControllerFactory.cs" />\r
+    <Compile Include=".\Mvc\IDependencyResolver.cs" />\r
+    <Compile Include=".\Mvc\IExceptionFilter.cs" />\r
+    <Compile Include=".\Mvc\IFilterProvider.cs" />\r
+    <Compile Include=".\Mvc\IMetadataAware.cs" />\r
+    <Compile Include=".\Mvc\IModelBinder.cs" />\r
+    <Compile Include=".\Mvc\IModelBinderProvider.cs" />\r
+    <Compile Include=".\Mvc\IMvcControlBuilder.cs" />\r
+    <Compile Include=".\Mvc\IMvcFilter.cs" />\r
+    <Compile Include=".\Mvc\InputType.cs" />\r
+    <Compile Include=".\Mvc\IResolver.cs" />\r
+    <Compile Include=".\Mvc\IResultFilter.cs" />\r
+    <Compile Include=".\Mvc\IRouteWithArea.cs" />\r
+    <Compile Include=".\Mvc\ITempDataProvider.cs" />\r
+    <Compile Include=".\Mvc\IUniquelyIdentifiable.cs" />\r
+    <Compile Include=".\Mvc\IUnvalidatedRequestValues.cs" />\r
+    <Compile Include=".\Mvc\IUnvalidatedValueProvider.cs" />\r
+    <Compile Include=".\Mvc\IValueProvider.cs" />\r
+    <Compile Include=".\Mvc\IView.cs" />\r
+    <Compile Include=".\Mvc\IViewDataContainer.cs" />\r
+    <Compile Include=".\Mvc\IViewEngine.cs" />\r
+    <Compile Include=".\Mvc\IViewLocationCache.cs" />\r
+    <Compile Include=".\Mvc\IViewPageActivator.cs" />\r
+    <Compile Include=".\Mvc\IViewStartPageChild.cs" />\r
+    <Compile Include=".\Mvc\JavaScriptResult.cs" />\r
+    <Compile Include=".\Mvc\JsonRequestBehavior.cs" />\r
+    <Compile Include=".\Mvc\JsonResult.cs" />\r
+    <Compile Include=".\Mvc\JsonValueProviderFactory.cs" />\r
+    <Compile Include=".\Mvc\LinqBinaryModelBinder.cs" />\r
+    <Compile Include=".\Mvc\ModelBinderAttribute.cs" />\r
+    <Compile Include=".\Mvc\ModelBinderDictionary.cs" />\r
+    <Compile Include=".\Mvc\ModelBinderProviderCollection.cs" />\r
+    <Compile Include=".\Mvc\ModelBinderProviders.cs" />\r
+    <Compile Include=".\Mvc\ModelBinders.cs" />\r
+    <Compile Include=".\Mvc\ModelBindingContext.cs" />\r
+    <Compile Include=".\Mvc\ModelClientValidationEqualToRule.cs" />\r
+    <Compile Include=".\Mvc\ModelClientValidationRangeRule.cs" />\r
+    <Compile Include=".\Mvc\ModelClientValidationRegexRule.cs" />\r
+    <Compile Include=".\Mvc\ModelClientValidationRemoteRule.cs" />\r
+    <Compile Include=".\Mvc\ModelClientValidationRequiredRule.cs" />\r
+    <Compile Include=".\Mvc\ModelClientValidationRule.cs" />\r
+    <Compile Include=".\Mvc\ModelClientValidationStringLengthRule.cs" />\r
+    <Compile Include=".\Mvc\ModelError.cs" />\r
+    <Compile Include=".\Mvc\ModelErrorCollection.cs" />\r
+    <Compile Include=".\Mvc\ModelMetadata.cs" />\r
+    <Compile Include=".\Mvc\ModelMetadataProvider.cs" />\r
+    <Compile Include=".\Mvc\ModelMetadataProviders.cs" />\r
+    <Compile Include=".\Mvc\ModelState.cs" />\r
+    <Compile Include=".\Mvc\ModelStateDictionary.cs" />\r
+    <Compile Include=".\Mvc\ModelValidationResult.cs" />\r
+    <Compile Include=".\Mvc\ModelValidator.cs" />\r
+    <Compile Include=".\Mvc\ModelValidatorProvider.cs" />\r
+    <Compile Include=".\Mvc\ModelValidatorProviderCollection.cs" />\r
+    <Compile Include=".\Mvc\ModelValidatorProviders.cs" />\r
+    <Compile Include=".\Mvc\MultiSelectList.cs" />\r
+    <Compile Include=".\Mvc\MultiServiceResolver.cs" />\r
+    <Compile Include=".\Mvc\MvcFilter.cs" />\r
+    <Compile Include=".\Mvc\MvcHandler.cs" />\r
+    <Compile Include=".\Mvc\MvcHtmlString.cs" />\r
+    <Compile Include=".\Mvc\MvcHttpHandler.cs" />\r
+    <Compile Include=".\Mvc\MvcRouteHandler.cs" />\r
+    <Compile Include=".\Mvc\MvcWebRazorHostFactory.cs" />\r
+    <Compile Include=".\Mvc\NameValueCollectionExtensions.cs" />\r
+    <Compile Include=".\Mvc\NameValueCollectionValueProvider.cs" />\r
+    <Compile Include=".\Mvc\NoAsyncTimeoutAttribute.cs" />\r
+    <Compile Include=".\Mvc\NonActionAttribute.cs" />\r
+    <Compile Include=".\Mvc\NullViewLocationCache.cs" />\r
+    <Compile Include=".\Mvc\OutputCacheAttribute.cs" />\r
+    <Compile Include=".\Mvc\ParameterBindingInfo.cs" />\r
+    <Compile Include=".\Mvc\ParameterDescriptor.cs" />\r
+    <Compile Include=".\Mvc\ParameterInfoUtil.cs" />\r
+    <Compile Include=".\Mvc\PartialViewResult.cs" />\r
+    <Compile Include=".\Mvc\PathHelpers.cs" />\r
+    <Compile Include=".\Mvc\PreApplicationStartCode.cs" />\r
+    <Compile Include=".\Mvc\QueryStringValueProvider.cs" />\r
+    <Compile Include=".\Mvc\QueryStringValueProviderFactory.cs" />\r
+    <Compile Include=".\Mvc\RangeAttributeAdapter.cs" />\r
+    <Compile Include=".\Mvc\Razor\MvcCSharpRazorCodeGenerator.cs" />\r
+    <Compile Include=".\Mvc\Razor\MvcCSharpRazorCodeParser.cs" />\r
+    <Compile Include=".\Mvc\Razor\MvcVBRazorCodeParser.cs" />\r
+    <Compile Include=".\Mvc\Razor\MvcWebPageRazorHost.cs" />\r
+    <Compile Include=".\Mvc\Razor\SetModelTypeCodeGenerator.cs" />\r
+    <Compile Include=".\Mvc\Razor\StartPageLookupDelegate.cs" />\r
+    <Compile Include=".\Mvc\RazorView.cs" />\r
+    <Compile Include=".\Mvc\RazorViewEngine.cs" />\r
+    <Compile Include=".\Mvc\ReaderWriterCache`2.cs" />\r
+    <Compile Include=".\Mvc\RedirectResult.cs" />\r
+    <Compile Include=".\Mvc\RedirectToRouteResult.cs" />\r
+    <Compile Include=".\Mvc\ReflectedActionDescriptor.cs" />\r
+    <Compile Include=".\Mvc\ReflectedAttributeCache.cs" />\r
+    <Compile Include=".\Mvc\ReflectedControllerDescriptor.cs" />\r
+    <Compile Include=".\Mvc\ReflectedParameterBindingInfo.cs" />\r
+    <Compile Include=".\Mvc\ReflectedParameterDescriptor.cs" />\r
+    <Compile Include=".\Mvc\RegularExpressionAttributeAdapter.cs" />\r
+    <Compile Include=".\Mvc\RemoteAttribute.cs" />\r
+    <Compile Include=".\Mvc\RequiredAttributeAdapter.cs" />\r
+    <Compile Include=".\Mvc\RequireHttpsAttribute.cs" />\r
+    <Compile Include=".\Mvc\Resources\MvcResources.Designer.cs" />\r
+    <Compile Include=".\Mvc\ResultExecutedContext.cs" />\r
+    <Compile Include=".\Mvc\ResultExecutingContext.cs" />\r
+    <Compile Include=".\Mvc\RouteCollectionExtensions.cs" />\r
+    <Compile Include=".\Mvc\RouteDataValueProvider.cs" />\r
+    <Compile Include=".\Mvc\RouteDataValueProviderFactory.cs" />\r
+    <Compile Include=".\Mvc\RouteValuesHelpers.cs" />\r
+    <Compile Include=".\Mvc\SecurityUtil.cs" />\r
+    <Compile Include=".\Mvc\SelectList.cs" />\r
+    <Compile Include=".\Mvc\SelectListItem.cs" />\r
+    <Compile Include=".\Mvc\SessionStateAttribute.cs" />\r
+    <Compile Include=".\Mvc\SessionStateTempDataProvider.cs" />\r
+    <Compile Include=".\Mvc\SingleServiceResolver.cs" />\r
+    <Compile Include=".\Mvc\StringLengthAttributeAdapter.cs" />\r
+    <Compile Include=".\Mvc\TagBuilderExtensions.cs" />\r
+    <Compile Include=".\Mvc\TempDataDictionary.cs" />\r
+    <Compile Include=".\Mvc\TemplateInfo.cs" />\r
+    <Compile Include=".\Mvc\TryGetValueDelegate.cs" />\r
+    <Compile Include=".\Mvc\TypeCacheSerializer.cs" />\r
+    <Compile Include=".\Mvc\TypeCacheUtil.cs" />\r
+    <Compile Include=".\Mvc\TypeDescriptorHelper.cs" />\r
+    <Compile Include=".\Mvc\TypeHelpers.cs" />\r
+    <Compile Include=".\Mvc\UnvalidatedRequestValuesAccessor.cs" />\r
+    <Compile Include=".\Mvc\UnvalidatedRequestValuesWrapper.cs" />\r
+    <Compile Include=".\Mvc\UrlHelper.cs" />\r
+    <Compile Include=".\Mvc\UrlParameter.cs" />\r
+    <Compile Include=".\Mvc\UrlRewriterHelper.cs" />\r
+    <Compile Include=".\Mvc\ValidatableObjectAdapter.cs" />\r
+    <Compile Include=".\Mvc\ValidateAntiForgeryTokenAttribute.cs" />\r
+    <Compile Include=".\Mvc\ValidateInputAttribute.cs" />\r
+    <Compile Include=".\Mvc\ValueProviderCollection.cs" />\r
+    <Compile Include=".\Mvc\ValueProviderDictionary.cs" />\r
+    <Compile Include=".\Mvc\ValueProviderFactories.cs" />\r
+    <Compile Include=".\Mvc\ValueProviderFactory.cs" />\r
+    <Compile Include=".\Mvc\ValueProviderFactoryCollection.cs" />\r
+    <Compile Include=".\Mvc\ValueProviderResult.cs" />\r
+    <Compile Include=".\Mvc\ValueProviderUtil.cs" />\r
+    <Compile Include=".\Mvc\ViewContext.cs" />\r
+    <Compile Include=".\Mvc\ViewDataDictionary.cs" />\r
+    <Compile Include=".\Mvc\ViewDataDictionary`1.cs" />\r
+    <Compile Include=".\Mvc\ViewDataInfo.cs" />\r
+    <Compile Include=".\Mvc\ViewEngineCollection.cs" />\r
+    <Compile Include=".\Mvc\ViewEngineResult.cs" />\r
+    <Compile Include=".\Mvc\ViewEngines.cs" />\r
+    <Compile Include=".\Mvc\ViewMasterPage.cs" />\r
+    <Compile Include=".\Mvc\ViewMasterPage`1.cs" />\r
+    <Compile Include=".\Mvc\ViewMasterPageControlBuilder.cs" />\r
+    <Compile Include=".\Mvc\ViewPage.cs" />\r
+    <Compile Include=".\Mvc\ViewPage`1.cs" />\r
+    <Compile Include=".\Mvc\ViewPageControlBuilder.cs" />\r
+    <Compile Include=".\Mvc\ViewResult.cs" />\r
+    <Compile Include=".\Mvc\ViewResultBase.cs" />\r
+    <Compile Include=".\Mvc\ViewStartPage.cs" />\r
+    <Compile Include=".\Mvc\ViewTemplateUserControl.cs" />\r
+    <Compile Include=".\Mvc\ViewTemplateUserControl`1.cs" />\r
+    <Compile Include=".\Mvc\ViewType.cs" />\r
+    <Compile Include=".\Mvc\ViewTypeControlBuilder.cs" />\r
+    <Compile Include=".\Mvc\ViewTypeParserFilter.cs" />\r
+    <Compile Include=".\Mvc\ViewUserControl.cs" />\r
+    <Compile Include=".\Mvc\ViewUserControl`1.cs" />\r
+    <Compile Include=".\Mvc\ViewUserControlControlBuilder.cs" />\r
+    <Compile Include=".\Mvc\VirtualPathProviderViewEngine.cs" />\r
+    <Compile Include=".\Mvc\WebFormView.cs" />\r
+    <Compile Include=".\Mvc\WebFormViewEngine.cs" />\r
+    <Compile Include=".\Mvc\WebViewPage.cs" />\r
+    <Compile Include=".\Mvc\WebViewPage`1.cs" />\r
+    <Compile Include=".\Properties\AssemblyInfo.cs" />\r  </ItemGroup>\r
   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
        Other similar extension points exist, see Microsoft.Common.targets.\r
   <Target Name="BeforeBuild">\r
   </Target>\r
   -->\r
   <PropertyGroup>\r
-    <PreBuildEvent></PreBuildEvent>\r
+    <PreBuildEvent>\r
+\r
+    </PreBuildEvent>\r
+    <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
+
+    </PostBuildEvent>
+    <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
+
+    </PostBuildEvent>\r
   </PropertyGroup>\r
   <ItemGroup>\r
-    <Reference Include="mscorlib.dll">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>mscorlib.dll</HintPath>
-    </Reference>
-    <Reference Include="Microsoft.Web.Infrastructure.dll">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>Microsoft.Web.Infrastructure.dll</HintPath>
-    </Reference>
-    <Reference Include="System.dll">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>System.dll</HintPath>
-    </Reference>
-    <Reference Include="System.Core.dll">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>System.Core.dll</HintPath>
-    </Reference>
-    <Reference Include="System.Configuration.dll">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>System.Configuration.dll</HintPath>
-    </Reference>
-    <Reference Include="System.Data.dll">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>System.Data.dll</HintPath>
-    </Reference>
-    <Reference Include="System.Xml.dll">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>System.Xml.dll</HintPath>
-    </Reference>
-    <Reference Include="System.Web.dll">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>System.Web.dll</HintPath>
-    </Reference>
-    <Reference Include="System.Web.Abstractions.dll">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>System.Web.Abstractions.dll</HintPath>
-    </Reference>
-    <Reference Include="System.Web.Routing.dll">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>System.Web.Routing.dll</HintPath>
-    </Reference>
-    <Reference Include="System.Web.Extensions.dll">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>System.Web.Extensions.dll</HintPath>
-    </Reference>
-    <Reference Include="System.ComponentModel.DataAnnotations.dll">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>System.ComponentModel.DataAnnotations.dll</HintPath>
-    </Reference>
-    <Reference Include="System.Data.Linq.dll">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>System.Data.Linq.dll</HintPath>
-    </Reference>
-    <Reference Include="System.Runtime.Caching.dll">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>System.Runtime.Caching.dll</HintPath>
-    </Reference>
-    <Reference Include="System.Web.Razor.dll">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>System.Web.Razor.dll</HintPath>
-    </Reference>
-    <Reference Include="System.Web.WebPages.Razor.dll">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>System.Web.WebPages.Razor.dll</HintPath>
-    </Reference>
-    <Reference Include="System.Web.WebPages.dll">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>System.Web.WebPages.dll</HintPath>
-    </Reference>
-\r
+    <ProjectReference Include="..\corlib\corlib-net_4_5.csproj">\r
+      <Project>{33BF0182-AC5C-464C-995B-C9CFE74E1A95}</Project>\r
+      <Name>corlib\corlib-net_4_5</Name>\r
+    </ProjectReference>\r
+    <ProjectReference Include="..\Microsoft.Web.Infrastructure\Microsoft.Web.Infrastructure-net_4_5.csproj">\r
+      <Project>{50DC9191-2D18-4EDB-A929-4ECAB7981A1C}</Project>\r
+      <Name>Microsoft.Web.Infrastructure\Microsoft.Web.Infrastructure-net_4_5</Name>\r
+    </ProjectReference>\r
+    <ProjectReference Include="..\System\System-net_4_5-2.csproj">\r
+      <Project>{5C605B73-19DA-4FB7-AB39-C7EF9A8B19FE}</Project>\r
+      <Name>System\System-net_4_5-2</Name>\r
+    </ProjectReference>\r
+    <ProjectReference Include="..\System.Core\System.Core-net_4_5.csproj">\r
+      <Project>{D92530F4-3F2B-4351-BD21-9D6BEE6D2A4E}</Project>\r
+      <Name>System.Core\System.Core-net_4_5</Name>\r
+    </ProjectReference>\r
+    <ProjectReference Include="..\System.Configuration\System.Configuration-net_4_5.csproj">\r
+      <Project>{D52A2CEA-245E-4877-950E-3EAC5F541B8E}</Project>\r
+      <Name>System.Configuration\System.Configuration-net_4_5</Name>\r
+    </ProjectReference>\r
+    <ProjectReference Include="..\System.Data\System.Data-net_4_5.csproj">\r
+      <Project>{9A33954F-57A8-4D75-B1D8-0F81808A0DD4}</Project>\r
+      <Name>System.Data\System.Data-net_4_5</Name>\r
+    </ProjectReference>\r
+    <ProjectReference Include="..\System.XML\System.Xml-net_4_5-1.csproj">\r
+      <Project>{2534ADE0-05E4-490F-933D-1E39310A0CB9}</Project>\r
+      <Name>System.XML\System.Xml-net_4_5-1</Name>\r
+    </ProjectReference>\r
+    <ProjectReference Include="..\System.Web\System.Web-net_4_5-2.csproj">\r
+      <Project>{725FB152-838A-4C6E-8A12-AC47E2DD4CEA}</Project>\r
+      <Name>System.Web\System.Web-net_4_5-2</Name>\r
+    </ProjectReference>\r
+    <ProjectReference Include="..\System.Web.Abstractions\System.Web.Abstractions-net_4_5.csproj">\r
+      <Project>{94BD3939-6937-47AA-86CF-5C3E4C59E272}</Project>\r
+      <Name>System.Web.Abstractions\System.Web.Abstractions-net_4_5</Name>\r
+    </ProjectReference>\r
+    <ProjectReference Include="..\System.Web.Routing\System.Web.Routing-net_4_5.csproj">\r
+      <Project>{A28F2A14-901C-452C-82B6-75ECE5C7E714}</Project>\r
+      <Name>System.Web.Routing\System.Web.Routing-net_4_5</Name>\r
+    </ProjectReference>\r
+    <ProjectReference Include="..\System.Web.Extensions\System.Web.Extensions-net_4_5.csproj">\r
+      <Project>{74D281D8-F725-4D79-B218-2DFCCFD44FA2}</Project>\r
+      <Name>System.Web.Extensions\System.Web.Extensions-net_4_5</Name>\r
+    </ProjectReference>\r
+    <ProjectReference Include="..\System.ComponentModel.DataAnnotations\System.ComponentModel.DataAnnotations-net_4_5.csproj">\r
+      <Project>{63EC4158-FFAC-4867-8003-CF6054C8DF0B}</Project>\r
+      <Name>System.ComponentModel.DataAnnotations\System.ComponentModel.DataAnnotations-net_4_5</Name>\r
+    </ProjectReference>\r
+    <ProjectReference Include="..\System.Data.Linq\System.Data.Linq-net_4_5.csproj">\r
+      <Project>{8AC5471F-9515-4D01-87B9-7974F2CBD6F1}</Project>\r
+      <Name>System.Data.Linq\System.Data.Linq-net_4_5</Name>\r
+    </ProjectReference>\r
+    <ProjectReference Include="..\System.Runtime.Caching\System.Runtime.Caching-net_4_5.csproj">\r
+      <Project>{CB3E9225-3DFF-4930-BFED-1E8AE5319C32}</Project>\r
+      <Name>System.Runtime.Caching\System.Runtime.Caching-net_4_5</Name>\r
+    </ProjectReference>\r
+    <ProjectReference Include="..\System.Web.Razor\System.Web.Razor-net_4_5.csproj">\r
+      <Project>{FF61AB24-4492-47FA-B4D3-8D961113DD08}</Project>\r
+      <Name>System.Web.Razor\System.Web.Razor-net_4_5</Name>\r
+    </ProjectReference>\r
+    <ProjectReference Include="..\System.Web.WebPages.Razor\System.Web.WebPages.Razor-net_4_5.csproj">\r
+      <Project>{4E601800-644F-49B2-B1C9-60D3489AAC38}</Project>\r
+      <Name>System.Web.WebPages.Razor\System.Web.WebPages.Razor-net_4_5</Name>\r
+    </ProjectReference>\r
+    <ProjectReference Include="..\System.Web.WebPages\System.Web.WebPages-net_4_5.csproj">\r
+      <Project>{FFDF7B0A-BD62-4E39-8A80-A42B560149C5}</Project>\r
+      <Name>System.Web.WebPages\System.Web.WebPages-net_4_5</Name>\r
+    </ProjectReference>\r
   </ItemGroup>\r
   <ItemGroup>\r
     <Folder Include="Properties\" />\r
   </ItemGroup>\r
-    <ItemGroup>
-    <EmbeddedResource Include="Mvc/Resources/MvcResources.resources">
-       <LogicalName>System.Web.Mvc.Resources.MvcResources.resources</LogicalName>
-    </EmbeddedResource>
-  </ItemGroup>
-\r
+  <ItemGroup>\r
+    <EmbeddedResource Include="Mvc/Resources/MvcResources.resources">\r
+      <LogicalName>System.Web.Mvc.Resources.MvcResources.resources</LogicalName>\r
+    </EmbeddedResource>\r
+  </ItemGroup>\r
 </Project>\r