Add project files.

This commit is contained in:
2025-06-04 12:59:27 +07:00
parent 7e2c350205
commit 5babe89a83
254 changed files with 72374 additions and 0 deletions

30
ManagementApp/libman.json Normal file
View File

@ -0,0 +1,30 @@
{
"version": "1.0",
"defaultProvider": "filesystem",
"libraries": [
{
"library": "..\\AppLibs\\AppLibs\\wwwroot\\",
"destination": "wwwroot/font/"
},
{
"library": "..\\AppLibs\\AppLibs\\wwwroot\\css\\atg-font\\",
"destination": "wwwroot/css/atg-font/"
},
{
"library": "..\\AppLibs\\AppLibs\\wwwroot\\css\\atg-lib\\",
"destination": "wwwroot/css/atg-lib/"
},
{
"library": "..\\AppLibs\\AppLibs\\wwwroot\\css\\atg-ui\\",
"destination": "wwwroot/css/atg-ui/"
},
{
"library": "..\\AppLibs\\AppLibs\\wwwroot\\js\\ext_libs\\",
"destination": "wwwroot/js/ext_libs/"
},
{
"library": "..\\AppLibs\\AppLibs\\wwwroot\\js\\libs\\",
"destination": "wwwroot/js/libs/"
}
]
}