-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFluentify.sln
109 lines (109 loc) · 5.65 KB
/
Fluentify.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34728.123
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Fluentify", "src\Fluentify\Fluentify.csproj", "{22EEE0C5-9F8D-4709-BA2C-8AF5925FB341}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Fluentify.Console", "src\Fluentify.Console\Fluentify.Console.csproj", "{DB71C87A-00F7-4B8C-8D75-8EAAB4BD8E24}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{B20D23DA-1E08-4764-8172-B86128CA3416}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
Directory.Packages.props = Directory.Packages.props
build\Libraries.props = build\Libraries.props
build\Roslyn.props = build\Roslyn.props
build\Tests.props = build\Tests.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Actions", "Actions", "{A8DC330F-D9E7-4DD4-9FD8-84BE54EADA58}"
ProjectSection(SolutionItems) = preProject
.github\workflows\cd.yml = .github\workflows\cd.yml
.github\workflows\ci.yml = .github\workflows\ci.yml
.github\dependabot.yml = .github\dependabot.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Analyzers", "Analyzers", "{31BD3E7B-7B11-4A83-ABA0-1561112F4896}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
analyzers\code.ruleset = analyzers\code.ruleset
analyzers\tests.ruleset = analyzers\tests.ruleset
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{EDFD8FBD-CDAB-4EAE-986C-538E457515D0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Fluentify.Tests", "src\Fluentify.Tests\Fluentify.Tests.csproj", "{25FAA0FE-0B5A-489F-8145-DF74C9BADD81}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Fluentify.Console.Tests", "src\Fluentify.Console.Tests\Fluentify.Console.Tests.csproj", "{4CAAA913-C6DD-4FD2-AF51-BCB89E6DD44F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Documentation", "Documentation", "{E9DE67A5-339C-4BA3-BD91-F9E0937B3BFF}"
ProjectSection(SolutionItems) = preProject
CHANGELOG.md = CHANGELOG.md
.github\CODE_OF_CONDUCT.md = .github\CODE_OF_CONDUCT.md
.github\CONTRIBUTING.md = .github\CONTRIBUTING.md
LICENSE = LICENSE
README.md = README.md
.github\SECURITY.md = .github\SECURITY.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Rules", "Rules", "{14CECDE5-92C5-4ADC-A1B7-8BC089588D0B}"
ProjectSection(SolutionItems) = preProject
docs\rules\FLTFY01.md = docs\rules\FLTFY01.md
docs\rules\FLTFY02.md = docs\rules\FLTFY02.md
docs\rules\FLTFY03.md = docs\rules\FLTFY03.md
docs\rules\FLTFY04.md = docs\rules\FLTFY04.md
docs\rules\FLTFY05.md = docs\rules\FLTFY05.md
docs\rules\FLTFY06.md = docs\rules\FLTFY06.md
docs\rules\FLTFY07.md = docs\rules\FLTFY07.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Configuration", "Configuration", "{62844182-B1F0-4244-AE6A-C7272BE585F5}"
ProjectSection(SolutionItems) = preProject
.filenesting.json = .filenesting.json
.gitignore = .gitignore
.runsettings = .runsettings
codecov.yml = codecov.yml
.github\CODEOWNERS = .github\CODEOWNERS
nuget.config = nuget.config
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Templates", "Templates", "{69C82B4D-CAE6-4E96-805F-7BA9E581D65D}"
ProjectSection(SolutionItems) = preProject
.github\ISSUE_TEMPLATE\bug_report.md = .github\ISSUE_TEMPLATE\bug_report.md
.github\ISSUE_TEMPLATE\feature_request.md = .github\ISSUE_TEMPLATE\feature_request.md
.github\pull_request_template.md = .github\pull_request_template.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{22EEE0C5-9F8D-4709-BA2C-8AF5925FB341}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{22EEE0C5-9F8D-4709-BA2C-8AF5925FB341}.Debug|Any CPU.Build.0 = Debug|Any CPU
{22EEE0C5-9F8D-4709-BA2C-8AF5925FB341}.Release|Any CPU.ActiveCfg = Release|Any CPU
{22EEE0C5-9F8D-4709-BA2C-8AF5925FB341}.Release|Any CPU.Build.0 = Release|Any CPU
{DB71C87A-00F7-4B8C-8D75-8EAAB4BD8E24}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DB71C87A-00F7-4B8C-8D75-8EAAB4BD8E24}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DB71C87A-00F7-4B8C-8D75-8EAAB4BD8E24}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DB71C87A-00F7-4B8C-8D75-8EAAB4BD8E24}.Release|Any CPU.Build.0 = Release|Any CPU
{25FAA0FE-0B5A-489F-8145-DF74C9BADD81}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{25FAA0FE-0B5A-489F-8145-DF74C9BADD81}.Debug|Any CPU.Build.0 = Debug|Any CPU
{25FAA0FE-0B5A-489F-8145-DF74C9BADD81}.Release|Any CPU.ActiveCfg = Release|Any CPU
{25FAA0FE-0B5A-489F-8145-DF74C9BADD81}.Release|Any CPU.Build.0 = Release|Any CPU
{4CAAA913-C6DD-4FD2-AF51-BCB89E6DD44F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4CAAA913-C6DD-4FD2-AF51-BCB89E6DD44F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4CAAA913-C6DD-4FD2-AF51-BCB89E6DD44F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4CAAA913-C6DD-4FD2-AF51-BCB89E6DD44F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{14CECDE5-92C5-4ADC-A1B7-8BC089588D0B} = {E9DE67A5-339C-4BA3-BD91-F9E0937B3BFF}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {698943DC-F24D-493A-8E83-C1575E70561A}
EndGlobalSection
EndGlobal