32 lines
1.3 KiB
XML
32 lines
1.3 KiB
XML
<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.3</AssemblyVersion>
|
|
<FileVersion>1.0.3</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> |