-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Yagasoft.CustomJobs.sln
43 lines (43 loc) · 2.67 KB
/
Yagasoft.CustomJobs.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
41
42
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30611.23
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Yagasoft.CustomJobs", "Yagasoft.CustomJobs\Yagasoft.CustomJobs.csproj", "{94B1719A-FE4B-4B1A-97B1-61BB30AEB11D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Yagasoft.CustomJobs.WebResources", "Yagasoft.CustomJobs.WebResources\Yagasoft.CustomJobs.WebResources.csproj", "{5FCC1FE9-7255-4C3E-8622-E5D5B592917C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Yagasoft.CustomJobs.Service", "Yagasoft.CustomJobs.Service\Yagasoft.CustomJobs.Service.csproj", "{32C5F83F-8784-4E20-93AD-C17F6D40A203}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Yagasoft.CustomJobs.Engine", "Yagasoft.CustomJobs.Engine\Yagasoft.CustomJobs.Engine.csproj", "{2570AA4A-3980-4323-B805-A7EA5CA147A5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{94B1719A-FE4B-4B1A-97B1-61BB30AEB11D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{94B1719A-FE4B-4B1A-97B1-61BB30AEB11D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{94B1719A-FE4B-4B1A-97B1-61BB30AEB11D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{94B1719A-FE4B-4B1A-97B1-61BB30AEB11D}.Release|Any CPU.Build.0 = Release|Any CPU
{5FCC1FE9-7255-4C3E-8622-E5D5B592917C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5FCC1FE9-7255-4C3E-8622-E5D5B592917C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5FCC1FE9-7255-4C3E-8622-E5D5B592917C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5FCC1FE9-7255-4C3E-8622-E5D5B592917C}.Release|Any CPU.Build.0 = Release|Any CPU
{32C5F83F-8784-4E20-93AD-C17F6D40A203}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{32C5F83F-8784-4E20-93AD-C17F6D40A203}.Debug|Any CPU.Build.0 = Debug|Any CPU
{32C5F83F-8784-4E20-93AD-C17F6D40A203}.Release|Any CPU.ActiveCfg = Release|Any CPU
{32C5F83F-8784-4E20-93AD-C17F6D40A203}.Release|Any CPU.Build.0 = Release|Any CPU
{2570AA4A-3980-4323-B805-A7EA5CA147A5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2570AA4A-3980-4323-B805-A7EA5CA147A5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2570AA4A-3980-4323-B805-A7EA5CA147A5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2570AA4A-3980-4323-B805-A7EA5CA147A5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {ECB4626B-B5A1-4CAB-962B-E4FC699EB0B0}
EndGlobalSection
EndGlobal