-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathLogging.XUnit.slnx
53 lines (53 loc) · 2.14 KB
/
Logging.XUnit.slnx
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
<Solution>
<Folder Name="/Solution Items/">
<File Path=".editorconfig" />
<File Path=".gitattributes" />
<File Path=".gitignore" />
<File Path="build.ps1" />
<File Path="CODE_OF_CONDUCT.md" />
<File Path="Directory.Build.props" />
<File Path="Directory.Packages.props" />
<File Path="global.json" />
<File Path="LICENSE" />
<File Path="Logging.XUnit.ruleset" />
<File Path="NuGet.config" />
<File Path="README.md" />
<File Path="stylecop.json" />
</Folder>
<Folder Name="/Solution Items/.github/">
<File Path=".github/actionlint-matcher.json" />
<File Path=".github/CODEOWNERS" />
<File Path=".github/CONTRIBUTING.md" />
<File Path=".github/dependabot.yml" />
<File Path=".github/FUNDING.yml" />
<File Path=".github/ISSUE_TEMPLATE.md" />
<File Path=".github/PULL_REQUEST_TEMPLATE.md" />
</Folder>
<Folder Name="/Solution Items/.github/ISSUE_TEMPLATE/">
<File Path=".github/ISSUE_TEMPLATE/bug_report.md" />
<File Path=".github/ISSUE_TEMPLATE/config.yml" />
<File Path=".github/ISSUE_TEMPLATE/feature_request.md" />
</Folder>
<Folder Name="/Solution Items/.github/workflows/">
<File Path=".github/workflows/build.yml" />
<File Path=".github/workflows/bump-version.yml" />
<File Path=".github/workflows/codeql-analysis.yml" />
<File Path=".github/workflows/dependency-review.yml" />
<File Path=".github/workflows/lint.yml" />
<File Path=".github/workflows/ossf-scorecard.yml" />
<File Path=".github/workflows/release.yml" />
</Folder>
<Folder Name="/Solution Items/.vscode/">
<File Path=".vscode/launch.json" />
<File Path=".vscode/tasks.json" />
</Folder>
<Folder Name="/src/">
<Project Path="src/Logging.XUnit.v3/MartinCostello.Logging.XUnit.v3.csproj" />
<Project Path="src/Logging.XUnit/MartinCostello.Logging.XUnit.csproj" />
</Folder>
<Folder Name="/tests/">
<Project Path="tests/Logging.XUnit.Tests/MartinCostello.Logging.XUnit.Tests.csproj" />
<Project Path="tests/Logging.XUnit.v3.Tests/MartinCostello.Logging.XUnit.v3.Tests.csproj" />
<Project Path="tests/SampleApp/SampleApp.csproj" />
</Folder>
</Solution>