-
Notifications
You must be signed in to change notification settings - Fork 0
/
CoverletBug_net8.sln
37 lines (37 loc) · 2.1 KB
/
CoverletBug_net8.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.35027.167
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CoveredClassLibrary", "CoveredClassLibrary\CoveredClassLibrary_net8.csproj", "{7CBBD467-9593-4F4F-9105-38DE774BC454}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UncoveredClassLibrary", "UncoveredClassLibrary\UncoveredClassLibrary_net8.csproj", "{ADCF23A3-15A7-45F9-9AA5-82C0A88AF1A5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestProject", "TestProject\TestProject_net8.csproj", "{0DBB5B9B-6E7B-4B3E-A414-3FD283A35030}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7CBBD467-9593-4F4F-9105-38DE774BC454}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7CBBD467-9593-4F4F-9105-38DE774BC454}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7CBBD467-9593-4F4F-9105-38DE774BC454}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7CBBD467-9593-4F4F-9105-38DE774BC454}.Release|Any CPU.Build.0 = Release|Any CPU
{ADCF23A3-15A7-45F9-9AA5-82C0A88AF1A5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ADCF23A3-15A7-45F9-9AA5-82C0A88AF1A5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ADCF23A3-15A7-45F9-9AA5-82C0A88AF1A5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ADCF23A3-15A7-45F9-9AA5-82C0A88AF1A5}.Release|Any CPU.Build.0 = Release|Any CPU
{0DBB5B9B-6E7B-4B3E-A414-3FD283A35030}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0DBB5B9B-6E7B-4B3E-A414-3FD283A35030}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0DBB5B9B-6E7B-4B3E-A414-3FD283A35030}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0DBB5B9B-6E7B-4B3E-A414-3FD283A35030}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BA12FA22-DAEB-4366-A05C-D512A3A7BCCF}
EndGlobalSection
EndGlobal