-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDotNetCommons.sln
More file actions
104 lines (104 loc) · 7.13 KB
/
DotNetCommons.sln
File metadata and controls
104 lines (104 loc) · 7.13 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26124.0
MinimumVisualStudioVersion = 15.0.26124.0
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Commons", "Commons\Commons.csproj", "{D0B2E78B-8355-44A8-84F1-C380D978F275}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Logging", "Logging\Logging.csproj", "{27054FA0-2080-46E1-830E-694F9EC41E4A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MongoDB", "MongoDB\MongoDB.csproj", "{29F3C086-5B5A-4139-AD0C-54EC1BB7E346}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AspNetCore", "AspNetCore\AspNetCore.csproj", "{4FEBE5D9-1CF6-4240-BBE5-B02BF0DFA40A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FileStorage", "FileStorage\FileStorage.csproj", "{C226598B-0A51-4AB2-9B2F-D613E0BF9D85}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Elasticsearch", "Elasticsearch\Elasticsearch.csproj", "{B7A86937-0D0B-4BE2-8B22-B5E64EA7B75B}"
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(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D0B2E78B-8355-44A8-84F1-C380D978F275}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D0B2E78B-8355-44A8-84F1-C380D978F275}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D0B2E78B-8355-44A8-84F1-C380D978F275}.Debug|x64.ActiveCfg = Debug|Any CPU
{D0B2E78B-8355-44A8-84F1-C380D978F275}.Debug|x64.Build.0 = Debug|Any CPU
{D0B2E78B-8355-44A8-84F1-C380D978F275}.Debug|x86.ActiveCfg = Debug|Any CPU
{D0B2E78B-8355-44A8-84F1-C380D978F275}.Debug|x86.Build.0 = Debug|Any CPU
{D0B2E78B-8355-44A8-84F1-C380D978F275}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D0B2E78B-8355-44A8-84F1-C380D978F275}.Release|Any CPU.Build.0 = Release|Any CPU
{D0B2E78B-8355-44A8-84F1-C380D978F275}.Release|x64.ActiveCfg = Release|Any CPU
{D0B2E78B-8355-44A8-84F1-C380D978F275}.Release|x64.Build.0 = Release|Any CPU
{D0B2E78B-8355-44A8-84F1-C380D978F275}.Release|x86.ActiveCfg = Release|Any CPU
{D0B2E78B-8355-44A8-84F1-C380D978F275}.Release|x86.Build.0 = Release|Any CPU
{27054FA0-2080-46E1-830E-694F9EC41E4A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{27054FA0-2080-46E1-830E-694F9EC41E4A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{27054FA0-2080-46E1-830E-694F9EC41E4A}.Debug|x64.ActiveCfg = Debug|Any CPU
{27054FA0-2080-46E1-830E-694F9EC41E4A}.Debug|x64.Build.0 = Debug|Any CPU
{27054FA0-2080-46E1-830E-694F9EC41E4A}.Debug|x86.ActiveCfg = Debug|Any CPU
{27054FA0-2080-46E1-830E-694F9EC41E4A}.Debug|x86.Build.0 = Debug|Any CPU
{27054FA0-2080-46E1-830E-694F9EC41E4A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{27054FA0-2080-46E1-830E-694F9EC41E4A}.Release|Any CPU.Build.0 = Release|Any CPU
{27054FA0-2080-46E1-830E-694F9EC41E4A}.Release|x64.ActiveCfg = Release|Any CPU
{27054FA0-2080-46E1-830E-694F9EC41E4A}.Release|x64.Build.0 = Release|Any CPU
{27054FA0-2080-46E1-830E-694F9EC41E4A}.Release|x86.ActiveCfg = Release|Any CPU
{27054FA0-2080-46E1-830E-694F9EC41E4A}.Release|x86.Build.0 = Release|Any CPU
{29F3C086-5B5A-4139-AD0C-54EC1BB7E346}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{29F3C086-5B5A-4139-AD0C-54EC1BB7E346}.Debug|Any CPU.Build.0 = Debug|Any CPU
{29F3C086-5B5A-4139-AD0C-54EC1BB7E346}.Debug|x64.ActiveCfg = Debug|Any CPU
{29F3C086-5B5A-4139-AD0C-54EC1BB7E346}.Debug|x64.Build.0 = Debug|Any CPU
{29F3C086-5B5A-4139-AD0C-54EC1BB7E346}.Debug|x86.ActiveCfg = Debug|Any CPU
{29F3C086-5B5A-4139-AD0C-54EC1BB7E346}.Debug|x86.Build.0 = Debug|Any CPU
{29F3C086-5B5A-4139-AD0C-54EC1BB7E346}.Release|Any CPU.ActiveCfg = Release|Any CPU
{29F3C086-5B5A-4139-AD0C-54EC1BB7E346}.Release|Any CPU.Build.0 = Release|Any CPU
{29F3C086-5B5A-4139-AD0C-54EC1BB7E346}.Release|x64.ActiveCfg = Release|Any CPU
{29F3C086-5B5A-4139-AD0C-54EC1BB7E346}.Release|x64.Build.0 = Release|Any CPU
{29F3C086-5B5A-4139-AD0C-54EC1BB7E346}.Release|x86.ActiveCfg = Release|Any CPU
{29F3C086-5B5A-4139-AD0C-54EC1BB7E346}.Release|x86.Build.0 = Release|Any CPU
{4FEBE5D9-1CF6-4240-BBE5-B02BF0DFA40A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4FEBE5D9-1CF6-4240-BBE5-B02BF0DFA40A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4FEBE5D9-1CF6-4240-BBE5-B02BF0DFA40A}.Debug|x64.ActiveCfg = Debug|Any CPU
{4FEBE5D9-1CF6-4240-BBE5-B02BF0DFA40A}.Debug|x64.Build.0 = Debug|Any CPU
{4FEBE5D9-1CF6-4240-BBE5-B02BF0DFA40A}.Debug|x86.ActiveCfg = Debug|Any CPU
{4FEBE5D9-1CF6-4240-BBE5-B02BF0DFA40A}.Debug|x86.Build.0 = Debug|Any CPU
{4FEBE5D9-1CF6-4240-BBE5-B02BF0DFA40A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4FEBE5D9-1CF6-4240-BBE5-B02BF0DFA40A}.Release|Any CPU.Build.0 = Release|Any CPU
{4FEBE5D9-1CF6-4240-BBE5-B02BF0DFA40A}.Release|x64.ActiveCfg = Release|Any CPU
{4FEBE5D9-1CF6-4240-BBE5-B02BF0DFA40A}.Release|x64.Build.0 = Release|Any CPU
{4FEBE5D9-1CF6-4240-BBE5-B02BF0DFA40A}.Release|x86.ActiveCfg = Release|Any CPU
{4FEBE5D9-1CF6-4240-BBE5-B02BF0DFA40A}.Release|x86.Build.0 = Release|Any CPU
{C226598B-0A51-4AB2-9B2F-D613E0BF9D85}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C226598B-0A51-4AB2-9B2F-D613E0BF9D85}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C226598B-0A51-4AB2-9B2F-D613E0BF9D85}.Debug|x64.ActiveCfg = Debug|Any CPU
{C226598B-0A51-4AB2-9B2F-D613E0BF9D85}.Debug|x64.Build.0 = Debug|Any CPU
{C226598B-0A51-4AB2-9B2F-D613E0BF9D85}.Debug|x86.ActiveCfg = Debug|Any CPU
{C226598B-0A51-4AB2-9B2F-D613E0BF9D85}.Debug|x86.Build.0 = Debug|Any CPU
{C226598B-0A51-4AB2-9B2F-D613E0BF9D85}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C226598B-0A51-4AB2-9B2F-D613E0BF9D85}.Release|Any CPU.Build.0 = Release|Any CPU
{C226598B-0A51-4AB2-9B2F-D613E0BF9D85}.Release|x64.ActiveCfg = Release|Any CPU
{C226598B-0A51-4AB2-9B2F-D613E0BF9D85}.Release|x64.Build.0 = Release|Any CPU
{C226598B-0A51-4AB2-9B2F-D613E0BF9D85}.Release|x86.ActiveCfg = Release|Any CPU
{C226598B-0A51-4AB2-9B2F-D613E0BF9D85}.Release|x86.Build.0 = Release|Any CPU
{B7A86937-0D0B-4BE2-8B22-B5E64EA7B75B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B7A86937-0D0B-4BE2-8B22-B5E64EA7B75B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B7A86937-0D0B-4BE2-8B22-B5E64EA7B75B}.Debug|x64.ActiveCfg = Debug|Any CPU
{B7A86937-0D0B-4BE2-8B22-B5E64EA7B75B}.Debug|x64.Build.0 = Debug|Any CPU
{B7A86937-0D0B-4BE2-8B22-B5E64EA7B75B}.Debug|x86.ActiveCfg = Debug|Any CPU
{B7A86937-0D0B-4BE2-8B22-B5E64EA7B75B}.Debug|x86.Build.0 = Debug|Any CPU
{B7A86937-0D0B-4BE2-8B22-B5E64EA7B75B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B7A86937-0D0B-4BE2-8B22-B5E64EA7B75B}.Release|Any CPU.Build.0 = Release|Any CPU
{B7A86937-0D0B-4BE2-8B22-B5E64EA7B75B}.Release|x64.ActiveCfg = Release|Any CPU
{B7A86937-0D0B-4BE2-8B22-B5E64EA7B75B}.Release|x64.Build.0 = Release|Any CPU
{B7A86937-0D0B-4BE2-8B22-B5E64EA7B75B}.Release|x86.ActiveCfg = Release|Any CPU
{B7A86937-0D0B-4BE2-8B22-B5E64EA7B75B}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal