-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathThin.DatabaseLayer.sln
More file actions
43 lines (43 loc) · 2.2 KB
/
Thin.DatabaseLayer.sln
File metadata and controls
43 lines (43 loc) · 2.2 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30128.74
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DFB5BB56-9A30-4AF8-8ACE-ED8F30F251B1}"
ProjectSection(SolutionItems) = preProject
global.json = global.json
Settings.StyleCop = Settings.StyleCop
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "NET Core", "NET Core", "{75E582A2-2CC0-4B21-8E7B-BA6CEC49195A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ADO.Query.Core", "ADO.Query.Core\ADO.Query.Core.csproj", "{A021D081-A60C-47D2-BE10-67EF25B4A97C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ADO.Query.Core.Test", "ADO.Query.Core.Test\ADO.Query.Core.Test.csproj", "{6704A0E6-626A-47A2-AAB6-1E8AA60008F5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A021D081-A60C-47D2-BE10-67EF25B4A97C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A021D081-A60C-47D2-BE10-67EF25B4A97C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A021D081-A60C-47D2-BE10-67EF25B4A97C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A021D081-A60C-47D2-BE10-67EF25B4A97C}.Release|Any CPU.Build.0 = Release|Any CPU
{6704A0E6-626A-47A2-AAB6-1E8AA60008F5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6704A0E6-626A-47A2-AAB6-1E8AA60008F5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6704A0E6-626A-47A2-AAB6-1E8AA60008F5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6704A0E6-626A-47A2-AAB6-1E8AA60008F5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A021D081-A60C-47D2-BE10-67EF25B4A97C} = {75E582A2-2CC0-4B21-8E7B-BA6CEC49195A}
{6704A0E6-626A-47A2-AAB6-1E8AA60008F5} = {75E582A2-2CC0-4B21-8E7B-BA6CEC49195A}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DE0CE88F-6F4D-46D0-B135-4C16067F80BC}
EndGlobalSection
EndGlobal