Skip to content

Commit 2c00a0c

Browse files
committed
New Icon
1 parent 8a867d1 commit 2c00a0c

File tree

4 files changed

+2
-5
lines changed

4 files changed

+2
-5
lines changed

PACT.ico

102 KB
Binary file not shown.

ProcessAffinityControlTool.csproj

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
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 />
@@ -15,6 +14,8 @@
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>
@@ -25,10 +26,6 @@
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>

icon/PACT Logo.png

72 KB
Loading

icon/PACT.ico

102 KB
Binary file not shown.

0 commit comments

Comments
 (0)