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:
authorMarek Safar <marek.safar@gmail.com>2012-04-05 17:24:39 +0400
committerMarek Safar <marek.safar@gmail.com>2012-04-05 18:46:25 +0400
commit8074a7d31e0567bd622c1d140a540acda24225a6 (patch)
treef40e6a732567dfea6d20a0144f33b08cc6c45a28 /mcs/class/System.Web.Mvc3
parentbf7d4d0e390b01f1d4e7d3bda42eae6f4ea4951f (diff)
Update csproj files
Diffstat (limited to 'mcs/class/System.Web.Mvc3')
-rw-r--r--mcs/class/System.Web.Mvc3/System.Web.Mvc3-net_4_5.csproj475
1 files changed, 475 insertions, 0 deletions
diff --git a/mcs/class/System.Web.Mvc3/System.Web.Mvc3-net_4_5.csproj b/mcs/class/System.Web.Mvc3/System.Web.Mvc3-net_4_5.csproj
new file mode 100644
index 00000000000..8ce7aac1138
--- /dev/null
+++ b/mcs/class/System.Web.Mvc3/System.Web.Mvc3-net_4_5.csproj
@@ -0,0 +1,475 @@
+<?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>{155AEF28-C81F-405D-9072-9D52780E3E70}</ProjectGuid>
+ <OutputType>Library</OutputType>
+ <NoWarn>1699</NoWarn>
+ <OutputPath>./../../class/lib/net_4_5/tmp</OutputPath>
+ <NoStdLib>true</NoStdLib>
+
+ <AppDesignerFolder>Properties</AppDesignerFolder>
+ <RootNamespace></RootNamespace>
+ <AssemblyName>System.Web.Mvc</AssemblyName>
+ <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
+ <FileAlignment>512</FileAlignment>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+ <DebugSymbols>true</DebugSymbols>
+ <DebugType>full</DebugType>
+ <NoWarn>1699</NoWarn>
+ <Optimize>false</Optimize>
+ <DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5;MONO</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ <AdditionalLibPaths>./../../class/lib/net_4_5</AdditionalLibPaths>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
+ <DebugType>pdbonly</DebugType>
+ <NoWarn>1699</NoWarn>
+ <Optimize>true</Optimize>
+ <DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5;MONO</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ <AdditionalLibPaths>./../../class/lib/net_4_5</AdditionalLibPaths>
+ </PropertyGroup>
+ <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
+ <ItemGroup>
+ <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" />
+
+ </ItemGroup>
+ <!-- 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>
+ -->
+ <PropertyGroup>
+ <PreBuildEvent></PreBuildEvent>
+ </PropertyGroup>
+ <ItemGroup>
+ <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>
+
+ </ItemGroup>
+ <ItemGroup>
+ <Folder Include="Properties\" />
+ </ItemGroup>
+ <ItemGroup>
+ <EmbeddedResource Include="Mvc/Resources/MvcResources.resources">
+ <LogicalName>System.Web.Mvc.Resources.MvcResources.resources</LogicalName>
+ </EmbeddedResource>
+ </ItemGroup>
+
+</Project>
+