-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathCSharpFunctionalExtensions.FluentAssertions.sln
54 lines (54 loc) · 2.83 KB
/
CSharpFunctionalExtensions.FluentAssertions.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32014.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{D26F7D3F-2856-4D6E-8C7D-EDEE24A1EABE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CSharpFunctionalExtensions.FluentAssertions", "src\CSharpFunctionalExtensions.FluentAssertions\CSharpFunctionalExtensions.FluentAssertions.csproj", "{E35A4F87-8CAE-463E-9375-1FC0D2C5244E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CSharpFunctionalExtensions.FluentAssertions.Tests", "tests\CSharpFunctionalExtensions.FluentAssertions.Tests\CSharpFunctionalExtensions.FluentAssertions.Tests.csproj", "{37BC9486-168F-445E-A655-01119763C63B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E390A936-6E5C-422A-95DC-00F46739BD4E}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{5A7E4E59-DF1A-4670-AD80-EA61E910A40B}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{2678B648-43F9-4FAA-917E-0D1F88FCA7AD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E35A4F87-8CAE-463E-9375-1FC0D2C5244E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E35A4F87-8CAE-463E-9375-1FC0D2C5244E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E35A4F87-8CAE-463E-9375-1FC0D2C5244E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E35A4F87-8CAE-463E-9375-1FC0D2C5244E}.Release|Any CPU.Build.0 = Release|Any CPU
{37BC9486-168F-445E-A655-01119763C63B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{37BC9486-168F-445E-A655-01119763C63B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{37BC9486-168F-445E-A655-01119763C63B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{37BC9486-168F-445E-A655-01119763C63B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{E35A4F87-8CAE-463E-9375-1FC0D2C5244E} = {D26F7D3F-2856-4D6E-8C7D-EDEE24A1EABE}
{37BC9486-168F-445E-A655-01119763C63B} = {2678B648-43F9-4FAA-917E-0D1F88FCA7AD}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5F46ABAA-BCF2-49FC-8A58-35A3A9A5121E}
EndGlobalSection
EndGlobal