forked from FortuneN/FineCodeCoverage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFineCodeCoverage.sln
44 lines (44 loc) · 2.06 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30114.105
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
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
appveyor.yml = appveyor.yml
CHANGELOG.md = CHANGELOG.md
CONTRIBUTING.md = CONTRIBUTING.md
ISSUE_TEMPLATE.md = ISSUE_TEMPLATE.md
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ReportGeneratorPlugins", "ReportGeneratorPlugins\ReportGeneratorPlugins.csproj", "{14FB668B-4B70-41E4-964B-405E5C9A6A58}"
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
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EE8856CF-D8F1-4ECF-A722-F677A6F107A3}
EndGlobalSection
EndGlobal