File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 99 <UseWPF >true</UseWPF >
1010 </PropertyGroup >
1111
12+ <PropertyGroup >
13+ <PackageVersion >0.0.1</PackageVersion >
14+ <AssemblyVersion >0.0.1</AssemblyVersion >
15+ <InformationalVersion >0.0.1</InformationalVersion >
16+ <PackageId >ChefKeys</PackageId >
17+ <Authors >Jeremy Wu</Authors >
18+ <PackageLicenseExpression >Apache-2.0</PackageLicenseExpression >
19+ <CopyRight >Jeremy Wu</CopyRight >
20+ <RepositoryUrl >https://github.com/jjw24/ChefKeys</RepositoryUrl >
21+ <PackageProjectUrl >https://github.com/jjw24/ChefKeys</PackageProjectUrl >
22+ <PackageDescription >Library for applications to use the Win key or any keyboard combinations</PackageDescription >
23+ <PackageTags >chefkeys; win-key; hotkeys; keyboard-hotkeys; keyboard-combinations</PackageTags >
24+ <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
25+ <PublishRepositoryUrl >true</PublishRepositoryUrl >
26+ <TargetFramework >net7.0-windows</TargetFramework >
27+ </PropertyGroup >
28+
1229 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
1330 <OutputPath >..\Output\Debug</OutputPath >
1431 </PropertyGroup >
You can’t perform that action at this time.
0 commit comments