-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathKeeptrack.slnx
More file actions
39 lines (39 loc) · 1.55 KB
/
Keeptrack.slnx
File metadata and controls
39 lines (39 loc) · 1.55 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
<Solution>
<Folder Name="/Solution Items/">
<File Path=".editorconfig" />
<File Path=".gitignore" />
<File Path=".markdownlint-cli2.yaml" />
<File Path=".yamllint.yaml" />
<File Path="CONTRIBUTING.md" />
<File Path="Directory.Build.props" />
<File Path="Directory.Packages.props" />
<File Path="README.md" />
</Folder>
<Folder Name="/Solution Items/docs/">
<File Path="docs/operations.md" />
</Folder>
<Folder Name="/Solution Items/pipelines/" />
<Folder Name="/Solution Items/pipelines/azure-devops/">
<File Path=".azure/pipelines/ci.yml" />
</Folder>
<Folder Name="/Solution Items/pipelines/github/">
<File Path=".github/workflows/ci.yaml" />
<File Path=".github/workflows/pkg.yaml" />
<File Path=".github/workflows/reusable-git-check.yml" />
</Folder>
<Folder Name="/Solution Items/pipelines/gitlab/">
<File Path=".gitlab-ci.yml" />
</Folder>
<Folder Name="/Solution Items/scripts/">
<File Path="scripts/mongodb-create-index.js" />
<File Path="scripts/mongodb-install.sh" />
</Folder>
<Project Path="src/BlazorApp/BlazorApp.csproj" />
<Project Path="src/Common.System/Common.System.csproj" />
<Project Path="src/Domain/Domain.csproj" />
<Project Path="src/Infrastructure.MongoDb/Infrastructure.MongoDb.csproj" />
<Project Path="src/WebApi.Contracts/WebApi.Contracts.csproj" />
<Project Path="src/WebApi/WebApi.csproj" />
<Project Path="test/WebApi.IntegrationTests/WebApi.IntegrationTests.csproj" />
<Project Path="test/WebApi.UnitTests/WebApi.UnitTests.csproj" />
</Solution>