-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSqlBuilder.sln
39 lines (39 loc) · 2.09 KB
/
SqlBuilder.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.27428.2037
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{5BC7207A-7862-4C84-9A12-EDCB02443419}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{9E09C3B7-762B-4AF9-9C59-A753C197F9A5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Atlas.Data.SqlBuilder", "src\Atlas.Data.SqlBuilder\Atlas.Data.SqlBuilder.csproj", "{397D6544-18A1-4DF7-84F1-D1B2956C2238}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Atlas.Data.SqlBuilder.Tests", "tests\Atlas.Data.SqlBuilder.Tests\Atlas.Data.SqlBuilder.Tests.csproj", "{86E9415A-19AE-4C2E-9443-B8B49A3D8B37}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{397D6544-18A1-4DF7-84F1-D1B2956C2238}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{397D6544-18A1-4DF7-84F1-D1B2956C2238}.Debug|Any CPU.Build.0 = Debug|Any CPU
{397D6544-18A1-4DF7-84F1-D1B2956C2238}.Release|Any CPU.ActiveCfg = Release|Any CPU
{397D6544-18A1-4DF7-84F1-D1B2956C2238}.Release|Any CPU.Build.0 = Release|Any CPU
{86E9415A-19AE-4C2E-9443-B8B49A3D8B37}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{86E9415A-19AE-4C2E-9443-B8B49A3D8B37}.Debug|Any CPU.Build.0 = Debug|Any CPU
{86E9415A-19AE-4C2E-9443-B8B49A3D8B37}.Release|Any CPU.ActiveCfg = Release|Any CPU
{86E9415A-19AE-4C2E-9443-B8B49A3D8B37}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{397D6544-18A1-4DF7-84F1-D1B2956C2238} = {5BC7207A-7862-4C84-9A12-EDCB02443419}
{86E9415A-19AE-4C2E-9443-B8B49A3D8B37} = {9E09C3B7-762B-4AF9-9C59-A753C197F9A5}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {06870309-DB3C-4013-8DF9-F72F3BDF64E0}
EndGlobalSection
EndGlobal