-
Notifications
You must be signed in to change notification settings - Fork 0
/
laget.Quartz.sln
40 lines (40 loc) · 1.96 KB
/
laget.Quartz.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 Version 16
VisualStudioVersion = 16.0.30717.126
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "laget.Quartz", "laget.Quartz\laget.Quartz.csproj", "{D5876128-8676-4BBD-873F-61C8E1B74320}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "laget.Quartz.Tests", "laget.Quartz.Tests\laget.Quartz.Tests.csproj", "{630356D6-0AD9-4FCD-9F9A-55B4A3AE6C21}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8DC64BF7-03B4-44B0-A827-48ACDCA96D7D}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
.github\workflows\publish.yml = .github\workflows\publish.yml
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D5876128-8676-4BBD-873F-61C8E1B74320}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D5876128-8676-4BBD-873F-61C8E1B74320}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D5876128-8676-4BBD-873F-61C8E1B74320}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D5876128-8676-4BBD-873F-61C8E1B74320}.Release|Any CPU.Build.0 = Release|Any CPU
{630356D6-0AD9-4FCD-9F9A-55B4A3AE6C21}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{630356D6-0AD9-4FCD-9F9A-55B4A3AE6C21}.Debug|Any CPU.Build.0 = Debug|Any CPU
{630356D6-0AD9-4FCD-9F9A-55B4A3AE6C21}.Release|Any CPU.ActiveCfg = Release|Any CPU
{630356D6-0AD9-4FCD-9F9A-55B4A3AE6C21}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8CE5ED8D-2767-4026-8205-7FEC594E7FD9}
EndGlobalSection
EndGlobal