-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathNetRuleEngine.sln
More file actions
43 lines (43 loc) · 2.03 KB
/
NetRuleEngine.sln
File metadata and controls
43 lines (43 loc) · 2.03 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
37
38
39
40
41
42
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29911.84
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetRuleEngine", "src\NetRuleEngine\NetRuleEngine.csproj", "{3396D290-1683-4A20-A1F3-68F96ABB0C56}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetRuleEngineTests", "tests\NetRuleEngineTests\NetRuleEngineTests.csproj", "{E5866346-0B21-4ED0-B717-287EB728211D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{46618D12-2F9F-4EC8-A729-CFC0E370E64F}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
.travis.yml = .travis.yml
api.key = api.key
Directory.build.props = Directory.build.props
LICENSE = LICENSE
publish-package.ps1 = publish-package.ps1
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3396D290-1683-4A20-A1F3-68F96ABB0C56}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3396D290-1683-4A20-A1F3-68F96ABB0C56}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3396D290-1683-4A20-A1F3-68F96ABB0C56}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3396D290-1683-4A20-A1F3-68F96ABB0C56}.Release|Any CPU.Build.0 = Release|Any CPU
{E5866346-0B21-4ED0-B717-287EB728211D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E5866346-0B21-4ED0-B717-287EB728211D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E5866346-0B21-4ED0-B717-287EB728211D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E5866346-0B21-4ED0-B717-287EB728211D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F01E4AB7-A4DF-48F2-8E6B-54087646375F}
EndGlobalSection
EndGlobal