-
Notifications
You must be signed in to change notification settings - Fork 6
/
GodSharp.Data.Common.DbProvider.sln
39 lines (39 loc) · 2.16 KB
/
GodSharp.Data.Common.DbProvider.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.12
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{0344A87E-E185-41D4-ABCB-D3AB37F1D71D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GodSharp.Data.Common.DbProvider", "src\GodSharp.Data.Common.DbProvider\GodSharp.Data.Common.DbProvider.csproj", "{EAD02731-566C-44E6-B7DC-92574A45328C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{9216509D-0D62-487C-85A5-3046B2D1213D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GodSharp.Data.Common.DbProvider.ConsoleApp", "test\GodSharp.Data.Common.DbProvider.ConsoleApp\GodSharp.Data.Common.DbProvider.ConsoleApp.csproj", "{3BF266B4-9D2F-46B8-960F-5743FD56825F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EAD02731-566C-44E6-B7DC-92574A45328C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EAD02731-566C-44E6-B7DC-92574A45328C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EAD02731-566C-44E6-B7DC-92574A45328C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EAD02731-566C-44E6-B7DC-92574A45328C}.Release|Any CPU.Build.0 = Release|Any CPU
{3BF266B4-9D2F-46B8-960F-5743FD56825F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3BF266B4-9D2F-46B8-960F-5743FD56825F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3BF266B4-9D2F-46B8-960F-5743FD56825F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3BF266B4-9D2F-46B8-960F-5743FD56825F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{EAD02731-566C-44E6-B7DC-92574A45328C} = {0344A87E-E185-41D4-ABCB-D3AB37F1D71D}
{3BF266B4-9D2F-46B8-960F-5743FD56825F} = {9216509D-0D62-487C-85A5-3046B2D1213D}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6855A0DB-B59B-4AE0-8863-02FBE6C89B19}
EndGlobalSection
EndGlobal