-
Notifications
You must be signed in to change notification settings - Fork 74
/
MicroRuleEngine.sln
54 lines (54 loc) · 2.83 KB
/
MicroRuleEngine.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29230.47
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MicroRuleEngine.Tests", "MicroRuleEngine.Tests\MicroRuleEngine.Tests.csproj", "{392E9585-525F-4B82-9DA0-C4AC2812C558}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2FBBE4F8-7AD1-4132-89D5-81035CC566BC}"
ProjectSection(SolutionItems) = preProject
Local.testsettings = Local.testsettings
MicroRuleEngine.vsmdi = MicroRuleEngine.vsmdi
README.md = README.md
TraceAndTestImpact.testsettings = TraceAndTestImpact.testsettings
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MicroRuleEngine", "MicroRuleEngine\MicroRuleEngine.csproj", "{C6F8FBCE-8949-455A-AE4A-20A2B2012AEE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MicroRuleEngine.Core.Tests", "MicroRuleEngine.Core.Tests\MicroRuleEngine.Core.Tests.csproj", "{B070AE15-A3F8-4B33-9FC0-B2BB4C989A45}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{392E9585-525F-4B82-9DA0-C4AC2812C558}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{392E9585-525F-4B82-9DA0-C4AC2812C558}.Debug|Any CPU.Build.0 = Debug|Any CPU
{392E9585-525F-4B82-9DA0-C4AC2812C558}.Release|Any CPU.ActiveCfg = Release|Any CPU
{392E9585-525F-4B82-9DA0-C4AC2812C558}.Release|Any CPU.Build.0 = Release|Any CPU
{C6F8FBCE-8949-455A-AE4A-20A2B2012AEE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C6F8FBCE-8949-455A-AE4A-20A2B2012AEE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C6F8FBCE-8949-455A-AE4A-20A2B2012AEE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C6F8FBCE-8949-455A-AE4A-20A2B2012AEE}.Release|Any CPU.Build.0 = Release|Any CPU
{B070AE15-A3F8-4B33-9FC0-B2BB4C989A45}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B070AE15-A3F8-4B33-9FC0-B2BB4C989A45}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B070AE15-A3F8-4B33-9FC0-B2BB4C989A45}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B070AE15-A3F8-4B33-9FC0-B2BB4C989A45}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B855DA2D-6F7A-4B9B-BF94-81DA13513977}
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = MicroRuleEngine.vsmdi
EndGlobalSection
EndGlobal