-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNoSQL2SQL.sln
49 lines (49 loc) · 2.98 KB
/
NoSQL2SQL.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2002
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Interfaces", "Interfaces\Interfaces.csproj", "{DADF7EEF-5C29-4494-940C-A2C85B2E8BBD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CosmosDB", "CosmosDB\CosmosDB.csproj", "{C33ED121-5480-44D1-831B-65E92E57A6C5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CosmosDBTests", "CosmosDBTests\CosmosDBTests.csproj", "{0136CE2C-9575-479C-8BA8-CF6732BED074}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MSSQL", "MSSQL\MSSQL.csproj", "{19FE6329-4898-4018-A303-D992B7822D2D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MSSQLTests", "MSSQLTests\MSSQLTests.csproj", "{065F15CA-3F33-45E6-B3B6-22DE5B2D9373}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DADF7EEF-5C29-4494-940C-A2C85B2E8BBD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DADF7EEF-5C29-4494-940C-A2C85B2E8BBD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DADF7EEF-5C29-4494-940C-A2C85B2E8BBD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DADF7EEF-5C29-4494-940C-A2C85B2E8BBD}.Release|Any CPU.Build.0 = Release|Any CPU
{C33ED121-5480-44D1-831B-65E92E57A6C5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C33ED121-5480-44D1-831B-65E92E57A6C5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C33ED121-5480-44D1-831B-65E92E57A6C5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C33ED121-5480-44D1-831B-65E92E57A6C5}.Release|Any CPU.Build.0 = Release|Any CPU
{0136CE2C-9575-479C-8BA8-CF6732BED074}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0136CE2C-9575-479C-8BA8-CF6732BED074}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0136CE2C-9575-479C-8BA8-CF6732BED074}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0136CE2C-9575-479C-8BA8-CF6732BED074}.Release|Any CPU.Build.0 = Release|Any CPU
{19FE6329-4898-4018-A303-D992B7822D2D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{19FE6329-4898-4018-A303-D992B7822D2D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{19FE6329-4898-4018-A303-D992B7822D2D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{19FE6329-4898-4018-A303-D992B7822D2D}.Release|Any CPU.Build.0 = Release|Any CPU
{065F15CA-3F33-45E6-B3B6-22DE5B2D9373}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{065F15CA-3F33-45E6-B3B6-22DE5B2D9373}.Debug|Any CPU.Build.0 = Debug|Any CPU
{065F15CA-3F33-45E6-B3B6-22DE5B2D9373}.Release|Any CPU.ActiveCfg = Release|Any CPU
{065F15CA-3F33-45E6-B3B6-22DE5B2D9373}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {04EBAAD6-DB52-41E0-8991-67CED16E7D49}
EndGlobalSection
EndGlobal