-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathRuleEngine.sln
More file actions
32 lines (32 loc) · 1.86 KB
/
RuleEngine.sln
File metadata and controls
32 lines (32 loc) · 1.86 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RuleEngineConsoleTester", "RuleEngine\RuleEngineConsoleTester.csproj", "{125F3BB2-6CFD-41C5-9B11-927A88902D32}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RuleEngineCL", "RuleEngineCL\RuleEngineCL.csproj", "{1B266FA7-B26C-4F6A-A3A7-9BDF87F7AF12}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RuleEngineCLDB", "RuleEngineCLDB\RuleEngineCLDB.csproj", "{70B94E4D-0F00-4675-90B2-A9E23515A6E0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{125F3BB2-6CFD-41C5-9B11-927A88902D32}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{125F3BB2-6CFD-41C5-9B11-927A88902D32}.Debug|Any CPU.Build.0 = Debug|Any CPU
{125F3BB2-6CFD-41C5-9B11-927A88902D32}.Release|Any CPU.ActiveCfg = Release|Any CPU
{125F3BB2-6CFD-41C5-9B11-927A88902D32}.Release|Any CPU.Build.0 = Release|Any CPU
{1B266FA7-B26C-4F6A-A3A7-9BDF87F7AF12}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1B266FA7-B26C-4F6A-A3A7-9BDF87F7AF12}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1B266FA7-B26C-4F6A-A3A7-9BDF87F7AF12}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1B266FA7-B26C-4F6A-A3A7-9BDF87F7AF12}.Release|Any CPU.Build.0 = Release|Any CPU
{70B94E4D-0F00-4675-90B2-A9E23515A6E0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{70B94E4D-0F00-4675-90B2-A9E23515A6E0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{70B94E4D-0F00-4675-90B2-A9E23515A6E0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{70B94E4D-0F00-4675-90B2-A9E23515A6E0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal