-
Notifications
You must be signed in to change notification settings - Fork 1
/
RuleBuilder.sln
60 lines (60 loc) · 2.84 KB
/
RuleBuilder.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
55
56
57
58
59
60
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32328.378
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RuleBuilder", "RuleBuilder\RuleBuilder.csproj", "{6A61D4EB-BA26-4E32-906E-DEF1280163AD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RuleBuilderTests", "RuleBuilderTests\RuleBuilderTests.csproj", "{9A7EE14B-4E48-40A2-898E-1139329BFA03}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{EB95F864-50D9-491E-A787-E87ED1694325}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Images", "Images", "{9B39E0D1-37E2-488E-B073-54AA16495410}"
ProjectSection(SolutionItems) = preProject
Images\change.png = Images\change.png
Images\charsets.png = Images\charsets.png
Images\entry.png = Images\entry.png
Images\group.png = Images\group.png
Images\menu.png = Images\menu.png
Images\profile.png = Images\profile.png
Images\rule.png = Images\rule.png
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Config", "Config", "{A8F703CE-B688-45F7-B5D3-BFD2E3B105E5}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
.github\workflows\codeql-analysis.yml = .github\workflows\codeql-analysis.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6A61D4EB-BA26-4E32-906E-DEF1280163AD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6A61D4EB-BA26-4E32-906E-DEF1280163AD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6A61D4EB-BA26-4E32-906E-DEF1280163AD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6A61D4EB-BA26-4E32-906E-DEF1280163AD}.Release|Any CPU.Build.0 = Release|Any CPU
{9A7EE14B-4E48-40A2-898E-1139329BFA03}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9A7EE14B-4E48-40A2-898E-1139329BFA03}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9A7EE14B-4E48-40A2-898E-1139329BFA03}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9A7EE14B-4E48-40A2-898E-1139329BFA03}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{9B39E0D1-37E2-488E-B073-54AA16495410} = {EB95F864-50D9-491E-A787-E87ED1694325}
{A8F703CE-B688-45F7-B5D3-BFD2E3B105E5} = {EB95F864-50D9-491E-A787-E87ED1694325}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {74AB2C26-02C4-43E8-84EC-13CA0B1C150B}
EndGlobalSection
EndGlobal