-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPosInformatique.FluentAssertions.Json.sln
59 lines (59 loc) · 3.05 KB
/
PosInformatique.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
59
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34024.191
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FluentAssertions.Json", "src\FluentAssertions.Json\FluentAssertions.Json.csproj", "{6181FF63-A928-45E9-A06A-C39D6A605EA0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FluentAssertions.Json.Tests", "tests\FluentAssertions.Json.Tests\FluentAssertions.Json.Tests.csproj", "{4C522E59-A843-4538-BC99-512A70D673AB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{882949E5-7DCE-4EB6-8E9A-CB88FD0ED1F9}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
CodeCoverage.runsettings = CodeCoverage.runsettings
Directory.Build.props = Directory.Build.props
LICENSE = LICENSE
README.md = README.md
stylecop.json = stylecop.json
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{7928175B-C3B3-4F81-B956-BF4E4F816436}"
ProjectSection(SolutionItems) = preProject
tests\.editorconfig = tests\.editorconfig
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{F618D0FB-ECB8-4E1B-BAD3-5B3618FB8EB2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{FFCF0F26-C911-4595-BEF0-9393206E5FDD}"
ProjectSection(SolutionItems) = preProject
.github\workflows\github-actions-ci.yaml = .github\workflows\github-actions-ci.yaml
.github\workflows\github-actions-release.yml = .github\workflows\github-actions-release.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6181FF63-A928-45E9-A06A-C39D6A605EA0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6181FF63-A928-45E9-A06A-C39D6A605EA0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6181FF63-A928-45E9-A06A-C39D6A605EA0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6181FF63-A928-45E9-A06A-C39D6A605EA0}.Release|Any CPU.Build.0 = Release|Any CPU
{4C522E59-A843-4538-BC99-512A70D673AB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4C522E59-A843-4538-BC99-512A70D673AB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4C522E59-A843-4538-BC99-512A70D673AB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4C522E59-A843-4538-BC99-512A70D673AB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{7928175B-C3B3-4F81-B956-BF4E4F816436} = {882949E5-7DCE-4EB6-8E9A-CB88FD0ED1F9}
{F618D0FB-ECB8-4E1B-BAD3-5B3618FB8EB2} = {882949E5-7DCE-4EB6-8E9A-CB88FD0ED1F9}
{FFCF0F26-C911-4595-BEF0-9393206E5FDD} = {F618D0FB-ECB8-4E1B-BAD3-5B3618FB8EB2}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0582B8EB-4FA4-488E-9953-9B7CEEE4E94F}
EndGlobalSection
EndGlobal