2017-01-06 04:34:55 +08:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
|
|
<ProductVersion>9.0.30729</ProductVersion>
|
|
|
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
|
|
|
<ProjectGuid>{42E217C1-E163-4B6B-9E8F-42BEE21B6896}</ProjectGuid>
|
|
|
|
|
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
<RootNamespace>Orchard.OpenId</RootNamespace>
|
|
|
|
|
<AssemblyName>Orchard.OpenId</AssemblyName>
|
2021-02-19 17:31:26 +08:00
|
|
|
|
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
2024-04-05 03:16:46 +08:00
|
|
|
|
<LangVersion>7.3</LangVersion>
|
2017-01-06 04:34:55 +08:00
|
|
|
|
<FileUpgradeFlags>
|
|
|
|
|
</FileUpgradeFlags>
|
|
|
|
|
<OldToolsVersion>4.0</OldToolsVersion>
|
|
|
|
|
<UpgradeBackupLocation />
|
|
|
|
|
<TargetFrameworkProfile />
|
|
|
|
|
<UseIISExpress>false</UseIISExpress>
|
|
|
|
|
<IISExpressSSLPort />
|
|
|
|
|
<IISExpressAnonymousAuthentication />
|
|
|
|
|
<IISExpressWindowsAuthentication />
|
|
|
|
|
<IISExpressUseClassicPipelineMode />
|
|
|
|
|
<UseGlobalApplicationHostFile />
|
2018-08-10 03:22:42 +08:00
|
|
|
|
<Use64BitIISExpress />
|
2017-01-06 04:34:55 +08:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<Optimize>false</Optimize>
|
|
|
|
|
<OutputPath>bin\</OutputPath>
|
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
<CodeAnalysisRuleSet>..\..\..\OrchardBasicCorrectness.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<OutputPath>bin\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
2022-01-21 15:47:00 +08:00
|
|
|
|
<Reference Include="Antlr3.Runtime, Version=3.5.0.2, Culture=neutral, PublicKeyToken=eb42632606e9261f, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\..\..\packages\Antlr3.Runtime.3.5.1\lib\net40-client\Antlr3.Runtime.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="Iesi.Collections, Version=4.0.0.4000, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\..\..\packages\Iesi.Collections.4.0.4\lib\net461\Iesi.Collections.dll</HintPath>
|
2017-01-06 04:34:55 +08:00
|
|
|
|
</Reference>
|
2021-02-19 17:31:26 +08:00
|
|
|
|
<Reference Include="log4net, Version=2.0.12.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\..\..\packages\log4net.2.0.12\lib\net45\log4net.dll</HintPath>
|
|
|
|
|
</Reference>
|
2017-01-06 04:34:55 +08:00
|
|
|
|
<Reference Include="Microsoft.Azure.ActiveDirectory.GraphClient, Version=2.1.10.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\..\..\packages\Microsoft.Azure.ActiveDirectory.GraphClient.2.1.1\lib\portable-net4+sl5+win+wpa+wp8\Microsoft.Azure.ActiveDirectory.GraphClient.dll</HintPath>
|
|
|
|
|
<Private>True</Private>
|
|
|
|
|
</Reference>
|
2024-04-05 03:16:46 +08:00
|
|
|
|
<Reference Include="Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\..\..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.4.1.0\lib\net472\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll</HintPath>
|
2017-12-23 04:18:55 +08:00
|
|
|
|
</Reference>
|
2017-01-06 04:34:55 +08:00
|
|
|
|
<Reference Include="Microsoft.CSharp" />
|
2019-02-21 08:59:10 +08:00
|
|
|
|
<Reference Include="Microsoft.Data.Edm, Version=5.8.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\..\..\packages\Microsoft.Data.Edm.5.8.4\lib\net40\Microsoft.Data.Edm.dll</HintPath>
|
2017-01-06 04:34:55 +08:00
|
|
|
|
<Private>True</Private>
|
|
|
|
|
</Reference>
|
2019-02-21 08:59:10 +08:00
|
|
|
|
<Reference Include="Microsoft.Data.OData, Version=5.8.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\..\..\packages\Microsoft.Data.OData.5.8.4\lib\net40\Microsoft.Data.OData.dll</HintPath>
|
2017-01-06 04:34:55 +08:00
|
|
|
|
<Private>True</Private>
|
|
|
|
|
</Reference>
|
2019-02-21 08:59:10 +08:00
|
|
|
|
<Reference Include="Microsoft.Data.Services.Client, Version=5.8.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\..\..\packages\Microsoft.Data.Services.Client.5.8.4\lib\net40\Microsoft.Data.Services.Client.dll</HintPath>
|
2017-01-06 04:34:55 +08:00
|
|
|
|
<Private>True</Private>
|
|
|
|
|
</Reference>
|
2018-08-10 03:22:42 +08:00
|
|
|
|
<Reference Include="Microsoft.IdentityModel.Clients.ActiveDirectory, Version=3.19.8.16603, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\..\..\packages\Microsoft.IdentityModel.Clients.ActiveDirectory.3.19.8\lib\net45\Microsoft.IdentityModel.Clients.ActiveDirectory.dll</HintPath>
|
2017-01-06 04:34:55 +08:00
|
|
|
|
</Reference>
|
2018-08-10 03:22:42 +08:00
|
|
|
|
<Reference Include="Microsoft.IdentityModel.Clients.ActiveDirectory.Platform, Version=3.19.8.16603, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\..\..\packages\Microsoft.IdentityModel.Clients.ActiveDirectory.3.19.8\lib\net45\Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll</HintPath>
|
2017-01-06 04:34:55 +08:00
|
|
|
|
</Reference>
|
2024-04-19 03:35:39 +08:00
|
|
|
|
<Reference Include="Microsoft.IdentityModel.JsonWebTokens, Version=5.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\..\..\packages\Microsoft.IdentityModel.JsonWebTokens.5.7.0\lib\net461\Microsoft.IdentityModel.JsonWebTokens.dll</HintPath>
|
2017-01-06 04:34:55 +08:00
|
|
|
|
</Reference>
|
2024-04-19 03:35:39 +08:00
|
|
|
|
<Reference Include="Microsoft.IdentityModel.Logging, Version=5.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\..\..\packages\Microsoft.IdentityModel.Logging.5.7.0\lib\net461\Microsoft.IdentityModel.Logging.dll</HintPath>
|
2017-01-06 04:34:55 +08:00
|
|
|
|
</Reference>
|
2018-08-10 03:22:42 +08:00
|
|
|
|
<Reference Include="Microsoft.IdentityModel.Protocol.Extensions, Version=1.0.40306.1554, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\..\..\packages\Microsoft.IdentityModel.Protocol.Extensions.1.0.4.403061554\lib\net45\Microsoft.IdentityModel.Protocol.Extensions.dll</HintPath>
|
2017-01-06 04:34:55 +08:00
|
|
|
|
</Reference>
|
2024-04-19 03:35:39 +08:00
|
|
|
|
<Reference Include="Microsoft.IdentityModel.Protocols, Version=5.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\..\..\packages\Microsoft.IdentityModel.Protocols.5.7.0\lib\net461\Microsoft.IdentityModel.Protocols.dll</HintPath>
|
2017-01-06 04:34:55 +08:00
|
|
|
|
</Reference>
|
2024-04-19 03:35:39 +08:00
|
|
|
|
<Reference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect, Version=5.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\..\..\packages\Microsoft.IdentityModel.Protocols.OpenIdConnect.5.7.0\lib\net461\Microsoft.IdentityModel.Protocols.OpenIdConnect.dll</HintPath>
|
2017-01-06 04:34:55 +08:00
|
|
|
|
</Reference>
|
2024-04-19 03:35:39 +08:00
|
|
|
|
<Reference Include="Microsoft.IdentityModel.Protocols.WsFederation, Version=5.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\..\..\packages\Microsoft.IdentityModel.Protocols.WsFederation.5.7.0\lib\net461\Microsoft.IdentityModel.Protocols.WsFederation.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="Microsoft.IdentityModel.Tokens, Version=5.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\..\..\packages\Microsoft.IdentityModel.Tokens.5.7.0\lib\net461\Microsoft.IdentityModel.Tokens.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="Microsoft.IdentityModel.Tokens.Saml, Version=5.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\..\..\packages\Microsoft.IdentityModel.Tokens.Saml.5.7.0\lib\net461\Microsoft.IdentityModel.Tokens.Saml.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="Microsoft.IdentityModel.Xml, Version=5.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\..\..\packages\Microsoft.IdentityModel.Xml.5.7.0\lib\net461\Microsoft.IdentityModel.Xml.dll</HintPath>
|
2017-01-06 04:34:55 +08:00
|
|
|
|
</Reference>
|
2022-09-16 14:46:47 +08:00
|
|
|
|
<Reference Include="Microsoft.Owin, Version=4.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\..\..\packages\Microsoft.Owin.4.2.2\lib\net45\Microsoft.Owin.dll</HintPath>
|
2017-01-06 04:34:55 +08:00
|
|
|
|
</Reference>
|
2023-07-12 22:59:34 +08:00
|
|
|
|
<Reference Include="Microsoft.Owin.Host.SystemWeb, Version=4.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\..\..\packages\Microsoft.Owin.Host.SystemWeb.4.2.2\lib\net45\Microsoft.Owin.Host.SystemWeb.dll</HintPath>
|
2017-01-06 04:34:55 +08:00
|
|
|
|
</Reference>
|
2022-09-16 14:46:47 +08:00
|
|
|
|
<Reference Include="Microsoft.Owin.Security, Version=4.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\..\..\packages\Microsoft.Owin.Security.4.2.2\lib\net45\Microsoft.Owin.Security.dll</HintPath>
|
2017-01-06 04:34:55 +08:00
|
|
|
|
</Reference>
|
2024-04-19 03:35:39 +08:00
|
|
|
|
<Reference Include="Microsoft.Owin.Security.ActiveDirectory, Version=4.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\..\..\packages\Microsoft.Owin.Security.ActiveDirectory.4.2.2\lib\net45\Microsoft.Owin.Security.ActiveDirectory.dll</HintPath>
|
2017-01-06 04:34:55 +08:00
|
|
|
|
</Reference>
|
2022-09-16 14:46:47 +08:00
|
|
|
|
<Reference Include="Microsoft.Owin.Security.Cookies, Version=4.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\..\..\packages\Microsoft.Owin.Security.Cookies.4.2.2\lib\net45\Microsoft.Owin.Security.Cookies.dll</HintPath>
|
2017-01-06 04:34:55 +08:00
|
|
|
|
</Reference>
|
2024-04-19 03:35:39 +08:00
|
|
|
|
<Reference Include="Microsoft.Owin.Security.Facebook, Version=4.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\..\..\packages\Microsoft.Owin.Security.Facebook.4.2.2\lib\net45\Microsoft.Owin.Security.Facebook.dll</HintPath>
|
2018-08-10 03:22:42 +08:00
|
|
|
|
</Reference>
|
2024-04-19 03:35:39 +08:00
|
|
|
|
<Reference Include="Microsoft.Owin.Security.Google, Version=4.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\..\..\packages\Microsoft.Owin.Security.Google.4.2.2\lib\net45\Microsoft.Owin.Security.Google.dll</HintPath>
|
2018-08-10 03:22:42 +08:00
|
|
|
|
</Reference>
|
2024-04-19 03:35:39 +08:00
|
|
|
|
<Reference Include="Microsoft.Owin.Security.Jwt, Version=4.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\..\..\packages\Microsoft.Owin.Security.Jwt.4.2.2\lib\net45\Microsoft.Owin.Security.Jwt.dll</HintPath>
|
2018-08-10 03:22:42 +08:00
|
|
|
|
</Reference>
|
2024-04-19 03:35:39 +08:00
|
|
|
|
<Reference Include="Microsoft.Owin.Security.OAuth, Version=4.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\..\..\packages\Microsoft.Owin.Security.OAuth.4.2.2\lib\net45\Microsoft.Owin.Security.OAuth.dll</HintPath>
|
2018-08-10 03:22:42 +08:00
|
|
|
|
</Reference>
|
2024-04-19 03:35:39 +08:00
|
|
|
|
<Reference Include="Microsoft.Owin.Security.OpenIdConnect, Version=4.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\..\..\packages\Microsoft.Owin.Security.OpenIdConnect.4.2.2\lib\net45\Microsoft.Owin.Security.OpenIdConnect.dll</HintPath>
|
2018-08-10 03:22:42 +08:00
|
|
|
|
</Reference>
|
2024-04-19 03:35:39 +08:00
|
|
|
|
<Reference Include="Microsoft.Owin.Security.Twitter, Version=4.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\..\..\packages\Microsoft.Owin.Security.Twitter.4.2.2\lib\net45\Microsoft.Owin.Security.Twitter.dll</HintPath>
|
2017-01-06 04:34:55 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<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>
|
|
|
|
|
<Private>True</Private>
|
|
|
|
|
</Reference>
|
2022-07-05 15:30:08 +08:00
|
|
|
|
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
2024-12-08 20:58:44 +08:00
|
|
|
|
<HintPath>..\..\..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
|
2017-01-06 04:34:55 +08:00
|
|
|
|
</Reference>
|
2024-12-06 16:49:25 +08:00
|
|
|
|
<Reference Include="NHibernate, Version=5.5.0.0, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\..\..\packages\NHibernate.5.5.2\lib\net48\NHibernate.dll</HintPath>
|
2017-01-06 04:34:55 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="Owin, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f0ebd12fd5e55cc5, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\..\..\packages\Owin.1.0\lib\net40\Owin.dll</HintPath>
|
|
|
|
|
<Private>True</Private>
|
|
|
|
|
</Reference>
|
2022-01-21 15:47:00 +08:00
|
|
|
|
<Reference Include="Remotion.Linq, Version=2.2.0.0, Culture=neutral, PublicKeyToken=fee00910d6e5f53b, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\..\..\packages\Remotion.Linq.2.2.0\lib\net45\Remotion.Linq.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="Remotion.Linq.EagerFetching, Version=2.2.0.0, Culture=neutral, PublicKeyToken=fee00910d6e5f53b, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\..\..\packages\Remotion.Linq.EagerFetching.2.2.0\lib\net45\Remotion.Linq.EagerFetching.dll</HintPath>
|
|
|
|
|
</Reference>
|
2017-01-06 04:34:55 +08:00
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.Data" />
|
|
|
|
|
<Reference Include="System.ComponentModel.DataAnnotations">
|
|
|
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
|
|
|
<Reference Include="System.IdentityModel" />
|
2024-04-19 03:35:39 +08:00
|
|
|
|
<Reference Include="System.IdentityModel.Tokens.Jwt, Version=5.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\..\..\packages\System.IdentityModel.Tokens.Jwt.5.7.0\lib\net461\System.IdentityModel.Tokens.Jwt.dll</HintPath>
|
2017-01-06 04:34:55 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Net.Http" />
|
2018-08-10 03:22:42 +08:00
|
|
|
|
<Reference Include="System.Net.Http.WebRequest" />
|
2017-01-06 04:34:55 +08:00
|
|
|
|
<Reference Include="System.Runtime.Serialization" />
|
2022-09-16 14:46:47 +08:00
|
|
|
|
<Reference Include="System.Security" />
|
2017-01-06 04:34:55 +08:00
|
|
|
|
<Reference Include="System.ServiceModel" />
|
2019-02-21 08:59:10 +08:00
|
|
|
|
<Reference Include="System.Spatial, Version=5.8.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\..\..\packages\System.Spatial.5.8.4\lib\net40\System.Spatial.dll</HintPath>
|
2017-01-06 04:34:55 +08:00
|
|
|
|
<Private>True</Private>
|
|
|
|
|
</Reference>
|
2022-01-21 15:47:00 +08:00
|
|
|
|
<Reference Include="System.Transactions" />
|
2017-01-06 04:34:55 +08:00
|
|
|
|
<Reference Include="System.Web.ApplicationServices" />
|
|
|
|
|
<Reference Include="System.Web.DynamicData" />
|
|
|
|
|
<Reference Include="System.Web.Entity" />
|
|
|
|
|
<Reference Include="System.Web.Extensions" />
|
|
|
|
|
<Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
2021-02-19 17:31:26 +08:00
|
|
|
|
<HintPath>..\..\..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.Helpers.dll</HintPath>
|
2017-01-06 04:34:55 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Web" />
|
|
|
|
|
<Reference Include="System.Web.Abstractions" />
|
2021-02-19 17:31:26 +08:00
|
|
|
|
<Reference Include="System.Web.Mvc, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\..\..\packages\Microsoft.AspNet.Mvc.5.2.7\lib\net45\System.Web.Mvc.dll</HintPath>
|
|
|
|
|
</Reference>
|
2017-01-06 04:34:55 +08:00
|
|
|
|
<Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
2021-02-19 17:31:26 +08:00
|
|
|
|
<HintPath>..\..\..\packages\Microsoft.AspNet.Razor.3.2.7\lib\net45\System.Web.Razor.dll</HintPath>
|
2017-01-06 04:34:55 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Web.Routing" />
|
|
|
|
|
<Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
2021-02-19 17:31:26 +08:00
|
|
|
|
<HintPath>..\..\..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.dll</HintPath>
|
2017-01-06 04:34:55 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
2021-02-19 17:31:26 +08:00
|
|
|
|
<HintPath>..\..\..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
|
2017-01-06 04:34:55 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
2021-02-19 17:31:26 +08:00
|
|
|
|
<HintPath>..\..\..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
|
2017-01-06 04:34:55 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
|
<Reference Include="System.Configuration" />
|
|
|
|
|
<Reference Include="System.Xml.Linq" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Include="Constants\ActiveDirectoryFederationServices.cs" />
|
|
|
|
|
<Compile Include="Constants\AzureActiveDirectory.cs" />
|
|
|
|
|
<Compile Include="Constants\Facebook.cs" />
|
|
|
|
|
<Compile Include="Constants\General.cs" />
|
|
|
|
|
<Compile Include="Constants\Google.cs" />
|
|
|
|
|
<Compile Include="Constants\Twitter.cs" />
|
|
|
|
|
<Compile Include="Controllers\AccountController.cs" />
|
|
|
|
|
<Compile Include="Handlers\ActiveDirectoryFederationServicesSettingsPartHandler.cs" />
|
|
|
|
|
<Compile Include="Handlers\AzureActiveDirectorySettingsPartHandler.cs" />
|
|
|
|
|
<Compile Include="Handlers\FacebookSettingsPartHandler.cs" />
|
|
|
|
|
<Compile Include="Handlers\GoogleSettingsPartHandler.cs" />
|
|
|
|
|
<Compile Include="Handlers\OpenIdSettingsPartHandler.cs" />
|
|
|
|
|
<Compile Include="Handlers\TwitterSettingsPartHandler.cs" />
|
|
|
|
|
<Compile Include="Models\ActiveDirectoryFederationServicesSettingsPart.cs" />
|
|
|
|
|
<Compile Include="Models\AzureActiveDirectorySettingsPart.cs" />
|
|
|
|
|
<Compile Include="Models\FacebookSettingsPart.cs" />
|
|
|
|
|
<Compile Include="Models\GoogleSettingsPart.cs" />
|
|
|
|
|
<Compile Include="Models\TwitterSettingsPart.cs" />
|
|
|
|
|
<Compile Include="OwinMiddlewares\OpenId.cs" />
|
|
|
|
|
<Compile Include="Permissions.cs" />
|
|
|
|
|
<Compile Include="Providers\ActiveDirectoryFederationServices.cs" />
|
|
|
|
|
<Compile Include="Providers\AzureActiveDirectory.cs" />
|
|
|
|
|
<Compile Include="Providers\Twitter.cs" />
|
|
|
|
|
<Compile Include="Providers\Facebook.cs" />
|
|
|
|
|
<Compile Include="Providers\Google.cs" />
|
|
|
|
|
<Compile Include="ResourceManifest.cs" />
|
|
|
|
|
<Compile Include="Services\AzureActiveDirectory\IAzureActiveDirectoryService.cs" />
|
2018-08-30 07:24:17 +08:00
|
|
|
|
<Compile Include="Services\IOpenIdAuthenticationService.cs" />
|
2017-01-06 04:34:55 +08:00
|
|
|
|
<Compile Include="Services\Twitter\MissingSettingsBanner.cs" />
|
|
|
|
|
<Compile Include="Services\AzureActiveDirectory\MissingSettingsBanner.cs" />
|
|
|
|
|
<Compile Include="Services\AzureActiveDirectory\InMemoryCache.cs" />
|
|
|
|
|
<Compile Include="OwinMiddlewares\ActiveDirectoryFederationServices.cs" />
|
|
|
|
|
<Compile Include="OwinMiddlewares\AzureActiveDirectory.cs" />
|
|
|
|
|
<Compile Include="OwinMiddlewares\Twitter.cs" />
|
|
|
|
|
<Compile Include="OwinMiddlewares\Facebook.cs" />
|
|
|
|
|
<Compile Include="OwinMiddlewares\Google.cs" />
|
|
|
|
|
<Compile Include="Routes\OpenId.cs" />
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
<Compile Include="Security\MachineKeyDataProtector.cs" />
|
|
|
|
|
<Compile Include="Services\AzureActiveDirectory\AzureActiveDirectoryService.cs" />
|
|
|
|
|
<Compile Include="Services\OpenIdAuthenticationService.cs" />
|
|
|
|
|
<Compile Include="Services\Facebook\MissingSettingsBanner.cs" />
|
|
|
|
|
<Compile Include="Services\Google\MissingSettingsBanner.cs" />
|
|
|
|
|
<Compile Include="Services\IOpenIdProvider.cs" />
|
|
|
|
|
<Compile Include="Services\ActiveDirectoryFederationServices\MissingSettingsBanner.cs" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Content Include="Scripts\twitter-admin.js" />
|
|
|
|
|
<Content Include="Styles\twitter-admin.css" />
|
2017-01-18 02:17:30 +08:00
|
|
|
|
<Content Include="Web.config">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Content>
|
2017-01-06 04:34:55 +08:00
|
|
|
|
<Content Include="Module.txt" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\..\..\Orchard\Orchard.Framework.csproj">
|
|
|
|
|
<Project>{2D1D92BB-4555-4CBE-8D0E-63563D6CE4C6}</Project>
|
|
|
|
|
<Name>Orchard.Framework</Name>
|
2017-11-10 22:12:46 +08:00
|
|
|
|
<Private>$(MvcBuildViews)</Private>
|
2017-01-06 04:34:55 +08:00
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\..\Core\Orchard.Core.csproj">
|
|
|
|
|
<Project>{9916839C-39FC-4CEB-A5AF-89CA7E87119F}</Project>
|
|
|
|
|
<Name>Orchard.Core</Name>
|
2017-11-10 22:12:46 +08:00
|
|
|
|
<Private>$(MvcBuildViews)</Private>
|
2017-01-06 04:34:55 +08:00
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\Orchard.Roles\Orchard.Roles.csproj">
|
|
|
|
|
<Project>{d10ad48f-407d-4db5-a328-173ec7cb010f}</Project>
|
|
|
|
|
<Name>Orchard.Roles</Name>
|
2017-11-10 22:12:46 +08:00
|
|
|
|
<Private>$(MvcBuildViews)</Private>
|
2017-01-06 04:34:55 +08:00
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\Orchard.Users\Orchard.Users.csproj">
|
|
|
|
|
<Project>{79AED36E-ABD0-4747-93D3-8722B042454B}</Project>
|
|
|
|
|
<Name>Orchard.Users</Name>
|
2017-11-10 22:12:46 +08:00
|
|
|
|
<Private>$(MvcBuildViews)</Private>
|
2017-01-06 04:34:55 +08:00
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Content Include="placement.info" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2017-01-18 02:17:30 +08:00
|
|
|
|
<Content Include="packages.config">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Content>
|
2017-01-06 04:34:55 +08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Content Include="Views\Account\AccessDenied.cshtml" />
|
|
|
|
|
<Content Include="Views\Account\Error.cshtml" />
|
|
|
|
|
<Content Include="Views\EditorTemplates\Parts.AzureActiveDirectorySettings.cshtml" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Content Include="Views\Account\Logon.cshtml" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Content Include="Views\User.cshtml" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Content Include="Views\EditorTemplates\Parts.ActiveDirectoryFederationServicesSettings.cshtml" />
|
|
|
|
|
<Content Include="Views\EditorTemplates\Parts.FacebookSettings.cshtml" />
|
|
|
|
|
<Content Include="Views\EditorTemplates\Parts.GoogleSettings.cshtml" />
|
|
|
|
|
<Content Include="Views\EditorTemplates\Parts.TwitterSettings.cshtml" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Content Include="Styles\Web.config" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Content Include="Scripts\Web.config" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
|
|
|
|
|
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
|
|
|
<Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
|
|
|
|
|
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
|
|
|
|
|
<!-- 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" DependsOnTargets="AfterBuildCompiler">
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<AreasManifestDir>$(ProjectDir)\..\Manifests</AreasManifestDir>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<!-- If this is an area child project, uncomment the following line:
|
|
|
|
|
<CreateAreaManifest AreaName="$(AssemblyName)" AreaType="Child" AreaPath="$(ProjectDir)" ManifestPath="$(AreasManifestDir)" ContentFiles="@(Content)" />
|
|
|
|
|
-->
|
|
|
|
|
<!-- If this is an area parent project, uncomment the following lines:
|
|
|
|
|
<CreateAreaManifest AreaName="$(AssemblyName)" AreaType="Parent" AreaPath="$(ProjectDir)" ManifestPath="$(AreasManifestDir)" ContentFiles="@(Content)" />
|
|
|
|
|
<CopyAreaManifests ManifestPath="$(AreasManifestDir)" CrossCopy="false" RenameViews="true" />
|
|
|
|
|
-->
|
|
|
|
|
</Target>
|
|
|
|
|
<Target Name="AfterBuildCompiler" Condition="'$(MvcBuildViews)'=='true'">
|
2017-11-10 22:12:46 +08:00
|
|
|
|
<AspNetCompiler VirtualPath="temp" PhysicalPath="$(ProjectDir)" />
|
2017-01-06 04:34:55 +08:00
|
|
|
|
</Target>
|
|
|
|
|
<ProjectExtensions>
|
|
|
|
|
<VisualStudio>
|
|
|
|
|
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
|
|
|
|
|
<WebProjectProperties>
|
|
|
|
|
<UseIIS>False</UseIIS>
|
|
|
|
|
<AutoAssignPort>True</AutoAssignPort>
|
|
|
|
|
<DevelopmentServerPort>45979</DevelopmentServerPort>
|
|
|
|
|
<DevelopmentServerVPath>/</DevelopmentServerVPath>
|
|
|
|
|
<IISUrl>
|
|
|
|
|
</IISUrl>
|
|
|
|
|
<NTLMAuthentication>False</NTLMAuthentication>
|
|
|
|
|
<UseCustomServer>True</UseCustomServer>
|
|
|
|
|
<CustomServerUrl>http://orchard.codeplex.com</CustomServerUrl>
|
|
|
|
|
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
|
|
|
|
|
</WebProjectProperties>
|
|
|
|
|
</FlavorProperties>
|
|
|
|
|
</VisualStudio>
|
|
|
|
|
</ProjectExtensions>
|
|
|
|
|
</Project>
|