-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathRuleEngine.sln
More file actions
65 lines (65 loc) · 4.36 KB
/
Copy pathRuleEngine.sln
File metadata and controls
65 lines (65 loc) · 4.36 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "UI", "UI", "{C33B310E-8312-41B2-8906-507C50B52BF9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Domain", "Domain", "{0CA46FF0-BD0D-459A-A48B-C440C8B779EA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Application", "Application", "{7F0CE081-A329-449F-843F-A110F74A3930}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Infrastructure", "Infrastructure", "{A9F7D51A-F21F-42C9-95B2-DAF9CA71D0E1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RuleEngine.Domain", "Src\Domain\RuleEngine.Domain\RuleEngine.Domain.csproj", "{17F74723-153D-48D0-A2EE-056B1EF6C8E0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Src", "Src", "{7395157E-E9EC-41BF-B355-F54EFC0AB599}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SqlServer", "SqlServer", "{41F72FA6-AEA3-4DF5-B7A6-459529EEDB6F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RuleEngine.Infrastructure", "Src\Infrastructure\SqlServer\RuleEngine.Infrastructure\RuleEngine.Infrastructure.csproj", "{EA199417-66A0-4E8A-AC09-36597B01C077}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RuleEngine.UI", "Src\UI\RuleEngine.UI\RuleEngine.UI.csproj", "{BF4C132F-9BEB-4D48-9C23-6D176136EBFF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Dockers", "Dockers", "{80DE30AB-272C-4C22-88B9-66E07CA5192A}"
ProjectSection(SolutionItems) = preProject
D:\DevOps\List\n8n\n8n-hosting\docker-compose\withPostgresAndWorker\.env = D:\DevOps\List\n8n\n8n-hosting\docker-compose\withPostgresAndWorker\.env
D:\DevOps\List\n8n\n8n-hosting\docker-compose\withPostgresAndWorker\docker-compose.yml = D:\DevOps\List\n8n\n8n-hosting\docker-compose\withPostgresAndWorker\docker-compose.yml
D:\DevOps\List\n8n\n8n-hosting\docker-compose\withPostgresAndWorker\init-data.sh = D:\DevOps\List\n8n\n8n-hosting\docker-compose\withPostgresAndWorker\init-data.sh
D:\DevOps\List\n8n\n8n-hosting\docker-compose\withPostgresAndWorker\README.md = D:\DevOps\List\n8n\n8n-hosting\docker-compose\withPostgresAndWorker\README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{17F74723-153D-48D0-A2EE-056B1EF6C8E0} = {0CA46FF0-BD0D-459A-A48B-C440C8B779EA}
{7F0CE081-A329-449F-843F-A110F74A3930} = {7395157E-E9EC-41BF-B355-F54EFC0AB599}
{0CA46FF0-BD0D-459A-A48B-C440C8B779EA} = {7395157E-E9EC-41BF-B355-F54EFC0AB599}
{C33B310E-8312-41B2-8906-507C50B52BF9} = {7395157E-E9EC-41BF-B355-F54EFC0AB599}
{A9F7D51A-F21F-42C9-95B2-DAF9CA71D0E1} = {7395157E-E9EC-41BF-B355-F54EFC0AB599}
{41F72FA6-AEA3-4DF5-B7A6-459529EEDB6F} = {A9F7D51A-F21F-42C9-95B2-DAF9CA71D0E1}
{EA199417-66A0-4E8A-AC09-36597B01C077} = {41F72FA6-AEA3-4DF5-B7A6-459529EEDB6F}
{BF4C132F-9BEB-4D48-9C23-6D176136EBFF} = {C33B310E-8312-41B2-8906-507C50B52BF9}
{80DE30AB-272C-4C22-88B9-66E07CA5192A} = {7395157E-E9EC-41BF-B355-F54EFC0AB599}
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{17F74723-153D-48D0-A2EE-056B1EF6C8E0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{17F74723-153D-48D0-A2EE-056B1EF6C8E0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{17F74723-153D-48D0-A2EE-056B1EF6C8E0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{17F74723-153D-48D0-A2EE-056B1EF6C8E0}.Release|Any CPU.Build.0 = Release|Any CPU
{EA199417-66A0-4E8A-AC09-36597B01C077}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EA199417-66A0-4E8A-AC09-36597B01C077}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EA199417-66A0-4E8A-AC09-36597B01C077}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EA199417-66A0-4E8A-AC09-36597B01C077}.Release|Any CPU.Build.0 = Release|Any CPU
{BF4C132F-9BEB-4D48-9C23-6D176136EBFF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BF4C132F-9BEB-4D48-9C23-6D176136EBFF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BF4C132F-9BEB-4D48-9C23-6D176136EBFF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BF4C132F-9BEB-4D48-9C23-6D176136EBFF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal