-
Notifications
You must be signed in to change notification settings - Fork 4
/
Core.Arango.sln
55 lines (55 loc) · 3.66 KB
/
Core.Arango.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32630.192
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Core.Arango.Serilog", "Core.Arango.Serilog\Core.Arango.Serilog.csproj", "{B91A1E6C-FAF0-4632-9098-11AD2BE53221}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Core.Arango.DevExtreme", "Core.Arango.DevExtreme\Core.Arango.DevExtreme.csproj", "{5C76AF1D-6E8C-4305-9445-CD59FDB02F79}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Core.Arango.DataProtection", "Core.Arango.DataProtection\Core.Arango.DataProtection.csproj", "{C70932F4-E6B2-4ABA-87F4-12595D82E1A5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Core.Arango.DevExtreme.Tests", "Core.Arango.DevExtreme.Tests\Core.Arango.DevExtreme.Tests.csproj", "{2383D16C-D2FB-4B7F-9F47-EDFE475D06C8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Core.Arango.Migration", "Core.Arango.Migration\Core.Arango.Migration.csproj", "{84E08E81-C755-4EB7-BB9B-C35B6E1E6C93}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Core.Arango.Migration.Tests", "Core.Arango.Migration.Tests\Core.Arango.Migration.Tests.csproj", "{EDDB495F-5E0E-495B-8DEF-BEF495B9F8AA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B91A1E6C-FAF0-4632-9098-11AD2BE53221}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B91A1E6C-FAF0-4632-9098-11AD2BE53221}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B91A1E6C-FAF0-4632-9098-11AD2BE53221}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B91A1E6C-FAF0-4632-9098-11AD2BE53221}.Release|Any CPU.Build.0 = Release|Any CPU
{5C76AF1D-6E8C-4305-9445-CD59FDB02F79}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5C76AF1D-6E8C-4305-9445-CD59FDB02F79}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5C76AF1D-6E8C-4305-9445-CD59FDB02F79}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5C76AF1D-6E8C-4305-9445-CD59FDB02F79}.Release|Any CPU.Build.0 = Release|Any CPU
{C70932F4-E6B2-4ABA-87F4-12595D82E1A5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C70932F4-E6B2-4ABA-87F4-12595D82E1A5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C70932F4-E6B2-4ABA-87F4-12595D82E1A5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C70932F4-E6B2-4ABA-87F4-12595D82E1A5}.Release|Any CPU.Build.0 = Release|Any CPU
{2383D16C-D2FB-4B7F-9F47-EDFE475D06C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2383D16C-D2FB-4B7F-9F47-EDFE475D06C8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2383D16C-D2FB-4B7F-9F47-EDFE475D06C8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2383D16C-D2FB-4B7F-9F47-EDFE475D06C8}.Release|Any CPU.Build.0 = Release|Any CPU
{84E08E81-C755-4EB7-BB9B-C35B6E1E6C93}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{84E08E81-C755-4EB7-BB9B-C35B6E1E6C93}.Debug|Any CPU.Build.0 = Debug|Any CPU
{84E08E81-C755-4EB7-BB9B-C35B6E1E6C93}.Release|Any CPU.ActiveCfg = Release|Any CPU
{84E08E81-C755-4EB7-BB9B-C35B6E1E6C93}.Release|Any CPU.Build.0 = Release|Any CPU
{EDDB495F-5E0E-495B-8DEF-BEF495B9F8AA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EDDB495F-5E0E-495B-8DEF-BEF495B9F8AA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EDDB495F-5E0E-495B-8DEF-BEF495B9F8AA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EDDB495F-5E0E-495B-8DEF-BEF495B9F8AA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D52A3509-0AEE-4464-81B6-E4E4AA95E7ED}
EndGlobalSection
EndGlobal