-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFluentAssertions.Properties.sln
46 lines (46 loc) · 2.32 KB
/
FluentAssertions.Properties.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32210.238
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FluentAssertions.Properties", "src\FluentAssertions.Properties\FluentAssertions.Properties.csproj", "{0D95E585-32D4-4D2A-8840-628FAAAD927F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FluentAssertions.Properties.Tests", "src\FluentAssertions.Properties.Tests\FluentAssertions.Properties.Tests.csproj", "{BB057172-6B8B-42EF-86CC-189F9E2A90CE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{926AE15B-4FB4-4097-9C6E-2F8F253F2C9A}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{E25CD9F8-2EDB-4538-A0F2-437AAFBC97B8}"
ProjectSection(SolutionItems) = preProject
docs\Assertions.md = docs\Assertions.md
docs\Selectors.md = docs\Selectors.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0D95E585-32D4-4D2A-8840-628FAAAD927F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0D95E585-32D4-4D2A-8840-628FAAAD927F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0D95E585-32D4-4D2A-8840-628FAAAD927F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0D95E585-32D4-4D2A-8840-628FAAAD927F}.Release|Any CPU.Build.0 = Release|Any CPU
{BB057172-6B8B-42EF-86CC-189F9E2A90CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BB057172-6B8B-42EF-86CC-189F9E2A90CE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BB057172-6B8B-42EF-86CC-189F9E2A90CE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BB057172-6B8B-42EF-86CC-189F9E2A90CE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{E25CD9F8-2EDB-4538-A0F2-437AAFBC97B8} = {926AE15B-4FB4-4097-9C6E-2F8F253F2C9A}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A1C824C8-312D-40FA-AA2B-7BA1850D86B3}
EndGlobalSection
EndGlobal