-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCoreLibrary.sln
More file actions
44 lines (44 loc) · 2.53 KB
/
CoreLibrary.sln
File metadata and controls
44 lines (44 loc) · 2.53 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33502.453
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CoreLibrary.Core", "src\CoreLibrary.Core\CoreLibrary.Core.csproj", "{6C10CC9F-59DA-474F-B766-75340273CDD6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{161F4385-B15C-423E-84A7-09129BA7EF5A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CoreLibrary.Logger.Serilog", "src\CoreLibrary.Logger.Serilog\CoreLibrary.Logger.Serilog.csproj", "{96BC651E-37D7-4A5E-AF80-036AE7083E80}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CoreLibrary.Redis", "src\CoreLibrary.Redis\CoreLibrary.Redis.csproj", "{6AA7B11E-E690-4B2E-8763-D8EDD0D488A6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6C10CC9F-59DA-474F-B766-75340273CDD6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6C10CC9F-59DA-474F-B766-75340273CDD6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6C10CC9F-59DA-474F-B766-75340273CDD6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6C10CC9F-59DA-474F-B766-75340273CDD6}.Release|Any CPU.Build.0 = Release|Any CPU
{96BC651E-37D7-4A5E-AF80-036AE7083E80}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{96BC651E-37D7-4A5E-AF80-036AE7083E80}.Debug|Any CPU.Build.0 = Debug|Any CPU
{96BC651E-37D7-4A5E-AF80-036AE7083E80}.Release|Any CPU.ActiveCfg = Release|Any CPU
{96BC651E-37D7-4A5E-AF80-036AE7083E80}.Release|Any CPU.Build.0 = Release|Any CPU
{6AA7B11E-E690-4B2E-8763-D8EDD0D488A6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6AA7B11E-E690-4B2E-8763-D8EDD0D488A6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6AA7B11E-E690-4B2E-8763-D8EDD0D488A6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6AA7B11E-E690-4B2E-8763-D8EDD0D488A6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{6C10CC9F-59DA-474F-B766-75340273CDD6} = {161F4385-B15C-423E-84A7-09129BA7EF5A}
{96BC651E-37D7-4A5E-AF80-036AE7083E80} = {161F4385-B15C-423E-84A7-09129BA7EF5A}
{6AA7B11E-E690-4B2E-8763-D8EDD0D488A6} = {161F4385-B15C-423E-84A7-09129BA7EF5A}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {413B6040-1CEF-4929-9569-6411FB8F8A8C}
EndGlobalSection
EndGlobal