29 lines
1.1 KiB
XML
29 lines
1.1 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<AssemblyName>Bring2mind.InMemoriam.Core</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>InMemoriam</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>
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="System.Web" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="DotNetNuke.Core" Version="9.13.0" />
|
|
</ItemGroup>
|
|
</Project> |