-
Notifications
You must be signed in to change notification settings - Fork 0
/
CognitiveMinion.sln
85 lines (85 loc) · 5.5 KB
/
CognitiveMinion.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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29411.108
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CognitiveMinion.UserServices", "CognitiveMinion.UserServices\CognitiveMinion.UserServices.csproj", "{B60F816D-9005-440A-929B-6BDDD9D320BE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{14F8DDC8-4B3F-4B5D-9852-75C946B240DC}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CognitiveMinion", "CognitiveMinion\CognitiveMinion.csproj", "{A602A2C8-4723-4033-915B-E16C7E4529F4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Storage", "Storage", "{BDC5384B-2980-4118-9994-CB76A3AE46A9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CognitiveMinion.Storage.RavenDB", "Storage\CognitiveMinion.Storage.RavenDB\CognitiveMinion.Storage.RavenDB.csproj", "{A85C2FA8-27B6-4F11-AD58-D5A643848177}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CognitiveMinion.Api", "CognitiveMinion.Api\CognitiveMinion.Api.csproj", "{F723FB06-F3B6-442D-B11A-3B4FFD8DD65B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".Solution Items", ".Solution Items", "{EC5D0EAF-FFF1-4446-9026-14BC55E3FF8D}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
azure-pipelines.yml = azure-pipelines.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Language Understanding", "Language Understanding", "{2E01D30F-6C72-43C7-A798-9ECC3380AF81}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CognitiveMinion.LanguageUnderstanding.LuisAI", "Language Understanding\CognitiveMinion.LanguageUnderstanding.LuisAI\CognitiveMinion.LanguageUnderstanding.LuisAI.csproj", "{86229043-3C03-4F6F-AC88-F659431D610F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CognitiveMinion.Api.Tests", "CognitiveMinion.Api.Tests\CognitiveMinion.Api.Tests.csproj", "{1481BC7C-DA07-4B39-AB3B-0A3137104FE0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Workers", "Workers", "{E62E2A43-C4D5-41E1-A18C-8DEEB790C886}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IPWhitelist", "Workers\IPWhitelist\IPWhitelist.csproj", "{38CE04B4-889F-4C2F-9617-8EBB3055CC68}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B60F816D-9005-440A-929B-6BDDD9D320BE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B60F816D-9005-440A-929B-6BDDD9D320BE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B60F816D-9005-440A-929B-6BDDD9D320BE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B60F816D-9005-440A-929B-6BDDD9D320BE}.Release|Any CPU.Build.0 = Release|Any CPU
{A602A2C8-4723-4033-915B-E16C7E4529F4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A602A2C8-4723-4033-915B-E16C7E4529F4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A602A2C8-4723-4033-915B-E16C7E4529F4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A602A2C8-4723-4033-915B-E16C7E4529F4}.Release|Any CPU.Build.0 = Release|Any CPU
{A85C2FA8-27B6-4F11-AD58-D5A643848177}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A85C2FA8-27B6-4F11-AD58-D5A643848177}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A85C2FA8-27B6-4F11-AD58-D5A643848177}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A85C2FA8-27B6-4F11-AD58-D5A643848177}.Release|Any CPU.Build.0 = Release|Any CPU
{F723FB06-F3B6-442D-B11A-3B4FFD8DD65B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F723FB06-F3B6-442D-B11A-3B4FFD8DD65B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F723FB06-F3B6-442D-B11A-3B4FFD8DD65B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F723FB06-F3B6-442D-B11A-3B4FFD8DD65B}.Release|Any CPU.Build.0 = Release|Any CPU
{86229043-3C03-4F6F-AC88-F659431D610F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{86229043-3C03-4F6F-AC88-F659431D610F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{86229043-3C03-4F6F-AC88-F659431D610F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{86229043-3C03-4F6F-AC88-F659431D610F}.Release|Any CPU.Build.0 = Release|Any CPU
{1481BC7C-DA07-4B39-AB3B-0A3137104FE0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1481BC7C-DA07-4B39-AB3B-0A3137104FE0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1481BC7C-DA07-4B39-AB3B-0A3137104FE0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1481BC7C-DA07-4B39-AB3B-0A3137104FE0}.Release|Any CPU.Build.0 = Release|Any CPU
{38CE04B4-889F-4C2F-9617-8EBB3055CC68}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{38CE04B4-889F-4C2F-9617-8EBB3055CC68}.Debug|Any CPU.Build.0 = Debug|Any CPU
{38CE04B4-889F-4C2F-9617-8EBB3055CC68}.Release|Any CPU.ActiveCfg = Release|Any CPU
{38CE04B4-889F-4C2F-9617-8EBB3055CC68}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{14F8DDC8-4B3F-4B5D-9852-75C946B240DC} = {EC5D0EAF-FFF1-4446-9026-14BC55E3FF8D}
{A85C2FA8-27B6-4F11-AD58-D5A643848177} = {BDC5384B-2980-4118-9994-CB76A3AE46A9}
{86229043-3C03-4F6F-AC88-F659431D610F} = {2E01D30F-6C72-43C7-A798-9ECC3380AF81}
{38CE04B4-889F-4C2F-9617-8EBB3055CC68} = {E62E2A43-C4D5-41E1-A18C-8DEEB790C886}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B9C542B7-0B8A-4325-B28C-7EC602F863D5}
EndGlobalSection
EndGlobal