This repository has been archived by the owner on Dec 4, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 57
/
SharePointPowerHour.sln
executable file
·116 lines (116 loc) · 7.65 KB
/
SharePointPowerHour.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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30501.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SP.SiteCreator", "SP.SiteCreator\SP.SiteCreator.csproj", "{BE5208AF-5C42-4188-885B-855F583D66F3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SP.SiteCreatorWeb", "SP.SiteCreatorWeb\SP.SiteCreatorWeb.csproj", "{CF864F78-9858-4149-A32B-D0CDBCA1BD57}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SiteProvisioning", "SiteProvisioning", "{CDAE7E55-1C4F-4EE6-8F84-C2C5D7175806}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "O365", "O365", "{91E1EEA4-591F-47A0-BCB6-B24B1C7796E6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KeepOnTrack", "KeepOnTrack\KeepOnTrack.csproj", "{8318D9BF-7446-49B3-A12B-75F9DE0FB26C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "O365ApiFullStack", "O365ApiFullStack\O365ApiFullStack.csproj", "{82816491-2CF3-4216-A7B4-C4FD4D55BC57}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MeetAndGreet", "MeetAndGreet\MeetAndGreet.csproj", "{E687D97B-991A-4651-B6F2-160DE36EE864}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{0EFE4335-93C9-480B-958B-1123D25F1289}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|ARM = Debug|ARM
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|ARM = Release|ARM
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BE5208AF-5C42-4188-885B-855F583D66F3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BE5208AF-5C42-4188-885B-855F583D66F3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BE5208AF-5C42-4188-885B-855F583D66F3}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{BE5208AF-5C42-4188-885B-855F583D66F3}.Debug|ARM.ActiveCfg = Debug|Any CPU
{BE5208AF-5C42-4188-885B-855F583D66F3}.Debug|x64.ActiveCfg = Debug|Any CPU
{BE5208AF-5C42-4188-885B-855F583D66F3}.Debug|x86.ActiveCfg = Debug|Any CPU
{BE5208AF-5C42-4188-885B-855F583D66F3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BE5208AF-5C42-4188-885B-855F583D66F3}.Release|Any CPU.Build.0 = Release|Any CPU
{BE5208AF-5C42-4188-885B-855F583D66F3}.Release|Any CPU.Deploy.0 = Release|Any CPU
{BE5208AF-5C42-4188-885B-855F583D66F3}.Release|ARM.ActiveCfg = Release|Any CPU
{BE5208AF-5C42-4188-885B-855F583D66F3}.Release|x64.ActiveCfg = Release|Any CPU
{BE5208AF-5C42-4188-885B-855F583D66F3}.Release|x86.ActiveCfg = Release|Any CPU
{CF864F78-9858-4149-A32B-D0CDBCA1BD57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CF864F78-9858-4149-A32B-D0CDBCA1BD57}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CF864F78-9858-4149-A32B-D0CDBCA1BD57}.Debug|ARM.ActiveCfg = Debug|Any CPU
{CF864F78-9858-4149-A32B-D0CDBCA1BD57}.Debug|x64.ActiveCfg = Debug|Any CPU
{CF864F78-9858-4149-A32B-D0CDBCA1BD57}.Debug|x86.ActiveCfg = Debug|Any CPU
{CF864F78-9858-4149-A32B-D0CDBCA1BD57}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CF864F78-9858-4149-A32B-D0CDBCA1BD57}.Release|Any CPU.Build.0 = Release|Any CPU
{CF864F78-9858-4149-A32B-D0CDBCA1BD57}.Release|ARM.ActiveCfg = Release|Any CPU
{CF864F78-9858-4149-A32B-D0CDBCA1BD57}.Release|x64.ActiveCfg = Release|Any CPU
{CF864F78-9858-4149-A32B-D0CDBCA1BD57}.Release|x86.ActiveCfg = Release|Any CPU
{8318D9BF-7446-49B3-A12B-75F9DE0FB26C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8318D9BF-7446-49B3-A12B-75F9DE0FB26C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8318D9BF-7446-49B3-A12B-75F9DE0FB26C}.Debug|ARM.ActiveCfg = Debug|Any CPU
{8318D9BF-7446-49B3-A12B-75F9DE0FB26C}.Debug|x64.ActiveCfg = Debug|Any CPU
{8318D9BF-7446-49B3-A12B-75F9DE0FB26C}.Debug|x86.ActiveCfg = Debug|Any CPU
{8318D9BF-7446-49B3-A12B-75F9DE0FB26C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8318D9BF-7446-49B3-A12B-75F9DE0FB26C}.Release|Any CPU.Build.0 = Release|Any CPU
{8318D9BF-7446-49B3-A12B-75F9DE0FB26C}.Release|ARM.ActiveCfg = Release|Any CPU
{8318D9BF-7446-49B3-A12B-75F9DE0FB26C}.Release|x64.ActiveCfg = Release|Any CPU
{8318D9BF-7446-49B3-A12B-75F9DE0FB26C}.Release|x86.ActiveCfg = Release|Any CPU
{82816491-2CF3-4216-A7B4-C4FD4D55BC57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{82816491-2CF3-4216-A7B4-C4FD4D55BC57}.Debug|Any CPU.Build.0 = Debug|Any CPU
{82816491-2CF3-4216-A7B4-C4FD4D55BC57}.Debug|ARM.ActiveCfg = Debug|Any CPU
{82816491-2CF3-4216-A7B4-C4FD4D55BC57}.Debug|x64.ActiveCfg = Debug|Any CPU
{82816491-2CF3-4216-A7B4-C4FD4D55BC57}.Debug|x86.ActiveCfg = Debug|Any CPU
{82816491-2CF3-4216-A7B4-C4FD4D55BC57}.Release|Any CPU.ActiveCfg = Release|Any CPU
{82816491-2CF3-4216-A7B4-C4FD4D55BC57}.Release|Any CPU.Build.0 = Release|Any CPU
{82816491-2CF3-4216-A7B4-C4FD4D55BC57}.Release|ARM.ActiveCfg = Release|Any CPU
{82816491-2CF3-4216-A7B4-C4FD4D55BC57}.Release|x64.ActiveCfg = Release|Any CPU
{82816491-2CF3-4216-A7B4-C4FD4D55BC57}.Release|x86.ActiveCfg = Release|Any CPU
{E687D97B-991A-4651-B6F2-160DE36EE864}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E687D97B-991A-4651-B6F2-160DE36EE864}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E687D97B-991A-4651-B6F2-160DE36EE864}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{E687D97B-991A-4651-B6F2-160DE36EE864}.Debug|ARM.ActiveCfg = Debug|ARM
{E687D97B-991A-4651-B6F2-160DE36EE864}.Debug|ARM.Build.0 = Debug|ARM
{E687D97B-991A-4651-B6F2-160DE36EE864}.Debug|ARM.Deploy.0 = Debug|ARM
{E687D97B-991A-4651-B6F2-160DE36EE864}.Debug|x64.ActiveCfg = Debug|x64
{E687D97B-991A-4651-B6F2-160DE36EE864}.Debug|x64.Build.0 = Debug|x64
{E687D97B-991A-4651-B6F2-160DE36EE864}.Debug|x64.Deploy.0 = Debug|x64
{E687D97B-991A-4651-B6F2-160DE36EE864}.Debug|x86.ActiveCfg = Debug|x86
{E687D97B-991A-4651-B6F2-160DE36EE864}.Debug|x86.Build.0 = Debug|x86
{E687D97B-991A-4651-B6F2-160DE36EE864}.Debug|x86.Deploy.0 = Debug|x86
{E687D97B-991A-4651-B6F2-160DE36EE864}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E687D97B-991A-4651-B6F2-160DE36EE864}.Release|Any CPU.Build.0 = Release|Any CPU
{E687D97B-991A-4651-B6F2-160DE36EE864}.Release|Any CPU.Deploy.0 = Release|Any CPU
{E687D97B-991A-4651-B6F2-160DE36EE864}.Release|ARM.ActiveCfg = Release|ARM
{E687D97B-991A-4651-B6F2-160DE36EE864}.Release|ARM.Build.0 = Release|ARM
{E687D97B-991A-4651-B6F2-160DE36EE864}.Release|ARM.Deploy.0 = Release|ARM
{E687D97B-991A-4651-B6F2-160DE36EE864}.Release|x64.ActiveCfg = Release|x64
{E687D97B-991A-4651-B6F2-160DE36EE864}.Release|x64.Build.0 = Release|x64
{E687D97B-991A-4651-B6F2-160DE36EE864}.Release|x64.Deploy.0 = Release|x64
{E687D97B-991A-4651-B6F2-160DE36EE864}.Release|x86.ActiveCfg = Release|x86
{E687D97B-991A-4651-B6F2-160DE36EE864}.Release|x86.Build.0 = Release|x86
{E687D97B-991A-4651-B6F2-160DE36EE864}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{BE5208AF-5C42-4188-885B-855F583D66F3} = {CDAE7E55-1C4F-4EE6-8F84-C2C5D7175806}
{CF864F78-9858-4149-A32B-D0CDBCA1BD57} = {CDAE7E55-1C4F-4EE6-8F84-C2C5D7175806}
{8318D9BF-7446-49B3-A12B-75F9DE0FB26C} = {91E1EEA4-591F-47A0-BCB6-B24B1C7796E6}
{82816491-2CF3-4216-A7B4-C4FD4D55BC57} = {91E1EEA4-591F-47A0-BCB6-B24B1C7796E6}
{E687D97B-991A-4651-B6F2-160DE36EE864} = {91E1EEA4-591F-47A0-BCB6-B24B1C7796E6}
EndGlobalSection
EndGlobal