Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2017-05-09 01:07:45 +0300
committerGitHub <noreply@github.com>2017-05-09 01:07:45 +0300
commitf95b3f433c4f154475734ea9d384f62db10696e8 (patch)
tree6250cc5c52270117b6117c50724481561536a9ca /mcs/class/System.Web.Mvc3
parent9247bb5ce69384b73222877cb0f1ee985726314b (diff)
[bcl] Cleanup outdated csproj/sln files (#4806)
They were either replaced by the autogenerated csproj files or just completely broken for years.
Diffstat (limited to 'mcs/class/System.Web.Mvc3')
-rw-r--r--mcs/class/System.Web.Mvc3/System.Web.Mvc.csproj471
1 files changed, 0 insertions, 471 deletions
diff --git a/mcs/class/System.Web.Mvc3/System.Web.Mvc.csproj b/mcs/class/System.Web.Mvc3/System.Web.Mvc.csproj
deleted file mode 100644
index ad38a2c1d2e..00000000000
--- a/mcs/class/System.Web.Mvc3/System.Web.Mvc.csproj
+++ /dev/null
@@ -1,471 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>9.0.30729</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{3D3FFD8A-624D-4E9B-954B-E1C105507975}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>System.Web</RootNamespace>
- <AssemblyName>System.Web.Mvc</AssemblyName>
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
- <BaseAddress>1609891840</BaseAddress>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>..\..\bin\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <CodeAnalysisRuleSet>..\FxCopRules.ruleset</CodeAnalysisRuleSet>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>..\..\bin\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <CodeAnalysisRuleSet>..\FxCopRules.ruleset</CodeAnalysisRuleSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'FxCop|AnyCPU'">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>..\..\bin\FxCop\</OutputPath>
- <DefineConstants>TRACE;CODE_ANALYSIS</DefineConstants>
- <CodeAnalysisRuleSet>..\FxCopRules.ruleset</CodeAnalysisRuleSet>
- <RunCodeAnalysis>true</RunCodeAnalysis>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'CodeCoverage|AnyCPU'">
- <DebugSymbols>true</DebugSymbols>
- <OutputPath>..\..\bin\CodeCoverage\</OutputPath>
- <DefineConstants>TRACE;DEBUG;CODE_COVERAGE</DefineConstants>
- <DebugType>full</DebugType>
- <CodeAnalysisRuleSet>..\FxCopRules.ruleset</CodeAnalysisRuleSet>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\..\..\webpages\ReferenceAssemblies\Microsoft.Web.Infrastructure.dll</HintPath>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.ComponentModel.DataAnnotations" />
- <Reference Include="System.configuration" />
- <Reference Include="System.Core" />
- <Reference Include="System.Data.Entity" />
- <Reference Include="System.Data.Linq" />
- <Reference Include="System.Runtime.Caching" />
- <Reference Include="System.Web" />
- <Reference Include="System.Data" />
- <Reference Include="System.Web.Abstractions" />
- <Reference Include="System.Web.Extensions" />
- <Reference Include="System.Web.Routing" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="..\GlobalAssemblyInfo.cs">
- <Link>Properties\GlobalAssemblyInfo.cs</Link>
- </Compile>
- <Compile Include="Mvc\AdditionalMetaDataAttribute.cs" />
- <Compile Include="Mvc\BuildManagerCompiledView.cs" />
- <Compile Include="Mvc\BuildManagerViewEngine.cs" />
- <Compile Include="Mvc\CompareAttribute.cs" />
- <Compile Include="Mvc\ChildActionValueProvider.cs" />
- <Compile Include="Mvc\ChildActionValueProviderFactory.cs" />
- <Compile Include="Mvc\DataTypeUtil.cs" />
- <Compile Include="Mvc\ReflectedAttributeCache.cs" />
- <Compile Include="Mvc\SessionStateAttribute.cs" />
- <Compile Include="Mvc\AllowHtmlAttribute.cs" />
- <Compile Include="Mvc\UnvalidatedRequestValuesAccessor.cs" />
- <Compile Include="Mvc\UnvalidatedRequestValuesWrapper.cs" />
- <Compile Include="Mvc\IUnvalidatedRequestValues.cs" />
- <Compile Include="Mvc\IUnvalidatedValueProvider.cs" />
- <Compile Include="Mvc\DependencyResolverExtensions.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\ExpressionFingerprint.cs" />
- <Compile Include="Mvc\ExpressionUtil\ExpressionFingerprintChain.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\IControllerActivator.cs" />
- <Compile Include="Mvc\IModelBinderProvider.cs" />
- <Compile Include="Mvc\IUniquelyIdentifiable.cs" />
- <Compile Include="Mvc\IViewStartPageChild.cs" />
- <Compile Include="Mvc\IResolver.cs" />
- <Compile Include="Mvc\ControllerInstanceFilterProvider.cs" />
- <Compile Include="Mvc\ModelClientValidationEqualToRule.cs" />
- <Compile Include="Mvc\ModelClientValidationRemoteRule.cs" />
- <Compile Include="Mvc\RazorView.cs" />
- <Compile Include="Mvc\RazorViewEngine.cs" />
- <Compile Include="Mvc\DynamicViewDataDictionary.cs" />
- <Compile Include="Mvc\Filter.cs" />
- <Compile Include="Mvc\FilterAttributeFilterProvider.cs" />
- <Compile Include="Mvc\FilterProviderCollection.cs" />
- <Compile Include="Mvc\FilterProviders.cs" />
- <Compile Include="Mvc\FilterScope.cs" />
- <Compile Include="Mvc\GlobalFilterCollection.cs" />
- <Compile Include="Mvc\GlobalFilters.cs" />
- <Compile Include="Mvc\IFilterProvider.cs" />
- <Compile Include="Mvc\IMvcFilter.cs" />
- <Compile Include="Mvc\IViewPageActivator.cs" />
- <Compile Include="Mvc\ModelBinderProviderCollection.cs" />
- <Compile Include="Mvc\ModelBinderProviders.cs" />
- <Compile Include="Mvc\MultiServiceResolver.cs" />
- <Compile Include="Mvc\Razor\ModelSpan.cs" />
- <Compile Include="Mvc\Razor\MvcCSharpRazorCodeParser.cs" />
- <Compile Include="Mvc\Razor\MvcCSharpRazorCodeGenerator.cs" />
- <Compile Include="Mvc\MvcFilter.cs" />
- <Compile Include="Mvc\Razor\MvcVBRazorCodeGenerator.cs" />
- <Compile Include="Mvc\Razor\MvcVBRazorCodeParser.cs" />
- <Compile Include="Mvc\Razor\MvcWebPageRazorHost.cs" />
- <Compile Include="Mvc\MvcWebRazorHostFactory.cs" />
- <Compile Include="Mvc\PreApplicationStartCode.cs" />
- <Compile Include="Mvc\RemoteAttribute.cs" />
- <Compile Include="Mvc\SecurityUtil.cs" />
- <Compile Include="Mvc\SingleServiceResolver.cs" />
- <Compile Include="Mvc\Razor\StartPageLookupDelegate.cs" />
- <Compile Include="Mvc\TagBuilderExtensions.cs" />
- <Compile Include="Mvc\UrlRewriterHelper.cs" />
- <Compile Include="Mvc\ViewStartPage.cs" />
- <Compile Include="Mvc\WebViewPage.cs" />
- <Compile Include="Mvc\WebViewPage`1.cs" />
- <Compile Include="Mvc\HttpNotFoundResult.cs" />
- <Compile Include="Mvc\HttpStatusCodeResult.cs" />
- <Compile Include="Mvc\IMvcControlBuilder.cs" />
- <Compile Include="Mvc\AssociatedMetadataProvider.cs" />
- <Compile Include="Mvc\ActionExecutedContext.cs" />
- <Compile Include="Mvc\ActionExecutingContext.cs" />
- <Compile Include="Mvc\ClientDataTypeModelValidatorProvider.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\SynchronousOperationException.cs" />
- <Compile Include="Mvc\Async\AsyncManager.cs" />
- <Compile Include="Mvc\AsyncTimeoutAttribute.cs" />
- <Compile Include="Mvc\Async\BeginInvokeDelegate.cs" />
- <Compile Include="Mvc\Async\AsyncResultWrapper.cs" />
- <Compile Include="Mvc\Async\AsyncVoid.cs" />
- <Compile Include="Mvc\AsyncController.cs" />
- <Compile Include="Mvc\Async\AsyncUtil.cs" />
- <Compile Include="Mvc\Async\IAsyncController.cs" />
- <Compile Include="Mvc\Async\IAsyncActionInvoker.cs" />
- <Compile Include="Mvc\Async\IAsyncManagerContainer.cs" />
- <Compile Include="Mvc\IClientValidatable.cs" />
- <Compile Include="Mvc\IMetadataAware.cs" />
- <Compile Include="Mvc\IDependencyResolver.cs" />
- <Compile Include="Mvc\JsonValueProviderFactory.cs" />
- <Compile Include="Mvc\DependencyResolver.cs" />
- <Compile Include="Mvc\UrlParameter.cs" />
- <Compile Include="Mvc\FormValueProvider.cs" />
- <Compile Include="Mvc\FormValueProviderFactory.cs" />
- <Compile Include="Mvc\HttpFileCollectionValueProvider.cs" />
- <Compile Include="Mvc\HttpFileCollectionValueProviderFactory.cs" />
- <Compile Include="Mvc\QueryStringValueProvider.cs" />
- <Compile Include="Mvc\QueryStringValueProviderFactory.cs" />
- <Compile Include="Mvc\RangeAttributeAdapter.cs" />
- <Compile Include="Mvc\RegularExpressionAttributeAdapter.cs" />
- <Compile Include="Mvc\RequiredAttributeAdapter.cs" />
- <Compile Include="Mvc\RouteDataValueProvider.cs" />
- <Compile Include="Mvc\RouteDataValueProviderFactory.cs" />
- <Compile Include="Mvc\StringLengthAttributeAdapter.cs" />
- <Compile Include="Mvc\TypeCacheUtil.cs" />
- <Compile Include="Mvc\TypeCacheSerializer.cs" />
- <Compile Include="Mvc\Html\DisplayTextExtensions.cs" />
- <Compile Include="Mvc\NoAsyncTimeoutAttribute.cs" />
- <Compile Include="Mvc\Async\OperationCounter.cs" />
- <Compile Include="Mvc\Async\ReflectedAsyncActionDescriptor.cs" />
- <Compile Include="Mvc\Async\ReflectedAsyncControllerDescriptor.cs" />
- <Compile Include="Mvc\Async\Trigger.cs" />
- <Compile Include="Mvc\Async\TriggerListener.cs" />
- <Compile Include="Mvc\Async\SimpleAsyncResult.cs" />
- <Compile Include="Mvc\Async\EndInvokeDelegate.cs" />
- <Compile Include="Mvc\Async\EndInvokeDelegate`1.cs" />
- <Compile Include="Mvc\Async\SynchronizationContextUtil.cs" />
- <Compile Include="Mvc\AuthorizationContext.cs" />
- <Compile Include="Mvc\ByteArrayModelBinder.cs" />
- <Compile Include="Mvc\ControllerContext.cs" />
- <Compile Include="Mvc\Html\ChildActionExtensions.cs" />
- <Compile Include="Mvc\ParameterInfoUtil.cs" />
- <Compile Include="Mvc\HttpHandlerUtil.cs" />
- <Compile Include="Mvc\ChildActionOnlyAttribute.cs" />
- <Compile Include="Mvc\TypeDescriptorHelper.cs" />
- <Compile Include="Mvc\ValidatableObjectAdapter.cs" />
- <Compile Include="Mvc\ValueProviderFactories.cs" />
- <Compile Include="Mvc\ValueProviderFactory.cs" />
- <Compile Include="Mvc\ValueProviderFactoryCollection.cs" />
- <Compile Include="Mvc\ValueProviderCollection.cs" />
- <Compile Include="Mvc\DictionaryValueProvider`1.cs" />
- <Compile Include="Mvc\NameValueCollectionValueProvider.cs" />
- <Compile Include="Mvc\ValueProviderUtil.cs" />
- <Compile Include="Mvc\IValueProvider.cs" />
- <Compile Include="Mvc\DataErrorInfoModelValidatorProvider.cs" />
- <Compile Include="Mvc\ModelValidatorProviderCollection.cs" />
- <Compile Include="Mvc\DataAnnotationsModelMetadata.cs" />
- <Compile Include="Mvc\HiddenInputAttribute.cs" />
- <Compile Include="Mvc\HttpGetAttribute.cs" />
- <Compile Include="Mvc\HttpPutAttribute.cs" />
- <Compile Include="Mvc\HttpDeleteAttribute.cs" />
- <Compile Include="Mvc\ModelClientValidationRequiredRule.cs" />
- <Compile Include="Mvc\ModelClientValidationRangeRule.cs" />
- <Compile Include="Mvc\ModelClientValidationStringLengthRule.cs" />
- <Compile Include="Mvc\MvcHtmlString.cs" />
- <Compile Include="Mvc\DataAnnotationsModelValidator.cs" />
- <Compile Include="Mvc\DataAnnotationsModelValidatorProvider.cs" />
- <Compile Include="Mvc\DataAnnotationsModelValidator`1.cs" />
- <Compile Include="Mvc\EmptyModelValidatorProvider.cs" />
- <Compile Include="Mvc\ExpressionHelper.cs" />
- <Compile Include="Mvc\FieldValidationMetadata.cs" />
- <Compile Include="Mvc\FormContext.cs" />
- <Compile Include="Mvc\JsonRequestBehavior.cs" />
- <Compile Include="Mvc\ModelClientValidationRegexRule.cs" />
- <Compile Include="Mvc\ModelClientValidationRule.cs" />
- <Compile Include="Mvc\ModelValidationResult.cs" />
- <Compile Include="Mvc\ModelValidator.cs" />
- <Compile Include="Mvc\ModelValidatorProvider.cs" />
- <Compile Include="Mvc\ModelValidatorProviders.cs" />
- <Compile Include="Mvc\RequireHttpsAttribute.cs" />
- <Compile Include="Mvc\HttpRequestExtensions.cs" />
- <Compile Include="Mvc\DataAnnotationsModelMetadataProvider.cs" />
- <Compile Include="Mvc\EmptyModelMetadataProvider.cs" />
- <Compile Include="Mvc\ModelMetadata.cs" />
- <Compile Include="Mvc\ModelMetadataProvider.cs" />
- <Compile Include="Mvc\ModelMetadataProviders.cs" />
- <Compile Include="Mvc\AreaHelpers.cs" />
- <Compile Include="Mvc\AreaRegistration.cs" />
- <Compile Include="Mvc\AreaRegistrationContext.cs" />
- <Compile Include="Mvc\Error.cs" />
- <Compile Include="Mvc\IRouteWithArea.cs" />
- <Compile Include="Mvc\Async\SingleEntryGate.cs" />
- <Compile Include="Mvc\Html\PartialExtensions.cs" />
- <Compile Include="Mvc\LinqBinaryModelBinder.cs" />
- <Compile Include="Mvc\TryGetValueDelegate.cs" />
- <Compile Include="Mvc\ViewDataInfo.cs" />
- <Compile Include="Mvc\Html\DefaultDisplayTemplates.cs" />
- <Compile Include="Mvc\Html\DefaultEditorTemplates.cs" />
- <Compile Include="Mvc\Html\DisplayExtensions.cs" />
- <Compile Include="Mvc\Html\EditorExtensions.cs" />
- <Compile Include="Mvc\Html\LabelExtensions.cs" />
- <Compile Include="Mvc\Html\TemplateHelpers.cs" />
- <Compile Include="Mvc\HttpPostAttribute.cs" />
- <Compile Include="Mvc\PathHelpers.cs" />
- <Compile Include="Mvc\ExceptionContext.cs" />
- <Compile Include="Mvc\ResultExecutedContext.cs" />
- <Compile Include="Mvc\ResultExecutingContext.cs" />
- <Compile Include="Mvc\TemplateInfo.cs" />
- <Compile Include="Mvc\ValidateAntiForgeryTokenAttribute.cs" />
- <Compile Include="Mvc\JavaScriptResult.cs" />
- <Compile Include="Mvc\ActionDescriptor.cs" />
- <Compile Include="Mvc\ActionMethodDispatcher.cs" />
- <Compile Include="Mvc\ActionMethodSelector.cs" />
- <Compile Include="Mvc\ActionMethodSelectorAttribute.cs" />
- <Compile Include="Mvc\ActionNameSelectorAttribute.cs" />
- <Compile Include="Mvc\AuthorizeAttribute.cs" />
- <Compile Include="Mvc\Ajax\AjaxOptions.cs" />
- <Compile Include="Mvc\Ajax\AjaxExtensions.cs" />
- <Compile Include="Mvc\ActionMethodDispatcherCache.cs" />
- <Compile Include="Mvc\BindAttribute.cs" />
- <Compile Include="Mvc\ControllerBase.cs" />
- <Compile Include="Mvc\ActionNameAttribute.cs" />
- <Compile Include="Mvc\AcceptVerbsAttribute.cs" />
- <Compile Include="Mvc\AjaxHelper`1.cs" />
- <Compile Include="Mvc\HtmlHelper`1.cs" />
- <Compile Include="Mvc\DictionaryHelpers.cs" />
- <Compile Include="Mvc\AjaxRequestExtensions.cs" />
- <Compile Include="Mvc\ModelBinderDictionary.cs" />
- <Compile Include="Mvc\ValueProviderDictionary.cs" />
- <Compile Include="Mvc\ViewContext.cs" />
- <Compile Include="Mvc\ViewMasterPageControlBuilder.cs" />
- <Compile Include="Mvc\ViewTemplateUserControl.cs">
- <SubType>ASPXCodeBehind</SubType>
- </Compile>
- <Compile Include="Mvc\ViewTemplateUserControl`1.cs">
- <SubType>ASPXCodeBehind</SubType>
- </Compile>
- <Compile Include="Mvc\ViewType.cs" />
- <Compile Include="Mvc\ViewTypeControlBuilder.cs" />
- <Compile Include="Mvc\ViewUserControlControlBuilder.cs">
- </Compile>
- <Compile Include="Mvc\ViewPageControlBuilder.cs">
- </Compile>
- <Compile Include="Mvc\ViewTypeParserFilter.cs" />
- <Compile Include="Mvc\DefaultViewLocationCache.cs" />
- <Compile Include="Mvc\FormCollection.cs" />
- <Compile Include="Mvc\HttpPostedFileBaseModelBinder.cs" />
- <Compile Include="Mvc\NullViewLocationCache.cs" />
- <Compile Include="Mvc\ValidateInputAttribute.cs" />
- <Compile Include="Mvc\FileContentResult.cs" />
- <Compile Include="Mvc\FilePathResult.cs" />
- <Compile Include="Mvc\FileResult.cs" />
- <Compile Include="Mvc\FileStreamResult.cs" />
- <Compile Include="Mvc\InputType.cs" />
- <Compile Include="Mvc\ControllerDescriptorCache.cs" />
- <Compile Include="Mvc\ReflectedParameterBindingInfo.cs" />
- <Compile Include="Mvc\ParameterBindingInfo.cs" />
- <Compile Include="Mvc\ReaderWriterCache`2.cs" />
- <Compile Include="Mvc\DescriptorUtil.cs" />
- <Compile Include="Mvc\ReflectedControllerDescriptor.cs" />
- <Compile Include="Mvc\ControllerDescriptor.cs" />
- <Compile Include="Mvc\ActionSelector.cs" />
- <Compile Include="Mvc\ReflectedActionDescriptor.cs" />
- <Compile Include="Mvc\Html\MvcForm.cs" />
- <Compile Include="Mvc\HttpVerbs.cs" />
- <Compile Include="Mvc\DefaultModelBinder.cs" />
- <Compile Include="Mvc\ModelBindingContext.cs" />
- <Compile Include="Mvc\ParameterDescriptor.cs" />
- <Compile Include="Mvc\RouteValuesHelpers.cs" />
- <Compile Include="Mvc\SelectListItem.cs" />
- <Compile Include="Mvc\ReflectedParameterDescriptor.cs" />
- <Compile Include="Mvc\ValueProviderResult.cs" />
- <Compile Include="Mvc\CustomModelBinderAttribute.cs" />
- <Compile Include="Mvc\FormMethod.cs" />
- <Compile Include="Mvc\Html\FormExtensions.cs" />
- <Compile Include="Mvc\Html\InputExtensions.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="Mvc\Html\RenderPartialExtensions.cs" />
- <Compile Include="Mvc\Html\SelectExtensions.cs" />
- <Compile Include="Mvc\Html\TextAreaExtensions.cs" />
- <Compile Include="Mvc\Html\ValidationExtensions.cs" />
- <Compile Include="Mvc\IModelBinder.cs" />
- <Compile Include="Mvc\Html\LinkExtensions.cs" />
- <Compile Include="Mvc\ModelBinderAttribute.cs" />
- <Compile Include="Mvc\ModelBinders.cs" />
- <Compile Include="Mvc\ModelStateDictionary.cs" />
- <Compile Include="Mvc\ModelState.cs" />
- <Compile Include="Mvc\ModelErrorCollection.cs" />
- <Compile Include="Mvc\ModelError.cs" />
- <Compile Include="Mvc\Ajax\InsertionMode.cs" />
- <Compile Include="Mvc\HandleErrorAttribute.cs" />
- <Compile Include="Mvc\HandleErrorInfo.cs" />
- <Compile Include="Mvc\HttpUnauthorizedResult.cs" />
- <Compile Include="Mvc\IActionInvoker.cs" />
- <Compile Include="Mvc\IView.cs" />
- <Compile Include="Mvc\IViewLocationCache.cs" />
- <Compile Include="Mvc\MvcHttpHandler.cs" />
- <Compile Include="Mvc\PartialViewResult.cs" />
- <Compile Include="Mvc\SessionStateTempDataProvider.cs" />
- <Compile Include="Mvc\ITempDataProvider.cs" />
- <Compile Include="Mvc\OutputCacheAttribute.cs" />
- <Compile Include="Mvc\FilterInfo.cs" />
- <Compile Include="GlobalSuppressions.cs" />
- <Compile Include="Mvc\ActionFilterAttribute.cs" />
- <Compile Include="Mvc\ActionResult.cs" />
- <Compile Include="Mvc\AjaxHelper.cs" />
- <Compile Include="Mvc\BuildManagerWrapper.cs" />
- <Compile Include="Mvc\Controller.cs" />
- <Compile Include="Mvc\ControllerActionInvoker.cs" />
- <Compile Include="Mvc\ControllerBuilder.cs" />
- <Compile Include="Mvc\ControllerTypeCache.cs" />
- <Compile Include="Mvc\ContentResult.cs" />
- <Compile Include="Mvc\FilterAttribute.cs" />
- <Compile Include="Mvc\IResultFilter.cs" />
- <Compile Include="Mvc\IExceptionFilter.cs" />
- <Compile Include="Mvc\IAuthorizationFilter.cs" />
- <Compile Include="Mvc\JsonResult.cs" />
- <Compile Include="Mvc\NameValueCollectionExtensions.cs" />
- <Compile Include="Mvc\ViewDataDictionary`1.cs" />
- <Compile Include="Mvc\EmptyResult.cs" />
- <Compile Include="Mvc\MultiSelectList.cs" />
- <Compile Include="Mvc\RedirectResult.cs" />
- <Compile Include="Mvc\RedirectToRouteResult.cs" />
- <Compile Include="Mvc\DefaultControllerFactory.cs" />
- <Compile Include="Mvc\HtmlHelper.cs" />
- <Compile Include="Mvc\IActionFilter.cs" />
- <Compile Include="Mvc\IBuildManager.cs" />
- <Compile Include="Mvc\IController.cs" />
- <Compile Include="Mvc\IControllerFactory.cs" />
- <Compile Include="Mvc\IViewDataContainer.cs" />
- <Compile Include="Mvc\IViewEngine.cs" />
- <Compile Include="Mvc\MvcHandler.cs" />
- <Compile Include="Mvc\MvcRouteHandler.cs" />
- <Compile Include="Mvc\NonActionAttribute.cs" />
- <Compile Include="Mvc\RouteCollectionExtensions.cs" />
- <Compile Include="Mvc\SelectList.cs" />
- <Compile Include="Mvc\TempDataDictionary.cs" />
- <Compile Include="Mvc\TypeHelpers.cs" />
- <Compile Include="Mvc\UrlHelper.cs" />
- <Compile Include="Mvc\ViewDataDictionary.cs" />
- <Compile Include="Mvc\ViewEngineCollection.cs" />
- <Compile Include="Mvc\ViewEngineResult.cs" />
- <Compile Include="Mvc\ViewEngines.cs" />
- <Compile Include="Mvc\ViewMasterPage.cs">
- <SubType>ASPXCodeBehind</SubType>
- </Compile>
- <Compile Include="Mvc\ViewMasterPage`1.cs">
- <SubType>ASPXCodeBehind</SubType>
- </Compile>
- <Compile Include="Mvc\ViewPage.cs">
- <SubType>ASPXCodeBehind</SubType>
- </Compile>
- <Compile Include="Mvc\ViewPage`1.cs">
- <SubType>ASPXCodeBehind</SubType>
- </Compile>
- <Compile Include="Mvc\ViewResult.cs" />
- <Compile Include="Mvc\ViewResultBase.cs" />
- <Compile Include="Mvc\ViewUserControl.cs">
- <SubType>ASPXCodeBehind</SubType>
- </Compile>
- <Compile Include="Mvc\ViewUserControl`1.cs">
- <SubType>ASPXCodeBehind</SubType>
- </Compile>
- <Compile Include="Mvc\VirtualPathProviderViewEngine.cs" />
- <Compile Include="Mvc\WebFormView.cs" />
- <Compile Include="Mvc\WebFormViewEngine.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="Mvc\Resources\MvcResources.Designer.cs">
- <AutoGen>True</AutoGen>
- <DesignTime>True</DesignTime>
- <DependentUpon>MvcResources.resx</DependentUpon>
- </Compile>
- </ItemGroup>
- <ItemGroup>
- <EmbeddedResource Include="Mvc\Resources\MvcResources.resx">
- <Generator>ResXFileCodeGenerator</Generator>
- <LastGenOutput>MvcResources.Designer.cs</LastGenOutput>
- <SubType>Designer</SubType>
- </EmbeddedResource>
- </ItemGroup>
- <ItemGroup>
- <CodeAnalysisDictionary Include="..\CustomDictionary.xml" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\..\webpages\src\System.Web.Razor\System.Web.Razor.csproj">
- <Project>{8F18041B-9410-4C36-A9C5-067813DF5F31}</Project>
- <Name>System.Web.Razor</Name>
- </ProjectReference>
- <ProjectReference Include="..\..\..\webpages\src\System.Web.WebPages.Razor\System.Web.WebPages.Razor.csproj">
- <Project>{0939B11A-FE4E-4BA1-8AD6-D97741EE314F}</Project>
- <Name>System.Web.WebPages.Razor</Name>
- </ProjectReference>
- <ProjectReference Include="..\..\..\webpages\src\System.Web.WebPages\System.Web.WebPages.csproj">
- <Project>{76EFA9C5-8D7E-4FDF-B710-E20F8B6B00D2}</Project>
- <Name>System.Web.WebPages</Name>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
- Other similar extension points exist, see Microsoft.Common.targets.
- <Target Name="BeforeBuild">
- </Target>
- <Target Name="AfterBuild">
- </Target>
- -->
-</Project>