317 lines
17 KiB
XML
317 lines
17 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="15.0">
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
<PropertyGroup>
|
|
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
|
|
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
|
|
<EnableDefaultEmbeddedResourceItems>false</EnableDefaultEmbeddedResourceItems>
|
|
<ProjectGuid>{651E1350-91B6-44B7-BD60-7207006D7003}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AssemblyName>Umbraco.Web</AssemblyName>
|
|
<RootNamespace>Umbraco.Web</RootNamespace>
|
|
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
|
|
<RestorePackages>true</RestorePackages>
|
|
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
|
|
<TargetFrameworkProfile />
|
|
<AdditionalFileItemNames>$(AdditionalFileItemNames);Content</AdditionalFileItemNames>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>portable</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
<LangVersion>latest</LangVersion>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>portable</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<DocumentationFile>bin\Release\Umbraco.Web.xml</DocumentationFile>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
<LangVersion>latest</LangVersion>
|
|
</PropertyGroup>
|
|
<PropertyGroup />
|
|
<ItemGroup>
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
<Reference Include="System.Design" />
|
|
<Reference Include="System.DirectoryServices.AccountManagement" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.EnterpriseServices" />
|
|
<Reference Include="System.Runtime.Caching" />
|
|
<Reference Include="System.Runtime.Serialization" />
|
|
<Reference Include="System.ServiceModel" />
|
|
<Reference Include="System.Web" />
|
|
<Reference Include="System.Web.Abstractions" />
|
|
<Reference Include="System.Web.ApplicationServices" />
|
|
<Reference Include="System.Web.Entity" />
|
|
<Reference Include="System.Web.Extensions" />
|
|
<Reference Include="System.Web.Services" />
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="ClientDependency" Version="1.9.9" />
|
|
<PackageReference Include="ClientDependency-Mvc5" Version="1.9.3" />
|
|
<PackageReference Include="Examine.Core">
|
|
<Version>2.0.0-alpha.20200128.15</Version>
|
|
</PackageReference>
|
|
<PackageReference Include="HtmlAgilityPack" Version="1.11.24" />
|
|
<PackageReference Include="HtmlSanitizer">
|
|
<Version>5.0.353</Version>
|
|
</PackageReference>
|
|
<PackageReference Include="ImageProcessor">
|
|
<Version>2.7.0.100</Version>
|
|
</PackageReference>
|
|
<PackageReference Include="Markdown" Version="2.2.1" />
|
|
<PackageReference Include="Microsoft.AspNet.Identity.Core" Version="2.2.3" />
|
|
<PackageReference Include="Microsoft.AspNet.Mvc" Version="5.2.7" />
|
|
<PackageReference Include="Microsoft.AspNet.SignalR.Core" Version="2.4.1" />
|
|
<PackageReference Include="Microsoft.AspNet.WebApi" Version="5.2.7" />
|
|
<PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="5.2.7" />
|
|
<PackageReference Include="Microsoft.Extensions.Identity.Core" Version="3.1.8" />
|
|
<PackageReference Include="Microsoft.Extensions.Identity.Stores" Version="3.1.8" />
|
|
<PackageReference Include="Microsoft.Owin.Host.SystemWeb" Version="4.1.1" />
|
|
<PackageReference Include="Microsoft.Owin.Security.Cookies" Version="4.1.1" />
|
|
<PackageReference Include="Microsoft.Owin.Security.OAuth" Version="4.1.1" />
|
|
<PackageReference Include="Microsoft.Owin.Host.SystemWeb" Version="4.0.1" />
|
|
<PackageReference Include="Microsoft.Owin.Security.Cookies" Version="4.0.1" />
|
|
<PackageReference Include="Microsoft.Owin.Security.OAuth" Version="4.0.1" />
|
|
<PackageReference Include="Microsoft.SourceLink.GitHub">
|
|
<Version>1.0.0</Version>
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
<PrivateAssets>all</PrivateAssets>
|
|
</PackageReference>
|
|
<PackageReference Include="MiniProfiler" Version="4.2.1" />
|
|
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
|
|
<PackageReference Include="NPoco" Version="4.0.2" />
|
|
<PackageReference Include="SecurityCodeScan">
|
|
<Version>3.5.3</Version>
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
|
|
<PrivateAssets>all</PrivateAssets>
|
|
</PackageReference>
|
|
<PackageReference Include="System.Threading.Tasks.Dataflow" Version="4.11.1" />
|
|
<PackageReference Include="Umbraco.Code">
|
|
<Version>1.0.5</Version>
|
|
</PackageReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Umbraco.Core\Umbraco.Core.csproj">
|
|
<Project>{29aa69d9-b597-4395-8d42-43b1263c240a}</Project>
|
|
<Name>Umbraco.Core</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Umbraco.Infrastructure\Umbraco.Infrastructure.csproj">
|
|
<Project>{3ae7bf57-966b-45a5-910a-954d7c554441}</Project>
|
|
<Name>Umbraco.Infrastructure</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Umbraco.Persistance.SqlCe\Umbraco.Persistance.SqlCe.csproj">
|
|
<Project>{33085570-9bf2-4065-a9b0-a29d920d13ba}</Project>
|
|
<Name>Umbraco.Persistance.SqlCe</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<!-- no globbing for now, painful -->
|
|
<!--
|
|
<Compile Include="**\*.cs" Exclude="obj\**\*.cs;**\*.aspx.cs;**\*.ascx.cs;**\*.designer.cs" />
|
|
-->
|
|
<Compile Include="..\SolutionInfo.cs">
|
|
<Link>Properties\SolutionInfo.cs</Link>
|
|
</Compile>
|
|
<Compile Include="AppBuilderExtensions.cs" />
|
|
<Compile Include="AspNet\AspNetHostingEnvironment.cs" />
|
|
<Compile Include="AspNet\AspNetApplicationShutdownRegistry.cs" />
|
|
<Compile Include="AspNet\AspNetRequestAccessor.cs" />
|
|
<Compile Include="AspNet\AspNetSessionManager.cs" />
|
|
<Compile Include="AspNet\AspNetUserAgentProvider.cs" />
|
|
<Compile Include="AspNet\FrameworkMarchal.cs" />
|
|
<Compile Include="AspNet\AspNetUmbracoApplicationLifetime.cs" />
|
|
<Compile Include="Compose\BackOfficeUserAuditEventsComponent.cs" />
|
|
<Compile Include="Compose\BackOfficeUserAuditEventsComposer.cs" />
|
|
<Compile Include="Editors\PasswordChanger.cs" />
|
|
<Compile Include="HttpContextExtensions.cs" />
|
|
<Compile Include="Macros\MemberUserKeyProvider.cs" />
|
|
<Compile Include="Mvc\IRenderController.cs" />
|
|
<Compile Include="Mvc\IRenderMvcController.cs" />
|
|
<Compile Include="Mvc\MemberAuthorizeAttribute.cs" />
|
|
<Compile Include="Mvc\RenderMvcController.cs" />
|
|
<Compile Include="Mvc\UmbracoViewPageOfTModel.cs" />
|
|
<Compile Include="Security\IdentityFactoryMiddleware.cs" />
|
|
<Compile Include="Security\BackOfficeSecurity.cs" />
|
|
<Compile Include="WebApi\Filters\EnableOverrideAuthorizationAttribute.cs" />
|
|
<Compile Include="WebApi\Filters\OverridableAuthorizationAttribute.cs" />
|
|
<Compile Include="WebAssets\CDF\ClientDependencyRuntimeMinifier.cs" />
|
|
<Compile Include="HttpContextAccessorExtensions.cs" />
|
|
<Compile Include="Logging\OwinLogger.cs" />
|
|
<Compile Include="Logging\OwinLoggerFactory.cs" />
|
|
<Compile Include="Models\Membership\UmbracoMembershipMember.cs" />
|
|
<Compile Include="Mvc\HttpUmbracoFormRouteStringException.cs" />
|
|
<Compile Include="Mvc\ValidateUmbracoFormRouteStringAttribute.cs" />
|
|
<Compile Include="AspNet\AspNetBackOfficeInfo.cs" />
|
|
<Compile Include="AspNet\AspNetCookieManager.cs" />
|
|
<Compile Include="AspNet\AspNetHttpContextAccessor.cs" />
|
|
<Compile Include="AspNet\AspNetIpResolver.cs" />
|
|
<Compile Include="AspNet\AspNetPasswordHasher.cs" />
|
|
<Compile Include="RoutableDocumentFilter.cs" />
|
|
<Compile Include="Runtime\AspNetUmbracoBootPermissionChecker.cs" />
|
|
<Compile Include="Security\BackOfficeSignInManager.cs" />
|
|
<Compile Include="Security\BackOfficeOwinUserManager.cs" />
|
|
<Compile Include="Security\BackOfficeUserManagerMarker.cs" />
|
|
<Compile Include="WebAssets\CDF\ClientDependencyComponent.cs" />
|
|
<Compile Include="WebAssets\CDF\ClientDependencyComposer.cs" />
|
|
<Compile Include="Security\MembershipProviderBase.cs" />
|
|
<Compile Include="Security\MembershipProviderExtensions.cs" />
|
|
<Compile Include="Security\OwinDataProtectorTokenProvider.cs" />
|
|
<Compile Include="Security\PublicAccessChecker.cs" />
|
|
<Compile Include="Security\UmbracoMembershipProviderBase.cs" />
|
|
<Compile Include="StringExtensions.cs" />
|
|
<Compile Include="UmbracoContext.cs" />
|
|
<Compile Include="UmbracoContextFactory.cs" />
|
|
<Compile Include="Mvc\UmbracoVirtualNodeByUdiRouteHandler.cs" />
|
|
<Compile Include="UmbracoDbProviderFactoryCreator.cs" />
|
|
<Compile Include="Runtime\WebInitialComposer.cs" />
|
|
<Compile Include="Security\ActiveDirectoryBackOfficeUserPasswordChecker.cs" />
|
|
<Compile Include="Security\BackOfficeUserPasswordCheckerResult.cs" />
|
|
<Compile Include="Security\IBackOfficeUserManagerMarker.cs" />
|
|
<Compile Include="Security\IBackOfficeUserPasswordChecker.cs" />
|
|
<Compile Include="Security\IdentityAuditEventArgs.cs" />
|
|
<Compile Include="UmbracoBuilderExtensions.cs" />
|
|
<Compile Include="Composing\Current.cs" />
|
|
<Compile Include="ImageProcessorLogger.cs" />
|
|
<Compile Include="OwinExtensions.cs" />
|
|
<Compile Include="Security\BackOfficeCookieAuthenticationProvider.cs" />
|
|
<Compile Include="WebAssets\CDF\ClientDependencyConfiguration.cs" />
|
|
<Compile Include="UmbracoApplicationBase.cs" />
|
|
<Compile Include="WebApi\HttpActionContextExtensions.cs" />
|
|
<Compile Include="WebApi\SerializeVersionAttribute.cs" />
|
|
<Compile Include="WebApi\TrimModelBinder.cs" />
|
|
<Compile Include="WebApi\ParameterSwapControllerActionSelector.cs" />
|
|
<Compile Include="HttpContextUmbracoContextAccessor.cs" />
|
|
<Compile Include="IHttpContextAccessor.cs" />
|
|
<Compile Include="Composing\ModuleInjector.cs" />
|
|
<Compile Include="PublishedElementExtensions.cs" />
|
|
<Compile Include="Security\AuthenticationExtensions.cs" />
|
|
<Compile Include="Security\UmbracoSecureDataFormat.cs" />
|
|
<Compile Include="Security\UmbracoAuthTicketDataProtector.cs" />
|
|
<Compile Include="UmbracoModule.cs" />
|
|
<Compile Include="WebApi\EnableDetailedErrorsAttribute.cs" />
|
|
<Compile Include="WebApi\Filters\FeatureAuthorizeAttribute.cs" />
|
|
<Compile Include="WebApi\SessionHttpControllerRouteHandler.cs" />
|
|
<Compile Include="WebApi\UmbracoApiControllerTypeCollectionBuilder.cs" />
|
|
<Compile Include="Runtime\WebInitialComponent.cs" />
|
|
<Compile Include="Mvc\ControllerContextExtensions.cs" />
|
|
<Compile Include="Mvc\UmbracoRequireHttpsAttribute.cs" />
|
|
<Compile Include="Mvc\ValidateMvcAngularAntiForgeryTokenAttribute.cs" />
|
|
<Compile Include="OwinMiddlewareConfiguredEventArgs.cs" />
|
|
<Compile Include="Security\FixWindowsAuthMiddlware.cs" />
|
|
<Compile Include="Security\ForceRenewalCookieAuthenticationHandler.cs" />
|
|
<Compile Include="Security\ForceRenewalCookieAuthenticationMiddleware.cs" />
|
|
<Compile Include="Security\GetUserSecondsMiddleWare.cs" />
|
|
<Compile Include="Security\IUmbracoBackOfficeTwoFactorOptions.cs" />
|
|
<Compile Include="Security\WebAuthExtensions.cs" />
|
|
<Compile Include="WebAssets\CDF\UmbracoClientDependencyLoader.cs" />
|
|
<Compile Include="UmbracoDefaultOwinStartup.cs" />
|
|
<Compile Include="Mvc\ProfilingView.cs" />
|
|
<Compile Include="Mvc\NotFoundHandler.cs" />
|
|
<Compile Include="Mvc\RedirectToUmbracoUrlResult.cs" />
|
|
<Compile Include="Mvc\UmbracoVirtualNodeByIdRouteHandler.cs" />
|
|
<Compile Include="Mvc\EnsurePublishedContentRequestAttribute.cs" />
|
|
<Compile Include="Mvc\UmbracoVirtualNodeRouteHandler.cs" />
|
|
<Compile Include="Security\AppBuilderExtensions.cs" />
|
|
<Compile Include="Security\AuthenticationOptionsExtensions.cs" />
|
|
<Compile Include="Security\UmbracoBackOfficeCookieAuthOptions.cs" />
|
|
<Compile Include="WebAssets\CDF\DependencyPathRenderer.cs" />
|
|
<Compile Include="WebApi\AngularJsonMediaTypeFormatter.cs" />
|
|
<Compile Include="WebApi\AngularJsonOnlyConfigurationAttribute.cs" />
|
|
<Compile Include="WebApi\Filters\AngularAntiForgeryHelper.cs" />
|
|
<Compile Include="WebApi\Filters\ValidateAngularAntiForgeryTokenAttribute.cs" />
|
|
<Compile Include="PublishedPropertyExtension.cs" />
|
|
<Compile Include="Mvc\MergeParentContextViewDataAttribute.cs" />
|
|
<Compile Include="Mvc\ViewDataDictionaryExtensions.cs" />
|
|
<Compile Include="Security\MembershipHelper.cs" />
|
|
<Compile Include="HttpCookieExtensions.cs" />
|
|
<Compile Include="Security\Providers\MembersMembershipProvider.cs" />
|
|
<Compile Include="Security\Providers\MembersRoleProvider.cs" />
|
|
<Compile Include="Security\Providers\UmbracoMembershipProvider.cs" />
|
|
<Compile Include="HttpRequestExtensions.cs" />
|
|
<Compile Include="HttpUrlHelperExtensions.cs" />
|
|
<Compile Include="Macros\PartialViewMacroPage.cs" />
|
|
<Compile Include="Mvc\AreaRegistrationExtensions.cs" />
|
|
<Compile Include="Mvc\QueryStringFilterAttribute.cs" />
|
|
<Compile Include="Mvc\ControllerFactoryExtensions.cs" />
|
|
<Compile Include="Mvc\SurfaceRouteHandler.cs" />
|
|
<Compile Include="UrlHelperExtensions.cs" />
|
|
<Compile Include="UrlHelperRenderExtensions.cs" />
|
|
<Compile Include="WebApi\IsBackOfficeAttribute.cs" />
|
|
<Compile Include="WebApi\HttpRequestMessageExtensions.cs" />
|
|
<Compile Include="WebApi\MemberAuthorizeAttribute.cs" />
|
|
<Compile Include="WebApi\NamespaceHttpControllerSelector.cs" />
|
|
<Compile Include="WebApi\UmbracoApiController.cs" />
|
|
<Compile Include="WebApi\UmbracoApiControllerBase.cs" />
|
|
<Compile Include="Mvc\UmbracoAuthorizeAttribute.cs" />
|
|
<Compile Include="Mvc\NotChildAction.cs" />
|
|
<Compile Include="Mvc\UmbracoControllerFactory.cs" />
|
|
<Compile Include="Mvc\UmbracoMvcHandler.cs" />
|
|
<Compile Include="PublishedContentExtensions.cs" />
|
|
<Compile Include="ModelStateExtensions.cs" />
|
|
<Compile Include="Mvc\MergeModelStateToChildActionAttribute.cs" />
|
|
<Compile Include="Mvc\PluginController.cs" />
|
|
<Compile Include="Mvc\PostedDataProxyInfo.cs" />
|
|
<Compile Include="Mvc\RedirectToUmbracoPageResult.cs" />
|
|
<Compile Include="Mvc\Strings.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>Strings.resx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Mvc\SurfaceController.cs" />
|
|
<Compile Include="Mvc\PluginControllerArea.cs" />
|
|
<Compile Include="Mvc\PluginControllerAttribute.cs" />
|
|
<Compile Include="Mvc\UmbracoPageResult.cs" />
|
|
<Compile Include="RouteCollectionExtensions.cs" />
|
|
<Compile Include="UmbracoHelper.cs" />
|
|
<Compile Include="Mvc\ViewDataContainerExtensions.cs" />
|
|
<Compile Include="Routing\PublishedContentNotFoundHandler.cs" />
|
|
<Compile Include="Mvc\RenderActionInvoker.cs" />
|
|
<Compile Include="Mvc\RenderControllerFactory.cs" />
|
|
<Compile Include="Mvc\RenderRouteHandler.cs" />
|
|
<Compile Include="Mvc\RouteDefinition.cs" />
|
|
<Compile Include="Mvc\RouteValueDictionaryExtensions.cs" />
|
|
<Compile Include="WebApi\UmbracoAuthorizeAttribute.cs" />
|
|
<Compile Include="WebApi\UmbracoAuthorizedApiController.cs" />
|
|
<Compile Include="WebApi\Filters\ValidationFilterAttribute.cs" />
|
|
<Compile Include="Mvc\ControllerExtensions.cs" />
|
|
<Compile Include="TypeLoaderExtensions.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="UmbracoApplication.cs" />
|
|
<Compile Include="UmbracoInjectedModule.cs" />
|
|
<Compile Include="UmbracoHttpHandler.cs" />
|
|
<Compile Include="UmbracoWebService.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="Runtime\WebFinalComponent.cs" />
|
|
<Compile Include="Runtime\WebFinalComposer.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Mvc\Strings.resx">
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>Strings.Designer.cs</LastGenOutput>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="..\Umbraco.Web.UI\Views\web.config">
|
|
<Link>Mvc\web.config</Link>
|
|
</None>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
</Project>
|