# ProjectFileManager
**Repository Path**: YongboTool/ProjectFileManager
## Basic Information
- **Project Name**: ProjectFileManager
- **Description**: ProjectFileManager,该工具主要用于 Visual Studio (包括 Visual Studio Code)的项目文件信息管理,支持单独或批量设置版本号、打包信息等
- **Primary Language**: Unknown
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 1
- **Created**: 2020-01-31
- **Last Updated**: 2020-12-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# ProjectFileManager
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.
## How to use
## Use .exe Application Directly
1. Open [Release Page](https://github.com/Senparc/ProjectFileManager/releases), download the program package from Assets, such as: `Senparc.ProjectFileManager_0.1.0.zip`.
2. Unzip the file and execute `Senparc.ProjectFileManager.exe` file.
## Use Source Code
All the source code is in the [/src](/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](https://dotnet.microsoft.com/download/dotnet-core/thank-you/sdk-3.1.101-windows-x64-installer) (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.
## License
Apache License Version 2.0
Detail: https://github.com/Senparc/ProjectFileManager/blob/master/LICENSE