Initial commit
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk.Web">
|
||||
<PropertyGroup>
|
||||
<AssemblyName>Bring2mind.Robert</AssemblyName>
|
||||
<TargetFramework>net472</TargetFramework>
|
||||
<OutputPath>..\..\bin</OutputPath>
|
||||
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
||||
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
|
||||
<Authors>Peter Donker</Authors>
|
||||
<Company>Bring2mind</Company>
|
||||
<Product>inmemoriam</Product>
|
||||
<Copyright>Copyright 2025 by Bring2mind</Copyright>
|
||||
<PackageId>Bring2mind.Robert</PackageId>
|
||||
<AssemblyVersion>1.0.2</AssemblyVersion>
|
||||
<FileVersion>1.0.2</FileVersion>
|
||||
<Description>In Memoriam module</Description>
|
||||
<NeutralLanguage>en-US</NeutralLanguage>
|
||||
<ApplicationIcon />
|
||||
<OutputType>Library</OutputType>
|
||||
<StartupObject />
|
||||
<DebugType>Portable</DebugType>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies.net472" Version="1.0.3">
|
||||
<PrivateAssets>all</PrivateAssets>
|
||||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
||||
</PackageReference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="Microsoft.CSharp" />
|
||||
<Reference Include="System.Web" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"profiles": {
|
||||
"InMemoriamContainer": {
|
||||
"commandName": "Project",
|
||||
"launchBrowser": true,
|
||||
"environmentVariables": {
|
||||
"ASPNETCORE_ENVIRONMENT": "Development"
|
||||
},
|
||||
"applicationUrl": "http://localhost:50511"
|
||||
}
|
||||
}
|
||||
}
|
||||
13
Themes/Containers/InMemoriamContainer/dnn.json
Normal file
13
Themes/Containers/InMemoriamContainer/dnn.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "Bring2mind.InMemoriam.Container",
|
||||
"projectType": "container",
|
||||
"friendlyName": "InMemoriamContainer Container",
|
||||
"description": "Bring2mind InMemoriamContainer Container",
|
||||
"packageName": "Bring2mind_InMemoriamContainer",
|
||||
"iconFile": "InMemoriamContainer.png",
|
||||
"pathsAndFiles": {
|
||||
"pathToAssemblies": "./bin",
|
||||
"assemblies": [],
|
||||
"excludeFilter": []
|
||||
}
|
||||
}
|
||||
2
Themes/Containers/InMemoriamContainer/empty.ascx
Normal file
2
Themes/Containers/InMemoriamContainer/empty.ascx
Normal file
@@ -0,0 +1,2 @@
|
||||
<%@ Control AutoEventWireup="false" Inherits="DotNetNuke.UI.Containers.Container" %>
|
||||
<div runat="server" id="ContentPane" />
|
||||
Reference in New Issue
Block a user