-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHosting.Extensions.Quartz.sln
37 lines (37 loc) · 2.11 KB
/
Hosting.Extensions.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.645
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Hosting.Extensions.Quartz", "src\Hosting.Extensions.Quartz.csproj", "{7A9A2572-F9D8-4C58-A246-6A07DD4D6F01}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Hosting.Extensions.Quartz.Example", "examples\Hosting.Extensions.Quartz.Example.csproj", "{6F6C0CF4-CC8F-4F11-BA85-9529DC9BC6E7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Hosting.Extensions.Quartz.Tests", "tests\Hosting.Extensions.Quartz.Tests.csproj", "{1249402C-4009-4E8F-A221-91D4A0825FFA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7A9A2572-F9D8-4C58-A246-6A07DD4D6F01}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7A9A2572-F9D8-4C58-A246-6A07DD4D6F01}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7A9A2572-F9D8-4C58-A246-6A07DD4D6F01}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7A9A2572-F9D8-4C58-A246-6A07DD4D6F01}.Release|Any CPU.Build.0 = Release|Any CPU
{6F6C0CF4-CC8F-4F11-BA85-9529DC9BC6E7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6F6C0CF4-CC8F-4F11-BA85-9529DC9BC6E7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6F6C0CF4-CC8F-4F11-BA85-9529DC9BC6E7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6F6C0CF4-CC8F-4F11-BA85-9529DC9BC6E7}.Release|Any CPU.Build.0 = Release|Any CPU
{1249402C-4009-4E8F-A221-91D4A0825FFA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1249402C-4009-4E8F-A221-91D4A0825FFA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1249402C-4009-4E8F-A221-91D4A0825FFA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1249402C-4009-4E8F-A221-91D4A0825FFA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A96DA3AF-B7C2-4CCE-96B7-9067B3BA33BA}
EndGlobalSection
EndGlobal