-
Notifications
You must be signed in to change notification settings - Fork 0
/
CosmosClient.sln
60 lines (60 loc) · 2.62 KB
/
CosmosClient.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
56
57
58
59
60
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31717.71
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{8A6E91C4-25AE-43E1-A2A8-6D020B8B3287}"
ProjectSection(SolutionItems) = preProject
src\azure-cosmos-restcl.hpp = src\azure-cosmos-restcl.hpp
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{179E7FDB-7795-456D-AC2D-66670D708FC3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "nuget", "nuget", "{873751D6-FA0D-4290-8014-73F7F8ED2187}"
ProjectSection(SolutionItems) = preProject
nuget\Siddiq-Software-Avatar.png = nuget\Siddiq-Software-Avatar.png
nuget\SiddiqSoft.CosmosClient.nuspec = nuget\SiddiqSoft.CosmosClient.nuspec
nuget\SiddiqSoft.CosmosClient.targets = nuget\SiddiqSoft.CosmosClient.targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6701C4F1-73DF-4979-81F2-189F00F01151}"
ProjectSection(SolutionItems) = preProject
.clang-format = .clang-format
.clang-tidy = .clang-tidy
.gitattributes = .gitattributes
.gitignore = .gitignore
azure-pipelines.yml = azure-pipelines.yml
GitVersion.yml = GitVersion.yml
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "basic_tests", "tests\basic_tests.vcxproj", "{025C9280-6302-401E-949F-F82DF4D47204}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{051710C1-6C35-4DFB-B4BC-91BC7D694920}"
ProjectSection(SolutionItems) = preProject
docs\_config.yml = docs\_config.yml
docs\index.md = docs\index.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{025C9280-6302-401E-949F-F82DF4D47204}.Debug|x64.ActiveCfg = Debug|x64
{025C9280-6302-401E-949F-F82DF4D47204}.Debug|x64.Build.0 = Debug|x64
{025C9280-6302-401E-949F-F82DF4D47204}.Release|x64.ActiveCfg = Release|x64
{025C9280-6302-401E-949F-F82DF4D47204}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{025C9280-6302-401E-949F-F82DF4D47204} = {179E7FDB-7795-456D-AC2D-66670D708FC3}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {58ECAD81-0BE8-4DF7-8F5B-7098036D04E7}
EndGlobalSection
EndGlobal