-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathEasilyNET.slnx
More file actions
59 lines (59 loc) · 2.7 KB
/
EasilyNET.slnx
File metadata and controls
59 lines (59 loc) · 2.7 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
49
50
51
52
53
54
55
56
57
58
59
<Solution>
<Folder Name="/.github/">
<File Path=".github/dependabot.yml" />
<File Path=".github/PULL_REQUEST_TEMPLATE.md" />
<File Path=".github/release-drafter.yml" />
<File Path=".github/copilot-instructions.md" />
</Folder>
<Folder Name="/.github/ISSUE_TEMPLATE/">
<File Path=".github/ISSUE_TEMPLATE/bug.yml" />
<File Path=".github/ISSUE_TEMPLATE/config.yml" />
<File Path=".github/ISSUE_TEMPLATE/feature.yml" />
<File Path=".github/ISSUE_TEMPLATE/feedback.yml" />
</Folder>
<Folder Name="/.github/workflows/">
<File Path=".github/workflows/build_test.yml" />
<File Path=".github/workflows/releaser.yml" />
<File Path=".github/workflows/PSScriptAnalyzer.yml" />
</Folder>
<Folder Name="/sample/">
<Project Path="sample/WebApi.Test.Unit/WebApi.Test.Unit.csproj" />
</Folder>
<Folder Name="/Solution Items/">
<File Path="ClearCPM.ps1" />
<File Path="Directory.Build.props" />
<File Path="docker-compose.basic.service.yml" />
<File Path="docker-compose.mongo.rs.yml" />
<File Path="gitemoji.md" />
<File Path="LICENSE" />
<File Path="otel-collector-config.yaml" />
<File Path="Pack.ps1" />
<File Path="Push.ps1" />
<File Path="README.md" />
<File Path="Test.ps1" />
</Folder>
<Folder Name="/src/">
<File Path="src/Directory.Build.props" />
<File Path="src/Directory.Build.targets" />
<File Path="src/Directory.Packages.props" />
</Folder>
<Folder Name="/src/Core/">
<Project Path="src/EasilyNET.Core/EasilyNET.Core.csproj" />
<Project Path="src/EasilyNET.WebCore/EasilyNET.WebCore.csproj" />
</Folder>
<Folder Name="/src/Framework/">
<Project Path="src/EasilyNET.AutoDependencyInjection.Core/EasilyNET.AutoDependencyInjection.Core.csproj" />
<Project Path="src/EasilyNET.AutoDependencyInjection/EasilyNET.AutoDependencyInjection.csproj" />
<Project Path="src/EasilyNET.RabbitBus.AspNetCore/EasilyNET.RabbitBus.AspNetCore.csproj" />
<Project Path="src/EasilyNET.RabbitBus.Core/EasilyNET.RabbitBus.Core.csproj" />
<Project Path="src/EasilyNET.Security/EasilyNET.Security.csproj" />
</Folder>
<Folder Name="/src/Mongo/">
<Project Path="src/EasilyNET.Mongo.AspNetCore/EasilyNET.Mongo.AspNetCore.csproj" />
<Project Path="src/EasilyNET.Mongo.ConsoleDebug/EasilyNET.Mongo.ConsoleDebug.csproj" />
<Project Path="src/EasilyNET.Mongo.Core/EasilyNET.Mongo.Core.csproj" />
</Folder>
<Folder Name="/test/">
<Project Path="test/EasilyNET.Test.Unit/EasilyNET.Test.Unit.csproj" />
</Folder>
</Solution>