-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAzzyBot.slnx
More file actions
48 lines (48 loc) · 1.89 KB
/
AzzyBot.slnx
File metadata and controls
48 lines (48 loc) · 1.89 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
48
<Solution>
<Configurations>
<BuildType Name="Debug" />
<BuildType Name="Docker" />
<BuildType Name="Docker-debug" />
<BuildType Name="Release" />
<Platform Name="Any CPU" />
<Platform Name="ARM64" />
<Platform Name="x64" />
</Configurations>
<Folder Name="/actions/">
<File Path=".github/copilot-instructions.md" />
<File Path=".github/dependabot.yml" />
<File Path=".github/ISSUE_TEMPLATE/bug_report.yml" />
<File Path=".github/ISSUE_TEMPLATE/feature_request.yml" />
<File Path=".github/workflows/backports.yml" />
<File Path=".github/workflows/codeql-actions.yml" />
<File Path=".github/workflows/codeql-csharp.yml" />
<File Path=".github/workflows/dependabot-auto-merge.yml" />
<File Path=".github/workflows/dependabot-formatting.yml" />
<File Path=".github/workflows/docker.yml" />
<File Path=".github/workflows/hcl-appscan-codesweep.yml" />
<File Path=".github/workflows/release.yml" />
<File Path=".github/workflows/sonarcloud.yml" />
<File Path=".github/workflows/tag-creation.yml" />
</Folder>
<Folder Name="/global/">
<File Path="CHANGELOG.md" />
<File Path="Directory.Build.props" />
<File Path="Directory.Packages.props" />
<File Path="global.json" />
<File Path="SECURITY.md" />
</Folder>
<Folder Name="/src/">
<Project Path="src/AzzyBot.Bot/AzzyBot.Bot.csproj">
<Platform Solution="*|ARM64" Project="ARM64" />
<Platform Solution="*|x64" Project="x64" />
</Project>
<Project Path="src/AzzyBot.Core/AzzyBot.Core.csproj">
<Platform Solution="*|ARM64" Project="ARM64" />
<Platform Solution="*|x64" Project="x64" />
</Project>
<Project Path="src/AzzyBot.Data/AzzyBot.Data.csproj">
<Platform Solution="*|ARM64" Project="ARM64" />
<Platform Solution="*|x64" Project="x64" />
</Project>
</Folder>
</Solution>