-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMessaging.slnx
More file actions
47 lines (47 loc) · 1.64 KB
/
Copy pathMessaging.slnx
File metadata and controls
47 lines (47 loc) · 1.64 KB
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
<Solution>
<Folder Name="/Documentation/">
<File Path="LICENSE.md" />
<File Path="README.md" />
</Folder>
<Folder Name="/Documentation/.github/">
<File Path=".github/CODE_OF_CONDUCT.md" />
<File Path=".github/CONTRIBUTING.md" />
<File Path=".github/PULL_REQUEST_TEMPLATE.md" />
<File Path=".github/SECURITY.md" />
</Folder>
<Folder Name="/Documentation/.github/ISSUE_TEMPLATE/">
<File Path=".github/ISSUE_TEMPLATE/BUG_REPORT.yml" />
<File Path=".github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml" />
</Folder>
<Folder Name="/Images/">
<File Path="Images/Icon.png" />
</Folder>
<Folder Name="/Solution Items/">
<File Path=".editorconfig" />
<File Path=".gitattributes" />
<File Path=".gitignore" />
<File Path="build.cake" />
<File Path="Directory.Build.props" />
<File Path="Directory.Build.targets" />
<File Path="dotnet-tools.json" />
<File Path="global.json" />
</Folder>
<Folder Name="/Solution Items/.github/">
<File Path=".github/dependabot.yml" />
<File Path=".github/release-drafter.yml" />
</Folder>
<Folder Name="/Solution Items/.github/workflows/">
<File Path=".github/workflows/build.yml" />
<File Path=".github/workflows/codeql-analysis.yml" />
<File Path=".github/workflows/release-drafter.yml" />
</Folder>
<Folder Name="/Source/">
<File Path="Source/Directory.Build.props" />
<Project Path="Source/Messaging/Messaging.csproj" />
</Folder>
<Folder Name="/Tests/">
<File Path="Tests/.editorconfig" />
<File Path="Tests/Directory.Build.props" />
<Project Path="Tests/Messaging.Test/Messaging.Test.csproj" />
</Folder>
</Solution>