-
Notifications
You must be signed in to change notification settings - Fork 8
/
SQLHelper.sln
66 lines (66 loc) · 3.94 KB
/
SQLHelper.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33815.320
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{E92158B2-82F1-441D-B06A-54EE621AC498}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{414A3619-5FF0-4C66-8199-5C1E0A467D40}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{9E153F81-41BF-4B3F-9488-15923085B8B2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SQLHelper.Tests", "test\SQLHelper.Tests\SQLHelper.Tests.csproj", "{E0A10594-6D81-4890-A7D6-2D04F5D8567F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SQLHelper.DB", "src\SQLHelper.DB\SQLHelper.DB.csproj", "{337AE3D9-0691-486A-BBE5-BCAA96F68548}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SQLHelper.SpeedTests", "SQLHelper.SpeedTests\SQLHelper.SpeedTests.csproj", "{54157F1F-9C1B-49ED-881D-FCCB38248A7F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestApp", "TestApp\TestApp.csproj", "{6463FFD0-3528-4DCD-8333-909775AEC7B7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SQLHelper.Example", "SQLHelper.Example\SQLHelper.Example.csproj", "{C957DF62-B9CC-4ADD-8289-71BC3C95370F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E0A10594-6D81-4890-A7D6-2D04F5D8567F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E0A10594-6D81-4890-A7D6-2D04F5D8567F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E0A10594-6D81-4890-A7D6-2D04F5D8567F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E0A10594-6D81-4890-A7D6-2D04F5D8567F}.Release|Any CPU.Build.0 = Release|Any CPU
{337AE3D9-0691-486A-BBE5-BCAA96F68548}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{337AE3D9-0691-486A-BBE5-BCAA96F68548}.Debug|Any CPU.Build.0 = Debug|Any CPU
{337AE3D9-0691-486A-BBE5-BCAA96F68548}.Release|Any CPU.ActiveCfg = Release|Any CPU
{337AE3D9-0691-486A-BBE5-BCAA96F68548}.Release|Any CPU.Build.0 = Release|Any CPU
{54157F1F-9C1B-49ED-881D-FCCB38248A7F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{54157F1F-9C1B-49ED-881D-FCCB38248A7F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{54157F1F-9C1B-49ED-881D-FCCB38248A7F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{54157F1F-9C1B-49ED-881D-FCCB38248A7F}.Release|Any CPU.Build.0 = Release|Any CPU
{6463FFD0-3528-4DCD-8333-909775AEC7B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6463FFD0-3528-4DCD-8333-909775AEC7B7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6463FFD0-3528-4DCD-8333-909775AEC7B7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6463FFD0-3528-4DCD-8333-909775AEC7B7}.Release|Any CPU.Build.0 = Release|Any CPU
{C957DF62-B9CC-4ADD-8289-71BC3C95370F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C957DF62-B9CC-4ADD-8289-71BC3C95370F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C957DF62-B9CC-4ADD-8289-71BC3C95370F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C957DF62-B9CC-4ADD-8289-71BC3C95370F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{E0A10594-6D81-4890-A7D6-2D04F5D8567F} = {9E153F81-41BF-4B3F-9488-15923085B8B2}
{337AE3D9-0691-486A-BBE5-BCAA96F68548} = {E92158B2-82F1-441D-B06A-54EE621AC498}
{54157F1F-9C1B-49ED-881D-FCCB38248A7F} = {9E153F81-41BF-4B3F-9488-15923085B8B2}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {89A38DC9-C76A-4343-8547-4B6EE09301D1}
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
EndGlobal