1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4
+ <PropertyGroup >
5
+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6
+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7
+ <ProjectGuid >{3EE4CED9-4158-468C-9F88-1035CA95A92C}</ProjectGuid >
8
+ <OutputType >Exe</OutputType >
9
+ <RootNamespace >AccountProviderSample</RootNamespace >
10
+ <AssemblyName >AccountProviderSample</AssemblyName >
11
+ <TargetFrameworkVersion >v4.7.2</TargetFrameworkVersion >
12
+ <FileAlignment >512</FileAlignment >
13
+ <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
14
+ <Deterministic >true</Deterministic >
15
+ </PropertyGroup >
16
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
17
+ <PlatformTarget >AnyCPU</PlatformTarget >
18
+ <DebugSymbols >true</DebugSymbols >
19
+ <DebugType >full</DebugType >
20
+ <Optimize >false</Optimize >
21
+ <OutputPath >bin\Debug\</OutputPath >
22
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
23
+ <ErrorReport >prompt</ErrorReport >
24
+ <WarningLevel >4</WarningLevel >
25
+ </PropertyGroup >
26
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
27
+ <PlatformTarget >AnyCPU</PlatformTarget >
28
+ <DebugType >pdbonly</DebugType >
29
+ <Optimize >true</Optimize >
30
+ <OutputPath >bin\Release\</OutputPath >
31
+ <DefineConstants >TRACE</DefineConstants >
32
+ <ErrorReport >prompt</ErrorReport >
33
+ <WarningLevel >4</WarningLevel >
34
+ </PropertyGroup >
35
+ <ItemGroup >
36
+ <Reference Include =" Microsoft.Identity.Client, Version=4.46.1.0, Culture=neutral, PublicKeyToken=0a613f4dd989e8ae, processorArchitecture=MSIL" >
37
+ <HintPath >..\packages\Microsoft.Identity.Client.4.46.1\lib\net461\Microsoft.Identity.Client.dll</HintPath >
38
+ </Reference >
39
+ <Reference Include =" Microsoft.Identity.Client.Extensions.Msal, Version=2.23.0.0, Culture=neutral, PublicKeyToken=0a613f4dd989e8ae, processorArchitecture=MSIL" >
40
+ <HintPath >..\packages\Microsoft.Identity.Client.Extensions.Msal.2.23.0\lib\net45\Microsoft.Identity.Client.Extensions.Msal.dll</HintPath >
41
+ </Reference >
42
+ <Reference Include =" Microsoft.IdentityModel.Abstractions, Version=6.22.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
43
+ <HintPath >..\packages\Microsoft.IdentityModel.Abstractions.6.22.0\lib\net472\Microsoft.IdentityModel.Abstractions.dll</HintPath >
44
+ </Reference >
45
+ <Reference Include =" Microsoft.IdentityModel.JsonWebTokens, Version=6.22.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
46
+ <HintPath >..\packages\Microsoft.IdentityModel.JsonWebTokens.6.22.0\lib\net472\Microsoft.IdentityModel.JsonWebTokens.dll</HintPath >
47
+ </Reference >
48
+ <Reference Include =" Microsoft.IdentityModel.Logging, Version=6.22.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
49
+ <HintPath >..\packages\Microsoft.IdentityModel.Logging.6.22.0\lib\net472\Microsoft.IdentityModel.Logging.dll</HintPath >
50
+ </Reference >
51
+ <Reference Include =" Microsoft.IdentityModel.Tokens, Version=6.22.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
52
+ <HintPath >..\packages\Microsoft.IdentityModel.Tokens.6.22.0\lib\net472\Microsoft.IdentityModel.Tokens.dll</HintPath >
53
+ </Reference >
54
+ <Reference Include =" Microsoft.TeamFoundation.Common, Version=19.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
55
+ <HintPath >..\packages\Microsoft.VisualStudio.Services.Client.19.212.0-preview\lib\net462\Microsoft.TeamFoundation.Common.dll</HintPath >
56
+ </Reference >
57
+ <Reference Include =" Microsoft.VisualStudio.Services.Client.Interactive, Version=19.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
58
+ <HintPath >..\packages\Microsoft.VisualStudio.Services.InteractiveClient.19.212.0-preview\lib\net462\Microsoft.VisualStudio.Services.Client.Interactive.dll</HintPath >
59
+ </Reference >
60
+ <Reference Include =" Microsoft.VisualStudio.Services.Common, Version=19.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
61
+ <HintPath >..\packages\Microsoft.VisualStudio.Services.Client.19.212.0-preview\lib\net462\Microsoft.VisualStudio.Services.Common.dll</HintPath >
62
+ </Reference >
63
+ <Reference Include =" Microsoft.VisualStudio.Services.WebApi, Version=19.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
64
+ <HintPath >..\packages\Microsoft.VisualStudio.Services.Client.19.212.0-preview\lib\net462\Microsoft.VisualStudio.Services.WebApi.dll</HintPath >
65
+ </Reference >
66
+ <Reference Include =" Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
67
+ <HintPath >..\packages\Newtonsoft.Json.13.0.2\lib\net45\Newtonsoft.Json.dll</HintPath >
68
+ </Reference >
69
+ <Reference Include =" System" />
70
+ <Reference Include =" System.Core" />
71
+ <Reference Include =" System.Drawing" />
72
+ <Reference Include =" System.IdentityModel" />
73
+ <Reference Include =" System.IdentityModel.Tokens.Jwt, Version=6.22.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
74
+ <HintPath >..\packages\System.IdentityModel.Tokens.Jwt.6.22.0\lib\net472\System.IdentityModel.Tokens.Jwt.dll</HintPath >
75
+ </Reference >
76
+ <Reference Include =" System.Net.Http.Formatting, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
77
+ <HintPath >..\packages\Microsoft.AspNet.WebApi.Client.5.2.7\lib\net45\System.Net.Http.Formatting.dll</HintPath >
78
+ </Reference >
79
+ <Reference Include =" System.Security" />
80
+ <Reference Include =" System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" >
81
+ <HintPath >..\packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll</HintPath >
82
+ </Reference >
83
+ <Reference Include =" System.Windows.Forms" />
84
+ <Reference Include =" System.Xml.Linq" />
85
+ <Reference Include =" System.Data.DataSetExtensions" />
86
+ <Reference Include =" Microsoft.CSharp" />
87
+ <Reference Include =" System.Data" />
88
+ <Reference Include =" System.Net.Http" />
89
+ <Reference Include =" System.Xml" />
90
+ </ItemGroup >
91
+ <ItemGroup >
92
+ <Compile Include =" CustomAccountCache.cs" />
93
+ <Compile Include =" CustomCacheItem.cs" />
94
+ <Compile Include =" CustomCacheKey.cs" />
95
+ <Compile Include =" Program.cs" />
96
+ <Compile Include =" Properties\AssemblyInfo.cs" />
97
+ </ItemGroup >
98
+ <ItemGroup >
99
+ <None Include =" App.config" />
100
+ <None Include =" packages.config" />
101
+ </ItemGroup >
102
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
103
+ </Project >
0 commit comments