-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcsharp_dotnetcore.sln
More file actions
73 lines (73 loc) · 4.89 KB
/
Copy pathcsharp_dotnetcore.sln
File metadata and controls
73 lines (73 loc) · 4.89 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30503.244
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EmptyBot", "EmptyBot\EmptyBot.csproj", "{E2EDA81A-3A9E-4694-A76D-723BBE0FB105}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WelcomeBot", "WelcomeBot\WelcomeBot.csproj", "{914C3C5C-703A-4896-A56A-B3269C6D235B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MultiLingualBot", "multilingual-bot\MultiLingualBot.csproj", "{7F3F6873-921F-4A13-9CD1-24216BEDE6BC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PromptUsersForInput", "prompt-users-for-input\PromptUsersForInput.csproj", "{F18A8CDD-68D8-479A-9F80-46E8A8CF103E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "QnAMaker", "qnamaker\QnAMaker.csproj", "{27475A4F-C2F2-4200-BD61-F73D99C217F3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SuggestedActionsBot", "suggested-actions\SuggestedActionsBot.csproj", "{BCE0B3F1-C625-43CA-A396-06445F9FD338}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AdaptiveCardsBot", "using-adaptive-cards\AdaptiveCardsBot.csproj", "{3C91E855-CA03-4C2C-A6A0-35D00D9E133A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CardsBot", "using-cards\CardsBot.csproj", "{DF403E77-BF99-4BA3-B32E-4EFF52D26C1B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CoreBot", "core-bot\CoreBot.csproj", "{92127D6B-5DB1-4F84-BD17-90587C5C1063}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E2EDA81A-3A9E-4694-A76D-723BBE0FB105}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E2EDA81A-3A9E-4694-A76D-723BBE0FB105}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E2EDA81A-3A9E-4694-A76D-723BBE0FB105}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E2EDA81A-3A9E-4694-A76D-723BBE0FB105}.Release|Any CPU.Build.0 = Release|Any CPU
{914C3C5C-703A-4896-A56A-B3269C6D235B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{914C3C5C-703A-4896-A56A-B3269C6D235B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{914C3C5C-703A-4896-A56A-B3269C6D235B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{914C3C5C-703A-4896-A56A-B3269C6D235B}.Release|Any CPU.Build.0 = Release|Any CPU
{7F3F6873-921F-4A13-9CD1-24216BEDE6BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7F3F6873-921F-4A13-9CD1-24216BEDE6BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7F3F6873-921F-4A13-9CD1-24216BEDE6BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7F3F6873-921F-4A13-9CD1-24216BEDE6BC}.Release|Any CPU.Build.0 = Release|Any CPU
{F18A8CDD-68D8-479A-9F80-46E8A8CF103E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F18A8CDD-68D8-479A-9F80-46E8A8CF103E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F18A8CDD-68D8-479A-9F80-46E8A8CF103E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F18A8CDD-68D8-479A-9F80-46E8A8CF103E}.Release|Any CPU.Build.0 = Release|Any CPU
{27475A4F-C2F2-4200-BD61-F73D99C217F3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{27475A4F-C2F2-4200-BD61-F73D99C217F3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{27475A4F-C2F2-4200-BD61-F73D99C217F3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{27475A4F-C2F2-4200-BD61-F73D99C217F3}.Release|Any CPU.Build.0 = Release|Any CPU
{BCE0B3F1-C625-43CA-A396-06445F9FD338}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BCE0B3F1-C625-43CA-A396-06445F9FD338}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BCE0B3F1-C625-43CA-A396-06445F9FD338}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BCE0B3F1-C625-43CA-A396-06445F9FD338}.Release|Any CPU.Build.0 = Release|Any CPU
{3C91E855-CA03-4C2C-A6A0-35D00D9E133A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3C91E855-CA03-4C2C-A6A0-35D00D9E133A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3C91E855-CA03-4C2C-A6A0-35D00D9E133A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3C91E855-CA03-4C2C-A6A0-35D00D9E133A}.Release|Any CPU.Build.0 = Release|Any CPU
{DF403E77-BF99-4BA3-B32E-4EFF52D26C1B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DF403E77-BF99-4BA3-B32E-4EFF52D26C1B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DF403E77-BF99-4BA3-B32E-4EFF52D26C1B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DF403E77-BF99-4BA3-B32E-4EFF52D26C1B}.Release|Any CPU.Build.0 = Release|Any CPU
{92127D6B-5DB1-4F84-BD17-90587C5C1063}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{92127D6B-5DB1-4F84-BD17-90587C5C1063}.Debug|Any CPU.Build.0 = Debug|Any CPU
{92127D6B-5DB1-4F84-BD17-90587C5C1063}.Release|Any CPU.ActiveCfg = Release|Any CPU
{92127D6B-5DB1-4F84-BD17-90587C5C1063}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A5F5D973-F43F-4740-A1AF-6B361A206192}
EndGlobalSection
EndGlobal