-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcommon.props
20 lines (20 loc) · 1.02 KB
/
common.props
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<Project>
<PropertyGroup>
<Version>0.4.4</Version>
<Copyright>Copyright (c) 2024 Damian Wolgast</Copyright>
<AssemblyVersion>0.4.4</AssemblyVersion>
<FileVersion>0.4.4</FileVersion>
<LangVersion>latest</LangVersion>
<Authors>Damian Wolgast</Authors>
<Description>TermiNet helps to exit an application in accordance with OS platform requirements.</Description>
<Title>TermiNet - A library to properly exit from an application.</Title>
<PackageProjectUrl>https://github.com/asymetrixs/TermiNet</PackageProjectUrl>
<PackageReleaseNotes>Added possibility to add action when CTRL+C is pressed</PackageReleaseNotes>
<RepositoryUrl>https://github.com/asymetrixs/TermiNet</RepositoryUrl>
<PackageTags>terminate; exit; exception; exit code</PackageTags>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<AppOutputBase>$(MSBuildProjectDirectory)\</AppOutputBase>
<PathMap>$(AppOutputBase)=$(MSBuildProjectName)/</PathMap>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>