-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathChatBot.sln
37 lines (37 loc) · 2 KB
/
ChatBot.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29324.140
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BotOverlays", "BotOverlays\BotOverlays.csproj", "{32B1C8A8-525B-43FC-99A1-9875C7146A24}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ChatBot", "Bot\ChatBot.csproj", "{DCA1B0D3-DAF5-4D08-9EF1-B363C1CD3316}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BotAPI", "BotAPI\BotAPI.csproj", "{5DFDD6C4-A57B-468D-B74C-01BDC98DADC3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{32B1C8A8-525B-43FC-99A1-9875C7146A24}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{32B1C8A8-525B-43FC-99A1-9875C7146A24}.Debug|Any CPU.Build.0 = Debug|Any CPU
{32B1C8A8-525B-43FC-99A1-9875C7146A24}.Release|Any CPU.ActiveCfg = Release|Any CPU
{32B1C8A8-525B-43FC-99A1-9875C7146A24}.Release|Any CPU.Build.0 = Release|Any CPU
{DCA1B0D3-DAF5-4D08-9EF1-B363C1CD3316}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DCA1B0D3-DAF5-4D08-9EF1-B363C1CD3316}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DCA1B0D3-DAF5-4D08-9EF1-B363C1CD3316}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DCA1B0D3-DAF5-4D08-9EF1-B363C1CD3316}.Release|Any CPU.Build.0 = Release|Any CPU
{5DFDD6C4-A57B-468D-B74C-01BDC98DADC3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5DFDD6C4-A57B-468D-B74C-01BDC98DADC3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5DFDD6C4-A57B-468D-B74C-01BDC98DADC3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5DFDD6C4-A57B-468D-B74C-01BDC98DADC3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8DB0D5A5-6F68-49EF-A74F-11CE5281F7E9}
EndGlobalSection
EndGlobal