-
-
Notifications
You must be signed in to change notification settings - Fork 43
/
FineCodeCoverage.sln
68 lines (68 loc) · 3.92 KB
/
FineCodeCoverage.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34408.163
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FineCodeCoverage", "FineCodeCoverage\FineCodeCoverage.csproj", "{31C104BB-D294-4942-B206-896AA7A5FCB9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution", "Solution", "{208EE360-4076-4680-A9B7-2BA9C17EA9FB}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
.github\workflows\addVsixLinkToIssues.yaml = .github\workflows\addVsixLinkToIssues.yaml
CHANGELOG.md = CHANGELOG.md
CONTRIBUTING.md = CONTRIBUTING.md
ISSUE_TEMPLATE.md = ISSUE_TEMPLATE.md
LICENSE = LICENSE
.github\workflows\push_pull.yaml = .github\workflows\push_pull.yaml
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ReportGeneratorPlugins", "ReportGeneratorPlugins\ReportGeneratorPlugins.csproj", "{14FB668B-4B70-41E4-964B-405E5C9A6A58}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FineCodeCoverageTests", "FineCodeCoverageTests\FineCodeCoverageTests.csproj", "{01F70D01-062D-4391-AF82-8325B22B87AB}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "SharedProject", "SharedProject\SharedProject.shproj", "{9353044C-5D39-4E70-8E78-28213E05217A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FineCodeCoverage2022", "FineCodeCoverage2022\FineCodeCoverage2022.csproj", "{59A22196-A750-4BA4-B30E-BE1422E68B8E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{BAA6EBA8-65A6-46B0-8719-CB5C7EE6AE96}"
ProjectSection(SolutionItems) = preProject
.github\FUNDING.yml = .github\FUNDING.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{31C104BB-D294-4942-B206-896AA7A5FCB9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{31C104BB-D294-4942-B206-896AA7A5FCB9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{31C104BB-D294-4942-B206-896AA7A5FCB9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{31C104BB-D294-4942-B206-896AA7A5FCB9}.Release|Any CPU.Build.0 = Release|Any CPU
{14FB668B-4B70-41E4-964B-405E5C9A6A58}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{14FB668B-4B70-41E4-964B-405E5C9A6A58}.Debug|Any CPU.Build.0 = Debug|Any CPU
{14FB668B-4B70-41E4-964B-405E5C9A6A58}.Release|Any CPU.ActiveCfg = Release|Any CPU
{14FB668B-4B70-41E4-964B-405E5C9A6A58}.Release|Any CPU.Build.0 = Release|Any CPU
{01F70D01-062D-4391-AF82-8325B22B87AB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{01F70D01-062D-4391-AF82-8325B22B87AB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{01F70D01-062D-4391-AF82-8325B22B87AB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{01F70D01-062D-4391-AF82-8325B22B87AB}.Release|Any CPU.Build.0 = Release|Any CPU
{59A22196-A750-4BA4-B30E-BE1422E68B8E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{59A22196-A750-4BA4-B30E-BE1422E68B8E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{59A22196-A750-4BA4-B30E-BE1422E68B8E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{59A22196-A750-4BA4-B30E-BE1422E68B8E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EE8856CF-D8F1-4ECF-A722-F677A6F107A3}
EndGlobalSection
GlobalSection(SharedMSBuildProjectFiles) = preSolution
SharedProject\SharedProject.projitems*{31c104bb-d294-4942-b206-896aa7a5fcb9}*SharedItemsImports = 4
SharedProject\SharedProject.projitems*{59a22196-a750-4ba4-b30e-be1422e68b8e}*SharedItemsImports = 4
SharedProject\SharedProject.projitems*{9353044c-5d39-4e70-8e78-28213e05217a}*SharedItemsImports = 13
EndGlobalSection
EndGlobal