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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,12 +17,12 @@ You can use this tool to modify project file information or manage version infor
17
17
18
18
## Use Source Code
19
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.
20
+
All the source code is in the [/src](/src) floder, use Visual Studio or Visual Studio Code to open the `Senparc.ProjectFileManager.sln` file. You can modify the code and compile the program by yourself.
23
21
24
22
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.
25
23
24
+
This is also a project where you can learn the .NET Core and WPF program code.
0 commit comments