-
Notifications
You must be signed in to change notification settings - Fork 10
/
Aiml.sln
49 lines (49 loc) · 2.94 KB
/
Aiml.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32616.157
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Aiml", "Aiml\Aiml.csproj", "{1C48010E-DCE3-4E2E-B150-6813A71C5ADB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AimlConsoleBot", "AimlConsoleBot\AimlConsoleBot.csproj", "{391A20C0-6CFF-4AF3-8F3D-F510952C48B6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AimlTester", "AimlTester\AimlTester.csproj", "{87FDAD9F-2079-478D-A863-8C34B0BFD8DA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AimlTests", "AimlTests\AimlTests.csproj", "{45E3E9C0-4925-4D56-9581-08208D6FC880}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AimlVoice", "AimlVoice\AimlVoice.csproj", "{374A2DCC-2782-476E-BCDC-D8DB9DC69ABC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1C48010E-DCE3-4E2E-B150-6813A71C5ADB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1C48010E-DCE3-4E2E-B150-6813A71C5ADB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1C48010E-DCE3-4E2E-B150-6813A71C5ADB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1C48010E-DCE3-4E2E-B150-6813A71C5ADB}.Release|Any CPU.Build.0 = Release|Any CPU
{391A20C0-6CFF-4AF3-8F3D-F510952C48B6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{391A20C0-6CFF-4AF3-8F3D-F510952C48B6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{391A20C0-6CFF-4AF3-8F3D-F510952C48B6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{391A20C0-6CFF-4AF3-8F3D-F510952C48B6}.Release|Any CPU.Build.0 = Release|Any CPU
{87FDAD9F-2079-478D-A863-8C34B0BFD8DA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{87FDAD9F-2079-478D-A863-8C34B0BFD8DA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{87FDAD9F-2079-478D-A863-8C34B0BFD8DA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{87FDAD9F-2079-478D-A863-8C34B0BFD8DA}.Release|Any CPU.Build.0 = Release|Any CPU
{45E3E9C0-4925-4D56-9581-08208D6FC880}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{45E3E9C0-4925-4D56-9581-08208D6FC880}.Debug|Any CPU.Build.0 = Debug|Any CPU
{45E3E9C0-4925-4D56-9581-08208D6FC880}.Release|Any CPU.ActiveCfg = Release|Any CPU
{45E3E9C0-4925-4D56-9581-08208D6FC880}.Release|Any CPU.Build.0 = Release|Any CPU
{374A2DCC-2782-476E-BCDC-D8DB9DC69ABC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{374A2DCC-2782-476E-BCDC-D8DB9DC69ABC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{374A2DCC-2782-476E-BCDC-D8DB9DC69ABC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{374A2DCC-2782-476E-BCDC-D8DB9DC69ABC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AB4B0052-308A-442F-8731-7327173FE776}
EndGlobalSection
EndGlobal