-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathBot.Builder.Community.Samples.sln
118 lines (118 loc) · 9.1 KB
/
Bot.Builder.Community.Samples.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
117
118
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29318.209
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Location Dialog Sample", "samples\Location Dialog Sample\Location Dialog Sample.csproj", "{10BEDE11-C9DE-4B67-9467-4E48272229C6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Form Flow Sample", "samples\Form Flow Sample\Form Flow Sample.csproj", "{B982923B-163B-49FD-960B-0DF5BB6E6562}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cortana Assistant Alexa Sample", "samples\Cortana Assistant Alexa Sample\Cortana Assistant Alexa Sample.csproj", "{2FD06287-25A1-47A6-BB85-2E508E543E66}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Twitter Adapter Sample", "samples\Twitter Adapter Sample\Twitter Adapter Sample.csproj", "{036E2C3A-6894-4237-99B7-591D16326602}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Luis Dialog Sample", "samples\Luis Dialog Sample\Luis Dialog Sample.csproj", "{37DCBE88-35C6-4253-A470-2CCBC6181D75}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sentiment Middleware Sample", "samples\Sentiment Middleware Sample\Sentiment Middleware Sample.csproj", "{55F863F1-9EC8-420C-9099-BD8378D72F18}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ChoiceFlow Dialog Sample", "samples\ChoiceFlow Dialog Sample\ChoiceFlow Dialog Sample.csproj", "{D1C3490D-477A-4D79-A41C-4D15CA9DC183}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BestMatch Middleware Sample", "samples\BestMatch Middleware Sample\BestMatch Middleware Sample.csproj", "{8E97F66B-783C-49BC-8625-914EB4D4B3A8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RingCentral Adapter Sample", "samples\RingCentral Adapter Sample\RingCentral Adapter Sample.csproj", "{231952BC-62A6-4D86-82FB-A2A5940EF403}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Alexa Adapter Sample", "samples\Alexa Adapter Sample\Alexa Adapter Sample.csproj", "{53BCE929-C57D-4AF9-91C9-FCA5C7E2CE41}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Google Adapter Sample", "samples\Google Adapter Sample\Google Adapter Sample.csproj", "{89A6903F-2911-4A27-B178-EA28D697D46B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Zoom Adapter Sample", "samples\Zoom Adapter Sample\Zoom Adapter Sample.csproj", "{D5F5BFB0-CDEC-4980-9EBB-864724B6B2B6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cards Library Sample", "samples\Cards Library Sample\Cards Library Sample.csproj", "{272CCEF9-4DB1-4AC4-9616-CB6E4DDC436F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Teams Zoom Sample", "samples\Teams Zoom Sample\Teams Zoom Sample.csproj", "{FC26CCC4-9FBA-42F0-8EC9-46C55B6AB145}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EntityFramework Storage Sample", "samples\EntityFramework Storage Sample\EntityFramework Storage Sample.csproj", "{0EB315B8-7E1E-4F03-ABF1-C258A08640BE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ACS SMS Sample", "samples\ACS SMS Adapter Sample\ACS SMS Sample.csproj", "{6A0A707E-FB59-41C5-8ABA-9AF7A4B68ABF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{10BEDE11-C9DE-4B67-9467-4E48272229C6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{10BEDE11-C9DE-4B67-9467-4E48272229C6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{10BEDE11-C9DE-4B67-9467-4E48272229C6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{10BEDE11-C9DE-4B67-9467-4E48272229C6}.Release|Any CPU.Build.0 = Release|Any CPU
{B982923B-163B-49FD-960B-0DF5BB6E6562}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B982923B-163B-49FD-960B-0DF5BB6E6562}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B982923B-163B-49FD-960B-0DF5BB6E6562}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B982923B-163B-49FD-960B-0DF5BB6E6562}.Release|Any CPU.Build.0 = Release|Any CPU
{2FD06287-25A1-47A6-BB85-2E508E543E66}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2FD06287-25A1-47A6-BB85-2E508E543E66}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2FD06287-25A1-47A6-BB85-2E508E543E66}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2FD06287-25A1-47A6-BB85-2E508E543E66}.Release|Any CPU.Build.0 = Release|Any CPU
{036E2C3A-6894-4237-99B7-591D16326602}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{036E2C3A-6894-4237-99B7-591D16326602}.Debug|Any CPU.Build.0 = Debug|Any CPU
{036E2C3A-6894-4237-99B7-591D16326602}.Release|Any CPU.ActiveCfg = Release|Any CPU
{036E2C3A-6894-4237-99B7-591D16326602}.Release|Any CPU.Build.0 = Release|Any CPU
{37DCBE88-35C6-4253-A470-2CCBC6181D75}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{37DCBE88-35C6-4253-A470-2CCBC6181D75}.Debug|Any CPU.Build.0 = Debug|Any CPU
{37DCBE88-35C6-4253-A470-2CCBC6181D75}.Release|Any CPU.ActiveCfg = Release|Any CPU
{37DCBE88-35C6-4253-A470-2CCBC6181D75}.Release|Any CPU.Build.0 = Release|Any CPU
{55F863F1-9EC8-420C-9099-BD8378D72F18}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{55F863F1-9EC8-420C-9099-BD8378D72F18}.Debug|Any CPU.Build.0 = Debug|Any CPU
{55F863F1-9EC8-420C-9099-BD8378D72F18}.Release|Any CPU.ActiveCfg = Release|Any CPU
{55F863F1-9EC8-420C-9099-BD8378D72F18}.Release|Any CPU.Build.0 = Release|Any CPU
{D1C3490D-477A-4D79-A41C-4D15CA9DC183}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D1C3490D-477A-4D79-A41C-4D15CA9DC183}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D1C3490D-477A-4D79-A41C-4D15CA9DC183}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D1C3490D-477A-4D79-A41C-4D15CA9DC183}.Release|Any CPU.Build.0 = Release|Any CPU
{8E97F66B-783C-49BC-8625-914EB4D4B3A8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8E97F66B-783C-49BC-8625-914EB4D4B3A8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8E97F66B-783C-49BC-8625-914EB4D4B3A8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8E97F66B-783C-49BC-8625-914EB4D4B3A8}.Release|Any CPU.Build.0 = Release|Any CPU
{231952BC-62A6-4D86-82FB-A2A5940EF403}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{231952BC-62A6-4D86-82FB-A2A5940EF403}.Debug|Any CPU.Build.0 = Debug|Any CPU
{231952BC-62A6-4D86-82FB-A2A5940EF403}.Release|Any CPU.ActiveCfg = Release|Any CPU
{231952BC-62A6-4D86-82FB-A2A5940EF403}.Release|Any CPU.Build.0 = Release|Any CPU
{53BCE929-C57D-4AF9-91C9-FCA5C7E2CE41}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{53BCE929-C57D-4AF9-91C9-FCA5C7E2CE41}.Debug|Any CPU.Build.0 = Debug|Any CPU
{53BCE929-C57D-4AF9-91C9-FCA5C7E2CE41}.Release|Any CPU.ActiveCfg = Release|Any CPU
{53BCE929-C57D-4AF9-91C9-FCA5C7E2CE41}.Release|Any CPU.Build.0 = Release|Any CPU
{89A6903F-2911-4A27-B178-EA28D697D46B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{89A6903F-2911-4A27-B178-EA28D697D46B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{89A6903F-2911-4A27-B178-EA28D697D46B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{89A6903F-2911-4A27-B178-EA28D697D46B}.Release|Any CPU.Build.0 = Release|Any CPU
{D5F5BFB0-CDEC-4980-9EBB-864724B6B2B6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D5F5BFB0-CDEC-4980-9EBB-864724B6B2B6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D5F5BFB0-CDEC-4980-9EBB-864724B6B2B6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D5F5BFB0-CDEC-4980-9EBB-864724B6B2B6}.Release|Any CPU.Build.0 = Release|Any CPU
{272CCEF9-4DB1-4AC4-9616-CB6E4DDC436F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{272CCEF9-4DB1-4AC4-9616-CB6E4DDC436F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{272CCEF9-4DB1-4AC4-9616-CB6E4DDC436F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{272CCEF9-4DB1-4AC4-9616-CB6E4DDC436F}.Release|Any CPU.Build.0 = Release|Any CPU
{BC01A8C4-3FEB-46E8-AE39-D71F5CB7602F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BC01A8C4-3FEB-46E8-AE39-D71F5CB7602F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BC01A8C4-3FEB-46E8-AE39-D71F5CB7602F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BC01A8C4-3FEB-46E8-AE39-D71F5CB7602F}.Release|Any CPU.Build.0 = Release|Any CPU
{FC26CCC4-9FBA-42F0-8EC9-46C55B6AB145}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FC26CCC4-9FBA-42F0-8EC9-46C55B6AB145}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FC26CCC4-9FBA-42F0-8EC9-46C55B6AB145}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FC26CCC4-9FBA-42F0-8EC9-46C55B6AB145}.Release|Any CPU.Build.0 = Release|Any CPU
{0EB315B8-7E1E-4F03-ABF1-C258A08640BE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0EB315B8-7E1E-4F03-ABF1-C258A08640BE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0EB315B8-7E1E-4F03-ABF1-C258A08640BE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0EB315B8-7E1E-4F03-ABF1-C258A08640BE}.Release|Any CPU.Build.0 = Release|Any CPU
{6A0A707E-FB59-41C5-8ABA-9AF7A4B68ABF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6A0A707E-FB59-41C5-8ABA-9AF7A4B68ABF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6A0A707E-FB59-41C5-8ABA-9AF7A4B68ABF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6A0A707E-FB59-41C5-8ABA-9AF7A4B68ABF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9FE3B75E-BA2B-45BC-BBF0-DDA8BA10C4F0}
EndGlobalSection
EndGlobal