-
Notifications
You must be signed in to change notification settings - Fork 1
/
Halforbit.DocumentStores.sln
43 lines (43 loc) · 2.42 KB
/
Halforbit.DocumentStores.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30907.101
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Halforbit.DocumentStores", "Halforbit.DocumentStores\Halforbit.DocumentStores.csproj", "{C48DF09F-78D2-4BC8-B1A2-DCC49F3904EE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Halforbit.DocumentStores.Tests", "Halforbit.DocumentStores.Tests\Halforbit.DocumentStores.Tests.csproj", "{EE8E1162-6304-4AD8-AA3A-BE816E95CA7E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Halforbit.DocumentStores.CosmosDb", "Halforbit.DocumentStores.CosmosDb\Halforbit.DocumentStores.CosmosDb.csproj", "{0376A958-2FD6-4B29-A67A-894A5F6A9495}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{12CC28A3-A51D-46A4-8941-AD55FF4F4C47}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
release-notes.md = release-notes.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C48DF09F-78D2-4BC8-B1A2-DCC49F3904EE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C48DF09F-78D2-4BC8-B1A2-DCC49F3904EE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C48DF09F-78D2-4BC8-B1A2-DCC49F3904EE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C48DF09F-78D2-4BC8-B1A2-DCC49F3904EE}.Release|Any CPU.Build.0 = Release|Any CPU
{EE8E1162-6304-4AD8-AA3A-BE816E95CA7E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EE8E1162-6304-4AD8-AA3A-BE816E95CA7E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EE8E1162-6304-4AD8-AA3A-BE816E95CA7E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EE8E1162-6304-4AD8-AA3A-BE816E95CA7E}.Release|Any CPU.Build.0 = Release|Any CPU
{0376A958-2FD6-4B29-A67A-894A5F6A9495}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0376A958-2FD6-4B29-A67A-894A5F6A9495}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0376A958-2FD6-4B29-A67A-894A5F6A9495}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0376A958-2FD6-4B29-A67A-894A5F6A9495}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A7570FB6-3B4D-4B93-BD56-6A91BA67C2EC}
EndGlobalSection
EndGlobal