Skip to content

Commit

Permalink
General polish and a temporary icon.
Browse files Browse the repository at this point in the history
  • Loading branch information
sas41 committed Dec 28, 2019
1 parent a612111 commit 8a867d1
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 2 deletions.
Binary file added PACT.ico
Binary file not shown.
17 changes: 16 additions & 1 deletion ProcessAffinityControlTool.csproj
Original file line number Diff line number Diff line change
@@ -1,9 +1,20 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<ApplicationManifest>app.manifest</ApplicationManifest>
<Version>1.0.1</Version>
<PackageIcon>PACT Logo.png</PackageIcon>
<PackageIconUrl />
<RepositoryUrl>https://github.com/sas41/ProcessAffinityControlTool/</RepositoryUrl>
<RepositoryType>GIT</RepositoryType>
<Authors>Berk (SAS41) Alyamach</Authors>
<Product>PACT (Process Affinity Control Tool)</Product>
<PackageProjectUrl>https://github.com/sas41/ProcessAffinityControlTool/</PackageProjectUrl>
<Description>Control which cores/threads any program on your computer runs on.</Description>
<StartupObject>ProcessAffinityControlTool.Program</StartupObject>
<ApplicationIcon>PACT.ico</ApplicationIcon>
</PropertyGroup>

<ItemGroup>
Expand All @@ -14,6 +25,10 @@
<None Update="help.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="icon\PACT Logo.png">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>

</Project>
3 changes: 2 additions & 1 deletion Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,10 @@ static void Main(string[] args)
pow.SetTimer();
pow.RunScan(true);

Console.WriteLine();
Console.WriteLine($"P.A.C.T. v{version}, by Berk (SAS41) Alyamach.");
Console.WriteLine("Type [help] or [?] for a valid list of commands.");

Console.WriteLine("Official Repository: https://github.com/sas41/ProcessAffinityControlTool/");
while (true)
{
Console.WriteLine();
Expand Down
1 change: 1 addition & 0 deletions app.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
</trustInfo>

<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">

<application>
<!-- A list of the Windows versions that this application has been tested on
and is designed to work with. Uncomment the appropriate elements
Expand Down
Binary file added icon/PACT.ico
Binary file not shown.

0 comments on commit 8a867d1

Please sign in to comment.