forked from alanedwardes/Estranged.Automation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEstranged.Automation.sln
66 lines (66 loc) · 3.9 KB
/
Estranged.Automation.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27428.2015
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{B690B076-CBB7-408E-8FB2-FFF13863AA2C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Estranged.Automation", "src\Automation\Estranged.Automation.csproj", "{7FEA4CA0-1922-4DBA-BD09-0DF149C35C36}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{35EED37E-D5BA-4360-B292-68B94403C89E}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
Dockerfile = Dockerfile
Jenkinsfile = Jenkinsfile
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Estranged.Automation.Shared", "src\Automation.Shared\Estranged.Automation.Shared.csproj", "{D75C4865-11DE-4DA2-9283-DD34B252EA4C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Runners", "Runners", "{8900AB3C-373E-4CA5-BC8B-C245FFF86F7C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Estranged.Automation.Runner.Discord", "src\Runner.Discord\Estranged.Automation.Runner.Discord.csproj", "{DE5E3911-0336-448E-998F-CFED64236939}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Lambdas", "Lambdas", "{6A08D901-EF15-4D33-BA1E-A7A2DE4DF19C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Estranged.Automation.Lambda.QuarterHour", "src\Automation.Lambda.QuarterHour\Estranged.Automation.Lambda.QuarterHour.csproj", "{0ADFBE46-A2C8-486F-807D-77069863F4B8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7FEA4CA0-1922-4DBA-BD09-0DF149C35C36}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7FEA4CA0-1922-4DBA-BD09-0DF149C35C36}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7FEA4CA0-1922-4DBA-BD09-0DF149C35C36}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7FEA4CA0-1922-4DBA-BD09-0DF149C35C36}.Release|Any CPU.Build.0 = Release|Any CPU
{D75C4865-11DE-4DA2-9283-DD34B252EA4C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D75C4865-11DE-4DA2-9283-DD34B252EA4C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D75C4865-11DE-4DA2-9283-DD34B252EA4C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D75C4865-11DE-4DA2-9283-DD34B252EA4C}.Release|Any CPU.Build.0 = Release|Any CPU
{DE5E3911-0336-448E-998F-CFED64236939}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DE5E3911-0336-448E-998F-CFED64236939}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DE5E3911-0336-448E-998F-CFED64236939}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DE5E3911-0336-448E-998F-CFED64236939}.Release|Any CPU.Build.0 = Release|Any CPU
{0ADFBE46-A2C8-486F-807D-77069863F4B8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0ADFBE46-A2C8-486F-807D-77069863F4B8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0ADFBE46-A2C8-486F-807D-77069863F4B8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0ADFBE46-A2C8-486F-807D-77069863F4B8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{7FEA4CA0-1922-4DBA-BD09-0DF149C35C36} = {B690B076-CBB7-408E-8FB2-FFF13863AA2C}
{D75C4865-11DE-4DA2-9283-DD34B252EA4C} = {B690B076-CBB7-408E-8FB2-FFF13863AA2C}
{8900AB3C-373E-4CA5-BC8B-C245FFF86F7C} = {B690B076-CBB7-408E-8FB2-FFF13863AA2C}
{DE5E3911-0336-448E-998F-CFED64236939} = {8900AB3C-373E-4CA5-BC8B-C245FFF86F7C}
{6A08D901-EF15-4D33-BA1E-A7A2DE4DF19C} = {B690B076-CBB7-408E-8FB2-FFF13863AA2C}
{0ADFBE46-A2C8-486F-807D-77069863F4B8} = {6A08D901-EF15-4D33-BA1E-A7A2DE4DF19C}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0C871391-E647-4431-8C32-5EA45E93BED8}
EndGlobalSection
EndGlobal