forked from xdoviss/cognify
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcognify.sln
More file actions
64 lines (64 loc) · 3.95 KB
/
cognify.sln
File metadata and controls
64 lines (64 loc) · 3.95 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34622.214
MinimumVisualStudioVersion = 16.0.0.0
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "cognify.Server", "Server\cognify.Server.csproj", "{DF0BB831-0CBE-4F50-B4B2-15A5B763EBEC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "cognify.Client", "Client\cognify.Client.csproj", "{1D212554-0A4F-4805-97FD-F3072279433C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "cognify.Shared", "Shared\cognify.Shared.csproj", "{81A81BE7-866C-4FB7-885A-EFEC79B5D5A1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DF0BB831-0CBE-4F50-B4B2-15A5B763EBEC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DF0BB831-0CBE-4F50-B4B2-15A5B763EBEC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DF0BB831-0CBE-4F50-B4B2-15A5B763EBEC}.Debug|x64.ActiveCfg = Debug|Any CPU
{DF0BB831-0CBE-4F50-B4B2-15A5B763EBEC}.Debug|x64.Build.0 = Debug|Any CPU
{DF0BB831-0CBE-4F50-B4B2-15A5B763EBEC}.Debug|x86.ActiveCfg = Debug|Any CPU
{DF0BB831-0CBE-4F50-B4B2-15A5B763EBEC}.Debug|x86.Build.0 = Debug|Any CPU
{DF0BB831-0CBE-4F50-B4B2-15A5B763EBEC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DF0BB831-0CBE-4F50-B4B2-15A5B763EBEC}.Release|Any CPU.Build.0 = Release|Any CPU
{DF0BB831-0CBE-4F50-B4B2-15A5B763EBEC}.Release|x64.ActiveCfg = Release|Any CPU
{DF0BB831-0CBE-4F50-B4B2-15A5B763EBEC}.Release|x64.Build.0 = Release|Any CPU
{DF0BB831-0CBE-4F50-B4B2-15A5B763EBEC}.Release|x86.ActiveCfg = Release|Any CPU
{DF0BB831-0CBE-4F50-B4B2-15A5B763EBEC}.Release|x86.Build.0 = Release|Any CPU
{1D212554-0A4F-4805-97FD-F3072279433C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1D212554-0A4F-4805-97FD-F3072279433C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1D212554-0A4F-4805-97FD-F3072279433C}.Debug|x64.ActiveCfg = Debug|Any CPU
{1D212554-0A4F-4805-97FD-F3072279433C}.Debug|x64.Build.0 = Debug|Any CPU
{1D212554-0A4F-4805-97FD-F3072279433C}.Debug|x86.ActiveCfg = Debug|Any CPU
{1D212554-0A4F-4805-97FD-F3072279433C}.Debug|x86.Build.0 = Debug|Any CPU
{1D212554-0A4F-4805-97FD-F3072279433C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1D212554-0A4F-4805-97FD-F3072279433C}.Release|Any CPU.Build.0 = Release|Any CPU
{1D212554-0A4F-4805-97FD-F3072279433C}.Release|x64.ActiveCfg = Release|Any CPU
{1D212554-0A4F-4805-97FD-F3072279433C}.Release|x64.Build.0 = Release|Any CPU
{1D212554-0A4F-4805-97FD-F3072279433C}.Release|x86.ActiveCfg = Release|Any CPU
{1D212554-0A4F-4805-97FD-F3072279433C}.Release|x86.Build.0 = Release|Any CPU
{81A81BE7-866C-4FB7-885A-EFEC79B5D5A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{81A81BE7-866C-4FB7-885A-EFEC79B5D5A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{81A81BE7-866C-4FB7-885A-EFEC79B5D5A1}.Debug|x64.ActiveCfg = Debug|Any CPU
{81A81BE7-866C-4FB7-885A-EFEC79B5D5A1}.Debug|x64.Build.0 = Debug|Any CPU
{81A81BE7-866C-4FB7-885A-EFEC79B5D5A1}.Debug|x86.ActiveCfg = Debug|Any CPU
{81A81BE7-866C-4FB7-885A-EFEC79B5D5A1}.Debug|x86.Build.0 = Debug|Any CPU
{81A81BE7-866C-4FB7-885A-EFEC79B5D5A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{81A81BE7-866C-4FB7-885A-EFEC79B5D5A1}.Release|Any CPU.Build.0 = Release|Any CPU
{81A81BE7-866C-4FB7-885A-EFEC79B5D5A1}.Release|x64.ActiveCfg = Release|Any CPU
{81A81BE7-866C-4FB7-885A-EFEC79B5D5A1}.Release|x64.Build.0 = Release|Any CPU
{81A81BE7-866C-4FB7-885A-EFEC79B5D5A1}.Release|x86.ActiveCfg = Release|Any CPU
{81A81BE7-866C-4FB7-885A-EFEC79B5D5A1}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {464AD431-FC5F-4A81-9595-111FEFDD4924}
EndGlobalSection
EndGlobal