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:
Diffstat (limited to 'mcs/class/System.Web.Mvc2/System.Web.Mvc2-net_4_5.csproj')
-rw-r--r--mcs/class/System.Web.Mvc2/System.Web.Mvc2-net_4_5.csproj390
1 files changed, 390 insertions, 0 deletions
diff --git a/mcs/class/System.Web.Mvc2/System.Web.Mvc2-net_4_5.csproj b/mcs/class/System.Web.Mvc2/System.Web.Mvc2-net_4_5.csproj
new file mode 100644
index 00000000000..378d956cbef
--- /dev/null
+++ b/mcs/class/System.Web.Mvc2/System.Web.Mvc2-net_4_5.csproj
@@ -0,0 +1,390 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="3.5" 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>
+ <DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5</DefineConstants>
+ <NoStdLib>true</NoStdLib>
+
+ <AppDesignerFolder>Properties</AppDesignerFolder>
+ <RootNamespace>mscorlib</RootNamespace>
+ <AssemblyName>dummy-System.Web.Mvc</AssemblyName>
+ <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
+ <FileAlignment>512</FileAlignment>
+ <StartupObject>
+ </StartupObject>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+ <DebugSymbols>true</DebugSymbols>
+ <DebugType>full</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</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</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ <AdditionalLibPaths>./../../class/lib/net_4_5</AdditionalLibPaths>
+ </PropertyGroup>
+ <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
+ <ItemGroup>
+ <Compile Include="..\..\build\common\Consts.cs" />
+ <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
+ <Compile Include="GlobalSuppressions.cs" />
+ <Compile Include="Properties\AssemblyInfo.cs" />
+ <Compile Include="System.Web.Mvc\AcceptVerbsAttribute.cs" />
+ <Compile Include="System.Web.Mvc\ActionDescriptor.cs" />
+ <Compile Include="System.Web.Mvc\ActionExecutedContext.cs" />
+ <Compile Include="System.Web.Mvc\ActionExecutingContext.cs" />
+ <Compile Include="System.Web.Mvc\ActionFilterAttribute.cs" />
+ <Compile Include="System.Web.Mvc\ActionMethodDispatcherCache.cs" />
+ <Compile Include="System.Web.Mvc\ActionMethodDispatcher.cs" />
+ <Compile Include="System.Web.Mvc\ActionMethodSelectorAttribute.cs" />
+ <Compile Include="System.Web.Mvc\ActionMethodSelector.cs" />
+ <Compile Include="System.Web.Mvc\ActionNameAttribute.cs" />
+ <Compile Include="System.Web.Mvc\ActionNameSelectorAttribute.cs" />
+ <Compile Include="System.Web.Mvc\ActionResult.cs" />
+ <Compile Include="System.Web.Mvc\ActionSelector.cs" />
+ <Compile Include="System.Web.Mvc\Ajax\AjaxExtensions.cs" />
+ <Compile Include="System.Web.Mvc\Ajax\AjaxOptions.cs" />
+ <Compile Include="System.Web.Mvc\AjaxHelper`1.cs" />
+ <Compile Include="System.Web.Mvc\AjaxHelper.cs" />
+ <Compile Include="System.Web.Mvc\Ajax\InsertionMode.cs" />
+ <Compile Include="System.Web.Mvc\AjaxRequestExtensions.cs" />
+ <Compile Include="System.Web.Mvc\AntiForgeryData.cs" />
+ <Compile Include="System.Web.Mvc\AntiForgeryDataSerializer.cs" />
+ <Compile Include="System.Web.Mvc\AreaHelpers.cs" />
+ <Compile Include="System.Web.Mvc\AreaRegistrationContext.cs" />
+ <Compile Include="System.Web.Mvc\AreaRegistration.cs" />
+ <Compile Include="System.Web.Mvc\AssociatedMetadataProvider.cs" />
+ <Compile Include="System.Web.Mvc\AssociatedValidatorProvider.cs" />
+ <Compile Include="System.Web.Mvc\Async\ActionDescriptorCreator.cs" />
+ <Compile Include="System.Web.Mvc\Async\AsyncActionDescriptor.cs" />
+ <Compile Include="System.Web.Mvc\Async\AsyncActionMethodSelector.cs" />
+ <Compile Include="System.Web.Mvc\Async\AsyncControllerActionInvoker.cs" />
+ <Compile Include="System.Web.Mvc\Async\AsyncManager.cs" />
+ <Compile Include="System.Web.Mvc\Async\AsyncResultWrapper.cs" />
+ <Compile Include="System.Web.Mvc\Async\AsyncUtil.cs" />
+ <Compile Include="System.Web.Mvc\Async\AsyncVoid.cs" />
+ <Compile Include="System.Web.Mvc\Async\BeginInvokeDelegate.cs" />
+ <Compile Include="System.Web.Mvc\AsyncController.cs" />
+ <Compile Include="System.Web.Mvc\Async\EndInvokeDelegate`1.cs" />
+ <Compile Include="System.Web.Mvc\Async\EndInvokeDelegate.cs" />
+ <Compile Include="System.Web.Mvc\Async\IAsyncActionInvoker.cs" />
+ <Compile Include="System.Web.Mvc\Async\IAsyncController.cs" />
+ <Compile Include="System.Web.Mvc\Async\IAsyncManagerContainer.cs" />
+ <Compile Include="System.Web.Mvc\Async\OperationCounter.cs" />
+ <Compile Include="System.Web.Mvc\Async\ReflectedAsyncActionDescriptor.cs" />
+ <Compile Include="System.Web.Mvc\Async\ReflectedAsyncControllerDescriptor.cs" />
+ <Compile Include="System.Web.Mvc\Async\SimpleAsyncResult.cs" />
+ <Compile Include="System.Web.Mvc\Async\SingleEntryGate.cs" />
+ <Compile Include="System.Web.Mvc\Async\SynchronizationContextUtil.cs" />
+ <Compile Include="System.Web.Mvc\Async\SynchronousOperationException.cs" />
+ <Compile Include="System.Web.Mvc\AsyncTimeoutAttribute.cs" />
+ <Compile Include="System.Web.Mvc\Async\Trigger.cs" />
+ <Compile Include="System.Web.Mvc\Async\TriggerListener.cs" />
+ <Compile Include="System.Web.Mvc\AuthorizationContext.cs" />
+ <Compile Include="System.Web.Mvc\AuthorizeAttribute.cs" />
+ <Compile Include="System.Web.Mvc\BindAttribute.cs" />
+ <Compile Include="System.Web.Mvc\BuildManagerWrapper.cs" />
+ <Compile Include="System.Web.Mvc\ByteArrayModelBinder.cs" />
+ <Compile Include="System.Web.Mvc\ChildActionOnlyAttribute.cs" />
+ <Compile Include="System.Web.Mvc\ClientDataTypeModelValidatorProvider.cs" />
+ <Compile Include="System.Web.Mvc\ContentResult.cs" />
+ <Compile Include="System.Web.Mvc\ControllerActionInvoker.cs" />
+ <Compile Include="System.Web.Mvc\ControllerBase.cs" />
+ <Compile Include="System.Web.Mvc\ControllerBuilder.cs" />
+ <Compile Include="System.Web.Mvc\ControllerContext.cs" />
+ <Compile Include="System.Web.Mvc\Controller.cs" />
+ <Compile Include="System.Web.Mvc\ControllerDescriptorCache.cs" />
+ <Compile Include="System.Web.Mvc\ControllerDescriptor.cs" />
+ <Compile Include="System.Web.Mvc\ControllerTypeCache.cs" />
+ <Compile Include="System.Web.Mvc\CustomModelBinderAttribute.cs" />
+ <Compile Include="System.Web.Mvc\DataAnnotationsModelMetadata.cs" />
+ <Compile Include="System.Web.Mvc\DataAnnotationsModelMetadataProvider.cs" />
+ <Compile Include="System.Web.Mvc\DataAnnotationsModelValidator`1.cs" />
+ <Compile Include="System.Web.Mvc\DataAnnotationsModelValidator.cs" />
+ <Compile Include="System.Web.Mvc\DataAnnotationsModelValidatorProvider.cs" />
+ <Compile Include="System.Web.Mvc\DataErrorInfoModelValidatorProvider.cs" />
+ <Compile Include="System.Web.Mvc\DefaultControllerFactory.cs" />
+ <Compile Include="System.Web.Mvc\DefaultModelBinder.cs" />
+ <Compile Include="System.Web.Mvc\DefaultViewLocationCache.cs" />
+ <Compile Include="System.Web.Mvc\DescriptorUtil.cs" />
+ <Compile Include="System.Web.Mvc\DictionaryHelpers.cs" />
+ <Compile Include="System.Web.Mvc\DictionaryValueProvider`1.cs" />
+ <Compile Include="System.Web.Mvc\DynamicTypeGenerator.cs" />
+ <Compile Include="System.Web.Mvc\EmptyModelMetadataProvider.cs" />
+ <Compile Include="System.Web.Mvc\EmptyModelValidatorProvider.cs" />
+ <Compile Include="System.Web.Mvc\EmptyResult.cs" />
+ <Compile Include="System.Web.Mvc\Error.cs" />
+ <Compile Include="System.Web.Mvc\ExceptionContext.cs" />
+ <Compile Include="System.Web.Mvc\ExpressionHelper.cs" />
+ <Compile Include="System.Web.Mvc\ExpressionUtil\BinaryExpressionFingerprint.cs" />
+ <Compile Include="System.Web.Mvc\ExpressionUtil\CachedExpressionCompiler.cs" />
+ <Compile Include="System.Web.Mvc\ExpressionUtil\CompiledExpressionDelegate`2.cs" />
+ <Compile Include="System.Web.Mvc\ExpressionUtil\ConditionalExpressionFingerprint.cs" />
+ <Compile Include="System.Web.Mvc\ExpressionUtil\ConstantExpressionFingerprint.cs" />
+ <Compile Include="System.Web.Mvc\ExpressionUtil\ExpressionFingerprint.cs" />
+ <Compile Include="System.Web.Mvc\ExpressionUtil\ExpressionParser.cs" />
+ <Compile Include="System.Web.Mvc\ExpressionUtil\FastTrack`2.cs" />
+ <Compile Include="System.Web.Mvc\ExpressionUtil\HashCodeCombiner.cs" />
+ <Compile Include="System.Web.Mvc\ExpressionUtil\MemberExpressionFingerprint.cs" />
+ <Compile Include="System.Web.Mvc\ExpressionUtil\MethodCallExpressionFingerprint.cs" />
+ <Compile Include="System.Web.Mvc\ExpressionUtil\ParameterExpressionFingerprint.cs" />
+ <Compile Include="System.Web.Mvc\ExpressionUtil\ParserContext.cs" />
+ <Compile Include="System.Web.Mvc\ExpressionUtil\UnaryExpressionFingerprint.cs" />
+ <Compile Include="System.Web.Mvc\FieldValidationMetadata.cs" />
+ <Compile Include="System.Web.Mvc\FileContentResult.cs" />
+ <Compile Include="System.Web.Mvc\FilePathResult.cs" />
+ <Compile Include="System.Web.Mvc\FileResult.cs" />
+ <Compile Include="System.Web.Mvc\FileStreamResult.cs" />
+ <Compile Include="System.Web.Mvc\FilterAttribute.cs" />
+ <Compile Include="System.Web.Mvc\FilterInfo.cs" />
+ <Compile Include="System.Web.Mvc\FormCollection.cs" />
+ <Compile Include="System.Web.Mvc\FormContext.cs" />
+ <Compile Include="System.Web.Mvc\FormMethod.cs" />
+ <Compile Include="System.Web.Mvc\FormValueProvider.cs" />
+ <Compile Include="System.Web.Mvc\FormValueProviderFactory.cs" />
+ <Compile Include="System.Web.Mvc\HandleErrorAttribute.cs" />
+ <Compile Include="System.Web.Mvc\HandleErrorInfo.cs" />
+ <Compile Include="System.Web.Mvc\HiddenInputAttribute.cs" />
+ <Compile Include="System.Web.Mvc\Html\ChildActionExtensions.cs" />
+ <Compile Include="System.Web.Mvc\Html\DefaultDisplayTemplates.cs" />
+ <Compile Include="System.Web.Mvc\Html\DefaultEditorTemplates.cs" />
+ <Compile Include="System.Web.Mvc\Html\DisplayExtensions.cs" />
+ <Compile Include="System.Web.Mvc\Html\DisplayTextExtensions.cs" />
+ <Compile Include="System.Web.Mvc\Html\EditorExtensions.cs" />
+ <Compile Include="System.Web.Mvc\Html\FormExtensions.cs" />
+ <Compile Include="System.Web.Mvc\HtmlHelper`1.cs" />
+ <Compile Include="System.Web.Mvc\HtmlHelper.cs" />
+ <Compile Include="System.Web.Mvc\Html\InputExtensions.cs" />
+ <Compile Include="System.Web.Mvc\Html\LabelExtensions.cs" />
+ <Compile Include="System.Web.Mvc\Html\LinkExtensions.cs" />
+ <Compile Include="System.Web.Mvc\Html\MvcForm.cs" />
+ <Compile Include="System.Web.Mvc\Html\PartialExtensions.cs" />
+ <Compile Include="System.Web.Mvc\Html\RenderPartialExtensions.cs" />
+ <Compile Include="System.Web.Mvc\Html\SelectExtensions.cs" />
+ <Compile Include="System.Web.Mvc\Html\TemplateHelpers.cs" />
+ <Compile Include="System.Web.Mvc\Html\TextAreaExtensions.cs" />
+ <Compile Include="System.Web.Mvc\Html\ValidationExtensions.cs" />
+ <Compile Include="System.Web.Mvc\HttpAntiForgeryException.cs" />
+ <Compile Include="System.Web.Mvc\HttpDeleteAttribute.cs" />
+ <Compile Include="System.Web.Mvc\HttpFileCollectionValueProvider.cs" />
+ <Compile Include="System.Web.Mvc\HttpFileCollectionValueProviderFactory.cs" />
+ <Compile Include="System.Web.Mvc\HttpGetAttribute.cs" />
+ <Compile Include="System.Web.Mvc\HttpHandlerUtil.cs" />
+ <Compile Include="System.Web.Mvc\HttpPostAttribute.cs" />
+ <Compile Include="System.Web.Mvc\HttpPostedFileBaseModelBinder.cs" />
+ <Compile Include="System.Web.Mvc\HttpPutAttribute.cs" />
+ <Compile Include="System.Web.Mvc\HttpRequestExtensions.cs" />
+ <Compile Include="System.Web.Mvc\HttpUnauthorizedResult.cs" />
+ <Compile Include="System.Web.Mvc\HttpVerbs.cs" />
+ <Compile Include="System.Web.Mvc\IActionFilter.cs" />
+ <Compile Include="System.Web.Mvc\IActionInvoker.cs" />
+ <Compile Include="System.Web.Mvc\IAuthorizationFilter.cs" />
+ <Compile Include="System.Web.Mvc\IBuildManager.cs" />
+ <Compile Include="System.Web.Mvc\IController.cs" />
+ <Compile Include="System.Web.Mvc\IControllerFactory.cs" />
+ <Compile Include="System.Web.Mvc\IExceptionFilter.cs" />
+ <Compile Include="System.Web.Mvc\IModelBinder.cs" />
+ <Compile Include="System.Web.Mvc\InputType.cs" />
+ <Compile Include="System.Web.Mvc\IResultFilter.cs" />
+ <Compile Include="System.Web.Mvc\IRouteWithArea.cs" />
+ <Compile Include="System.Web.Mvc\ITempDataProvider.cs" />
+ <Compile Include="System.Web.Mvc\IValueProvider.cs" />
+ <Compile Include="System.Web.Mvc\IView.cs" />
+ <Compile Include="System.Web.Mvc\IViewDataContainer.cs" />
+ <Compile Include="System.Web.Mvc\IViewEngine.cs" />
+ <Compile Include="System.Web.Mvc\IViewLocationCache.cs" />
+ <Compile Include="System.Web.Mvc\JavaScriptResult.cs" />
+ <Compile Include="System.Web.Mvc\JsonRequestBehavior.cs" />
+ <Compile Include="System.Web.Mvc\JsonResult.cs" />
+ <Compile Include="System.Web.Mvc\LinqBinaryModelBinder.cs" />
+ <Compile Include="System.Web.Mvc\ModelBinderAttribute.cs" />
+ <Compile Include="System.Web.Mvc\ModelBinderDictionary.cs" />
+ <Compile Include="System.Web.Mvc\ModelBinders.cs" />
+ <Compile Include="System.Web.Mvc\ModelBindingContext.cs" />
+ <Compile Include="System.Web.Mvc\ModelClientValidationRangeRule.cs" />
+ <Compile Include="System.Web.Mvc\ModelClientValidationRegexRule.cs" />
+ <Compile Include="System.Web.Mvc\ModelClientValidationRequiredRule.cs" />
+ <Compile Include="System.Web.Mvc\ModelClientValidationRule.cs" />
+ <Compile Include="System.Web.Mvc\ModelClientValidationStringLengthRule.cs" />
+ <Compile Include="System.Web.Mvc\ModelErrorCollection.cs" />
+ <Compile Include="System.Web.Mvc\ModelError.cs" />
+ <Compile Include="System.Web.Mvc\ModelMetadata.cs" />
+ <Compile Include="System.Web.Mvc\ModelMetadataProvider.cs" />
+ <Compile Include="System.Web.Mvc\ModelMetadataProviders.cs" />
+ <Compile Include="System.Web.Mvc\ModelState.cs" />
+ <Compile Include="System.Web.Mvc\ModelStateDictionary.cs" />
+ <Compile Include="System.Web.Mvc\ModelValidationResult.cs" />
+ <Compile Include="System.Web.Mvc\ModelValidator.cs" />
+ <Compile Include="System.Web.Mvc\ModelValidatorProviderCollection.cs" />
+ <Compile Include="System.Web.Mvc\ModelValidatorProvider.cs" />
+ <Compile Include="System.Web.Mvc\ModelValidatorProviders.cs" />
+ <Compile Include="System.Web.Mvc\MultiSelectList.cs" />
+ <Compile Include="System.Web.Mvc\MvcHandler.cs" />
+ <Compile Include="System.Web.Mvc\MvcHtmlString.cs" />
+ <Compile Include="System.Web.Mvc\MvcHttpHandler.cs" />
+ <Compile Include="System.Web.Mvc\MvcRouteHandler.cs" />
+ <Compile Include="System.Web.Mvc\NameValueCollectionExtensions.cs" />
+ <Compile Include="System.Web.Mvc\NameValueCollectionValueProvider.cs" />
+ <Compile Include="System.Web.Mvc\NoAsyncTimeoutAttribute.cs" />
+ <Compile Include="System.Web.Mvc\NonActionAttribute.cs" />
+ <Compile Include="System.Web.Mvc\NullViewLocationCache.cs" />
+ <Compile Include="System.Web.Mvc\OutputCacheAttribute.cs" />
+ <Compile Include="System.Web.Mvc\ParameterBindingInfo.cs" />
+ <Compile Include="System.Web.Mvc\ParameterDescriptor.cs" />
+ <Compile Include="System.Web.Mvc\ParameterInfoUtil.cs" />
+ <Compile Include="System.Web.Mvc\PartialViewResult.cs" />
+ <Compile Include="System.Web.Mvc\PathHelpers.cs" />
+ <Compile Include="System.Web.Mvc\QueryStringValueProvider.cs" />
+ <Compile Include="System.Web.Mvc\QueryStringValueProviderFactory.cs" />
+ <Compile Include="System.Web.Mvc\RangeAttributeAdapter.cs" />
+ <Compile Include="System.Web.Mvc\ReaderWriterCache`2.cs" />
+ <Compile Include="System.Web.Mvc\RedirectResult.cs" />
+ <Compile Include="System.Web.Mvc\RedirectToRouteResult.cs" />
+ <Compile Include="System.Web.Mvc\ReflectedActionDescriptor.cs" />
+ <Compile Include="System.Web.Mvc\ReflectedControllerDescriptor.cs" />
+ <Compile Include="System.Web.Mvc\ReflectedParameterBindingInfo.cs" />
+ <Compile Include="System.Web.Mvc\ReflectedParameterDescriptor.cs" />
+ <Compile Include="System.Web.Mvc\RegularExpressionAttributeAdapter.cs" />
+ <Compile Include="System.Web.Mvc\RequiredAttributeAdapter.cs" />
+ <Compile Include="System.Web.Mvc\RequireHttpsAttribute.cs" />
+ <Compile Include="System.Web.Mvc\Resources\MvcResources.Designer.cs" />
+ <Compile Include="System.Web.Mvc\ResultExecutedContext.cs" />
+ <Compile Include="System.Web.Mvc\ResultExecutingContext.cs" />
+ <Compile Include="System.Web.Mvc\RouteCollectionExtensions.cs" />
+ <Compile Include="System.Web.Mvc\RouteDataValueProvider.cs" />
+ <Compile Include="System.Web.Mvc\RouteDataValueProviderFactory.cs" />
+ <Compile Include="System.Web.Mvc\RouteValuesHelpers.cs" />
+ <Compile Include="System.Web.Mvc\SelectList.cs" />
+ <Compile Include="System.Web.Mvc\SelectListItem.cs" />
+ <Compile Include="System.Web.Mvc\SessionStateTempDataProvider.cs" />
+ <Compile Include="System.Web.Mvc\StringLengthAttributeAdapter.cs" />
+ <Compile Include="System.Web.Mvc\TagBuilder.cs" />
+ <Compile Include="System.Web.Mvc\TagRenderMode.cs" />
+ <Compile Include="System.Web.Mvc\TempDataDictionary.cs" />
+ <Compile Include="System.Web.Mvc\TemplateInfo.cs" />
+ <Compile Include="System.Web.Mvc\TryGetValueDelegate.cs" />
+ <Compile Include="System.Web.Mvc\TypeCacheSerializer.cs" />
+ <Compile Include="System.Web.Mvc\TypeCacheUtil.cs" />
+ <Compile Include="System.Web.Mvc\TypeDescriptorHelper.cs" />
+ <Compile Include="System.Web.Mvc\TypeHelpers.cs" />
+ <Compile Include="System.Web.Mvc\UrlHelper.cs" />
+ <Compile Include="System.Web.Mvc\UrlParameter.cs" />
+ <Compile Include="System.Web.Mvc\ValidateAntiForgeryTokenAttribute.cs" />
+ <Compile Include="System.Web.Mvc\ValidateInputAttribute.cs" />
+ <Compile Include="System.Web.Mvc\ValueProviderCollection.cs" />
+ <Compile Include="System.Web.Mvc\ValueProviderDictionary.cs" />
+ <Compile Include="System.Web.Mvc\ValueProviderFactories.cs" />
+ <Compile Include="System.Web.Mvc\ValueProviderFactoryCollection.cs" />
+ <Compile Include="System.Web.Mvc\ValueProviderFactory.cs" />
+ <Compile Include="System.Web.Mvc\ValueProviderResult.cs" />
+ <Compile Include="System.Web.Mvc\ValueProviderUtil.cs" />
+ <Compile Include="System.Web.Mvc\ViewContext.cs" />
+ <Compile Include="System.Web.Mvc\ViewDataDictionary`1.cs" />
+ <Compile Include="System.Web.Mvc\ViewDataDictionary.cs" />
+ <Compile Include="System.Web.Mvc\ViewDataInfo.cs" />
+ <Compile Include="System.Web.Mvc\ViewEngineCollection.cs" />
+ <Compile Include="System.Web.Mvc\ViewEngineResult.cs" />
+ <Compile Include="System.Web.Mvc\ViewEngines.cs" />
+ <Compile Include="System.Web.Mvc\ViewMasterPage`1.cs" />
+ <Compile Include="System.Web.Mvc\ViewMasterPage.cs" />
+ <Compile Include="System.Web.Mvc\ViewPage`1.cs" />
+ <Compile Include="System.Web.Mvc\ViewPageControlBuilder.cs" />
+ <Compile Include="System.Web.Mvc\ViewPage.cs" />
+ <Compile Include="System.Web.Mvc\ViewResultBase.cs" />
+ <Compile Include="System.Web.Mvc\ViewResult.cs" />
+ <Compile Include="System.Web.Mvc\ViewTemplateUserControl`1.cs" />
+ <Compile Include="System.Web.Mvc\ViewTemplateUserControl.cs" />
+ <Compile Include="System.Web.Mvc\ViewTypeControlBuilder.cs" />
+ <Compile Include="System.Web.Mvc\ViewType.cs" />
+ <Compile Include="System.Web.Mvc\ViewTypeParserFilter.cs" />
+ <Compile Include="System.Web.Mvc\ViewUserControl`1.cs" />
+ <Compile Include="System.Web.Mvc\ViewUserControlControlBuilder.cs" />
+ <Compile Include="System.Web.Mvc\ViewUserControl.cs" />
+ <Compile Include="System.Web.Mvc\VirtualPathProviderViewEngine.cs" />
+ <Compile Include="System.Web.Mvc\WebFormView.cs" />
+ <Compile Include="System.Web.Mvc\WebFormViewEngine.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>..\\lib\build\mscorlib.dll</HintPath>
+ </Reference>
+ <Reference Include="System.dll">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\\lib\build\System.dll</HintPath>
+ </Reference>
+ <Reference Include="System.Core.dll">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\\lib\build\System.Core.dll</HintPath>
+ </Reference>
+ <Reference Include="System.Configuration.dll">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\\lib\build\System.Configuration.dll</HintPath>
+ </Reference>
+ <Reference Include="System.Data.dll">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\\lib\build\System.Data.dll</HintPath>
+ </Reference>
+ <Reference Include="System.Xml.dll">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\\lib\build\System.Xml.dll</HintPath>
+ </Reference>
+ <Reference Include="System.Web.dll">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\\lib\build\System.Web.dll</HintPath>
+ </Reference>
+ <Reference Include="System.Web.Abstractions.dll">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\\lib\build\System.Web.Abstractions.dll</HintPath>
+ </Reference>
+ <Reference Include="System.Web.Routing.dll">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\\lib\build\System.Web.Routing.dll</HintPath>
+ </Reference>
+ <Reference Include="System.Web.Extensions.dll">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\\lib\build\System.Web.Extensions.dll</HintPath>
+ </Reference>
+ <Reference Include="System.ComponentModel.DataAnnotations.dll">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\\lib\build\System.ComponentModel.DataAnnotations.dll</HintPath>
+ </Reference>
+ <Reference Include="System.Data.Linq.dll">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\\lib\build\System.Data.Linq.dll</HintPath>
+ </Reference>
+ </ItemGroup>
+
+ <ItemGroup>
+ <Folder Include="Properties\" />
+ </ItemGroup>
+
+</Project>
+