-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCosmosDBShell.sln
More file actions
48 lines (48 loc) · 2.81 KB
/
Copy pathCosmosDBShell.sln
File metadata and controls
48 lines (48 loc) · 2.81 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34601.278
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CosmosDBShell", "CosmosDBShell\CosmosDBShell.csproj", "{91C160EB-C02E-40A2-BFE0-F8B76D73D6AB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CosmosDBShell.Tests", "CosmosDBShell.Tests\CosmosDBShell.Tests.csproj", "{D434C0C5-EE37-447C-A73C-07E6A4C2DF8B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CosmosDBShell.Analyzer", "CosmosDBShell.Analyzer\CosmosDBShell.Analyzer.csproj", "{F78FD8E5-66B3-4F6B-8CBF-600A5F256716}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8EC462FD-D22E-90A8-E5CE-7E832BA40C5D}"
ProjectSection(SolutionItems) = preProject
global.json = global.json
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CosmosDBShell.Fuzzer", "CosmosDBShell.Fuzzer\CosmosDBShell.Fuzzer.csproj", "{67371895-108A-40C4-8416-DF03E78C36C3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{91C160EB-C02E-40A2-BFE0-F8B76D73D6AB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{91C160EB-C02E-40A2-BFE0-F8B76D73D6AB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{91C160EB-C02E-40A2-BFE0-F8B76D73D6AB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{91C160EB-C02E-40A2-BFE0-F8B76D73D6AB}.Release|Any CPU.Build.0 = Release|Any CPU
{D434C0C5-EE37-447C-A73C-07E6A4C2DF8B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D434C0C5-EE37-447C-A73C-07E6A4C2DF8B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D434C0C5-EE37-447C-A73C-07E6A4C2DF8B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D434C0C5-EE37-447C-A73C-07E6A4C2DF8B}.Release|Any CPU.Build.0 = Release|Any CPU
{F78FD8E5-66B3-4F6B-8CBF-600A5F256716}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F78FD8E5-66B3-4F6B-8CBF-600A5F256716}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F78FD8E5-66B3-4F6B-8CBF-600A5F256716}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F78FD8E5-66B3-4F6B-8CBF-600A5F256716}.Release|Any CPU.Build.0 = Release|Any CPU
{67371895-108A-40C4-8416-DF03E78C36C3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{67371895-108A-40C4-8416-DF03E78C36C3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{67371895-108A-40C4-8416-DF03E78C36C3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{67371895-108A-40C4-8416-DF03E78C36C3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7B0B3D7F-A9D3-4EE0-9863-E7ABDFB1223D}
EndGlobalSection
EndGlobal