-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCronitor.sln
More file actions
42 lines (42 loc) · 2.07 KB
/
Cronitor.sln
File metadata and controls
42 lines (42 loc) · 2.07 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
42
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}") = "Cronitor", "Cronitor\Cronitor.csproj", "{47BDCFAB-3E94-41BD-9892-39957778F9C0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{688F0986-C33D-4EFA-BA1B-96D30A5ABE27}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
README.md = README.md
.github\workflows\codeql-analysis.yml = .github\workflows\codeql-analysis.yml
.github\workflows\publish.yml = .github\workflows\publish.yml
.github\workflows\tests.yml = .github\workflows\tests.yml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cronitor.Tests", "Cronitor.Tests\Cronitor.Tests.csproj", "{39660169-D0CD-491A-B6F0-45D894F3F7DE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{47BDCFAB-3E94-41BD-9892-39957778F9C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{47BDCFAB-3E94-41BD-9892-39957778F9C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{47BDCFAB-3E94-41BD-9892-39957778F9C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{47BDCFAB-3E94-41BD-9892-39957778F9C0}.Release|Any CPU.Build.0 = Release|Any CPU
{39660169-D0CD-491A-B6F0-45D894F3F7DE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{39660169-D0CD-491A-B6F0-45D894F3F7DE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{39660169-D0CD-491A-B6F0-45D894F3F7DE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{39660169-D0CD-491A-B6F0-45D894F3F7DE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B8B44BCF-E803-43D4-8DF7-FF5751DF1AF0}
EndGlobalSection
EndGlobal