-
-
Notifications
You must be signed in to change notification settings - Fork 61
Expand file tree
/
Copy pathBootstrapAdmin.slnx
More file actions
115 lines (115 loc) · 4.91 KB
/
Copy pathBootstrapAdmin.slnx
File metadata and controls
115 lines (115 loc) · 4.91 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
<Solution>
<Folder Name="/actions/">
<File Path=".github/pull_request_template.md" />
</Folder>
<Folder Name="/actions/ISSUE_TEMPLATE/">
<File Path=".github/ISSUE_TEMPLATE/10_bug_report.yml" />
<File Path=".github/ISSUE_TEMPLATE/20_feature_request.yml" />
<File Path=".github/ISSUE_TEMPLATE/30_documentation.yml" />
<File Path=".github/ISSUE_TEMPLATE/40_unit_test.yml" />
<File Path=".github/ISSUE_TEMPLATE/50_other.yml" />
<File Path=".github/ISSUE_TEMPLATE/60_config.yml" />
</Folder>
<Folder Name="/actions/workflow/">
<File Path=".github/workflows/build.yml" />
<File Path=".github/workflows/docker.yml" />
</Folder>
<Folder Name="/configuration/">
<File Path=".editorconfig" />
<File Path=".gitignore" />
<File Path="appveyor.yml" />
<File Path="exclusion.dic" />
</Folder>
<Folder Name="/db/" />
<Folder Name="/db/MongoDB/">
<File Path="db/MongoDB/Dicts.js" />
<File Path="db/MongoDB/Groups.js" />
<File Path="db/MongoDB/init.js" />
<File Path="db/MongoDB/install.ps1" />
<File Path="db/MongoDB/install.sh" />
<File Path="db/MongoDB/Navigations.js" />
<File Path="db/MongoDB/Roles.js" />
<File Path="db/MongoDB/Users.js" />
</Folder>
<Folder Name="/db/MySQL/">
<File Path="db/MySQL/initData.sql" />
<File Path="db/MySQL/install.ps1" />
<File Path="db/MySQL/install.sh" />
<File Path="db/MySQL/install.sql" />
<File Path="db/MySQL/my.ini" />
</Folder>
<Folder Name="/db/Oracle/">
<File Path="db/Oracle/InitData.sql" />
<File Path="db/Oracle/Install.sql" />
</Folder>
<Folder Name="/db/Postgresql/">
<File Path="db/Postgresql/readme.txt" />
</Folder>
<Folder Name="/db/SQLite/">
<File Path="db/SQLite/InitData.sql" />
<File Path="db/SQLite/Install.sql" />
</Folder>
<Folder Name="/db/SQLServer/">
<File Path="db/SqlServer/InitData.sql" />
<File Path="db/SqlServer/install.ps1" />
<File Path="db/SqlServer/Install.sql" />
</Folder>
<Folder Name="/docs/">
<File Path="README.md" />
<File Path="README.zh-CN.md" />
</Folder>
<Folder Name="/src/" />
<Folder Name="/src/blazor/" />
<Folder Name="/src/blazor/admin/">
<Project Path="src/blazor/admin/BootstarpAdmin.DataAccess.FreeSql/BootstrapAdmin.DataAccess.FreeSql.csproj" />
<Project Path="src/blazor/admin/BootStarpAdmin.DataAccess.SqlSugar/BootstrapAdmin.DataAccess.SqlSugar.csproj" />
<Project Path="src/blazor/admin/BootstrapAdmin.Caching/BootstrapAdmin.Caching.csproj" />
<Project Path="src/blazor/admin/BootstrapAdmin.DataAccess.EFCore/BootstrapAdmin.DataAccess.EFCore.csproj" />
<Project Path="src/blazor/admin/BootstrapAdmin.DataAccess.Models/BootstrapAdmin.DataAccess.Models.csproj" />
<Project Path="src/blazor/admin/BootstrapAdmin.DataAccess.PetaPoco/BootstrapAdmin.DataAccess.PetaPoco.csproj" />
<Project Path="src/blazor/admin/BootstrapAdmin.Web.Core/BootstrapAdmin.Web.Core.csproj" />
<Project Path="src/blazor/admin/BootstrapAdmin.Web/BootstrapAdmin.Web.csproj" />
</Folder>
<Folder Name="/src/blazor/client/">
<Project Path="src/blazor/client/BootstrapClient.DataAccess/BootstrapClient.DataAccess.PetaPoco.csproj" />
<Project Path="src/blazor/client/BootstrapClient.Web.Core/BootstrapClient.Web.Core.csproj" />
<Project Path="src/blazor/client/BootstrapClient.Web.Models/BootstrapClient.DataAccess.Models.csproj" />
<Project Path="src/blazor/client/BootstrapClient.Web/BootstrapClient.Web.csproj" />
</Folder>
<Folder Name="/src/props/">
<File Path="src/Directory.Build.props" />
</Folder>
<Folder Name="/srcipts/" />
<Folder Name="/srcipts/appveyor/">
<File Path="appveyor.yml" />
<File Path="scripts/appveyor/appveyor.build.ps1" />
<File Path="scripts/appveyor/appveyor.install.ps1" />
<File Path="scripts/appveyor/appveyor.test.ps1" />
</Folder>
<Folder Name="/srcipts/git/">
<File Path="scripts/git/commit_msg_template.txt" />
<File Path="scripts/git/readme.md" />
<File Path="scripts/git/run.cmd" />
<File Path="scripts/git/run.sh" />
</Folder>
<Folder Name="/srcipts/linux/">
<File Path="scripts/linux/deploy-admin.sh" />
<File Path="scripts/linux/deploy-client.sh" />
<File Path="scripts/linux/init.sh" />
<File Path="scripts/linux/publish-admin.sh" />
<File Path="scripts/linux/publish-client.sh" />
<File Path="scripts/linux/watch-run-admin.sh" />
<File Path="scripts/linux/watch-run-client.sh" />
</Folder>
<Folder Name="/srcipts/linux/services/">
<File Path="scripts/linux/services/ba.admin.service" />
<File Path="scripts/linux/services/ba.client.service" />
<File Path="scripts/linux/services/nginx.service" />
</Folder>
<Folder Name="/srcipts/win/">
<File Path="scripts/windows/publish-admin.cmd" />
<File Path="scripts/windows/publish-client.cmd" />
<File Path="scripts/windows/watch-run-admin.cmd" />
<File Path="scripts/windows/watch-run-client.cmd" />
</Folder>
</Solution>