-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathFluentAssertions.Json.sln
58 lines (58 loc) · 3.4 KB
/
FluentAssertions.Json.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32210.308
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E5A0B454-22D4-4694-99FF-D6A8B7DE7DA3}"
ProjectSection(SolutionItems) = preProject
Tests\Default.testsettings = Tests\Default.testsettings
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FluentAssertions.Json", "Src\FluentAssertions.Json\FluentAssertions.Json.csproj", "{C1D6C0EB-A488-4166-A313-F024C5B6DF5A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "_build", "build\_build.csproj", "{27A3107F-A317-4538-8095-A0B55470C852}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FluentAssertions.Json.Specs", "Tests\FluentAssertions.Json.Specs\FluentAssertions.Json.Specs.csproj", "{3BC30A51-52A0-4F87-A962-D3473F9FD323}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Approval.Tests", "Tests\Approval.Tests\Approval.Tests.csproj", "{DB02EE93-8D2F-4094-9999-32D31F053BE2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
CI|Any CPU = CI|Any CPU
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C1D6C0EB-A488-4166-A313-F024C5B6DF5A}.CI|Any CPU.ActiveCfg = Release|Any CPU
{C1D6C0EB-A488-4166-A313-F024C5B6DF5A}.CI|Any CPU.Build.0 = Release|Any CPU
{C1D6C0EB-A488-4166-A313-F024C5B6DF5A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C1D6C0EB-A488-4166-A313-F024C5B6DF5A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C1D6C0EB-A488-4166-A313-F024C5B6DF5A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C1D6C0EB-A488-4166-A313-F024C5B6DF5A}.Release|Any CPU.Build.0 = Release|Any CPU
{27A3107F-A317-4538-8095-A0B55470C852}.CI|Any CPU.ActiveCfg = Release|Any CPU
{27A3107F-A317-4538-8095-A0B55470C852}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{27A3107F-A317-4538-8095-A0B55470C852}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3BC30A51-52A0-4F87-A962-D3473F9FD323}.CI|Any CPU.ActiveCfg = Debug|Any CPU
{3BC30A51-52A0-4F87-A962-D3473F9FD323}.CI|Any CPU.Build.0 = Debug|Any CPU
{3BC30A51-52A0-4F87-A962-D3473F9FD323}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3BC30A51-52A0-4F87-A962-D3473F9FD323}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3BC30A51-52A0-4F87-A962-D3473F9FD323}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3BC30A51-52A0-4F87-A962-D3473F9FD323}.Release|Any CPU.Build.0 = Release|Any CPU
{DB02EE93-8D2F-4094-9999-32D31F053BE2}.CI|Any CPU.ActiveCfg = Release|Any CPU
{DB02EE93-8D2F-4094-9999-32D31F053BE2}.CI|Any CPU.Build.0 = Release|Any CPU
{DB02EE93-8D2F-4094-9999-32D31F053BE2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DB02EE93-8D2F-4094-9999-32D31F053BE2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DB02EE93-8D2F-4094-9999-32D31F053BE2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DB02EE93-8D2F-4094-9999-32D31F053BE2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7ADF613B-0008-464D-BAFE-4DA09B77A387}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = FluentAssertions.Silverlight\Silverlight.csproj
EndGlobalSection
EndGlobal