-
Notifications
You must be signed in to change notification settings - Fork 3
/
Neovolve.Logging.Xunit.sln
75 lines (75 loc) · 4.11 KB
/
Neovolve.Logging.Xunit.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
64
65
66
67
68
69
70
71
72
73
74
75
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34902.65
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Neovolve.Logging.Xunit", "Neovolve.Logging.Xunit\Neovolve.Logging.Xunit.csproj", "{2F7C39EF-7EDE-40CA-B475-5C3789718D0D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Neovolve.Logging.Xunit.UnitTests", "Neovolve.Logging.Xunit.UnitTests\Neovolve.Logging.Xunit.UnitTests.csproj", "{D2D06F55-B34D-40D8-B8F6-A82C9F0B0E90}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{78B2ADC7-6CDE-4DEA-88E5-CE0C3F5D4FD8}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
Solution Items\Application.ruleset = Solution Items\Application.ruleset
compiler.props = compiler.props
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
Directory.Packages.props = Directory.Packages.props
GitVersion.yml = GitVersion.yml
LICENSE = LICENSE
NuGet.config = NuGet.config
package.props = package.props
package.targets = package.targets
README.md = README.md
snk.ps1 = snk.ps1
Solution Items\UnitTest.ruleset = Solution Items\UnitTest.ruleset
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{68003956-8AC1-4F2D-B00C-564FDB93D639}"
ProjectSection(SolutionItems) = preProject
.github\dependabot.yml = .github\dependabot.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{8597A24D-ACFB-4347-BB82-BCDC82872EE6}"
ProjectSection(SolutionItems) = preProject
.github\workflows\ci.yml = .github\workflows\ci.yml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Neovolve.Logging.Xunit.Signed", "Neovolve.Logging.Xunit.Signed\Neovolve.Logging.Xunit.Signed.csproj", "{37008AC1-E442-4B03-8DC2-C57B910FD434}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Neovolve.Logging.Xunit.Signed.UnitTests", "Neovolve.Logging.Xunit.Signed.UnitTests\Neovolve.Logging.Xunit.Signed.UnitTests.csproj", "{599135FC-0074-4C3C-99FC-221FB04E2367}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2F7C39EF-7EDE-40CA-B475-5C3789718D0D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2F7C39EF-7EDE-40CA-B475-5C3789718D0D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2F7C39EF-7EDE-40CA-B475-5C3789718D0D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2F7C39EF-7EDE-40CA-B475-5C3789718D0D}.Release|Any CPU.Build.0 = Release|Any CPU
{D2D06F55-B34D-40D8-B8F6-A82C9F0B0E90}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D2D06F55-B34D-40D8-B8F6-A82C9F0B0E90}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D2D06F55-B34D-40D8-B8F6-A82C9F0B0E90}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D2D06F55-B34D-40D8-B8F6-A82C9F0B0E90}.Release|Any CPU.Build.0 = Release|Any CPU
{37008AC1-E442-4B03-8DC2-C57B910FD434}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{37008AC1-E442-4B03-8DC2-C57B910FD434}.Debug|Any CPU.Build.0 = Debug|Any CPU
{37008AC1-E442-4B03-8DC2-C57B910FD434}.Release|Any CPU.ActiveCfg = Release|Any CPU
{37008AC1-E442-4B03-8DC2-C57B910FD434}.Release|Any CPU.Build.0 = Release|Any CPU
{599135FC-0074-4C3C-99FC-221FB04E2367}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{599135FC-0074-4C3C-99FC-221FB04E2367}.Debug|Any CPU.Build.0 = Debug|Any CPU
{599135FC-0074-4C3C-99FC-221FB04E2367}.Release|Any CPU.ActiveCfg = Release|Any CPU
{599135FC-0074-4C3C-99FC-221FB04E2367}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{8597A24D-ACFB-4347-BB82-BCDC82872EE6} = {68003956-8AC1-4F2D-B00C-564FDB93D639}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2FA63CE2-FAD0-4D94-B8F7-60C98D836222}
EndGlobalSection
EndGlobal