-
Notifications
You must be signed in to change notification settings - Fork 1
/
Byteology.GuardClauses.sln
63 lines (63 loc) · 3.17 KB
/
Byteology.GuardClauses.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
61
62
63
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31808.319
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2E7D295B-DD35-4511-91AB-8EDFC13774FE}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
Icon.png = Icon.png
LICENSE = LICENSE
.gitattributes = .gitattributes
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Byteology.GuardClauses", "Byteology.GuardClauses\Byteology.GuardClauses.csproj", "{6ADD42B2-D4B4-4D3F-AF64-4E791F15ACDD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Byteology.GuardClauses.Tests", "Byteology.GuardClauses.Tests\Byteology.GuardClauses.Tests.csproj", "{19BF1C06-38EC-45E3-825D-8CFB9D0B3F53}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{78FF7AEE-28F7-46AA-BB5F-8010DFCE1486}"
ProjectSection(SolutionItems) = preProject
.github\workflows\push-action.yml = .github\workflows\push-action.yml
.github\workflows\release-action.yml = .github\workflows\release-action.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{DBCAC13B-C057-4E0A-9B45-DFC34A4BA10A}"
ProjectSection(SolutionItems) = preProject
.github\CODEOWNERS = .github\CODEOWNERS
.github\README.md = .github\README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".sonar", ".sonar", "{46C49923-6EF5-46E1-9016-3034D4560C36}"
ProjectSection(SolutionItems) = preProject
.sonar\coverlet.runsettings = .sonar\coverlet.runsettings
.sonar\SonarQube.Analysis.xml = .sonar\SonarQube.Analysis.xml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6ADD42B2-D4B4-4D3F-AF64-4E791F15ACDD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6ADD42B2-D4B4-4D3F-AF64-4E791F15ACDD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6ADD42B2-D4B4-4D3F-AF64-4E791F15ACDD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6ADD42B2-D4B4-4D3F-AF64-4E791F15ACDD}.Release|Any CPU.Build.0 = Release|Any CPU
{19BF1C06-38EC-45E3-825D-8CFB9D0B3F53}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{19BF1C06-38EC-45E3-825D-8CFB9D0B3F53}.Debug|Any CPU.Build.0 = Debug|Any CPU
{19BF1C06-38EC-45E3-825D-8CFB9D0B3F53}.Release|Any CPU.ActiveCfg = Release|Any CPU
{19BF1C06-38EC-45E3-825D-8CFB9D0B3F53}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{78FF7AEE-28F7-46AA-BB5F-8010DFCE1486} = {DBCAC13B-C057-4E0A-9B45-DFC34A4BA10A}
{DBCAC13B-C057-4E0A-9B45-DFC34A4BA10A} = {2E7D295B-DD35-4511-91AB-8EDFC13774FE}
{46C49923-6EF5-46E1-9016-3034D4560C36} = {2E7D295B-DD35-4511-91AB-8EDFC13774FE}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {580F2A87-6902-4C59-B4DC-72C03E6AAB6D}
EndGlobalSection
EndGlobal