-
Notifications
You must be signed in to change notification settings - Fork 3
/
Getting-Started-with-Cosmos-DB.sln
55 lines (55 loc) · 2.7 KB
/
Getting-Started-with-Cosmos-DB.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 15
VisualStudioVersion = 15.0.28010.2036
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{FEEC001A-CDDF-4778-8B49-93872731B1A7}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
Part01-readme.md = Part01-readme.md
Part02-readme.md = Part02-readme.md
Part03-readme.md = Part03-readme.md
Part04-readme.md = Part04-readme.md
Part05-readme.md = Part05-readme.md
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "images", "images", "{F1CEC19B-7A72-4335-BE10-0831805B1E92}"
ProjectSection(SolutionItems) = preProject
images\create-collection-01.png = images\create-collection-01.png
images\create-collection-02.png = images\create-collection-02.png
images\create-collection-03.png = images\create-collection-03.png
images\create-collection-04.png = images\create-collection-04.png
images\open-data-explorer-01.png = images\open-data-explorer-01.png
images\scale-settings-01.png = images\scale-settings-01.png
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DataModel", "DataModel\DataModel.csproj", "{01DD6896-8197-42F1-A0DD-47B7FF995BF3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ClientConsole", "ClientConsole\ClientConsole.csproj", "{DD4A0311-A5F6-46CF-9E8A-5060B33E3E0C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{01DD6896-8197-42F1-A0DD-47B7FF995BF3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{01DD6896-8197-42F1-A0DD-47B7FF995BF3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{01DD6896-8197-42F1-A0DD-47B7FF995BF3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{01DD6896-8197-42F1-A0DD-47B7FF995BF3}.Release|Any CPU.Build.0 = Release|Any CPU
{DD4A0311-A5F6-46CF-9E8A-5060B33E3E0C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DD4A0311-A5F6-46CF-9E8A-5060B33E3E0C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DD4A0311-A5F6-46CF-9E8A-5060B33E3E0C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DD4A0311-A5F6-46CF-9E8A-5060B33E3E0C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{F1CEC19B-7A72-4335-BE10-0831805B1E92} = {FEEC001A-CDDF-4778-8B49-93872731B1A7}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {172EF7F8-69D7-4DC5-99E2-B28BA92F6003}
EndGlobalSection
EndGlobal