-
Notifications
You must be signed in to change notification settings - Fork 5
/
ObjectStore.sln
95 lines (95 loc) · 6.44 KB
/
ObjectStore.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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.106
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B9A6020C-F109-474E-AF9E-517AAEFF5245}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
default.runsettings = default.runsettings
NuGet.Config = NuGet.Config
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{9C3D0F4D-D818-4D45-9C95-045EAFCB71AA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ObjectStore.Interfaces", "src\ObjectStore.Interfaces\ObjectStore.Interfaces.csproj", "{BC1ABE96-3C3F-4982-99BD-63FCA4A0E16A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ObjectStore", "src\ObjectStore\ObjectStore.csproj", "{04579B22-D713-45E3-B734-A05DEFBA17C3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ObjectStore.SqlClient", "src\ObjectStore.SqlClient\ObjectStore.SqlClient.csproj", "{84F23F7F-B054-4469-AC3C-5D45D3A6F2D8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ObjectStore.Sqlite", "src\ObjectStore.Sqlite\ObjectStore.Sqlite.csproj", "{444128B6-A966-4E54-BA17-44175007BA4B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ObjectStore.Identity", "src\ObjectStore.Identity\ObjectStore.Identity.csproj", "{2C16604B-24C8-47DE-988B-3CC92F8B6B59}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{137DC887-1019-4A4F-B692-737EE7F0817C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ObjectStore.Test", "test\ObjectStore.Test\ObjectStore.Test.csproj", "{C6C64AE9-88A5-45F1-A8F9-7765A1C80DC9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ObjectStore.Test.SqlClient", "test\ObjectStore.Test.SqlClient\ObjectStore.Test.SqlClient.csproj", "{86DB81F9-F560-4EBB-B141-7D2BF4B19467}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ObjectStore.Test.Sqlite", "test\ObjectStore.Test.Sqlite\ObjectStore.Test.Sqlite.csproj", "{51502C8F-A73C-4A44-A60C-0F68E2575F9B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ObjectStore.Test.Identity", "test\ObjectStore.Test.Identity\ObjectStore.Test.Identity.csproj", "{2F4C8ABD-2027-46EB-A1FB-1DA2BF150127}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BC1ABE96-3C3F-4982-99BD-63FCA4A0E16A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BC1ABE96-3C3F-4982-99BD-63FCA4A0E16A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BC1ABE96-3C3F-4982-99BD-63FCA4A0E16A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BC1ABE96-3C3F-4982-99BD-63FCA4A0E16A}.Release|Any CPU.Build.0 = Release|Any CPU
{04579B22-D713-45E3-B734-A05DEFBA17C3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{04579B22-D713-45E3-B734-A05DEFBA17C3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{04579B22-D713-45E3-B734-A05DEFBA17C3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{04579B22-D713-45E3-B734-A05DEFBA17C3}.Release|Any CPU.Build.0 = Release|Any CPU
{84F23F7F-B054-4469-AC3C-5D45D3A6F2D8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{84F23F7F-B054-4469-AC3C-5D45D3A6F2D8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{84F23F7F-B054-4469-AC3C-5D45D3A6F2D8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{84F23F7F-B054-4469-AC3C-5D45D3A6F2D8}.Release|Any CPU.Build.0 = Release|Any CPU
{444128B6-A966-4E54-BA17-44175007BA4B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{444128B6-A966-4E54-BA17-44175007BA4B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{444128B6-A966-4E54-BA17-44175007BA4B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{444128B6-A966-4E54-BA17-44175007BA4B}.Release|Any CPU.Build.0 = Release|Any CPU
{2C16604B-24C8-47DE-988B-3CC92F8B6B59}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2C16604B-24C8-47DE-988B-3CC92F8B6B59}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2C16604B-24C8-47DE-988B-3CC92F8B6B59}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2C16604B-24C8-47DE-988B-3CC92F8B6B59}.Release|Any CPU.Build.0 = Release|Any CPU
{C6C64AE9-88A5-45F1-A8F9-7765A1C80DC9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C6C64AE9-88A5-45F1-A8F9-7765A1C80DC9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C6C64AE9-88A5-45F1-A8F9-7765A1C80DC9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C6C64AE9-88A5-45F1-A8F9-7765A1C80DC9}.Release|Any CPU.Build.0 = Release|Any CPU
{86DB81F9-F560-4EBB-B141-7D2BF4B19467}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{86DB81F9-F560-4EBB-B141-7D2BF4B19467}.Debug|Any CPU.Build.0 = Debug|Any CPU
{86DB81F9-F560-4EBB-B141-7D2BF4B19467}.Release|Any CPU.ActiveCfg = Release|Any CPU
{86DB81F9-F560-4EBB-B141-7D2BF4B19467}.Release|Any CPU.Build.0 = Release|Any CPU
{51502C8F-A73C-4A44-A60C-0F68E2575F9B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{51502C8F-A73C-4A44-A60C-0F68E2575F9B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{51502C8F-A73C-4A44-A60C-0F68E2575F9B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{51502C8F-A73C-4A44-A60C-0F68E2575F9B}.Release|Any CPU.Build.0 = Release|Any CPU
{2F4C8ABD-2027-46EB-A1FB-1DA2BF150127}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2F4C8ABD-2027-46EB-A1FB-1DA2BF150127}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2F4C8ABD-2027-46EB-A1FB-1DA2BF150127}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2F4C8ABD-2027-46EB-A1FB-1DA2BF150127}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{BC1ABE96-3C3F-4982-99BD-63FCA4A0E16A} = {9C3D0F4D-D818-4D45-9C95-045EAFCB71AA}
{04579B22-D713-45E3-B734-A05DEFBA17C3} = {9C3D0F4D-D818-4D45-9C95-045EAFCB71AA}
{84F23F7F-B054-4469-AC3C-5D45D3A6F2D8} = {9C3D0F4D-D818-4D45-9C95-045EAFCB71AA}
{444128B6-A966-4E54-BA17-44175007BA4B} = {9C3D0F4D-D818-4D45-9C95-045EAFCB71AA}
{2C16604B-24C8-47DE-988B-3CC92F8B6B59} = {9C3D0F4D-D818-4D45-9C95-045EAFCB71AA}
{C6C64AE9-88A5-45F1-A8F9-7765A1C80DC9} = {137DC887-1019-4A4F-B692-737EE7F0817C}
{86DB81F9-F560-4EBB-B141-7D2BF4B19467} = {137DC887-1019-4A4F-B692-737EE7F0817C}
{51502C8F-A73C-4A44-A60C-0F68E2575F9B} = {137DC887-1019-4A4F-B692-737EE7F0817C}
{2F4C8ABD-2027-46EB-A1FB-1DA2BF150127} = {137DC887-1019-4A4F-B692-737EE7F0817C}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {935BA4E6-300D-452A-B5A9-4A8C3F78901C}
EndGlobalSection
EndGlobal