-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPnPNotifierBot.sln
43 lines (43 loc) · 2.33 KB
/
PnPNotifierBot.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31025.194
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PnPNotifier.Bot", "PnPNotifier.Bot\PnPNotifier.Bot.csproj", "{1B677E83-67FF-4732-958A-7A1292C279A1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PnPNotifier.Common", "PnPNotifier.Common\PnPNotifier.Common.csproj", "{FFDC3228-79EA-436D-B81C-CB5555454F44}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PnPNotifier.Job", "PnPNotifier.Job\PnPNotifier.Job.csproj", "{4641D506-2326-4475-B6AB-C2DE015CAD5A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "PS", "PS", "{E4604F80-5D42-4573-ADA4-24CE91227F4B}"
ProjectSection(SolutionItems) = preProject
PS\site-script.ps1 = PS\site-script.ps1
PS\siteDesign.ps1 = PS\siteDesign.ps1
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1B677E83-67FF-4732-958A-7A1292C279A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1B677E83-67FF-4732-958A-7A1292C279A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1B677E83-67FF-4732-958A-7A1292C279A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1B677E83-67FF-4732-958A-7A1292C279A1}.Release|Any CPU.Build.0 = Release|Any CPU
{FFDC3228-79EA-436D-B81C-CB5555454F44}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FFDC3228-79EA-436D-B81C-CB5555454F44}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FFDC3228-79EA-436D-B81C-CB5555454F44}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FFDC3228-79EA-436D-B81C-CB5555454F44}.Release|Any CPU.Build.0 = Release|Any CPU
{4641D506-2326-4475-B6AB-C2DE015CAD5A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4641D506-2326-4475-B6AB-C2DE015CAD5A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4641D506-2326-4475-B6AB-C2DE015CAD5A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4641D506-2326-4475-B6AB-C2DE015CAD5A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BEA164B2-3F52-4B38-948C-8B1F1D3ABE51}
EndGlobalSection
EndGlobal