-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPosInformatique.Logging.Assertions.sln
60 lines (60 loc) · 3.07 KB
/
PosInformatique.Logging.Assertions.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
60
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34031.279
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Logging.Assertions", "src\Logging.Assertions\Logging.Assertions.csproj", "{EA82C014-5514-470D-9367-E2F7C40A3732}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6CE746AC-E3B0-4912-89BA-23EA2733830A}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.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("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Logging.Assertions.Tests", "tests\Logging.Assertions.Tests\Logging.Assertions.Tests.csproj", "{478004C7-1A97-46C1-A7FA-E2925C3F38EA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{A62DA28F-4ECA-428B-B015-98C716DA7DAF}"
ProjectSection(SolutionItems) = preProject
tests\.editorconfig = tests\.editorconfig
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{F37BD0D2-6340-49A1-87A3-F5FFB9EE3FC3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{BBCFBA69-80C5-4053-BA6E-B65583CA19D7}"
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
{EA82C014-5514-470D-9367-E2F7C40A3732}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EA82C014-5514-470D-9367-E2F7C40A3732}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EA82C014-5514-470D-9367-E2F7C40A3732}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EA82C014-5514-470D-9367-E2F7C40A3732}.Release|Any CPU.Build.0 = Release|Any CPU
{478004C7-1A97-46C1-A7FA-E2925C3F38EA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{478004C7-1A97-46C1-A7FA-E2925C3F38EA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{478004C7-1A97-46C1-A7FA-E2925C3F38EA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{478004C7-1A97-46C1-A7FA-E2925C3F38EA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A62DA28F-4ECA-428B-B015-98C716DA7DAF} = {6CE746AC-E3B0-4912-89BA-23EA2733830A}
{F37BD0D2-6340-49A1-87A3-F5FFB9EE3FC3} = {6CE746AC-E3B0-4912-89BA-23EA2733830A}
{BBCFBA69-80C5-4053-BA6E-B65583CA19D7} = {F37BD0D2-6340-49A1-87A3-F5FFB9EE3FC3}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B3A52E02-62EF-499F-A509-8DF050E26B77}
EndGlobalSection
EndGlobal