-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathStarcounter.Database.Extensions.sln
More file actions
66 lines (66 loc) · 3.83 KB
/
Starcounter.Database.Extensions.sln
File metadata and controls
66 lines (66 loc) · 3.83 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
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 16
VisualStudioVersion = 16.0.29728.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Starcounter.Database.Extensions", "src\Starcounter.Database.Extensions\Starcounter.Database.Extensions.csproj", "{360D65A5-6EF9-4BBE-BE9A-38F15D6BDF45}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{A7FF5EC3-CEB2-4B59-AA80-8E0CCC64A805}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Starcounter.Database.Extensions.IntegrationTests", "test\Starcounter.Database.Extensions.IntegrationTests\Starcounter.Database.Extensions.IntegrationTests.csproj", "{44C71177-FAAA-4E08-A097-5BFA3E5D6BB5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{95830FC9-D2A9-4C23-ADF5-47FAAFAD2390}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{16D71DAA-401E-4400-8950-67429554CCDB}"
ProjectSection(SolutionItems) = preProject
samples\README.md = samples\README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Hooks", "samples\Hooks\Hooks.csproj", "{B7653081-D17A-4DC5-8192-648864B130ED}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7A44163D-D461-4D7A-BCB9-14AD0BBB2D6F}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
LICENSE = LICENSE
NuGet.Config = NuGet.Config
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NestedTransactions", "samples\NestedTransactions\NestedTransactions.csproj", "{F79A70C9-9333-4987-9754-A62B2496CB1B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{360D65A5-6EF9-4BBE-BE9A-38F15D6BDF45}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{360D65A5-6EF9-4BBE-BE9A-38F15D6BDF45}.Debug|Any CPU.Build.0 = Debug|Any CPU
{360D65A5-6EF9-4BBE-BE9A-38F15D6BDF45}.Release|Any CPU.ActiveCfg = Release|Any CPU
{360D65A5-6EF9-4BBE-BE9A-38F15D6BDF45}.Release|Any CPU.Build.0 = Release|Any CPU
{44C71177-FAAA-4E08-A097-5BFA3E5D6BB5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{44C71177-FAAA-4E08-A097-5BFA3E5D6BB5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{44C71177-FAAA-4E08-A097-5BFA3E5D6BB5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{44C71177-FAAA-4E08-A097-5BFA3E5D6BB5}.Release|Any CPU.Build.0 = Release|Any CPU
{B7653081-D17A-4DC5-8192-648864B130ED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B7653081-D17A-4DC5-8192-648864B130ED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B7653081-D17A-4DC5-8192-648864B130ED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B7653081-D17A-4DC5-8192-648864B130ED}.Release|Any CPU.Build.0 = Release|Any CPU
{F79A70C9-9333-4987-9754-A62B2496CB1B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F79A70C9-9333-4987-9754-A62B2496CB1B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F79A70C9-9333-4987-9754-A62B2496CB1B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F79A70C9-9333-4987-9754-A62B2496CB1B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{360D65A5-6EF9-4BBE-BE9A-38F15D6BDF45} = {95830FC9-D2A9-4C23-ADF5-47FAAFAD2390}
{44C71177-FAAA-4E08-A097-5BFA3E5D6BB5} = {A7FF5EC3-CEB2-4B59-AA80-8E0CCC64A805}
{B7653081-D17A-4DC5-8192-648864B130ED} = {16D71DAA-401E-4400-8950-67429554CCDB}
{F79A70C9-9333-4987-9754-A62B2496CB1B} = {16D71DAA-401E-4400-8950-67429554CCDB}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B2CDA871-6A0E-4E5B-9F24-CE51B128680C}
EndGlobalSection
EndGlobal