-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDocumentStore.sln
More file actions
61 lines (61 loc) · 3.95 KB
/
DocumentStore.sln
File metadata and controls
61 lines (61 loc) · 3.95 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.168
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DocumentStore", "DocumentStore\DocumentStore.csproj", "{C6E7B569-DC6E-46A7-B61F-B0C70062740D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DocumentStore.Tests", "DocumentStore.Tests\DocumentStore.Tests.csproj", "{877F4B83-898D-4995-A089-E36F53610D9A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RelationalStore", "RelationalStore\RelationalStore.csproj", "{196C8AA6-F733-4FB2-A47D-BA1E72280BDB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Model", "Model\Model.csproj", "{84F53199-8383-404F-B4DA-E5EAB74AEDA5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RelationalStore.Tests", "RelationalStore.Tests\RelationalStore.Tests.csproj", "{63DE5AD2-6569-4046-AF2C-F083E705323B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Model.Tests", "Model.Tests\Model.Tests.csproj", "{E0F3E263-18BC-4834-A26A-3B10E28C22F7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Comparison", "Comparison\Comparison.csproj", "{32A316B1-E6AD-4A6C-A4A4-32770746AFA8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C6E7B569-DC6E-46A7-B61F-B0C70062740D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C6E7B569-DC6E-46A7-B61F-B0C70062740D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C6E7B569-DC6E-46A7-B61F-B0C70062740D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C6E7B569-DC6E-46A7-B61F-B0C70062740D}.Release|Any CPU.Build.0 = Release|Any CPU
{877F4B83-898D-4995-A089-E36F53610D9A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{877F4B83-898D-4995-A089-E36F53610D9A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{877F4B83-898D-4995-A089-E36F53610D9A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{877F4B83-898D-4995-A089-E36F53610D9A}.Release|Any CPU.Build.0 = Release|Any CPU
{196C8AA6-F733-4FB2-A47D-BA1E72280BDB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{196C8AA6-F733-4FB2-A47D-BA1E72280BDB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{196C8AA6-F733-4FB2-A47D-BA1E72280BDB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{196C8AA6-F733-4FB2-A47D-BA1E72280BDB}.Release|Any CPU.Build.0 = Release|Any CPU
{84F53199-8383-404F-B4DA-E5EAB74AEDA5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{84F53199-8383-404F-B4DA-E5EAB74AEDA5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{84F53199-8383-404F-B4DA-E5EAB74AEDA5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{84F53199-8383-404F-B4DA-E5EAB74AEDA5}.Release|Any CPU.Build.0 = Release|Any CPU
{63DE5AD2-6569-4046-AF2C-F083E705323B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{63DE5AD2-6569-4046-AF2C-F083E705323B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{63DE5AD2-6569-4046-AF2C-F083E705323B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{63DE5AD2-6569-4046-AF2C-F083E705323B}.Release|Any CPU.Build.0 = Release|Any CPU
{E0F3E263-18BC-4834-A26A-3B10E28C22F7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E0F3E263-18BC-4834-A26A-3B10E28C22F7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E0F3E263-18BC-4834-A26A-3B10E28C22F7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E0F3E263-18BC-4834-A26A-3B10E28C22F7}.Release|Any CPU.Build.0 = Release|Any CPU
{32A316B1-E6AD-4A6C-A4A4-32770746AFA8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{32A316B1-E6AD-4A6C-A4A4-32770746AFA8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{32A316B1-E6AD-4A6C-A4A4-32770746AFA8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{32A316B1-E6AD-4A6C-A4A4-32770746AFA8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E99FF6B5-7504-409B-9C12-B3F950585B3F}
EndGlobalSection
EndGlobal