-
Notifications
You must be signed in to change notification settings - Fork 0
/
CK-SqlServer.sln
65 lines (65 loc) · 3.88 KB
/
CK-SqlServer.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32616.157
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{A87208F3-D73C-4AD4-9FF5-0314968EDD74}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E3559EF9-ED4A-4169-9287-6F94CFBD09FA}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
appveyor.yml = appveyor.yml
Directory.Build.props = Directory.Build.props
NuGet.config = NuGet.config
README.md = README.md
RepositoryInfo.xml = RepositoryInfo.xml
Common\SharedKey.snk = Common\SharedKey.snk
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CodeCakeBuilder", "CodeCakeBuilder\CodeCakeBuilder.csproj", "{C495D3DF-2E63-466B-9886-DE8A3EFBD584}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CK.SqlServer", "CK.SqlServer\CK.SqlServer.csproj", "{DB1F69FA-A13A-4588-B0EC-E07F9627C756}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CK.SqlServer.Tests", "Tests\CK.SqlServer.Tests\CK.SqlServer.Tests.csproj", "{BBB00A65-7380-45A8-8167-2F981AA6AA1F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CK.SqlServer.Transaction", "CK.SqlServer.Transaction\CK.SqlServer.Transaction.csproj", "{D0AB0039-D8C6-4FED-9267-876EE858AF95}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CK.SqlServer.Transaction.Tests", "Tests\CK.SqlServer.Transaction.Tests\CK.SqlServer.Transaction.Tests.csproj", "{2B721752-8EC3-4CE1-83E8-C95454CEBB29}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C495D3DF-2E63-466B-9886-DE8A3EFBD584}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C495D3DF-2E63-466B-9886-DE8A3EFBD584}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C495D3DF-2E63-466B-9886-DE8A3EFBD584}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C495D3DF-2E63-466B-9886-DE8A3EFBD584}.Release|Any CPU.Build.0 = Release|Any CPU
{DB1F69FA-A13A-4588-B0EC-E07F9627C756}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DB1F69FA-A13A-4588-B0EC-E07F9627C756}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DB1F69FA-A13A-4588-B0EC-E07F9627C756}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DB1F69FA-A13A-4588-B0EC-E07F9627C756}.Release|Any CPU.Build.0 = Release|Any CPU
{BBB00A65-7380-45A8-8167-2F981AA6AA1F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BBB00A65-7380-45A8-8167-2F981AA6AA1F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BBB00A65-7380-45A8-8167-2F981AA6AA1F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BBB00A65-7380-45A8-8167-2F981AA6AA1F}.Release|Any CPU.Build.0 = Release|Any CPU
{D0AB0039-D8C6-4FED-9267-876EE858AF95}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D0AB0039-D8C6-4FED-9267-876EE858AF95}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D0AB0039-D8C6-4FED-9267-876EE858AF95}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D0AB0039-D8C6-4FED-9267-876EE858AF95}.Release|Any CPU.Build.0 = Release|Any CPU
{2B721752-8EC3-4CE1-83E8-C95454CEBB29}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2B721752-8EC3-4CE1-83E8-C95454CEBB29}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2B721752-8EC3-4CE1-83E8-C95454CEBB29}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2B721752-8EC3-4CE1-83E8-C95454CEBB29}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{BBB00A65-7380-45A8-8167-2F981AA6AA1F} = {A87208F3-D73C-4AD4-9FF5-0314968EDD74}
{2B721752-8EC3-4CE1-83E8-C95454CEBB29} = {A87208F3-D73C-4AD4-9FF5-0314968EDD74}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {50141A57-D8A5-4310-B52C-9F958D15FAE7}
EndGlobalSection
EndGlobal