File tree Expand file tree Collapse file tree 4 files changed +2
-5
lines changed Expand file tree Collapse file tree 4 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
55 <TargetFramework >netcoreapp3.1</TargetFramework >
6- <ApplicationManifest >app.manifest</ApplicationManifest >
76 <Version >1.0.1</Version >
87 <PackageIcon >PACT Logo.png</PackageIcon >
98 <PackageIconUrl />
1514 <Description >Control which cores/threads any program on your computer runs on.</Description >
1615 <StartupObject >ProcessAffinityControlTool.Program</StartupObject >
1716 <ApplicationIcon >PACT.ico</ApplicationIcon >
17+ <Win32Resource />
18+ <ApplicationManifest >app.manifest</ApplicationManifest >
1819 </PropertyGroup >
1920
2021 <ItemGroup >
2526 <None Update =" help.txt" >
2627 <CopyToOutputDirectory >Always</CopyToOutputDirectory >
2728 </None >
28- <None Include =" icon\PACT Logo.png" >
29- <Pack >True</Pack >
30- <PackagePath ></PackagePath >
31- </None >
3229 </ItemGroup >
3330
3431</Project >
You can’t perform that action at this time.
0 commit comments