Files
linux-packaging-mono/external/aspnetwebstack/src/System.Web.Mvc/System.Web.Mvc.csproj
Jo Shields a575963da9 Imported Upstream version 3.6.0
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
2014-08-13 10:39:27 +01:00

481 lines
23 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory),Runtime.sln))\tools\WebStack.settings.targets" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<CodeAnalysis Condition=" '$(CodeAnalysis)' == '' ">false</CodeAnalysis>
<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.Mvc</RootNamespace>
<AssemblyName>System.Web.Mvc</AssemblyName>
<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>TRACE;DEBUG;ASPNETMVC</DefineConstants>
<CodeAnalysisRuleSet>..\Strict.ruleset</CodeAnalysisRuleSet>
<DocumentationFile>$(OutputPath)\$(AssemblyName).xml</DocumentationFile>
<NoWarn>1591</NoWarn>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>..\..\bin\Release\</OutputPath>
<DefineConstants>TRACE;ASPNETMVC</DefineConstants>
<CodeAnalysisRuleSet>..\Strict.ruleset</CodeAnalysisRuleSet>
<RunCodeAnalysis>$(CodeAnalysis)</RunCodeAnalysis>
<DocumentationFile>$(OutputPath)\$(AssemblyName).xml</DocumentationFile>
<NoWarn>1591</NoWarn>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'CodeCoverage|AnyCPU'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>..\..\bin\CodeCoverage\</OutputPath>
<DefineConstants>TRACE;DEBUG;CODE_COVERAGE;ASPNETMVC</DefineConstants>
<DebugType>full</DebugType>
<CodeAnalysisRuleSet>..\Strict.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\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="..\CommonAssemblyInfo.cs">
<Link>Properties\CommonAssemblyInfo.cs</Link>
</Compile>
<Compile Include="..\Common\PrefixContainer.cs">
<Link>Common\PrefixContainer.cs</Link>
</Compile>
<Compile Include="..\Common\TaskHelpers.cs">
<Link>Common\TaskHelpers.cs</Link>
</Compile>
<Compile Include="..\Common\TaskHelpersExtensions.cs">
<Link>Common\TaskHelpersExtensions.cs</Link>
</Compile>
<Compile Include="..\TransparentCommonAssemblyInfo.cs">
<Link>Properties\TransparentCommonAssemblyInfo.cs</Link>
</Compile>
<Compile Include="AdditionalMetaDataAttribute.cs" />
<Compile Include="AllowAnonymousAttribute.cs" />
<Compile Include="ActionDescriptorHelper.cs" />
<Compile Include="Async\TaskAsyncActionDescriptor.cs" />
<Compile Include="Async\TaskWrapperAsyncResult.cs" />
<Compile Include="BuildManagerCompiledView.cs" />
<Compile Include="BuildManagerViewEngine.cs" />
<Compile Include="CachedAssociatedMetadataProvider`1.cs" />
<Compile Include="CachedDataAnnotationsMetadataAttributes.cs" />
<Compile Include="CachedDataAnnotationsModelMetadata.cs" />
<Compile Include="CachedDataAnnotationsModelMetadataProvider.cs" />
<Compile Include="CachedModelMetadata`1.cs" />
<Compile Include="CancellationTokenModelBinder.cs" />
<Compile Include="CompareAttribute.cs" />
<Compile Include="ChildActionValueProvider.cs" />
<Compile Include="ChildActionValueProviderFactory.cs" />
<Compile Include="HttpHeadAttribute.cs" />
<Compile Include="HttpOptionsAttribute.cs" />
<Compile Include="HttpPatchAttribute.cs" />
<Compile Include="IEnumerableValueProvider.cs" />
<Compile Include="DataTypeUtil.cs" />
<Compile Include="Html\DisplayNameExtensions.cs" />
<Compile Include="Html\NameExtensions.cs" />
<Compile Include="Html\ValueExtensions.cs" />
<Compile Include="Razor\MvcCSharpRazorCodeGenerator.cs" />
<Compile Include="Razor\SetModelTypeCodeGenerator.cs" />
<Compile Include="ReflectedAttributeCache.cs" />
<Compile Include="SessionStateAttribute.cs" />
<Compile Include="AllowHtmlAttribute.cs" />
<Compile Include="UnvalidatedRequestValuesAccessor.cs" />
<Compile Include="UnvalidatedRequestValuesWrapper.cs" />
<Compile Include="IUnvalidatedRequestValues.cs" />
<Compile Include="IUnvalidatedValueProvider.cs" />
<Compile Include="DependencyResolverExtensions.cs" />
<Compile Include="ExpressionUtil\BinaryExpressionFingerprint.cs" />
<Compile Include="ExpressionUtil\CachedExpressionCompiler.cs" />
<Compile Include="ExpressionUtil\ConditionalExpressionFingerprint.cs" />
<Compile Include="ExpressionUtil\ConstantExpressionFingerprint.cs" />
<Compile Include="ExpressionUtil\DefaultExpressionFingerprint.cs" />
<Compile Include="ExpressionUtil\ExpressionFingerprint.cs" />
<Compile Include="ExpressionUtil\ExpressionFingerprintChain.cs" />
<Compile Include="ExpressionUtil\FingerprintingExpressionVisitor.cs" />
<Compile Include="ExpressionUtil\HashCodeCombiner.cs" />
<Compile Include="ExpressionUtil\Hoisted`2.cs" />
<Compile Include="ExpressionUtil\HoistingExpressionVisitor.cs" />
<Compile Include="ExpressionUtil\IndexExpressionFingerprint.cs" />
<Compile Include="ExpressionUtil\LambdaExpressionFingerprint.cs" />
<Compile Include="ExpressionUtil\MemberExpressionFingerprint.cs" />
<Compile Include="ExpressionUtil\MethodCallExpressionFingerprint.cs" />
<Compile Include="ExpressionUtil\ParameterExpressionFingerprint.cs" />
<Compile Include="ExpressionUtil\TypeBinaryExpressionFingerprint.cs" />
<Compile Include="ExpressionUtil\UnaryExpressionFingerprint.cs" />
<Compile Include="IControllerActivator.cs" />
<Compile Include="IModelBinderProvider.cs" />
<Compile Include="IUniquelyIdentifiable.cs" />
<Compile Include="IViewStartPageChild.cs" />
<Compile Include="IResolver.cs" />
<Compile Include="ControllerInstanceFilterProvider.cs" />
<Compile Include="RazorView.cs" />
<Compile Include="RazorViewEngine.cs" />
<Compile Include="DynamicViewDataDictionary.cs" />
<Compile Include="Filter.cs" />
<Compile Include="FilterAttributeFilterProvider.cs" />
<Compile Include="FilterProviderCollection.cs" />
<Compile Include="FilterProviders.cs" />
<Compile Include="FilterScope.cs" />
<Compile Include="GlobalFilterCollection.cs" />
<Compile Include="GlobalFilters.cs" />
<Compile Include="IFilterProvider.cs" />
<Compile Include="IMvcFilter.cs" />
<Compile Include="IViewPageActivator.cs" />
<Compile Include="ModelBinderProviderCollection.cs" />
<Compile Include="ModelBinderProviders.cs" />
<Compile Include="MultiServiceResolver.cs" />
<Compile Include="Razor\MvcCSharpRazorCodeParser.cs" />
<Compile Include="MvcFilter.cs" />
<Compile Include="Razor\MvcVBRazorCodeParser.cs" />
<Compile Include="Razor\MvcWebPageRazorHost.cs" />
<Compile Include="MvcWebRazorHostFactory.cs" />
<Compile Include="PreApplicationStartCode.cs" />
<Compile Include="RemoteAttribute.cs" />
<Compile Include="SecurityUtil.cs" />
<Compile Include="SingleServiceResolver.cs" />
<Compile Include="Razor\StartPageLookupDelegate.cs" />
<Compile Include="TagBuilderExtensions.cs" />
<Compile Include="UrlRewriterHelper.cs" />
<Compile Include="ViewStartPage.cs" />
<Compile Include="WebViewPage.cs" />
<Compile Include="WebViewPage`1.cs" />
<Compile Include="HttpNotFoundResult.cs" />
<Compile Include="HttpStatusCodeResult.cs" />
<Compile Include="IMvcControlBuilder.cs" />
<Compile Include="AssociatedMetadataProvider.cs" />
<Compile Include="ActionExecutedContext.cs" />
<Compile Include="ActionExecutingContext.cs" />
<Compile Include="ClientDataTypeModelValidatorProvider.cs" />
<Compile Include="AssociatedValidatorProvider.cs" />
<Compile Include="Async\ActionDescriptorCreator.cs" />
<Compile Include="Async\AsyncActionDescriptor.cs" />
<Compile Include="Async\AsyncActionMethodSelector.cs" />
<Compile Include="Async\AsyncControllerActionInvoker.cs" />
<Compile Include="Async\SynchronousOperationException.cs" />
<Compile Include="Async\AsyncManager.cs" />
<Compile Include="AsyncTimeoutAttribute.cs" />
<Compile Include="Async\BeginInvokeDelegate.cs" />
<Compile Include="Async\AsyncResultWrapper.cs" />
<Compile Include="Async\AsyncVoid.cs" />
<Compile Include="AsyncController.cs" />
<Compile Include="Async\AsyncUtil.cs" />
<Compile Include="Async\IAsyncController.cs" />
<Compile Include="Async\IAsyncActionInvoker.cs" />
<Compile Include="Async\IAsyncManagerContainer.cs" />
<Compile Include="IClientValidatable.cs" />
<Compile Include="IMetadataAware.cs" />
<Compile Include="IDependencyResolver.cs" />
<Compile Include="JsonValueProviderFactory.cs" />
<Compile Include="DependencyResolver.cs" />
<Compile Include="UrlParameter.cs" />
<Compile Include="FormValueProvider.cs" />
<Compile Include="FormValueProviderFactory.cs" />
<Compile Include="HttpFileCollectionValueProvider.cs" />
<Compile Include="HttpFileCollectionValueProviderFactory.cs" />
<Compile Include="QueryStringValueProvider.cs" />
<Compile Include="QueryStringValueProviderFactory.cs" />
<Compile Include="RangeAttributeAdapter.cs" />
<Compile Include="RegularExpressionAttributeAdapter.cs" />
<Compile Include="RequiredAttributeAdapter.cs" />
<Compile Include="RouteDataValueProvider.cs" />
<Compile Include="RouteDataValueProviderFactory.cs" />
<Compile Include="StringLengthAttributeAdapter.cs" />
<Compile Include="TypeCacheUtil.cs" />
<Compile Include="TypeCacheSerializer.cs" />
<Compile Include="Html\DisplayTextExtensions.cs" />
<Compile Include="NoAsyncTimeoutAttribute.cs" />
<Compile Include="Async\OperationCounter.cs" />
<Compile Include="Async\ReflectedAsyncActionDescriptor.cs" />
<Compile Include="Async\ReflectedAsyncControllerDescriptor.cs" />
<Compile Include="Async\Trigger.cs" />
<Compile Include="Async\TriggerListener.cs" />
<Compile Include="Async\SimpleAsyncResult.cs" />
<Compile Include="Async\EndInvokeDelegate.cs" />
<Compile Include="Async\EndInvokeDelegate`1.cs" />
<Compile Include="Async\SynchronizationContextUtil.cs" />
<Compile Include="AuthorizationContext.cs" />
<Compile Include="ByteArrayModelBinder.cs" />
<Compile Include="ControllerContext.cs" />
<Compile Include="Html\ChildActionExtensions.cs" />
<Compile Include="ParameterInfoUtil.cs" />
<Compile Include="HttpHandlerUtil.cs" />
<Compile Include="ChildActionOnlyAttribute.cs" />
<Compile Include="TypeDescriptorHelper.cs" />
<Compile Include="ValidatableObjectAdapter.cs" />
<Compile Include="ValueProviderFactories.cs" />
<Compile Include="ValueProviderFactory.cs" />
<Compile Include="ValueProviderFactoryCollection.cs" />
<Compile Include="ValueProviderCollection.cs" />
<Compile Include="DictionaryValueProvider.cs" />
<Compile Include="NameValueCollectionValueProvider.cs" />
<Compile Include="ValueProviderUtil.cs" />
<Compile Include="IValueProvider.cs" />
<Compile Include="DataErrorInfoModelValidatorProvider.cs" />
<Compile Include="ModelValidatorProviderCollection.cs" />
<Compile Include="DataAnnotationsModelMetadata.cs" />
<Compile Include="HiddenInputAttribute.cs" />
<Compile Include="HttpGetAttribute.cs" />
<Compile Include="HttpPutAttribute.cs" />
<Compile Include="HttpDeleteAttribute.cs" />
<Compile Include="MvcHtmlString.cs" />
<Compile Include="DataAnnotationsModelValidator.cs" />
<Compile Include="DataAnnotationsModelValidatorProvider.cs" />
<Compile Include="DataAnnotationsModelValidator`1.cs" />
<Compile Include="EmptyModelValidatorProvider.cs" />
<Compile Include="ExpressionHelper.cs" />
<Compile Include="FieldValidationMetadata.cs" />
<Compile Include="FormContext.cs" />
<Compile Include="JsonRequestBehavior.cs" />
<Compile Include="ModelValidationResult.cs" />
<Compile Include="ModelValidator.cs" />
<Compile Include="ModelValidatorProvider.cs" />
<Compile Include="ModelValidatorProviders.cs" />
<Compile Include="RequireHttpsAttribute.cs" />
<Compile Include="HttpRequestExtensions.cs" />
<Compile Include="DataAnnotationsModelMetadataProvider.cs" />
<Compile Include="EmptyModelMetadataProvider.cs" />
<Compile Include="ModelMetadata.cs" />
<Compile Include="ModelMetadataProvider.cs" />
<Compile Include="ModelMetadataProviders.cs" />
<Compile Include="AreaHelpers.cs" />
<Compile Include="AreaRegistration.cs" />
<Compile Include="AreaRegistrationContext.cs" />
<Compile Include="Error.cs" />
<Compile Include="IRouteWithArea.cs" />
<Compile Include="Async\SingleEntryGate.cs" />
<Compile Include="Html\PartialExtensions.cs" />
<Compile Include="LinqBinaryModelBinder.cs" />
<Compile Include="TryGetValueDelegate.cs" />
<Compile Include="ViewDataInfo.cs" />
<Compile Include="Html\DefaultDisplayTemplates.cs" />
<Compile Include="Html\DefaultEditorTemplates.cs" />
<Compile Include="Html\DisplayExtensions.cs" />
<Compile Include="Html\EditorExtensions.cs" />
<Compile Include="Html\LabelExtensions.cs" />
<Compile Include="Html\TemplateHelpers.cs" />
<Compile Include="HttpPostAttribute.cs" />
<Compile Include="PathHelpers.cs" />
<Compile Include="ExceptionContext.cs" />
<Compile Include="ResultExecutedContext.cs" />
<Compile Include="ResultExecutingContext.cs" />
<Compile Include="TemplateInfo.cs" />
<Compile Include="ValidateAntiForgeryTokenAttribute.cs" />
<Compile Include="JavaScriptResult.cs" />
<Compile Include="ActionDescriptor.cs" />
<Compile Include="ActionMethodDispatcher.cs" />
<Compile Include="ActionMethodSelector.cs" />
<Compile Include="ActionMethodSelectorAttribute.cs" />
<Compile Include="ActionNameSelectorAttribute.cs" />
<Compile Include="AuthorizeAttribute.cs" />
<Compile Include="Ajax\AjaxOptions.cs" />
<Compile Include="Ajax\AjaxExtensions.cs" />
<Compile Include="ActionMethodDispatcherCache.cs" />
<Compile Include="BindAttribute.cs" />
<Compile Include="ControllerBase.cs" />
<Compile Include="ActionNameAttribute.cs" />
<Compile Include="AcceptVerbsAttribute.cs" />
<Compile Include="AjaxHelper`1.cs" />
<Compile Include="HtmlHelper`1.cs" />
<Compile Include="DictionaryHelpers.cs" />
<Compile Include="AjaxRequestExtensions.cs" />
<Compile Include="ModelBinderDictionary.cs" />
<Compile Include="ValueProviderDictionary.cs" />
<Compile Include="ViewContext.cs" />
<Compile Include="ViewMasterPageControlBuilder.cs" />
<Compile Include="ViewTemplateUserControl.cs">
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="ViewTemplateUserControl`1.cs">
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="ViewType.cs" />
<Compile Include="ViewTypeControlBuilder.cs" />
<Compile Include="ViewUserControlControlBuilder.cs" />
<Compile Include="ViewPageControlBuilder.cs" />
<Compile Include="ViewTypeParserFilter.cs" />
<Compile Include="DefaultViewLocationCache.cs" />
<Compile Include="FormCollection.cs" />
<Compile Include="HttpPostedFileBaseModelBinder.cs" />
<Compile Include="NullViewLocationCache.cs" />
<Compile Include="ValidateInputAttribute.cs" />
<Compile Include="FileContentResult.cs" />
<Compile Include="FilePathResult.cs" />
<Compile Include="FileResult.cs" />
<Compile Include="FileStreamResult.cs" />
<Compile Include="InputType.cs" />
<Compile Include="ControllerDescriptorCache.cs" />
<Compile Include="ReflectedParameterBindingInfo.cs" />
<Compile Include="ParameterBindingInfo.cs" />
<Compile Include="ReaderWriterCache`2.cs" />
<Compile Include="DescriptorUtil.cs" />
<Compile Include="ReflectedControllerDescriptor.cs" />
<Compile Include="ControllerDescriptor.cs" />
<Compile Include="ActionSelector.cs" />
<Compile Include="ReflectedActionDescriptor.cs" />
<Compile Include="Html\MvcForm.cs" />
<Compile Include="HttpVerbs.cs" />
<Compile Include="DefaultModelBinder.cs" />
<Compile Include="ModelBindingContext.cs" />
<Compile Include="ParameterDescriptor.cs" />
<Compile Include="RouteValuesHelpers.cs" />
<Compile Include="SelectListItem.cs" />
<Compile Include="ReflectedParameterDescriptor.cs" />
<Compile Include="ValueProviderResult.cs" />
<Compile Include="CustomModelBinderAttribute.cs" />
<Compile Include="FormMethod.cs" />
<Compile Include="Html\FormExtensions.cs" />
<Compile Include="Html\InputExtensions.cs" />
<Compile Include="Html\RenderPartialExtensions.cs" />
<Compile Include="Html\SelectExtensions.cs" />
<Compile Include="Html\TextAreaExtensions.cs" />
<Compile Include="Html\ValidationExtensions.cs" />
<Compile Include="IModelBinder.cs" />
<Compile Include="Html\LinkExtensions.cs" />
<Compile Include="ModelBinderAttribute.cs" />
<Compile Include="ModelBinders.cs" />
<Compile Include="ModelStateDictionary.cs" />
<Compile Include="ModelState.cs" />
<Compile Include="ModelErrorCollection.cs" />
<Compile Include="ModelError.cs" />
<Compile Include="Ajax\InsertionMode.cs" />
<Compile Include="HandleErrorAttribute.cs" />
<Compile Include="HandleErrorInfo.cs" />
<Compile Include="HttpUnauthorizedResult.cs" />
<Compile Include="IActionInvoker.cs" />
<Compile Include="IView.cs" />
<Compile Include="IViewLocationCache.cs" />
<Compile Include="MvcHttpHandler.cs" />
<Compile Include="PartialViewResult.cs" />
<Compile Include="SessionStateTempDataProvider.cs" />
<Compile Include="ITempDataProvider.cs" />
<Compile Include="OutputCacheAttribute.cs" />
<Compile Include="FilterInfo.cs" />
<Compile Include="GlobalSuppressions.cs" />
<Compile Include="ActionFilterAttribute.cs" />
<Compile Include="ActionResult.cs" />
<Compile Include="AjaxHelper.cs" />
<Compile Include="BuildManagerWrapper.cs" />
<Compile Include="Controller.cs" />
<Compile Include="ControllerActionInvoker.cs" />
<Compile Include="ControllerBuilder.cs" />
<Compile Include="ControllerTypeCache.cs" />
<Compile Include="ContentResult.cs" />
<Compile Include="FilterAttribute.cs" />
<Compile Include="IResultFilter.cs" />
<Compile Include="IExceptionFilter.cs" />
<Compile Include="IAuthorizationFilter.cs" />
<Compile Include="JsonResult.cs" />
<Compile Include="NameValueCollectionExtensions.cs" />
<Compile Include="ViewDataDictionary`1.cs" />
<Compile Include="EmptyResult.cs" />
<Compile Include="MultiSelectList.cs" />
<Compile Include="RedirectResult.cs" />
<Compile Include="RedirectToRouteResult.cs" />
<Compile Include="DefaultControllerFactory.cs" />
<Compile Include="HtmlHelper.cs" />
<Compile Include="IActionFilter.cs" />
<Compile Include="IBuildManager.cs" />
<Compile Include="IController.cs" />
<Compile Include="IControllerFactory.cs" />
<Compile Include="IViewDataContainer.cs" />
<Compile Include="IViewEngine.cs" />
<Compile Include="MvcHandler.cs" />
<Compile Include="MvcRouteHandler.cs" />
<Compile Include="NonActionAttribute.cs" />
<Compile Include="RouteCollectionExtensions.cs" />
<Compile Include="SelectList.cs" />
<Compile Include="TempDataDictionary.cs" />
<Compile Include="TypeHelpers.cs" />
<Compile Include="UrlHelper.cs" />
<Compile Include="ViewDataDictionary.cs" />
<Compile Include="ViewEngineCollection.cs" />
<Compile Include="ViewEngineResult.cs" />
<Compile Include="ViewEngines.cs" />
<Compile Include="ViewMasterPage.cs">
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="ViewMasterPage`1.cs">
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="ViewPage.cs">
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="ViewPage`1.cs">
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="ViewResult.cs" />
<Compile Include="ViewResultBase.cs" />
<Compile Include="ViewUserControl.cs">
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="ViewUserControl`1.cs">
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="VirtualPathProviderViewEngine.cs" />
<Compile Include="WebFormView.cs" />
<Compile Include="WebFormViewEngine.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Properties\MvcResources.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>MvcResources.resx</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Properties\MvcResources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>MvcResources.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<CodeAnalysisDictionary Include="..\CodeAnalysisDictionary.xml" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\System.Web.Razor\System.Web.Razor.csproj">
<Project>{8F18041B-9410-4C36-A9C5-067813DF5F31}</Project>
<Name>System.Web.Razor</Name>
</ProjectReference>
<ProjectReference Include="..\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="..\System.Web.WebPages\System.Web.WebPages.csproj">
<Project>{76EFA9C5-8D7E-4FDF-B710-E20F8B6B00D2}</Project>
<Name>System.Web.WebPages</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>