forked from StefH/QueryInterceptor.Core
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathQueryInterceptor.sln
More file actions
85 lines (85 loc) · 5.75 KB
/
QueryInterceptor.sln
File metadata and controls
85 lines (85 loc) · 5.75 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2006
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{44DC98CA-394C-4053-8F2A-3C9020FB2B27}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{FD85C438-5AFB-4F76-833D-D675EBA274F9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0756C605-D3A6-4D2E-A549-411A9817EE75}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
CHANGELOG.md = CHANGELOG.md
ChangeLog.txt = ChangeLog.txt
Directory.Build.props = Directory.Build.props
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "QueryInterceptor.Core.ConsoleApp", "test\QueryInterceptor.Core.ConsoleApp\QueryInterceptor.Core.ConsoleApp.csproj", "{44118CD2-96CD-4191-87E1-00FAFF35EA9C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "QueryInterceptor.Core", "src\QueryInterceptor.Core\QueryInterceptor.Core.csproj", "{EE84500A-991D-442C-AD23-4385056F3777}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "QueryInterceptor.Core.UnitTests", "test\QueryInterceptor.Core.UnitTests\QueryInterceptor.Core.UnitTests.csproj", "{C775F733-220E-426D-A851-6F6BF338AA2B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QueryInterceptor.Core.ConsoleApp.net452", "test\QueryInterceptor.Core.ConsoleApp.net452\QueryInterceptor.Core.ConsoleApp.net452.csproj", "{F14D722D-BE92-47EB-838C-7541C9298F88}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "QueryInterceptor.EntityFramework", "src\QueryInterceptor.EntityFramework\QueryInterceptor.EntityFramework.csproj", "{2DB5E303-B891-4C55-98BF-F0CD867301D3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "QueryInterceptor.EntityFrameworkCore", "src\QueryInterceptor.EntityFrameworkCore\QueryInterceptor.EntityFrameworkCore.csproj", "{83D75FEF-0128-4E9A-B084-52C88142665C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "QueryInterceptor.EntityFrameworkCore.UnitTests", "test\QueryInterceptor.EntityFrameworkCore.UnitTests\QueryInterceptor.EntityFrameworkCore.UnitTests.csproj", "{3630D397-03DA-4848-BCAF-8233A03A142F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test-console", "test-console", "{5F0BE9AA-801D-4D67-B349-B0EBD613E413}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{44118CD2-96CD-4191-87E1-00FAFF35EA9C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{44118CD2-96CD-4191-87E1-00FAFF35EA9C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{44118CD2-96CD-4191-87E1-00FAFF35EA9C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{44118CD2-96CD-4191-87E1-00FAFF35EA9C}.Release|Any CPU.Build.0 = Release|Any CPU
{EE84500A-991D-442C-AD23-4385056F3777}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EE84500A-991D-442C-AD23-4385056F3777}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EE84500A-991D-442C-AD23-4385056F3777}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EE84500A-991D-442C-AD23-4385056F3777}.Release|Any CPU.Build.0 = Release|Any CPU
{C775F733-220E-426D-A851-6F6BF338AA2B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C775F733-220E-426D-A851-6F6BF338AA2B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C775F733-220E-426D-A851-6F6BF338AA2B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C775F733-220E-426D-A851-6F6BF338AA2B}.Release|Any CPU.Build.0 = Release|Any CPU
{F14D722D-BE92-47EB-838C-7541C9298F88}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F14D722D-BE92-47EB-838C-7541C9298F88}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F14D722D-BE92-47EB-838C-7541C9298F88}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F14D722D-BE92-47EB-838C-7541C9298F88}.Release|Any CPU.Build.0 = Release|Any CPU
{2DB5E303-B891-4C55-98BF-F0CD867301D3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2DB5E303-B891-4C55-98BF-F0CD867301D3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2DB5E303-B891-4C55-98BF-F0CD867301D3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2DB5E303-B891-4C55-98BF-F0CD867301D3}.Release|Any CPU.Build.0 = Release|Any CPU
{83D75FEF-0128-4E9A-B084-52C88142665C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{83D75FEF-0128-4E9A-B084-52C88142665C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{83D75FEF-0128-4E9A-B084-52C88142665C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{83D75FEF-0128-4E9A-B084-52C88142665C}.Release|Any CPU.Build.0 = Release|Any CPU
{3630D397-03DA-4848-BCAF-8233A03A142F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3630D397-03DA-4848-BCAF-8233A03A142F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3630D397-03DA-4848-BCAF-8233A03A142F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3630D397-03DA-4848-BCAF-8233A03A142F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{44118CD2-96CD-4191-87E1-00FAFF35EA9C} = {5F0BE9AA-801D-4D67-B349-B0EBD613E413}
{EE84500A-991D-442C-AD23-4385056F3777} = {44DC98CA-394C-4053-8F2A-3C9020FB2B27}
{C775F733-220E-426D-A851-6F6BF338AA2B} = {FD85C438-5AFB-4F76-833D-D675EBA274F9}
{F14D722D-BE92-47EB-838C-7541C9298F88} = {5F0BE9AA-801D-4D67-B349-B0EBD613E413}
{2DB5E303-B891-4C55-98BF-F0CD867301D3} = {44DC98CA-394C-4053-8F2A-3C9020FB2B27}
{83D75FEF-0128-4E9A-B084-52C88142665C} = {44DC98CA-394C-4053-8F2A-3C9020FB2B27}
{3630D397-03DA-4848-BCAF-8233A03A142F} = {FD85C438-5AFB-4F76-833D-D675EBA274F9}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {09C56576-C368-4200-96CA-851C111EF8B9}
EndGlobalSection
EndGlobal