-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathEasyLogger.sln
43 lines (43 loc) · 2.6 KB
/
EasyLogger.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29609.76
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EasyLogger.Api", "EasyLogger.Api\EasyLogger.Api.csproj", "{99215837-5A5B-4739-A887-30C41511A74A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EasyLogger.DbStorage", "EasyLogger.DbStorage\EasyLogger.DbStorage.csproj", "{AE8B7F81-5F90-482B-B80F-9A2AE1A81184}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EasyLogger.SqlSugarDbStorage", "EasyLogger.SqlSugarDbStorage\EasyLogger.SqlSugarDbStorage.csproj", "{75EF50BE-E5F9-4B80-B8E2-54B3088A55B4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EasyLogger.Model", "EasyLogger.Model\EasyLogger.Model.csproj", "{5A047636-380C-4D67-947D-AA687CD3E7AB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{99215837-5A5B-4739-A887-30C41511A74A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{99215837-5A5B-4739-A887-30C41511A74A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{99215837-5A5B-4739-A887-30C41511A74A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{99215837-5A5B-4739-A887-30C41511A74A}.Release|Any CPU.Build.0 = Release|Any CPU
{AE8B7F81-5F90-482B-B80F-9A2AE1A81184}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AE8B7F81-5F90-482B-B80F-9A2AE1A81184}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AE8B7F81-5F90-482B-B80F-9A2AE1A81184}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AE8B7F81-5F90-482B-B80F-9A2AE1A81184}.Release|Any CPU.Build.0 = Release|Any CPU
{75EF50BE-E5F9-4B80-B8E2-54B3088A55B4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{75EF50BE-E5F9-4B80-B8E2-54B3088A55B4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{75EF50BE-E5F9-4B80-B8E2-54B3088A55B4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{75EF50BE-E5F9-4B80-B8E2-54B3088A55B4}.Release|Any CPU.Build.0 = Release|Any CPU
{5A047636-380C-4D67-947D-AA687CD3E7AB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5A047636-380C-4D67-947D-AA687CD3E7AB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5A047636-380C-4D67-947D-AA687CD3E7AB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5A047636-380C-4D67-947D-AA687CD3E7AB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5800752E-E419-4179-BF6F-DF08EC7837CD}
EndGlobalSection
EndGlobal