forked from alexreich/RulesEngineEditor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
RulesEngineEditor.sln
58 lines (58 loc) · 3.13 KB
/
RulesEngineEditor.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32526.322
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RulesEngineEditor", "src\RulesEngineEditor\RulesEngineEditor.csproj", "{9005B47C-DDEC-4CD4-AAED-686F55421657}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RulesEngineEditorServer", "demo\RulesEngineEditorServer\RulesEngineEditorServer.csproj", "{95A0E8B3-4F62-48B2-BDC8-C5EDCA513639}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0F9C5D7A-25C3-423A-B1F2-0B62051B582A}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitlab-ci.yml = .gitlab-ci.yml
CHANGELOG.md = CHANGELOG.md
schema\inputRuleParameter-schema.json = schema\inputRuleParameter-schema.json
LICENSE = LICENSE
.github\workflows\main.yml = .github\workflows\main.yml
.github\workflows\nugetci.yml = .github\workflows\nugetci.yml
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RulesEngineEditorWebAssembly", "demo\RulesEngineEditorWebAssembly\RulesEngineEditorWebAssembly.csproj", "{F886D783-7358-47FE-9AE3-FE545440CE46}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "TestData", "TestData", "{CE761275-CA80-4AC8-AA5D-EBAF33105FE4}"
ProjectSection(SolutionItems) = preProject
demo\TestData\Discount.json = demo\TestData\Discount.json
demo\TestData\DiscountInputs.json = demo\TestData\DiscountInputs.json
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9005B47C-DDEC-4CD4-AAED-686F55421657}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9005B47C-DDEC-4CD4-AAED-686F55421657}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9005B47C-DDEC-4CD4-AAED-686F55421657}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9005B47C-DDEC-4CD4-AAED-686F55421657}.Release|Any CPU.Build.0 = Release|Any CPU
{95A0E8B3-4F62-48B2-BDC8-C5EDCA513639}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{95A0E8B3-4F62-48B2-BDC8-C5EDCA513639}.Debug|Any CPU.Build.0 = Debug|Any CPU
{95A0E8B3-4F62-48B2-BDC8-C5EDCA513639}.Release|Any CPU.ActiveCfg = Release|Any CPU
{95A0E8B3-4F62-48B2-BDC8-C5EDCA513639}.Release|Any CPU.Build.0 = Release|Any CPU
{F886D783-7358-47FE-9AE3-FE545440CE46}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F886D783-7358-47FE-9AE3-FE545440CE46}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F886D783-7358-47FE-9AE3-FE545440CE46}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F886D783-7358-47FE-9AE3-FE545440CE46}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{CE761275-CA80-4AC8-AA5D-EBAF33105FE4} = {0F9C5D7A-25C3-423A-B1F2-0B62051B582A}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {496AC40F-DB40-4BB1-A467-83F3F4303233}
EndGlobalSection
EndGlobal