Moduleinstall: finalized

This commit is contained in:
2025-05-30 16:22:15 +02:00
parent 572f2f6be1
commit a6228f3704
12 changed files with 32 additions and 12 deletions

Binary file not shown.

View File

@ -0,0 +1,11 @@
[
"/SZUAbsolventenverein.Module.EventRegistration.Client.Oqtane.dll",
"/SZUAbsolventenverein.Module.EventRegistration.Client.Oqtane.pdb",
"/SZUAbsolventenverein.Module.EventRegistration.Server.Oqtane.dll",
"/SZUAbsolventenverein.Module.EventRegistration.Server.Oqtane.pdb",
"/SZUAbsolventenverein.Module.EventRegistration.Shared.Oqtane.dll",
"/SZUAbsolventenverein.Module.EventRegistration.Shared.Oqtane.pdb",
"/wwwroot/_content/Placeholder.txt",
"/wwwroot/Modules/SZUAbsolventenverein.Module.EventRegistration/Module.js",
"/wwwroot/Modules/SZUAbsolventenverein.Module.EventRegistration/Module.css"
]

View File

@ -86,5 +86,8 @@
"Microsoft.IdentityModel.JsonWebTokens.dll": 1,
"Microsoft.IdentityModel.Tokens.dll": 1,
"SQLitePCLRaw.batteries_v2.dll": 1,
"Microsoft.Extensions.DependencyInjection.Abstractions.dll": 1
"Microsoft.Extensions.DependencyInjection.Abstractions.dll": 1,
"SZUAbsolventenverein.Module.EventRegistration.Client.Oqtane.dll": 1,
"SZUAbsolventenverein.Module.EventRegistration.Server.Oqtane.dll": 1,
"SZUAbsolventenverein.Module.EventRegistration.Shared.Oqtane.dll": 1
}

View File

@ -0,0 +1 @@
/* Module Custom Styles */

View File

@ -0,0 +1,5 @@
/* Module Script */
var SZUAbsolventenverein = SZUAbsolventenverein || {};
SZUAbsolventenverein.EventRegistration = {
};