-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathSqlPrune.sln
57 lines (57 loc) · 3.36 KB
/
SqlPrune.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32210.238
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SqlPrune.Core", "SqlPrune.Core\SqlPrune.Core.csproj", "{FA8934C3-9DF2-426F-A379-A48BC5EE9599}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SqlPrune.Core.Test", "SqlPrune.Core.Test\SqlPrune.Core.Test.csproj", "{726BFB60-5B4F-49C9-B6A7-157B05E9FA66}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Documentation", "Documentation", "{F7772ED4-7992-44CD-BA8C-DDACFC5B55C1}"
ProjectSection(SolutionItems) = preProject
code_of_conduct.md = code_of_conduct.md
LICENSE.txt = LICENSE.txt
README.md = README.md
unit-test-output-example.png = unit-test-output-example.png
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SqlPrune.Cli", "SqlPrune.Cli\SqlPrune.Cli.csproj", "{3AA21F87-3465-4E58-82FB-D4672618159B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SqlPrune.Lambda", "SqlPrune.Lambda\SqlPrune.Lambda.csproj", "{E22FBD7B-1EDC-4F12-9D72-575C2805F5E5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SqlPrune.IoC", "SqlPrune.IoC\SqlPrune.IoC.csproj", "{902DD8CC-63CF-4888-BB9D-1C641522E783}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FA8934C3-9DF2-426F-A379-A48BC5EE9599}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FA8934C3-9DF2-426F-A379-A48BC5EE9599}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FA8934C3-9DF2-426F-A379-A48BC5EE9599}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FA8934C3-9DF2-426F-A379-A48BC5EE9599}.Release|Any CPU.Build.0 = Release|Any CPU
{726BFB60-5B4F-49C9-B6A7-157B05E9FA66}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{726BFB60-5B4F-49C9-B6A7-157B05E9FA66}.Debug|Any CPU.Build.0 = Debug|Any CPU
{726BFB60-5B4F-49C9-B6A7-157B05E9FA66}.Release|Any CPU.ActiveCfg = Release|Any CPU
{726BFB60-5B4F-49C9-B6A7-157B05E9FA66}.Release|Any CPU.Build.0 = Release|Any CPU
{3AA21F87-3465-4E58-82FB-D4672618159B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3AA21F87-3465-4E58-82FB-D4672618159B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3AA21F87-3465-4E58-82FB-D4672618159B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3AA21F87-3465-4E58-82FB-D4672618159B}.Release|Any CPU.Build.0 = Release|Any CPU
{E22FBD7B-1EDC-4F12-9D72-575C2805F5E5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E22FBD7B-1EDC-4F12-9D72-575C2805F5E5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E22FBD7B-1EDC-4F12-9D72-575C2805F5E5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E22FBD7B-1EDC-4F12-9D72-575C2805F5E5}.Release|Any CPU.Build.0 = Release|Any CPU
{902DD8CC-63CF-4888-BB9D-1C641522E783}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{902DD8CC-63CF-4888-BB9D-1C641522E783}.Debug|Any CPU.Build.0 = Debug|Any CPU
{902DD8CC-63CF-4888-BB9D-1C641522E783}.Release|Any CPU.ActiveCfg = Release|Any CPU
{902DD8CC-63CF-4888-BB9D-1C641522E783}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5A7A00AA-BB9B-4198-AAD3-6C872BE9F09A}
EndGlobalSection
EndGlobal