-
Notifications
You must be signed in to change notification settings - Fork 86
/
WeihanLi.Common.sln
78 lines (78 loc) · 5.25 KB
/
WeihanLi.Common.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28729.10
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{63395248-E549-4CEA-858B-DEAB098DF7E3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{D895C13B-D1D7-4483-8697-9CF68B2AD22F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{80015E01-44D6-4F23-BE7C-820A37074418}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WeihanLi.Common", "src\WeihanLi.Common\WeihanLi.Common.csproj", "{E473BF99-CFDA-492C-A3CF-7A06BC0FC520}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WeihanLi.Common.Test", "test\WeihanLi.Common.Test\WeihanLi.Common.Test.csproj", "{8AC25DA0-14E2-44AA-9407-E2E6D9017869}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DotNetCoreSample", "samples\DotNetCoreSample\DotNetCoreSample.csproj", "{96ABA64E-FE2A-4103-8C53-C277AE506068}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AspNetCoreSample", "samples\AspNetCoreSample\AspNetCoreSample.csproj", "{5A45C3FA-1E12-42A0-910E-18A0CF3D288A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "perf", "perf", "{E7873908-B10D-4AA8-B2E0-198123026E0B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WeihanLi.Common.Benchmark", "perf\WeihanLi.Common.Benchmark\WeihanLi.Common.Benchmark.csproj", "{FE575EBF-A41F-41AE-A865-E7F2E2FD90B4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WeihanLi.Common.Logging.Serilog", "src\WeihanLi.Common.Logging.Serilog\WeihanLi.Common.Logging.Serilog.csproj", "{BBD103A7-78BC-4B31-9DA7-2E79FA266E22}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WeihanLi.Extensions.Hosting", "src\WeihanLi.Extensions.Hosting\WeihanLi.Extensions.Hosting.csproj", "{3E93CA2E-132B-42D4-9EFD-B75A478EAA06}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E473BF99-CFDA-492C-A3CF-7A06BC0FC520}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E473BF99-CFDA-492C-A3CF-7A06BC0FC520}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E473BF99-CFDA-492C-A3CF-7A06BC0FC520}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E473BF99-CFDA-492C-A3CF-7A06BC0FC520}.Release|Any CPU.Build.0 = Release|Any CPU
{8AC25DA0-14E2-44AA-9407-E2E6D9017869}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8AC25DA0-14E2-44AA-9407-E2E6D9017869}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8AC25DA0-14E2-44AA-9407-E2E6D9017869}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8AC25DA0-14E2-44AA-9407-E2E6D9017869}.Release|Any CPU.Build.0 = Release|Any CPU
{96ABA64E-FE2A-4103-8C53-C277AE506068}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{96ABA64E-FE2A-4103-8C53-C277AE506068}.Debug|Any CPU.Build.0 = Debug|Any CPU
{96ABA64E-FE2A-4103-8C53-C277AE506068}.Release|Any CPU.ActiveCfg = Release|Any CPU
{96ABA64E-FE2A-4103-8C53-C277AE506068}.Release|Any CPU.Build.0 = Release|Any CPU
{5A45C3FA-1E12-42A0-910E-18A0CF3D288A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5A45C3FA-1E12-42A0-910E-18A0CF3D288A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5A45C3FA-1E12-42A0-910E-18A0CF3D288A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5A45C3FA-1E12-42A0-910E-18A0CF3D288A}.Release|Any CPU.Build.0 = Release|Any CPU
{FE575EBF-A41F-41AE-A865-E7F2E2FD90B4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FE575EBF-A41F-41AE-A865-E7F2E2FD90B4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FE575EBF-A41F-41AE-A865-E7F2E2FD90B4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FE575EBF-A41F-41AE-A865-E7F2E2FD90B4}.Release|Any CPU.Build.0 = Release|Any CPU
{BBD103A7-78BC-4B31-9DA7-2E79FA266E22}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BBD103A7-78BC-4B31-9DA7-2E79FA266E22}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BBD103A7-78BC-4B31-9DA7-2E79FA266E22}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BBD103A7-78BC-4B31-9DA7-2E79FA266E22}.Release|Any CPU.Build.0 = Release|Any CPU
{3E93CA2E-132B-42D4-9EFD-B75A478EAA06}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3E93CA2E-132B-42D4-9EFD-B75A478EAA06}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3E93CA2E-132B-42D4-9EFD-B75A478EAA06}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3E93CA2E-132B-42D4-9EFD-B75A478EAA06}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{E473BF99-CFDA-492C-A3CF-7A06BC0FC520} = {63395248-E549-4CEA-858B-DEAB098DF7E3}
{8AC25DA0-14E2-44AA-9407-E2E6D9017869} = {D895C13B-D1D7-4483-8697-9CF68B2AD22F}
{96ABA64E-FE2A-4103-8C53-C277AE506068} = {80015E01-44D6-4F23-BE7C-820A37074418}
{5A45C3FA-1E12-42A0-910E-18A0CF3D288A} = {80015E01-44D6-4F23-BE7C-820A37074418}
{FE575EBF-A41F-41AE-A865-E7F2E2FD90B4} = {E7873908-B10D-4AA8-B2E0-198123026E0B}
{BBD103A7-78BC-4B31-9DA7-2E79FA266E22} = {63395248-E549-4CEA-858B-DEAB098DF7E3}
{3E93CA2E-132B-42D4-9EFD-B75A478EAA06} = {63395248-E549-4CEA-858B-DEAB098DF7E3}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {02FEB140-185F-4225-9FBE-BE7005ED6DC9}
EndGlobalSection
EndGlobal