Merge commit 'b78f6541dc5d8a32c3129960b3344dcedb8e5735' as 'NHotkey'

This commit is contained in:
maier_S
2022-03-23 10:15:54 +01:00
24 changed files with 1188 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
<Project>
<PropertyGroup>
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)NHotkey.snk</AssemblyOriginatorKeyFile>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup Label="Package properties">
<Authors>Thomas Levesque</Authors>
<PackageProjectUrl>https://github.com/thomaslevesque/NHotkey</PackageProjectUrl>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageTags>global;hotkey;windows</PackageTags>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="MinVer" Version="2.3.0" PrivateAssets="all" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All"/>
</ItemGroup>
</Project>