-
Notifications
You must be signed in to change notification settings - Fork 0
/
RuleBasedProcessor.sln
51 lines (51 loc) · 3.04 KB
/
RuleBasedProcessor.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.40629.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LogicTests", "LogicTests\LogicTests.csproj", "{47C27E7E-BA10-45A4-9A05-59290877582C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Logic", "Logic\Logic.csproj", "{87940430-E844-43BA-AEEF-4DC198E0611F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Domain", "Domain\Domain.csproj", "{004AFDDD-9ECC-414C-B41F-03E2D157FD05}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Repository", "Repository\Repository.csproj", "{8951BD0E-E914-4BD8-AB68-275FD9E9FC52}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Specifications", "Specifications\Specifications.csproj", "{86CFAA07-A9B6-4D25-8647-254FFAECEB47}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{493F07EA-CC53-4F1D-AC29-8D56F3822C4E}"
ProjectSection(SolutionItems) = preProject
.nuget\packages.config = .nuget\packages.config
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{47C27E7E-BA10-45A4-9A05-59290877582C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{47C27E7E-BA10-45A4-9A05-59290877582C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{47C27E7E-BA10-45A4-9A05-59290877582C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{47C27E7E-BA10-45A4-9A05-59290877582C}.Release|Any CPU.Build.0 = Release|Any CPU
{87940430-E844-43BA-AEEF-4DC198E0611F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{87940430-E844-43BA-AEEF-4DC198E0611F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{87940430-E844-43BA-AEEF-4DC198E0611F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{87940430-E844-43BA-AEEF-4DC198E0611F}.Release|Any CPU.Build.0 = Release|Any CPU
{004AFDDD-9ECC-414C-B41F-03E2D157FD05}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{004AFDDD-9ECC-414C-B41F-03E2D157FD05}.Debug|Any CPU.Build.0 = Debug|Any CPU
{004AFDDD-9ECC-414C-B41F-03E2D157FD05}.Release|Any CPU.ActiveCfg = Release|Any CPU
{004AFDDD-9ECC-414C-B41F-03E2D157FD05}.Release|Any CPU.Build.0 = Release|Any CPU
{8951BD0E-E914-4BD8-AB68-275FD9E9FC52}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8951BD0E-E914-4BD8-AB68-275FD9E9FC52}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8951BD0E-E914-4BD8-AB68-275FD9E9FC52}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8951BD0E-E914-4BD8-AB68-275FD9E9FC52}.Release|Any CPU.Build.0 = Release|Any CPU
{86CFAA07-A9B6-4D25-8647-254FFAECEB47}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{86CFAA07-A9B6-4D25-8647-254FFAECEB47}.Debug|Any CPU.Build.0 = Debug|Any CPU
{86CFAA07-A9B6-4D25-8647-254FFAECEB47}.Release|Any CPU.ActiveCfg = Release|Any CPU
{86CFAA07-A9B6-4D25-8647-254FFAECEB47}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal