-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Job.Scheduler.sln
34 lines (34 loc) · 2.33 KB
/
Job.Scheduler.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Job.Scheduler", "Job.Scheduler\Job.Scheduler.csproj", "{8C1B3F75-D170-4727-9CFD-000BACFDBA83}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Job.Scheduler.Tests", "Job.Scheduler.Tests\Job.Scheduler.Tests.csproj", "{459E1A79-D974-4506-BFEB-7A29BC9A350B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Job.Scheduler.AspNetCore", "Job.Scheduler.AspNetCore\Job.Scheduler.AspNetCore.csproj", "{284EA199-B357-4C25-B551-2ABF68ED5D70}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Job.Scheduler.AspNetCore.Tests", "Job.Scheduler.AspNetCore.Tests\Job.Scheduler.AspNetCore.Tests.csproj", "{F224EA1E-F83F-4EDE-84D3-2A258C7E1E14}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8C1B3F75-D170-4727-9CFD-000BACFDBA83}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8C1B3F75-D170-4727-9CFD-000BACFDBA83}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8C1B3F75-D170-4727-9CFD-000BACFDBA83}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8C1B3F75-D170-4727-9CFD-000BACFDBA83}.Release|Any CPU.Build.0 = Release|Any CPU
{459E1A79-D974-4506-BFEB-7A29BC9A350B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{459E1A79-D974-4506-BFEB-7A29BC9A350B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{459E1A79-D974-4506-BFEB-7A29BC9A350B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{459E1A79-D974-4506-BFEB-7A29BC9A350B}.Release|Any CPU.Build.0 = Release|Any CPU
{284EA199-B357-4C25-B551-2ABF68ED5D70}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{284EA199-B357-4C25-B551-2ABF68ED5D70}.Debug|Any CPU.Build.0 = Debug|Any CPU
{284EA199-B357-4C25-B551-2ABF68ED5D70}.Release|Any CPU.ActiveCfg = Release|Any CPU
{284EA199-B357-4C25-B551-2ABF68ED5D70}.Release|Any CPU.Build.0 = Release|Any CPU
{F224EA1E-F83F-4EDE-84D3-2A258C7E1E14}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F224EA1E-F83F-4EDE-84D3-2A258C7E1E14}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F224EA1E-F83F-4EDE-84D3-2A258C7E1E14}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F224EA1E-F83F-4EDE-84D3-2A258C7E1E14}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal