Senparc.ProjectFileManager can help developers to manage .csproj files under the certain path.
You can use this tool to modify project file information or manage version information individually or in bulk.
If you want to test the project in the example above, you can download the project here and specify the directory to /src.
-
Open Release Page, download the program package from Assets, such as:
Senparc.ProjectFileManager_0.1.0.zip
. -
Unzip the file and execute
Senparc.ProjectFileManager.exe
file.
All the source code is in the /src folder, 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.
The project is based on .NET Core 3.1 + WPF, so you need to install .NET Core 3.1 SDK (or higher) before compile the program.
This is also a project where you can learn the .NET Core and WPF program code.
You are welcome to contribute your own code.
Apache License Version 2.0
Detail: https://github.com/Senparc/ProjectFileManager/blob/master/LICENSE