-
Notifications
You must be signed in to change notification settings - Fork 1
/
Spinit.CosmosDb.sln
51 lines (51 loc) · 2.87 KB
/
Spinit.CosmosDb.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.31903.286
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Spinit.CosmosDb", "Spinit.CosmosDb\Spinit.CosmosDb.csproj", "{40EC2E59-8CA4-4E33-B884-1DF26E42B378}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Examples", "Examples", "{49AB98E1-F6A6-46A0-87C1-53E0DD38EDD3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "TodoApi", "TodoApi", "{92696A13-98F7-4B6D-BF63-90B25AC37344}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TodoApi", "Examples\TodoApi\TodoApi.csproj", "{8E61C596-01C7-4698-B326-485B1C9E7020}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DA8893A5-1795-4294-9234-A47E55996BB7}"
ProjectSection(SolutionItems) = preProject
.github\workflows\build-and-test.yml = .github\workflows\build-and-test.yml
.github\workflows\release.yml = .github\workflows\release.yml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Spinit.CosmosDb.Tests", "Spinit.CosmosDb.Tests\Spinit.CosmosDb.Tests.csproj", "{F5C4BC89-11C3-4BD9-BF3D-B999424643A7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{40EC2E59-8CA4-4E33-B884-1DF26E42B378}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{40EC2E59-8CA4-4E33-B884-1DF26E42B378}.Debug|Any CPU.Build.0 = Debug|Any CPU
{40EC2E59-8CA4-4E33-B884-1DF26E42B378}.Release|Any CPU.ActiveCfg = Release|Any CPU
{40EC2E59-8CA4-4E33-B884-1DF26E42B378}.Release|Any CPU.Build.0 = Release|Any CPU
{8E61C596-01C7-4698-B326-485B1C9E7020}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8E61C596-01C7-4698-B326-485B1C9E7020}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8E61C596-01C7-4698-B326-485B1C9E7020}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8E61C596-01C7-4698-B326-485B1C9E7020}.Release|Any CPU.Build.0 = Release|Any CPU
{F5C4BC89-11C3-4BD9-BF3D-B999424643A7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F5C4BC89-11C3-4BD9-BF3D-B999424643A7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F5C4BC89-11C3-4BD9-BF3D-B999424643A7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F5C4BC89-11C3-4BD9-BF3D-B999424643A7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{92696A13-98F7-4B6D-BF63-90B25AC37344} = {49AB98E1-F6A6-46A0-87C1-53E0DD38EDD3}
{8E61C596-01C7-4698-B326-485B1C9E7020} = {92696A13-98F7-4B6D-BF63-90B25AC37344}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7EFC6537-EC59-4A1B-9DAB-6C6CE92A7C4A}
EndGlobalSection
EndGlobal