1
-
2
1
Microsoft Visual Studio Solution File, Format Version 12.00
3
2
# Visual Studio 15
4
3
VisualStudioVersion = 15.0.26124.0
5
4
MinimumVisualStudioVersion = 15.0.26124.0
6
5
Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "src" , "src" , "{E877EBA4-E78B-4F7D-A2D3-1E070FED04CD}"
7
6
EndProject
8
- Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC }" ) = "coverlet.core" , "src\coverlet.core\coverlet.core.csproj" , "{31084026-D563-4B91-BE71-174C4270CCF4}"
7
+ Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556 }" ) = "coverlet.core" , "src\coverlet.core\coverlet.core.csproj" , "{31084026-D563-4B91-BE71-174C4270CCF4}"
9
8
EndProject
10
- Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC }" ) = "coverlet.msbuild.tasks" , "src\coverlet.msbuild.tasks\coverlet.msbuild.tasks.csproj" , "{FA73E423-9790-4F35-B018-3C4E3CA338BA}"
9
+ Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556 }" ) = "coverlet.msbuild.tasks" , "src\coverlet.msbuild.tasks\coverlet.msbuild.tasks.csproj" , "{FA73E423-9790-4F35-B018-3C4E3CA338BA}"
11
10
EndProject
12
11
Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "test" , "test" , "{2FEBDE1B-83E3-445B-B9F8-5644B0E0E134}"
13
12
EndProject
14
- Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC }" ) = "coverlet.core.tests" , "test\coverlet.core.tests\coverlet.core.tests.csproj" , "{E7637CC6-43F7-461A-A0BF-3C14562419BD}"
13
+ Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556 }" ) = "coverlet.core.tests" , "test\coverlet.core.tests\coverlet.core.tests.csproj" , "{E7637CC6-43F7-461A-A0BF-3C14562419BD}"
15
14
EndProject
16
- Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC }" ) = "coverlet.console" , "src\coverlet.console\coverlet.console.csproj" , "{F3DBE7C3-ABBB-4B8B-A6CB-A1D3D607163E}"
15
+ Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556 }" ) = "coverlet.console" , "src\coverlet.console\coverlet.console.csproj" , "{F3DBE7C3-ABBB-4B8B-A6CB-A1D3D607163E}"
17
16
EndProject
18
17
Global
19
18
GlobalSection (SolutionConfigurationPlatforms ) = preSolution
@@ -24,63 +23,66 @@ Global
24
23
Release| x64 = Release| x64
25
24
Release| x86 = Release| x86
26
25
EndGlobalSection
27
- GlobalSection (SolutionProperties ) = preSolution
28
- HideSolutionNode = FALSE
29
- EndGlobalSection
30
26
GlobalSection (ProjectConfigurationPlatforms ) = postSolution
31
27
{31084026-D563-4B91-BE71-174C4270CCF4} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
32
28
{31084026-D563-4B91-BE71-174C4270CCF4} .Debug| Any CPU .Build .0 = Debug| Any CPU
33
- {31084026-D563-4B91-BE71-174C4270CCF4} .Debug| x64 .ActiveCfg = Debug| x64
34
- {31084026-D563-4B91-BE71-174C4270CCF4} .Debug| x64 .Build .0 = Debug| x64
35
- {31084026-D563-4B91-BE71-174C4270CCF4} .Debug| x86 .ActiveCfg = Debug| x86
36
- {31084026-D563-4B91-BE71-174C4270CCF4} .Debug| x86 .Build .0 = Debug| x86
29
+ {31084026-D563-4B91-BE71-174C4270CCF4} .Debug| x64 .ActiveCfg = Debug| Any CPU
30
+ {31084026-D563-4B91-BE71-174C4270CCF4} .Debug| x64 .Build .0 = Debug| Any CPU
31
+ {31084026-D563-4B91-BE71-174C4270CCF4} .Debug| x86 .ActiveCfg = Debug| Any CPU
32
+ {31084026-D563-4B91-BE71-174C4270CCF4} .Debug| x86 .Build .0 = Debug| Any CPU
37
33
{31084026-D563-4B91-BE71-174C4270CCF4} .Release| Any CPU .ActiveCfg = Release| Any CPU
38
34
{31084026-D563-4B91-BE71-174C4270CCF4} .Release| Any CPU .Build .0 = Release| Any CPU
39
- {31084026-D563-4B91-BE71-174C4270CCF4} .Release| x64 .ActiveCfg = Release| x64
40
- {31084026-D563-4B91-BE71-174C4270CCF4} .Release| x64 .Build .0 = Release| x64
41
- {31084026-D563-4B91-BE71-174C4270CCF4} .Release| x86 .ActiveCfg = Release| x86
42
- {31084026-D563-4B91-BE71-174C4270CCF4} .Release| x86 .Build .0 = Release| x86
35
+ {31084026-D563-4B91-BE71-174C4270CCF4} .Release| x64 .ActiveCfg = Release| Any CPU
36
+ {31084026-D563-4B91-BE71-174C4270CCF4} .Release| x64 .Build .0 = Release| Any CPU
37
+ {31084026-D563-4B91-BE71-174C4270CCF4} .Release| x86 .ActiveCfg = Release| Any CPU
38
+ {31084026-D563-4B91-BE71-174C4270CCF4} .Release| x86 .Build .0 = Release| Any CPU
43
39
{FA73E423-9790-4F35-B018-3C4E3CA338BA} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
44
40
{FA73E423-9790-4F35-B018-3C4E3CA338BA} .Debug| Any CPU .Build .0 = Debug| Any CPU
45
- {FA73E423-9790-4F35-B018-3C4E3CA338BA} .Debug| x64 .ActiveCfg = Debug| x64
46
- {FA73E423-9790-4F35-B018-3C4E3CA338BA} .Debug| x64 .Build .0 = Debug| x64
47
- {FA73E423-9790-4F35-B018-3C4E3CA338BA} .Debug| x86 .ActiveCfg = Debug| x86
48
- {FA73E423-9790-4F35-B018-3C4E3CA338BA} .Debug| x86 .Build .0 = Debug| x86
41
+ {FA73E423-9790-4F35-B018-3C4E3CA338BA} .Debug| x64 .ActiveCfg = Debug| Any CPU
42
+ {FA73E423-9790-4F35-B018-3C4E3CA338BA} .Debug| x64 .Build .0 = Debug| Any CPU
43
+ {FA73E423-9790-4F35-B018-3C4E3CA338BA} .Debug| x86 .ActiveCfg = Debug| Any CPU
44
+ {FA73E423-9790-4F35-B018-3C4E3CA338BA} .Debug| x86 .Build .0 = Debug| Any CPU
49
45
{FA73E423-9790-4F35-B018-3C4E3CA338BA} .Release| Any CPU .ActiveCfg = Release| Any CPU
50
46
{FA73E423-9790-4F35-B018-3C4E3CA338BA} .Release| Any CPU .Build .0 = Release| Any CPU
51
- {FA73E423-9790-4F35-B018-3C4E3CA338BA} .Release| x64 .ActiveCfg = Release| x64
52
- {FA73E423-9790-4F35-B018-3C4E3CA338BA} .Release| x64 .Build .0 = Release| x64
53
- {FA73E423-9790-4F35-B018-3C4E3CA338BA} .Release| x86 .ActiveCfg = Release| x86
54
- {FA73E423-9790-4F35-B018-3C4E3CA338BA} .Release| x86 .Build .0 = Release| x86
47
+ {FA73E423-9790-4F35-B018-3C4E3CA338BA} .Release| x64 .ActiveCfg = Release| Any CPU
48
+ {FA73E423-9790-4F35-B018-3C4E3CA338BA} .Release| x64 .Build .0 = Release| Any CPU
49
+ {FA73E423-9790-4F35-B018-3C4E3CA338BA} .Release| x86 .ActiveCfg = Release| Any CPU
50
+ {FA73E423-9790-4F35-B018-3C4E3CA338BA} .Release| x86 .Build .0 = Release| Any CPU
55
51
{E7637CC6-43F7-461A-A0BF-3C14562419BD} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
56
52
{E7637CC6-43F7-461A-A0BF-3C14562419BD} .Debug| Any CPU .Build .0 = Debug| Any CPU
57
- {E7637CC6-43F7-461A-A0BF-3C14562419BD} .Debug| x64 .ActiveCfg = Debug| x64
58
- {E7637CC6-43F7-461A-A0BF-3C14562419BD} .Debug| x64 .Build .0 = Debug| x64
59
- {E7637CC6-43F7-461A-A0BF-3C14562419BD} .Debug| x86 .ActiveCfg = Debug| x86
60
- {E7637CC6-43F7-461A-A0BF-3C14562419BD} .Debug| x86 .Build .0 = Debug| x86
53
+ {E7637CC6-43F7-461A-A0BF-3C14562419BD} .Debug| x64 .ActiveCfg = Debug| Any CPU
54
+ {E7637CC6-43F7-461A-A0BF-3C14562419BD} .Debug| x64 .Build .0 = Debug| Any CPU
55
+ {E7637CC6-43F7-461A-A0BF-3C14562419BD} .Debug| x86 .ActiveCfg = Debug| Any CPU
56
+ {E7637CC6-43F7-461A-A0BF-3C14562419BD} .Debug| x86 .Build .0 = Debug| Any CPU
61
57
{E7637CC6-43F7-461A-A0BF-3C14562419BD} .Release| Any CPU .ActiveCfg = Release| Any CPU
62
58
{E7637CC6-43F7-461A-A0BF-3C14562419BD} .Release| Any CPU .Build .0 = Release| Any CPU
63
- {E7637CC6-43F7-461A-A0BF-3C14562419BD} .Release| x64 .ActiveCfg = Release| x64
64
- {E7637CC6-43F7-461A-A0BF-3C14562419BD} .Release| x64 .Build .0 = Release| x64
65
- {E7637CC6-43F7-461A-A0BF-3C14562419BD} .Release| x86 .ActiveCfg = Release| x86
66
- {E7637CC6-43F7-461A-A0BF-3C14562419BD} .Release| x86 .Build .0 = Release| x86
59
+ {E7637CC6-43F7-461A-A0BF-3C14562419BD} .Release| x64 .ActiveCfg = Release| Any CPU
60
+ {E7637CC6-43F7-461A-A0BF-3C14562419BD} .Release| x64 .Build .0 = Release| Any CPU
61
+ {E7637CC6-43F7-461A-A0BF-3C14562419BD} .Release| x86 .ActiveCfg = Release| Any CPU
62
+ {E7637CC6-43F7-461A-A0BF-3C14562419BD} .Release| x86 .Build .0 = Release| Any CPU
67
63
{F3DBE7C3-ABBB-4B8B-A6CB-A1D3D607163E} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
68
64
{F3DBE7C3-ABBB-4B8B-A6CB-A1D3D607163E} .Debug| Any CPU .Build .0 = Debug| Any CPU
69
- {F3DBE7C3-ABBB-4B8B-A6CB-A1D3D607163E} .Debug| x64 .ActiveCfg = Debug| x64
70
- {F3DBE7C3-ABBB-4B8B-A6CB-A1D3D607163E} .Debug| x64 .Build .0 = Debug| x64
71
- {F3DBE7C3-ABBB-4B8B-A6CB-A1D3D607163E} .Debug| x86 .ActiveCfg = Debug| x86
72
- {F3DBE7C3-ABBB-4B8B-A6CB-A1D3D607163E} .Debug| x86 .Build .0 = Debug| x86
65
+ {F3DBE7C3-ABBB-4B8B-A6CB-A1D3D607163E} .Debug| x64 .ActiveCfg = Debug| Any CPU
66
+ {F3DBE7C3-ABBB-4B8B-A6CB-A1D3D607163E} .Debug| x64 .Build .0 = Debug| Any CPU
67
+ {F3DBE7C3-ABBB-4B8B-A6CB-A1D3D607163E} .Debug| x86 .ActiveCfg = Debug| Any CPU
68
+ {F3DBE7C3-ABBB-4B8B-A6CB-A1D3D607163E} .Debug| x86 .Build .0 = Debug| Any CPU
73
69
{F3DBE7C3-ABBB-4B8B-A6CB-A1D3D607163E} .Release| Any CPU .ActiveCfg = Release| Any CPU
74
70
{F3DBE7C3-ABBB-4B8B-A6CB-A1D3D607163E} .Release| Any CPU .Build .0 = Release| Any CPU
75
- {F3DBE7C3-ABBB-4B8B-A6CB-A1D3D607163E} .Release| x64 .ActiveCfg = Release| x64
76
- {F3DBE7C3-ABBB-4B8B-A6CB-A1D3D607163E} .Release| x64 .Build .0 = Release| x64
77
- {F3DBE7C3-ABBB-4B8B-A6CB-A1D3D607163E} .Release| x86 .ActiveCfg = Release| x86
78
- {F3DBE7C3-ABBB-4B8B-A6CB-A1D3D607163E} .Release| x86 .Build .0 = Release| x86
71
+ {F3DBE7C3-ABBB-4B8B-A6CB-A1D3D607163E} .Release| x64 .ActiveCfg = Release| Any CPU
72
+ {F3DBE7C3-ABBB-4B8B-A6CB-A1D3D607163E} .Release| x64 .Build .0 = Release| Any CPU
73
+ {F3DBE7C3-ABBB-4B8B-A6CB-A1D3D607163E} .Release| x86 .ActiveCfg = Release| Any CPU
74
+ {F3DBE7C3-ABBB-4B8B-A6CB-A1D3D607163E} .Release| x86 .Build .0 = Release| Any CPU
75
+ EndGlobalSection
76
+ GlobalSection (SolutionProperties ) = preSolution
77
+ HideSolutionNode = FALSE
79
78
EndGlobalSection
80
79
GlobalSection (NestedProjects ) = preSolution
81
80
{31084026-D563-4B91-BE71-174C4270CCF4} = {E877EBA4-E78B-4F7D-A2D3-1E070FED04CD}
82
81
{FA73E423-9790-4F35-B018-3C4E3CA338BA} = {E877EBA4-E78B-4F7D-A2D3-1E070FED04CD}
83
82
{E7637CC6-43F7-461A-A0BF-3C14562419BD} = {2FEBDE1B-83E3-445B-B9F8-5644B0E0E134}
84
83
{F3DBE7C3-ABBB-4B8B-A6CB-A1D3D607163E} = {E877EBA4-E78B-4F7D-A2D3-1E070FED04CD}
85
84
EndGlobalSection
85
+ GlobalSection (ExtensibilityGlobals ) = postSolution
86
+ SolutionGuid = {9CA57C02-97B0-4C38-A027-EA61E8741F10}
87
+ EndGlobalSection
86
88
EndGlobal
0 commit comments