-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathAzureDevOpsStatusMonitor.sln
More file actions
41 lines (41 loc) · 1.96 KB
/
AzureDevOpsStatusMonitor.sln
File metadata and controls
41 lines (41 loc) · 1.96 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.8
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Other", "Other", "{B5452847-0C10-44E2-AB86-869EA30D9440}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
appveyor.yml = appveyor.yml
extension-manifest.json = extension-manifest.json
gitversion.yml = gitversion.yml
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AzureDevOpsStatusMonitor.Package", "AzureDevOpsStatusMonitor.Package\AzureDevOpsStatusMonitor.Package.csproj", "{08A0E9C8-5281-4631-8F31-893151640EF2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
VS2015-Debug|Any CPU = VS2015-Debug|Any CPU
VS2017-Debug|Any CPU = VS2017-Debug|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{08A0E9C8-5281-4631-8F31-893151640EF2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{08A0E9C8-5281-4631-8F31-893151640EF2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{08A0E9C8-5281-4631-8F31-893151640EF2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{08A0E9C8-5281-4631-8F31-893151640EF2}.Release|Any CPU.Build.0 = Release|Any CPU
{08A0E9C8-5281-4631-8F31-893151640EF2}.VS2015-Debug|Any CPU.ActiveCfg = VS2015-Debug|Any CPU
{08A0E9C8-5281-4631-8F31-893151640EF2}.VS2015-Debug|Any CPU.Build.0 = VS2015-Debug|Any CPU
{08A0E9C8-5281-4631-8F31-893151640EF2}.VS2017-Debug|Any CPU.ActiveCfg = VS2017|Any CPU
{08A0E9C8-5281-4631-8F31-893151640EF2}.VS2017-Debug|Any CPU.Build.0 = VS2017|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5D4BD204-9159-404C-B6F0-A820EB7A7ABD}
EndGlobalSection
EndGlobal