forked from lucaslorentz/minicover
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MiniCover.sln
43 lines (43 loc) · 2.57 KB
/
MiniCover.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2027
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MiniCover", "src\MiniCover\MiniCover.csproj", "{CE06DCCF-32DB-44F2-B6D8-37DD0395C406}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MiniCover.XUnit.Tests", "test\MiniCover.XUnit.Tests\MiniCover.XUnit.Tests.csproj", "{78E87245-EB9E-4B68-BB3C-75ED0BA4E1FC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MiniCover.NUnit.Tests", "test\MiniCover.NUnit.Tests\MiniCover.NUnit.Tests.csproj", "{01757BB0-81E7-496F-AA0C-8CB3AB4C9760}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MiniCover.Tests", "test\MiniCover.Tests\MiniCover.Tests.csproj", "{2D96D8D4-F62E-4A1C-B4A1-86524C7FECFB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CE06DCCF-32DB-44F2-B6D8-37DD0395C406}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CE06DCCF-32DB-44F2-B6D8-37DD0395C406}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CE06DCCF-32DB-44F2-B6D8-37DD0395C406}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CE06DCCF-32DB-44F2-B6D8-37DD0395C406}.Release|Any CPU.Build.0 = Release|Any CPU
{78E87245-EB9E-4B68-BB3C-75ED0BA4E1FC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{78E87245-EB9E-4B68-BB3C-75ED0BA4E1FC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{78E87245-EB9E-4B68-BB3C-75ED0BA4E1FC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{78E87245-EB9E-4B68-BB3C-75ED0BA4E1FC}.Release|Any CPU.Build.0 = Release|Any CPU
{01757BB0-81E7-496F-AA0C-8CB3AB4C9760}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{01757BB0-81E7-496F-AA0C-8CB3AB4C9760}.Debug|Any CPU.Build.0 = Debug|Any CPU
{01757BB0-81E7-496F-AA0C-8CB3AB4C9760}.Release|Any CPU.ActiveCfg = Release|Any CPU
{01757BB0-81E7-496F-AA0C-8CB3AB4C9760}.Release|Any CPU.Build.0 = Release|Any CPU
{2D96D8D4-F62E-4A1C-B4A1-86524C7FECFB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2D96D8D4-F62E-4A1C-B4A1-86524C7FECFB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2D96D8D4-F62E-4A1C-B4A1-86524C7FECFB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2D96D8D4-F62E-4A1C-B4A1-86524C7FECFB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C9809608-5E38-4E98-80B5-7CD7859FF4E8}
EndGlobalSection
EndGlobal