Skip to content

Commit 7b1609e

Browse files
committed
2 parents a416c19 + 5569933 commit 7b1609e

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# **Task Manager**
2+
The Zach Inc. Task Manager is a free and open-source (and simplistic) task manager for Windows, designed as an alternative to the Windows TaskMGR (file name: taskmgr.exe).
3+
4+
## __Download and Install__
5+
To download and install the latest version, visit https://download-task-manager.zacharyrude.repl.co/, or select the latest version in the "Releases" page in the repository.
6+
7+
To download and install older versions, visit the Releases page, as the official website for downloading the program only allows you to download and install the latest version.
8+
9+
Once you download the `.msi` file, open it to run the installer and install Task Manager on your computer. Follow the instructions in the installer so you can successfully install it.

SimpleTaskManager/SimpleTaskManager.csproj

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -54,28 +54,20 @@
5454
<Reference Include="System.Xml" />
5555
</ItemGroup>
5656
<ItemGroup>
57-
<Compile Include="AboutForm.cs">
58-
<SubType>Form</SubType>
59-
</Compile>
57+
<Compile Include="AboutForm.cs" />
6058
<Compile Include="AboutForm.Designer.cs">
6159
<DependentUpon>AboutForm.cs</DependentUpon>
6260
</Compile>
6361
<Compile Include="ListViewItemComparer.cs" />
64-
<Compile Include="PerfForm.cs">
65-
<SubType>Form</SubType>
66-
</Compile>
62+
<Compile Include="PerfForm.cs" />
6763
<Compile Include="PerfForm.Designer.cs">
6864
<DependentUpon>PerfForm.cs</DependentUpon>
6965
</Compile>
70-
<Compile Include="RunNewTaskForm.cs">
71-
<SubType>Form</SubType>
72-
</Compile>
66+
<Compile Include="RunNewTaskForm.cs" />
7367
<Compile Include="RunNewTaskForm.Designer.cs">
7468
<DependentUpon>RunNewTaskForm.cs</DependentUpon>
7569
</Compile>
76-
<Compile Include="TaskManagerForm.cs">
77-
<SubType>Form</SubType>
78-
</Compile>
70+
<Compile Include="TaskManagerForm.cs" />
7971
<Compile Include="TaskManagerForm.Designer.cs">
8072
<DependentUpon>TaskManagerForm.cs</DependentUpon>
8173
</Compile>

0 commit comments

Comments
 (0)