Moduleinstall: finalized
This commit is contained in:
Binary file not shown.
@ -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"
|
||||||
|
]
|
@ -86,5 +86,8 @@
|
|||||||
"Microsoft.IdentityModel.JsonWebTokens.dll": 1,
|
"Microsoft.IdentityModel.JsonWebTokens.dll": 1,
|
||||||
"Microsoft.IdentityModel.Tokens.dll": 1,
|
"Microsoft.IdentityModel.Tokens.dll": 1,
|
||||||
"SQLitePCLRaw.batteries_v2.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
|
||||||
}
|
}
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1 @@
|
|||||||
|
/* Module Custom Styles */
|
@ -0,0 +1,5 @@
|
|||||||
|
/* Module Script */
|
||||||
|
var SZUAbsolventenverein = SZUAbsolventenverein || {};
|
||||||
|
|
||||||
|
SZUAbsolventenverein.EventRegistration = {
|
||||||
|
};
|
@ -1,11 +1,11 @@
|
|||||||
The _content folder should only contain static resources from shared razor component libraries (RCLs). Static resources can be extracted from shared RCL Nuget packages by executing a Publish task on the module's Server project to a local folder and copying the files from the _content folder which is created. Each shared RCL would have its own appropriately named subfolder within the module's _content folder.
|
The _content folder should only contain static resources from shared razor component libraries (RCLs). Static resources can be extracted from shared RCL Nuget packages by executing a Publish task on the module's Server project to a local folder and copying the files from the _content folder which is created. Each shared RCL would have its own appropriately named subfolder within the module's _content folder.
|
||||||
|
|
||||||
ie.
|
ie.
|
||||||
|
|
||||||
/_content
|
/_content
|
||||||
/Radzen.Blazor
|
/Radzen.Blazor
|
||||||
/css
|
/css
|
||||||
/fonts
|
/fonts
|
||||||
/syncfusion.blazor
|
/syncfusion.blazor
|
||||||
/scripts
|
/scripts
|
||||||
/styles
|
/styles
|
||||||
|
Reference in New Issue
Block a user