-
Notifications
You must be signed in to change notification settings - Fork 0
/
Bank-Consultant-Bot.sln
56 lines (54 loc) · 3.21 KB
/
Bank-Consultant-Bot.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32228.430
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ChatApplication", "ChatApplication\ChatApplication.csproj", "{4ED5DD2C-F3B6-4839-82C4-8F536A293BDB}"
ProjectSection(ProjectDependencies) = postProject
{75AD665E-600B-4FE1-A3B6-1C5B446FD8C9} = {75AD665E-600B-4FE1-A3B6-1C5B446FD8C9}
{E666BDCF-5302-42FA-B742-C712ADCB490C} = {E666BDCF-5302-42FA-B742-C712ADCB490C}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OtoBotAPI", "OtoBotAPI\OtoBotAPI.csproj", "{E666BDCF-5302-42FA-B742-C712ADCB490C}"
ProjectSection(ProjectDependencies) = postProject
{75AD665E-600B-4FE1-A3B6-1C5B446FD8C9} = {75AD665E-600B-4FE1-A3B6-1C5B446FD8C9}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ChatBot.IdentityServer", "ChatBot.IdentityServer\ChatBot.IdentityServer.csproj", "{75AD665E-600B-4FE1-A3B6-1C5B446FD8C9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OtoBot", "OtoBot\OtoBot.csproj", "{89D6F087-C12E-45A6-926F-7B22CD436914}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4ED5DD2C-F3B6-4839-82C4-8F536A293BDB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4ED5DD2C-F3B6-4839-82C4-8F536A293BDB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4ED5DD2C-F3B6-4839-82C4-8F536A293BDB}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{4ED5DD2C-F3B6-4839-82C4-8F536A293BDB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4ED5DD2C-F3B6-4839-82C4-8F536A293BDB}.Release|Any CPU.Build.0 = Release|Any CPU
{E666BDCF-5302-42FA-B742-C712ADCB490C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E666BDCF-5302-42FA-B742-C712ADCB490C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E666BDCF-5302-42FA-B742-C712ADCB490C}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{E666BDCF-5302-42FA-B742-C712ADCB490C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E666BDCF-5302-42FA-B742-C712ADCB490C}.Release|Any CPU.Build.0 = Release|Any CPU
{75AD665E-600B-4FE1-A3B6-1C5B446FD8C9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{75AD665E-600B-4FE1-A3B6-1C5B446FD8C9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{75AD665E-600B-4FE1-A3B6-1C5B446FD8C9}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{75AD665E-600B-4FE1-A3B6-1C5B446FD8C9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{75AD665E-600B-4FE1-A3B6-1C5B446FD8C9}.Release|Any CPU.Build.0 = Release|Any CPU
{75AD665E-600B-4FE1-A3B6-1C5B446FD8C9}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{89D6F087-C12E-45A6-926F-7B22CD436914}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{89D6F087-C12E-45A6-926F-7B22CD436914}.Debug|Any CPU.Build.0 = Debug|Any CPU
{89D6F087-C12E-45A6-926F-7B22CD436914}.Release|Any CPU.ActiveCfg = Release|Any CPU
{89D6F087-C12E-45A6-926F-7B22CD436914}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3AC14388-588E-4155-83E0-8E2C34C1F793}
EndGlobalSection
EndGlobal