forked from stemarie/MicroRuleEngine
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMicroRuleEngine.sln
More file actions
36 lines (36 loc) · 1.89 KB
/
MicroRuleEngine.sln
File metadata and controls
36 lines (36 loc) · 1.89 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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MicroRuleEngine", "MicroRuleEngine\MicroRuleEngine.csproj", "{6E1FB0DF-3F83-48EE-BB33-A9C6BF09F911}"
EndProject
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
TraceAndTestImpact.testsettings = TraceAndTestImpact.testsettings
EndProjectSection
EndProject
Global
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = MicroRuleEngine.vsmdi
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6E1FB0DF-3F83-48EE-BB33-A9C6BF09F911}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6E1FB0DF-3F83-48EE-BB33-A9C6BF09F911}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6E1FB0DF-3F83-48EE-BB33-A9C6BF09F911}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6E1FB0DF-3F83-48EE-BB33-A9C6BF09F911}.Release|Any CPU.Build.0 = Release|Any CPU
{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
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal