-
Notifications
You must be signed in to change notification settings - Fork 0
/
Adi.FunctionApp.RulesEngine.sln
70 lines (70 loc) · 4.68 KB
/
Adi.FunctionApp.RulesEngine.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
67
68
69
70
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31919.166
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Documentation", "Documentation", "{BEA94161-23B8-4497-A760-3170D91E69AE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Source", "Source", "{22707B7B-38B2-493B-897E-D146B883CAA0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Testing", "Testing", "{D752A4A6-1E47-457C-80BA-DE20DB85956E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Adi.FunctionApp.RulesEngine.Documentation", "Documentation\Adi.FunctionApp.RulesEngine.Documentation\Adi.FunctionApp.RulesEngine.Documentation.csproj", "{2D88F919-7CD9-4CF8-A7BF-4ED37D35121F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Shared", "Shared", "{47741AE8-B326-4209-9774-02C46E652781}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Adi.FunctionApp.RulesEngine.Service", "Source\Adi.FunctionApp.RulesEngine.Service\Adi.FunctionApp.RulesEngine.Service.csproj", "{CA2F4F04-C1CE-4654-A170-CB5118F0016C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Adi.FunctionApp.RulesEngine.Domain", "Source\Shared\Adi.FunctionApp.RulesEngine.Domain\Adi.FunctionApp.RulesEngine.Domain.csproj", "{05F5B66C-6567-404F-8BD3-35C177921E26}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Adi.FunctionApp.RulesEngine.IntegrationTest", "Testing\Adi.FunctionApp.RulesEngine.IntegrationTest\Adi.FunctionApp.RulesEngine.IntegrationTest.csproj", "{DC6ED152-819C-4210-860E-8D11377D6F88}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Adi.FunctionApp.RulesEngine.UnitTest", "Testing\Adi.FunctionApp.RulesEngine.UnitTest\Adi.FunctionApp.RulesEngine.UnitTest.csproj", "{473B8C62-1E29-4B70-B3D3-EC2CCD1BF85F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{CD5526C1-55BD-4D4F-918E-DA66CBF2AA65}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2D88F919-7CD9-4CF8-A7BF-4ED37D35121F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2D88F919-7CD9-4CF8-A7BF-4ED37D35121F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2D88F919-7CD9-4CF8-A7BF-4ED37D35121F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2D88F919-7CD9-4CF8-A7BF-4ED37D35121F}.Release|Any CPU.Build.0 = Release|Any CPU
{CA2F4F04-C1CE-4654-A170-CB5118F0016C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CA2F4F04-C1CE-4654-A170-CB5118F0016C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CA2F4F04-C1CE-4654-A170-CB5118F0016C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CA2F4F04-C1CE-4654-A170-CB5118F0016C}.Release|Any CPU.Build.0 = Release|Any CPU
{05F5B66C-6567-404F-8BD3-35C177921E26}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{05F5B66C-6567-404F-8BD3-35C177921E26}.Debug|Any CPU.Build.0 = Debug|Any CPU
{05F5B66C-6567-404F-8BD3-35C177921E26}.Release|Any CPU.ActiveCfg = Release|Any CPU
{05F5B66C-6567-404F-8BD3-35C177921E26}.Release|Any CPU.Build.0 = Release|Any CPU
{DC6ED152-819C-4210-860E-8D11377D6F88}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DC6ED152-819C-4210-860E-8D11377D6F88}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DC6ED152-819C-4210-860E-8D11377D6F88}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DC6ED152-819C-4210-860E-8D11377D6F88}.Release|Any CPU.Build.0 = Release|Any CPU
{473B8C62-1E29-4B70-B3D3-EC2CCD1BF85F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{473B8C62-1E29-4B70-B3D3-EC2CCD1BF85F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{473B8C62-1E29-4B70-B3D3-EC2CCD1BF85F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{473B8C62-1E29-4B70-B3D3-EC2CCD1BF85F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{2D88F919-7CD9-4CF8-A7BF-4ED37D35121F} = {BEA94161-23B8-4497-A760-3170D91E69AE}
{47741AE8-B326-4209-9774-02C46E652781} = {22707B7B-38B2-493B-897E-D146B883CAA0}
{CA2F4F04-C1CE-4654-A170-CB5118F0016C} = {22707B7B-38B2-493B-897E-D146B883CAA0}
{05F5B66C-6567-404F-8BD3-35C177921E26} = {47741AE8-B326-4209-9774-02C46E652781}
{DC6ED152-819C-4210-860E-8D11377D6F88} = {D752A4A6-1E47-457C-80BA-DE20DB85956E}
{473B8C62-1E29-4B70-B3D3-EC2CCD1BF85F} = {D752A4A6-1E47-457C-80BA-DE20DB85956E}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3D131A59-5F7B-4947-9636-F6474F7A19FB}
EndGlobalSection
EndGlobal