forked from shouldly/shouldly
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Shouldly.sln
52 lines (52 loc) · 2.93 KB
/
Shouldly.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30128.36
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{70055B25-BE01-4932-84F1-A0BE47A93BFC}"
ProjectSection(SolutionItems) = preProject
src\.editorconfig = src\.editorconfig
appveyor.yml = appveyor.yml
src\Directory.Build.props = src\Directory.Build.props
README.md = README.md
global.json = global.json
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Shouldly", "src\Shouldly\Shouldly.csproj", "{9440E071-488A-49AC-96D7-E72BEBC38418}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Shouldly.Tests", "src\Shouldly.Tests\Shouldly.Tests.csproj", "{70F31200-AE2B-42A9-9C56-200EED6235BD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DocumentationExamples", "src\DocumentationExamples\DocumentationExamples.csproj", "{D5990C0D-729B-4A88-9783-36F6D1898E38}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DeterministicTests", "src\DeterministicTests\DeterministicTests.csproj", "{7EDC01F8-D021-4EF4-82A1-F18F22433F43}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9440E071-488A-49AC-96D7-E72BEBC38418}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9440E071-488A-49AC-96D7-E72BEBC38418}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9440E071-488A-49AC-96D7-E72BEBC38418}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9440E071-488A-49AC-96D7-E72BEBC38418}.Release|Any CPU.Build.0 = Release|Any CPU
{70F31200-AE2B-42A9-9C56-200EED6235BD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{70F31200-AE2B-42A9-9C56-200EED6235BD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{70F31200-AE2B-42A9-9C56-200EED6235BD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{70F31200-AE2B-42A9-9C56-200EED6235BD}.Release|Any CPU.Build.0 = Release|Any CPU
{D5990C0D-729B-4A88-9783-36F6D1898E38}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D5990C0D-729B-4A88-9783-36F6D1898E38}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D5990C0D-729B-4A88-9783-36F6D1898E38}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D5990C0D-729B-4A88-9783-36F6D1898E38}.Release|Any CPU.Build.0 = Release|Any CPU
{7EDC01F8-D021-4EF4-82A1-F18F22433F43}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7EDC01F8-D021-4EF4-82A1-F18F22433F43}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7EDC01F8-D021-4EF4-82A1-F18F22433F43}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7EDC01F8-D021-4EF4-82A1-F18F22433F43}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CD9358BB-31E8-41B1-AE9F-FE3678785A14}
EndGlobalSection
EndGlobal