-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSimpleDB.sln
More file actions
52 lines (52 loc) · 2.78 KB
/
Copy pathSimpleDB.sln
File metadata and controls
52 lines (52 loc) · 2.78 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 18
VisualStudioVersion = 18.6.11723.189
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleDB", "src\SimpleDB.csproj", "{39789359-C03B-37CA-A30E-1D28315E46BE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleDB.Tests", "tests\SimpleDB.Tests.csproj", "{190EC764-FA0A-4CB5-5F5D-1B5A6D63E22E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleDb.SqlServer", "SqlServer\SimpleDb.SqlServer.csproj", "{068DB431-20E7-F66B-64B1-2BC7DE78F624}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{BA0CFDDA-DAD5-4D43-92F5-324ED27E1B29}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{1115B039-2FC0-45E7-A6E8-14EFE743D62F}"
ProjectSection(SolutionItems) = preProject
.github\workflows\codeql-analysis.yml = .github\workflows\codeql-analysis.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{81A4BF5C-1835-4AA3-B809-60B46B869CA8}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{39789359-C03B-37CA-A30E-1D28315E46BE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{39789359-C03B-37CA-A30E-1D28315E46BE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{39789359-C03B-37CA-A30E-1D28315E46BE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{39789359-C03B-37CA-A30E-1D28315E46BE}.Release|Any CPU.Build.0 = Release|Any CPU
{190EC764-FA0A-4CB5-5F5D-1B5A6D63E22E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{190EC764-FA0A-4CB5-5F5D-1B5A6D63E22E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{190EC764-FA0A-4CB5-5F5D-1B5A6D63E22E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{190EC764-FA0A-4CB5-5F5D-1B5A6D63E22E}.Release|Any CPU.Build.0 = Release|Any CPU
{068DB431-20E7-F66B-64B1-2BC7DE78F624}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{068DB431-20E7-F66B-64B1-2BC7DE78F624}.Debug|Any CPU.Build.0 = Debug|Any CPU
{068DB431-20E7-F66B-64B1-2BC7DE78F624}.Release|Any CPU.ActiveCfg = Release|Any CPU
{068DB431-20E7-F66B-64B1-2BC7DE78F624}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{1115B039-2FC0-45E7-A6E8-14EFE743D62F} = {BA0CFDDA-DAD5-4D43-92F5-324ED27E1B29}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0BA1D146-3394-42E5-8567-9C2CED1C0666}
EndGlobalSection
EndGlobal