-
Notifications
You must be signed in to change notification settings - Fork 87
/
Copy pathDocumentDBStudio.sln
40 lines (40 loc) · 1.85 KB
/
DocumentDBStudio.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30723.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DocumentDBStudio", "DocumentDBStudio\DocumentDBStudio.csproj", "{5EA467F3-F306-44CF-877B-7E593754F1B4}"
EndProject
Global
GlobalSection(TeamFoundationVersionControl) = preSolution
SccNumberOfProjects = 1
SccEnterpriseProvider = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
SccTeamFoundationServer = https://sqlbuvsts01.redmond.corp.microsoft.com:8443/main
SccProjectUniqueName0 = DocumentDBStudio\\DocumentDBStudio.csproj
SccProjectName0 = DocumentDBStudio
SccAuxPath0 = https://sqlbuvsts01.redmond.corp.microsoft.com:8443/main
SccLocalPath0 = DocumentDBStudio
SccProvider0 = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
EndGlobalSection
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
{5EA467F3-F306-44CF-877B-7E593754F1B4}.Debug|Any CPU.ActiveCfg = Debug|x64
{5EA467F3-F306-44CF-877B-7E593754F1B4}.Debug|x64.ActiveCfg = Debug|x64
{5EA467F3-F306-44CF-877B-7E593754F1B4}.Debug|x64.Build.0 = Debug|x64
{5EA467F3-F306-44CF-877B-7E593754F1B4}.Debug|x86.ActiveCfg = Debug|x64
{5EA467F3-F306-44CF-877B-7E593754F1B4}.Release|Any CPU.ActiveCfg = Release|x64
{5EA467F3-F306-44CF-877B-7E593754F1B4}.Release|x64.ActiveCfg = Release|x64
{5EA467F3-F306-44CF-877B-7E593754F1B4}.Release|x64.Build.0 = Release|x64
{5EA467F3-F306-44CF-877B-7E593754F1B4}.Release|x86.ActiveCfg = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal