[Tizen] Add BuildTools 2.1.0-rc1-02804-05
[platform/upstream/coreclr.git] / Tools / dotnetcli / sdk / NuGetFallbackFolder / microsoft.identitymodel.clients.activedirectory / 3.14.1 / src / src / ADAL.PCL / ADAL.PCL.csproj
1 <Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
2   <PropertyGroup>
3     <TargetFramework>netstandard1.1</TargetFramework>
4     <IncludeSymbols>true</IncludeSymbols>
5     <GenerateDocumentationFile Condition=" '$(Configuration)' == 'Release' ">true</GenerateDocumentationFile>
6     <MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion>
7     <ProjectGuid>{94569420-69B5-4031-A975-F5791E3F2F17}</ProjectGuid>
8     <AppDesignerFolder>Properties</AppDesignerFolder>
9     <RootNamespace>Microsoft.IdentityModel.Clients.ActiveDirectory</RootNamespace>
10     <AssemblyName>Microsoft.IdentityModel.Clients.ActiveDirectory</AssemblyName>
11     <EnableDefaultItems>false</EnableDefaultItems>
12     <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
13   </PropertyGroup>
14   <PropertyGroup>
15     <DebugType>full</DebugType>
16   </PropertyGroup>
17
18   <!-- Import common settings -->
19   <Import Project="..\..\build\ADAL.Net.settings.targets" />
20
21   <ItemGroup>
22     <!-- A reference to NETStandard.Library is automatically included -->
23     <Compile Include="..\ADAL.Common\CommonAssemblyInfo.cs">
24       <Link>CommonAssemblyInfo.cs</Link>
25     </Compile>
26     <Compile Include="Flows\DeviceCode\AcquireDeviceCodeHandler.cs" />
27     <Compile Include="Flows\AcquireTokenByAuthorizationCodeHandler.cs" />
28     <Compile Include="Flows\DeviceCode\AcquireTokenByDeviceCodeHandler.cs" />
29     <Compile Include="Flows\AcquireTokenForClientHandler.cs" />
30     <Compile Include="Flows\AcquireTokenHandlerBase.cs" />
31     <Compile Include="Flows\AcquireTokenInteractiveHandler.cs" />
32     <Compile Include="Flows\NonInteractive\AcquireTokenNonInteractiveHandler.cs" />
33     <Compile Include="Flows\AcquireTokenOnBehalfHandler.cs" />
34     <Compile Include="Flows\AcquireTokenSilentHandler.cs" />
35     <Compile Include="Exceptions\AdalException.cs" />
36     <Compile Include="Platform\IWebProxyProvider.cs" />
37     <Compile Include="Utilities\AdalIdHelper.cs" />
38     <Compile Include="Exceptions\AdalServiceException.cs" />
39     <Compile Include="Exceptions\AdalSilentTokenAcquisitionException.cs" />
40     <Compile Include="Exceptions\AdalUserMismatchException.cs" />
41     <Compile Include="AuthenticationContext.cs" />
42     <Compile Include="AuthenticationParameters.cs" />
43     <Compile Include="AuthenticationResult.cs" />
44     <Compile Include="Authority\Authenticator.cs" />
45     <Compile Include="Authority\AuthenticatorTemplate.cs" />
46     <Compile Include="Authority\AuthenticatorTemplateList.cs" />
47     <Compile Include="Authority\AuthorizationResult.cs" />
48     <Compile Include="Utilities\Base64UrlEncoder.cs" />
49     <Compile Include="Cache\CacheQueryData.cs" />
50     <Compile Include="Flows\CallState.cs" />
51     <Compile Include="ISecureClientSecret.cs" />
52     <Compile Include="Authority\RequestData.cs" />
53     <Compile Include="ClientAssertion.cs" />
54     <Compile Include="ClientCredential.cs" />
55     <Compile Include="ClientCreds\ClientKey.cs" />
56     <Compile Include="Utilities\Constants.cs" />
57     <Compile Include="Authority\DeviceAuthJWTResponse.cs" />
58     <Compile Include="Flows\DeviceCode\DeviceCodeResponse.cs" />
59     <Compile Include="DeviceCodeResult.cs" />
60     <Compile Include="Http\HttpClientWrapper.cs" />
61     <Compile Include="Http\HttpClientFactory.cs" />
62     <Compile Include="Http\HttpMessageHandlerFactory.cs" />
63     <Compile Include="Exceptions\HttpRequestWrapperException.cs" />
64     <Compile Include="Http\HttpWebResponseWrapper.cs" />
65     <Compile Include="IAdalLogCallback.cs" />
66     <Compile Include="Platform\IBrokerHelper.cs" />
67     <Compile Include="IClientAssertionCertificate.cs" />
68     <Compile Include="Platform\IDeviceAuthHelper.cs" />
69     <Compile Include="IPlatformParameters.cs" />
70     <Compile Include="Platform\ICryptographyHelper.cs" />
71     <Compile Include="Authority\IdToken.cs" />
72     <Compile Include="Platform\IHttpClient.cs" />
73     <Compile Include="Platform\IHttpClientFactory.cs" />
74     <Compile Include="Http\IHttpWebResponse.cs" />
75     <Compile Include="Platform\ITokenCachePlugin.cs" />
76     <Compile Include="Utilities\JsonHelper.cs" />
77     <Compile Include="ClientCreds\JsonWebToken.cs" />
78     <Compile Include="Platform\LoggerBase.cs" />
79     <Compile Include="Flows\NonInteractive\MexParser.cs" />
80     <Compile Include="Flows\AuthenticationResultEx.cs" />
81     <Compile Include="Authority\TokenResponse.cs" />
82     <Compile Include="Utilities\OAuthConstants.cs" />
83     <Compile Include="Platform\PlatformInformationBase.cs" />
84     <Compile Include="Platform\IWebUI.cs" />
85     <Compile Include="Utilities\EncodingHelper.cs" />
86     <Compile Include="Platform\IWebUIFactory.cs" />
87     <Compile Include="Platform\PlatformPlugin.cs" />
88     <Compile Include="Properties\AssemblyInfo.cs" />
89     <Compile Include="Authority\RequestParameters.cs" />
90     <Compile Include="Http\AdalHttpClient.cs" />
91     <Compile Include="TokenCache.cs" />
92     <Compile Include="TokenCacheItem.cs" />
93     <Compile Include="Cache\TokenCacheKey.cs" />
94     <Compile Include="TokenCacheNotificationArgs.cs" />
95     <Compile Include="UserAssertion.cs" />
96     <Compile Include="UserCredential.cs" />
97     <Compile Include="UserIdentifier.cs" />
98     <Compile Include="UserInfo.cs" />
99     <Compile Include="Flows\NonInteractive\UserRealmDiscoveryResponse.cs" />
100     <Compile Include="Flows\NonInteractive\WsTrustRequest.cs" />
101     <Compile Include="Flows\NonInteractive\WsTrustResponse.cs" />
102   </ItemGroup>
103   <ItemGroup>
104     <PackageReference Include="System.Runtime.Serialization.Json" Version="4.3.0" />
105     <PackageReference Include="System.Runtime.Serialization.Primitives" Version="4.3.0" />
106   </ItemGroup>
107 </Project>