-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDataverseServiceClientOnPremSamples.sln
More file actions
42 lines (42 loc) · 2.3 KB
/
DataverseServiceClientOnPremSamples.sln
File metadata and controls
42 lines (42 loc) · 2.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34018.315
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ADFS2016", "ADFS2016\ADFS2016.csproj", "{54C14F62-0361-4E74-9251-7F8C0FC04D95}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ADFS2019ConnectionString", "ADFS2019ConnectionString\ADFS2019ConnectionString.csproj", "{5792FB8F-7C5F-4ACF-9A87-EF3685FF5EC4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ADFS2019DeviceFlow", "ADFS2019DeviceFlow\ADFS2019DeviceFlow.csproj", "{C684EC9A-3BC0-4046-919C-32CC95490AF3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C75A3898-F602-4572-ADC7-30E8AC2FF425}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{54C14F62-0361-4E74-9251-7F8C0FC04D95}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{54C14F62-0361-4E74-9251-7F8C0FC04D95}.Debug|Any CPU.Build.0 = Debug|Any CPU
{54C14F62-0361-4E74-9251-7F8C0FC04D95}.Release|Any CPU.ActiveCfg = Release|Any CPU
{54C14F62-0361-4E74-9251-7F8C0FC04D95}.Release|Any CPU.Build.0 = Release|Any CPU
{5792FB8F-7C5F-4ACF-9A87-EF3685FF5EC4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5792FB8F-7C5F-4ACF-9A87-EF3685FF5EC4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5792FB8F-7C5F-4ACF-9A87-EF3685FF5EC4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5792FB8F-7C5F-4ACF-9A87-EF3685FF5EC4}.Release|Any CPU.Build.0 = Release|Any CPU
{C684EC9A-3BC0-4046-919C-32CC95490AF3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C684EC9A-3BC0-4046-919C-32CC95490AF3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C684EC9A-3BC0-4046-919C-32CC95490AF3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C684EC9A-3BC0-4046-919C-32CC95490AF3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7449948F-E7D3-4A8E-B5A5-01E3C4A991BB}
EndGlobalSection
EndGlobal