forked from danielpalme/DotNetCoverageToolComparision
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCoverageDemo.sln
48 lines (48 loc) · 2.79 KB
/
CoverageDemo.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30907.101
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Business_Net47", "Business_Net47\Business_Net47.csproj", "{C468BD2F-A798-468D-A266-1B35BBB2B4DF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Business_Standard2", "Business_Standard2\Business_Standard2.csproj", "{1B73DBC3-1A2E-4BA5-8638-C003E8CCA9AB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BusinessTest_Net47", "BusinessTest_Net47\BusinessTest_Net47.csproj", "{0F627DC3-315C-4F38-9887-FFA0D0A00E48}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BusinessTest_NetCore", "BusinessTest_NetCore\BusinessTest_NetCore.csproj", "{301722AD-E152-494D-B365-45DFA80F8DD7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{58806E8B-E571-468D-8B4E-E1981054E924}"
ProjectSection(SolutionItems) = preProject
run.bat = run.bat
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C468BD2F-A798-468D-A266-1B35BBB2B4DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C468BD2F-A798-468D-A266-1B35BBB2B4DF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C468BD2F-A798-468D-A266-1B35BBB2B4DF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C468BD2F-A798-468D-A266-1B35BBB2B4DF}.Release|Any CPU.Build.0 = Release|Any CPU
{1B73DBC3-1A2E-4BA5-8638-C003E8CCA9AB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1B73DBC3-1A2E-4BA5-8638-C003E8CCA9AB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1B73DBC3-1A2E-4BA5-8638-C003E8CCA9AB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1B73DBC3-1A2E-4BA5-8638-C003E8CCA9AB}.Release|Any CPU.Build.0 = Release|Any CPU
{0F627DC3-315C-4F38-9887-FFA0D0A00E48}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0F627DC3-315C-4F38-9887-FFA0D0A00E48}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0F627DC3-315C-4F38-9887-FFA0D0A00E48}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0F627DC3-315C-4F38-9887-FFA0D0A00E48}.Release|Any CPU.Build.0 = Release|Any CPU
{301722AD-E152-494D-B365-45DFA80F8DD7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{301722AD-E152-494D-B365-45DFA80F8DD7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{301722AD-E152-494D-B365-45DFA80F8DD7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{301722AD-E152-494D-B365-45DFA80F8DD7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {69DAF81F-390E-4666-9C88-344D8645FE22}
EndGlobalSection
EndGlobal