15 lines
420 B
XML
15 lines
420 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net8.0-windows7.0</TargetFramework>
|
|
<Nullable>enable</Nullable>
|
|
<UseWindowsForms>true</UseWindowsForms>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Title>MyComponentsLibrary</Title>
|
|
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
|
|
<Authors>Romtec</Authors>
|
|
<Version>1.0.5</Version>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|