-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLanguageLearningChatBot.sln
51 lines (51 loc) · 3.16 KB
/
LanguageLearningChatBot.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2042
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LanguageLearningChatBotCore", "LanguageLearningChatBotCore\LanguageLearningChatBotCore.csproj", "{94864324-AFF5-4989-9F26-7C8DDF9688AB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LanguageLearningChatBotConsoleClient", "LanguageLearningChatBotConsoleClient\LanguageLearningChatBotConsoleClient.csproj", "{CB0DC5AD-3D34-4187-A123-72FEE1A226FE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LanguageLearningChatBotServer2", "LanguageLearningChatBotServer2\LanguageLearningChatBotServer2.csproj", "{E2D8E95D-2095-4787-9D62-ACDE2BC84AB0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{94864324-AFF5-4989-9F26-7C8DDF9688AB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{94864324-AFF5-4989-9F26-7C8DDF9688AB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{94864324-AFF5-4989-9F26-7C8DDF9688AB}.Debug|x86.ActiveCfg = Debug|Any CPU
{94864324-AFF5-4989-9F26-7C8DDF9688AB}.Debug|x86.Build.0 = Debug|Any CPU
{94864324-AFF5-4989-9F26-7C8DDF9688AB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{94864324-AFF5-4989-9F26-7C8DDF9688AB}.Release|Any CPU.Build.0 = Release|Any CPU
{94864324-AFF5-4989-9F26-7C8DDF9688AB}.Release|x86.ActiveCfg = Release|Any CPU
{94864324-AFF5-4989-9F26-7C8DDF9688AB}.Release|x86.Build.0 = Release|Any CPU
{CB0DC5AD-3D34-4187-A123-72FEE1A226FE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CB0DC5AD-3D34-4187-A123-72FEE1A226FE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CB0DC5AD-3D34-4187-A123-72FEE1A226FE}.Debug|x86.ActiveCfg = Debug|Any CPU
{CB0DC5AD-3D34-4187-A123-72FEE1A226FE}.Debug|x86.Build.0 = Debug|Any CPU
{CB0DC5AD-3D34-4187-A123-72FEE1A226FE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CB0DC5AD-3D34-4187-A123-72FEE1A226FE}.Release|Any CPU.Build.0 = Release|Any CPU
{CB0DC5AD-3D34-4187-A123-72FEE1A226FE}.Release|x86.ActiveCfg = Release|Any CPU
{CB0DC5AD-3D34-4187-A123-72FEE1A226FE}.Release|x86.Build.0 = Release|Any CPU
{E2D8E95D-2095-4787-9D62-ACDE2BC84AB0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E2D8E95D-2095-4787-9D62-ACDE2BC84AB0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E2D8E95D-2095-4787-9D62-ACDE2BC84AB0}.Debug|x86.ActiveCfg = Debug|Any CPU
{E2D8E95D-2095-4787-9D62-ACDE2BC84AB0}.Debug|x86.Build.0 = Debug|Any CPU
{E2D8E95D-2095-4787-9D62-ACDE2BC84AB0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E2D8E95D-2095-4787-9D62-ACDE2BC84AB0}.Release|Any CPU.Build.0 = Release|Any CPU
{E2D8E95D-2095-4787-9D62-ACDE2BC84AB0}.Release|x86.ActiveCfg = Release|Any CPU
{E2D8E95D-2095-4787-9D62-ACDE2BC84AB0}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C533F5DC-0830-4ACD-BB2D-F46842359CB4}
EndGlobalSection
EndGlobal