-
Notifications
You must be signed in to change notification settings - Fork 2
/
CosmosQueryEditor.sln
91 lines (91 loc) · 5 KB
/
CosmosQueryEditor.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27428.2027
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E77B1149-54A8-4657-AA2C-D5CB96D08E87}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
CreateRelease.bat = CreateRelease.bat
README.md = README.md
runsettings.runsettings = runsettings.runsettings
version.xml = version.xml
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CosmosManager", "CosmosManager\CosmosManager.csproj", "{9F9A2550-C280-49E1-B953-53AAA624FED6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CosmosManager.Tests.Unit", "CosmosManager.Tests.Unit\CosmosManager.Tests.Unit.csproj", "{7D4898FF-56A3-42A8-BBC7-97D6A3606F21}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Content", "Content", "{DDBABEA2-6AD8-41A4-B43B-30DD950B679E}"
ProjectSection(SolutionItems) = preProject
Content\3floppy-mount-icon.png = Content\3floppy-mount-icon.png
Content\3floppy-unmount-icon.png = Content\3floppy-unmount-icon.png
Content\CMConnectionChange.png = Content\CMConnectionChange.png
Content\CMNewQueryDoubleClickTabs.png = Content\CMNewQueryDoubleClickTabs.png
Content\CMNewQueryFile.png = Content\CMNewQueryFile.png
Content\CMNewQueryFileList.png = Content\CMNewQueryFileList.png
Content\CMQueryOutput.png = Content\CMQueryOutput.png
Content\CMResults.png = Content\CMResults.png
Content\CosmosManagerConnect.jpg = Content\CosmosManagerConnect.jpg
Content\Delete-file-icon.png = Content\Delete-file-icon.png
Content\Downloads-icon.png = Content\Downloads-icon.png
Content\executionResults.png = Content\executionResults.png
Content\executionSummary.png = Content\executionSummary.png
Content\export-icon.png = Content\export-icon.png
Content\Files-Download-File-icon.png = Content\Files-Download-File-icon.png
Content\format_font_size_less.png = Content\format_font_size_less.png
Content\format_font_size_more.png = Content\format_font_size_more.png
Content\json.png = Content\json.png
Content\refresh.png = Content\refresh.png
Content\Start-icon.png = Content\Start-icon.png
Content\text_indent.png = Content\text_indent.png
Content\text_indent_remove.png = Content\text_indent_remove.png
Content\text_lowercase.png = Content\text_lowercase.png
Content\text_uppercase.png = Content\text_uppercase.png
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9F9A2550-C280-49E1-B953-53AAA624FED6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9F9A2550-C280-49E1-B953-53AAA624FED6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9F9A2550-C280-49E1-B953-53AAA624FED6}.Debug|x64.ActiveCfg = Debug|x64
{9F9A2550-C280-49E1-B953-53AAA624FED6}.Debug|x64.Build.0 = Debug|x64
{9F9A2550-C280-49E1-B953-53AAA624FED6}.Debug|x86.ActiveCfg = Debug|x86
{9F9A2550-C280-49E1-B953-53AAA624FED6}.Debug|x86.Build.0 = Debug|x86
{9F9A2550-C280-49E1-B953-53AAA624FED6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9F9A2550-C280-49E1-B953-53AAA624FED6}.Release|Any CPU.Build.0 = Release|Any CPU
{9F9A2550-C280-49E1-B953-53AAA624FED6}.Release|x64.ActiveCfg = Release|x64
{9F9A2550-C280-49E1-B953-53AAA624FED6}.Release|x64.Build.0 = Release|x64
{9F9A2550-C280-49E1-B953-53AAA624FED6}.Release|x86.ActiveCfg = Release|x86
{9F9A2550-C280-49E1-B953-53AAA624FED6}.Release|x86.Build.0 = Release|x86
{7D4898FF-56A3-42A8-BBC7-97D6A3606F21}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7D4898FF-56A3-42A8-BBC7-97D6A3606F21}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7D4898FF-56A3-42A8-BBC7-97D6A3606F21}.Debug|x64.ActiveCfg = Debug|Any CPU
{7D4898FF-56A3-42A8-BBC7-97D6A3606F21}.Debug|x64.Build.0 = Debug|Any CPU
{7D4898FF-56A3-42A8-BBC7-97D6A3606F21}.Debug|x86.ActiveCfg = Debug|Any CPU
{7D4898FF-56A3-42A8-BBC7-97D6A3606F21}.Debug|x86.Build.0 = Debug|Any CPU
{7D4898FF-56A3-42A8-BBC7-97D6A3606F21}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7D4898FF-56A3-42A8-BBC7-97D6A3606F21}.Release|Any CPU.Build.0 = Release|Any CPU
{7D4898FF-56A3-42A8-BBC7-97D6A3606F21}.Release|x64.ActiveCfg = Release|Any CPU
{7D4898FF-56A3-42A8-BBC7-97D6A3606F21}.Release|x64.Build.0 = Release|Any CPU
{7D4898FF-56A3-42A8-BBC7-97D6A3606F21}.Release|x86.ActiveCfg = Release|Any CPU
{7D4898FF-56A3-42A8-BBC7-97D6A3606F21}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{DDBABEA2-6AD8-41A4-B43B-30DD950B679E} = {E77B1149-54A8-4657-AA2C-D5CB96D08E87}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DD1FCEC2-0A31-4729-ADBC-FC494157F75B}
EndGlobalSection
EndGlobal