-
Notifications
You must be signed in to change notification settings - Fork 7
/
cleverbot.net.sln
37 lines (37 loc) · 2.1 KB
/
cleverbot.net.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 15
VisualStudioVersion = 15.0.27130.2010
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cleverbot.Net.Example.Forms", "Cleverbot.Net.Example.Forms\Cleverbot.Net.Example.Forms.csproj", "{F450D360-4B9B-456B-886B-14A6A4319F87}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cleverbot.Net", "Cleverbot.Net\Cleverbot.Net.csproj", "{9CB75A26-BC6E-4B50-9F00-971A6FEA8CD1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cleverbot.Net.Console", "Cleverbot.Net.Console\Cleverbot.Net.Console.csproj", "{D4EA6F2E-1FFB-4E4A-8AFF-6A55DC9BAC9B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F450D360-4B9B-456B-886B-14A6A4319F87}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F450D360-4B9B-456B-886B-14A6A4319F87}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F450D360-4B9B-456B-886B-14A6A4319F87}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F450D360-4B9B-456B-886B-14A6A4319F87}.Release|Any CPU.Build.0 = Release|Any CPU
{9CB75A26-BC6E-4B50-9F00-971A6FEA8CD1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9CB75A26-BC6E-4B50-9F00-971A6FEA8CD1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9CB75A26-BC6E-4B50-9F00-971A6FEA8CD1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9CB75A26-BC6E-4B50-9F00-971A6FEA8CD1}.Release|Any CPU.Build.0 = Release|Any CPU
{D4EA6F2E-1FFB-4E4A-8AFF-6A55DC9BAC9B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D4EA6F2E-1FFB-4E4A-8AFF-6A55DC9BAC9B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D4EA6F2E-1FFB-4E4A-8AFF-6A55DC9BAC9B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D4EA6F2E-1FFB-4E4A-8AFF-6A55DC9BAC9B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F5FF1206-237D-4F61-80A3-F46710C8FA9F}
EndGlobalSection
EndGlobal