This repository has been archived by the owner on Nov 21, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 23
/
WebJobs.Extensions.O365.sln
67 lines (67 loc) · 4.14 KB
/
WebJobs.Extensions.O365.sln
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2005
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MicrosoftGraphBinding", "src\MicrosoftGraphBinding\MicrosoftGraphBinding.csproj", "{B503849F-9A01-48E8-9401-76769F4CC745}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TokenBinding", "src\TokenBinding\TokenBinding.csproj", "{397A114E-0075-48F8-AA01-11F3FDFDEC25}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{06065EFC-CB7A-49E4-B57F-B89B8CC01AA8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TokenExtension.Tests", "test\TokenExtension.Tests\TokenExtension.Tests.csproj", "{39053A38-67E7-46BB-AFD6-EFEF705ECE6C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MicrosoftGraph.Tests", "test\MicrosoftGraph.Tests\MicrosoftGraph.Tests.csproj", "{680406E6-3C6B-4006-81A3-B6AD88B78ABA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{3F0C104A-CC6F-4A80-8196-94C476495CF2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{E0C76B7E-D030-4B52-A288-3790ABC4A72C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GraphExtensionSamples", "samples\GraphExtensionSamples\GraphExtensionSamples.csproj", "{B0A7EE27-89D7-47BF-B132-2FC1FB9C5F14}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D9B31118-B878-4314-9B7C-0E8D887648CC}"
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
{B503849F-9A01-48E8-9401-76769F4CC745}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B503849F-9A01-48E8-9401-76769F4CC745}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B503849F-9A01-48E8-9401-76769F4CC745}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B503849F-9A01-48E8-9401-76769F4CC745}.Release|Any CPU.Build.0 = Release|Any CPU
{397A114E-0075-48F8-AA01-11F3FDFDEC25}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{397A114E-0075-48F8-AA01-11F3FDFDEC25}.Debug|Any CPU.Build.0 = Debug|Any CPU
{397A114E-0075-48F8-AA01-11F3FDFDEC25}.Release|Any CPU.ActiveCfg = Release|Any CPU
{397A114E-0075-48F8-AA01-11F3FDFDEC25}.Release|Any CPU.Build.0 = Release|Any CPU
{39053A38-67E7-46BB-AFD6-EFEF705ECE6C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{39053A38-67E7-46BB-AFD6-EFEF705ECE6C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{39053A38-67E7-46BB-AFD6-EFEF705ECE6C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{39053A38-67E7-46BB-AFD6-EFEF705ECE6C}.Release|Any CPU.Build.0 = Release|Any CPU
{680406E6-3C6B-4006-81A3-B6AD88B78ABA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{680406E6-3C6B-4006-81A3-B6AD88B78ABA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{680406E6-3C6B-4006-81A3-B6AD88B78ABA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{680406E6-3C6B-4006-81A3-B6AD88B78ABA}.Release|Any CPU.Build.0 = Release|Any CPU
{B0A7EE27-89D7-47BF-B132-2FC1FB9C5F14}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B0A7EE27-89D7-47BF-B132-2FC1FB9C5F14}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B0A7EE27-89D7-47BF-B132-2FC1FB9C5F14}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B0A7EE27-89D7-47BF-B132-2FC1FB9C5F14}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{B503849F-9A01-48E8-9401-76769F4CC745} = {3F0C104A-CC6F-4A80-8196-94C476495CF2}
{397A114E-0075-48F8-AA01-11F3FDFDEC25} = {3F0C104A-CC6F-4A80-8196-94C476495CF2}
{39053A38-67E7-46BB-AFD6-EFEF705ECE6C} = {06065EFC-CB7A-49E4-B57F-B89B8CC01AA8}
{680406E6-3C6B-4006-81A3-B6AD88B78ABA} = {06065EFC-CB7A-49E4-B57F-B89B8CC01AA8}
{B0A7EE27-89D7-47BF-B132-2FC1FB9C5F14} = {E0C76B7E-D030-4B52-A288-3790ABC4A72C}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {443E037E-BBF5-466D-831A-91A375A7FFDC}
EndGlobalSection
EndGlobal