This repository was archived by the owner on Nov 19, 2023. It is now read-only.
forked from akosdudas/ahk-github-automation
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathahk-github-monitor.sln
More file actions
38 lines (38 loc) · 2.05 KB
/
Copy pathahk-github-monitor.sln
File metadata and controls
38 lines (38 loc) · 2.05 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31612.314
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ahk.GitHub.Monitor", "Ahk.GitHub.Monitor\Ahk.GitHub.Monitor.csproj", "{DB40B191-BB8D-4214-86B3-7A000E012A0E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{43C4E2A6-8723-4E33-B420-89947060BD0E}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
..\.github\workflows\github-monitor-azure-publish.yaml = ..\.github\workflows\github-monitor-azure-publish.yaml
..\.github\workflows\github-monitor-build.yaml = ..\.github\workflows\github-monitor-build.yaml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ahk.GitHub.Monitor.Tests", "Ahk.GitHub.Monitor.Tests\Ahk.GitHub.Monitor.Tests.csproj", "{830DD0E6-88D5-47B3-86B4-EDDD227C2A0D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DB40B191-BB8D-4214-86B3-7A000E012A0E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DB40B191-BB8D-4214-86B3-7A000E012A0E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DB40B191-BB8D-4214-86B3-7A000E012A0E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DB40B191-BB8D-4214-86B3-7A000E012A0E}.Release|Any CPU.Build.0 = Release|Any CPU
{830DD0E6-88D5-47B3-86B4-EDDD227C2A0D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{830DD0E6-88D5-47B3-86B4-EDDD227C2A0D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{830DD0E6-88D5-47B3-86B4-EDDD227C2A0D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{830DD0E6-88D5-47B3-86B4-EDDD227C2A0D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FA4F2069-A65F-447C-A23E-8B8C004FD81D}
EndGlobalSection
EndGlobal