You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,23 @@ You can use this tool to modify project file information or manage version infor
9
9
10
10
<imgsrc="./images/how-to-use/how-to-use.gif" />
11
11
12
+
## Use .exe Application Directly
13
+
14
+
1. Open [Release Page](https://github.com/Senparc/ProjectFileManager/releases), download the program package from Assets, such as: `Senparc.ProjectFileManager_0.1.0.zip`.
15
+
16
+
2. Unzip the file and execute `Senparc.ProjectFileManager.exe` file.
17
+
18
+
## Use Source Code
19
+
20
+
All the source code is in the [/src](/src) floder, you can modify the code and compile the program by yourself. This is also a project where you can learn the .NET Core and WPF program code.
21
+
22
+
Use Visual Studio or Visual Studio Code to open the `Senparc.ProjectFileManager.sln` file.
23
+
24
+
The project is based on .NET Core 3.1 + WPF, so you need to install [.NET Core 3.1 SDK](https://dotnet.microsoft.com/download/dotnet-core/thank-you/sdk-3.1.101-windows-x64-installer) (or higher) before compile the program.
0 commit comments