-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gaois.QueryLogger.sln
61 lines (61 loc) · 4.17 KB
/
Gaois.QueryLogger.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2042
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Gaois.QueryLogger.Common", "src\Gaois.QueryLogger.Common\Gaois.QueryLogger.Common.csproj", "{269D2318-3B49-48BE-82AF-C9C859CE33FB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Gaois.QueryLogger", "src\Gaois.QueryLogger\Gaois.QueryLogger.csproj", "{BAF64333-8BF4-4420-BDCA-BF6CC5245B89}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Gaois.QueryLogger.AspNetCore", "src\Gaois.QueryLogger.AspNetCore\Gaois.QueryLogger.AspNetCore.csproj", "{3043B872-6B81-46AA-9401-932CFFDAFAAB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Gaois.QueryLogger.Tests", "tests\Gaois.QueryLogger.Tests\Gaois.QueryLogger.Tests.csproj", "{1CC30CEE-4F52-4251-AAED-DC1C575252B6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Gaois.QueryLogger.Tests.AspNetCore", "tests\Gaois.QueryLogger.Tests.AspNetCore\Gaois.QueryLogger.Tests.AspNetCore.csproj", "{EBF85991-8917-4056-9B40-1CBE8717ED6B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Samples.AspNetCore", "samples\Samples.AspNetCore\Samples.AspNetCore.csproj", "{D2F00FD3-FD42-48C2-887E-0DD406883C7D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Samples.Mvc", "samples\Samples.Mvc\Samples.Mvc.csproj", "{300B75AC-F150-4AD2-B0AE-97C88E8490A3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{269D2318-3B49-48BE-82AF-C9C859CE33FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{269D2318-3B49-48BE-82AF-C9C859CE33FB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{269D2318-3B49-48BE-82AF-C9C859CE33FB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{269D2318-3B49-48BE-82AF-C9C859CE33FB}.Release|Any CPU.Build.0 = Release|Any CPU
{BAF64333-8BF4-4420-BDCA-BF6CC5245B89}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BAF64333-8BF4-4420-BDCA-BF6CC5245B89}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BAF64333-8BF4-4420-BDCA-BF6CC5245B89}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BAF64333-8BF4-4420-BDCA-BF6CC5245B89}.Release|Any CPU.Build.0 = Release|Any CPU
{3043B872-6B81-46AA-9401-932CFFDAFAAB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3043B872-6B81-46AA-9401-932CFFDAFAAB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3043B872-6B81-46AA-9401-932CFFDAFAAB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3043B872-6B81-46AA-9401-932CFFDAFAAB}.Release|Any CPU.Build.0 = Release|Any CPU
{1CC30CEE-4F52-4251-AAED-DC1C575252B6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1CC30CEE-4F52-4251-AAED-DC1C575252B6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1CC30CEE-4F52-4251-AAED-DC1C575252B6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1CC30CEE-4F52-4251-AAED-DC1C575252B6}.Release|Any CPU.Build.0 = Release|Any CPU
{EBF85991-8917-4056-9B40-1CBE8717ED6B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EBF85991-8917-4056-9B40-1CBE8717ED6B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EBF85991-8917-4056-9B40-1CBE8717ED6B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EBF85991-8917-4056-9B40-1CBE8717ED6B}.Release|Any CPU.Build.0 = Release|Any CPU
{D2F00FD3-FD42-48C2-887E-0DD406883C7D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D2F00FD3-FD42-48C2-887E-0DD406883C7D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D2F00FD3-FD42-48C2-887E-0DD406883C7D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D2F00FD3-FD42-48C2-887E-0DD406883C7D}.Release|Any CPU.Build.0 = Release|Any CPU
{300B75AC-F150-4AD2-B0AE-97C88E8490A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{300B75AC-F150-4AD2-B0AE-97C88E8490A3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{300B75AC-F150-4AD2-B0AE-97C88E8490A3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{300B75AC-F150-4AD2-B0AE-97C88E8490A3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {67E6BEFC-DEA8-45AA-98D7-A5234B4C91ED}
EndGlobalSection
EndGlobal