-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathHealthCheckSlackNotificationMethod.sln
38 lines (38 loc) · 1.98 KB
/
HealthCheckSlackNotificationMethod.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32228.430
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HealthCheckSlackNotificationMethod", "src\HealthCheckSlackNotificationMethod\HealthCheckSlackNotificationMethod.csproj", "{9747098B-6B93-4477-A67F-6780474DE04A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{9B129888-619D-4E4E-B39C-810B35F2354A}"
ProjectSection(SolutionItems) = preProject
build\appveyor-semver.ps1 = build\appveyor-semver.ps1
appveyor.yml = appveyor.yml
build\check-release-version.ps1 = build\check-release-version.ps1
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestSiteSQLLite", "src\TestSiteSQLLite\TestSiteSQLLite.csproj", "{36715626-BAA4-49DC-8629-41043EC14B8E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9747098B-6B93-4477-A67F-6780474DE04A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9747098B-6B93-4477-A67F-6780474DE04A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9747098B-6B93-4477-A67F-6780474DE04A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9747098B-6B93-4477-A67F-6780474DE04A}.Release|Any CPU.Build.0 = Release|Any CPU
{36715626-BAA4-49DC-8629-41043EC14B8E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{36715626-BAA4-49DC-8629-41043EC14B8E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{36715626-BAA4-49DC-8629-41043EC14B8E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{36715626-BAA4-49DC-8629-41043EC14B8E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BE00C182-1EC2-4263-8899-8A1BAAF82B1C}
EndGlobalSection
EndGlobal