-
Notifications
You must be signed in to change notification settings - Fork 6
/
Testify.sln
85 lines (85 loc) · 4.82 KB
/
Testify.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2036
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{469F900E-5D25-4CD0-A0CC-A255131F2D8F}"
ProjectSection(SolutionItems) = preProject
src\Tests\Directory.build.props = src\Tests\Directory.build.props
src\Tests\Testify.Tests.ruleset = src\Tests\Testify.Tests.ruleset
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{EB7AA38D-B41B-449B-9431-AB1BE2EB3EE3}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
CodeCoverage.runsettings = CodeCoverage.runsettings
src\Directory.build.props = src\Directory.build.props
LICENSE = LICENSE
README.md = README.md
testify.cake = testify.cake
src\Testify.ruleset = src\Testify.ruleset
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".build", ".build", "{9DF27E5E-395B-45E6-995A-891542BC0F41}"
ProjectSection(SolutionItems) = preProject
Build.proj = Build.proj
.build\MSBuild.Community.Tasks.dll = .build\MSBuild.Community.Tasks.dll
.build\MSBuild.Community.Tasks.targets = .build\MSBuild.Community.Tasks.targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Examples", "Examples", "{7F5EBA53-F3CE-42E8-AE96-35588E0EB67B}"
ProjectSection(SolutionItems) = preProject
src\Examples\Directory.build.props = src\Examples\Directory.build.props
src\Examples\Testify.Examples.ruleset = src\Examples\Testify.Examples.ruleset
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Testify", "src\Testify\Testify.csproj", "{C83C1AC0-9E8D-41D7-BC01-06C8570DEC70}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Testify.Tests", "src\Tests\Testify.Tests\Testify.Tests.csproj", "{0E1E52AC-741D-4A4B-AB6A-BFE5AB44BF86}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Testify.Moq", "src\Testify.Moq\Testify.Moq.csproj", "{F8642C61-E372-421D-9AD0-C0BA0EEB5D16}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Testify.Moq.Tests", "src\Tests\Testify.Moq.Tests\Testify.Moq.Tests.csproj", "{64174681-1570-45E3-9965-18433F644EEC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Testify.Examples", "src\Examples\Testify.Examples\Testify.Examples.csproj", "{D0F601A2-DB9F-4BFE-88FE-8035D5130980}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C83C1AC0-9E8D-41D7-BC01-06C8570DEC70}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C83C1AC0-9E8D-41D7-BC01-06C8570DEC70}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C83C1AC0-9E8D-41D7-BC01-06C8570DEC70}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C83C1AC0-9E8D-41D7-BC01-06C8570DEC70}.Release|Any CPU.Build.0 = Release|Any CPU
{0E1E52AC-741D-4A4B-AB6A-BFE5AB44BF86}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0E1E52AC-741D-4A4B-AB6A-BFE5AB44BF86}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0E1E52AC-741D-4A4B-AB6A-BFE5AB44BF86}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0E1E52AC-741D-4A4B-AB6A-BFE5AB44BF86}.Release|Any CPU.Build.0 = Release|Any CPU
{F8642C61-E372-421D-9AD0-C0BA0EEB5D16}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F8642C61-E372-421D-9AD0-C0BA0EEB5D16}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F8642C61-E372-421D-9AD0-C0BA0EEB5D16}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F8642C61-E372-421D-9AD0-C0BA0EEB5D16}.Release|Any CPU.Build.0 = Release|Any CPU
{64174681-1570-45E3-9965-18433F644EEC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{64174681-1570-45E3-9965-18433F644EEC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{64174681-1570-45E3-9965-18433F644EEC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{64174681-1570-45E3-9965-18433F644EEC}.Release|Any CPU.Build.0 = Release|Any CPU
{D0F601A2-DB9F-4BFE-88FE-8035D5130980}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D0F601A2-DB9F-4BFE-88FE-8035D5130980}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D0F601A2-DB9F-4BFE-88FE-8035D5130980}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D0F601A2-DB9F-4BFE-88FE-8035D5130980}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{0E1E52AC-741D-4A4B-AB6A-BFE5AB44BF86} = {469F900E-5D25-4CD0-A0CC-A255131F2D8F}
{64174681-1570-45E3-9965-18433F644EEC} = {469F900E-5D25-4CD0-A0CC-A255131F2D8F}
{D0F601A2-DB9F-4BFE-88FE-8035D5130980} = {7F5EBA53-F3CE-42E8-AE96-35588E0EB67B}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {796564D4-DAEC-4717-ADD8-43C0947B2BBE}
EndGlobalSection
EndGlobal