-
Notifications
You must be signed in to change notification settings - Fork 0
/
graph-community-spclient.sln
54 lines (54 loc) · 3.08 KB
/
graph-community-spclient.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34330.188
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionItems", "{DE8A8B98-38E7-4918-AAA7-09C6D2D2E6FB}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
build-commands.txt = build-commands.txt
.github\workflows\build.yml = .github\workflows\build.yml
CONTRIBUTING.md = CONTRIBUTING.md
.github\workflows\deploy.yml = .github\workflows\deploy.yml
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Graph.Community.SPClient.MockApi", "mockapi\Graph.Community.SPClient.MockApi.csproj", "{71221217-7F92-4957-94D5-E70104EABAFA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Graph.Community.SPClient", "lib\Graph.Community.SPClient.csproj", "{3BE8CCCE-22BD-4559-9C1A-B7CA2826B14C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Graph.Community.SPClient.Tests", "test\Graph.Community.SPClient.Tests.csproj", "{4C7EFF36-319F-450E-9F25-7CB303D8143A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Graph.Community.SPClient.Sample", "sample\Graph.Community.SPClient.Sample.csproj", "{8011C1FA-7C9F-4842-8612-44C4C51B7A01}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{71221217-7F92-4957-94D5-E70104EABAFA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{71221217-7F92-4957-94D5-E70104EABAFA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{71221217-7F92-4957-94D5-E70104EABAFA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{71221217-7F92-4957-94D5-E70104EABAFA}.Release|Any CPU.Build.0 = Release|Any CPU
{3BE8CCCE-22BD-4559-9C1A-B7CA2826B14C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3BE8CCCE-22BD-4559-9C1A-B7CA2826B14C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3BE8CCCE-22BD-4559-9C1A-B7CA2826B14C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3BE8CCCE-22BD-4559-9C1A-B7CA2826B14C}.Release|Any CPU.Build.0 = Release|Any CPU
{4C7EFF36-319F-450E-9F25-7CB303D8143A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4C7EFF36-319F-450E-9F25-7CB303D8143A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4C7EFF36-319F-450E-9F25-7CB303D8143A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4C7EFF36-319F-450E-9F25-7CB303D8143A}.Release|Any CPU.Build.0 = Release|Any CPU
{8011C1FA-7C9F-4842-8612-44C4C51B7A01}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8011C1FA-7C9F-4842-8612-44C4C51B7A01}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8011C1FA-7C9F-4842-8612-44C4C51B7A01}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8011C1FA-7C9F-4842-8612-44C4C51B7A01}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {001C97DC-F852-44F1-9EC6-DD0438026A97}
EndGlobalSection
EndGlobal