1、加入实现代码

2、配置项目
This commit is contained in:
Jeff
2026-04-23 14:55:44 +08:00
parent 40aaa538f9
commit 89f53efb33
27 changed files with 2611 additions and 25 deletions

5
GitVer/GitVer_cli.h Normal file
View File

@@ -0,0 +1,5 @@
#pragma once
void PrintInvalidRepoPathError(LPCTSTR lpRepoPath);
int ParseSetVerOptions(int argc, TCHAR* argv[], LPCTSTR& lpRepoPath, BOOL& bUseDefaultTagWhenMissing);
int ParseRewriteOptions(int argc, TCHAR* argv[], int& nPEType, BOOL& bForceRewrite);