diff options
| author | ruki <[email protected]> | 2025-09-10 23:42:29 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-09-10 23:42:29 +0800 |
| commit | 3844210dfaee545890a72e190d8c3585c512c2d8 (patch) | |
| tree | c124138903087cb7aa613ab48f93ffe074290361 | |
| parent | ec5d3392505ddb0894a313432fb59260310573a5 (diff) | |
update readme
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | README_zh.md | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -565,7 +565,7 @@ target("test") ## Plugins -#### Generate IDE project file plugin(makefile, vs2002 - vs2022 .. ) +#### Generate IDE project file plugin(makefile, vs2002 - vs2026 .. ) ```bash $ xmake project -k vsxmake -m "debug,release" # New vsproj generator (Recommended) diff --git a/README_zh.md b/README_zh.md index 22dea813d..361b48bc1 100644 --- a/README_zh.md +++ b/README_zh.md @@ -553,7 +553,7 @@ target("test") ## 插件 -#### 生成IDE工程文件插件(makefile, vs2002 - vs2022, ...) +#### 生成IDE工程文件插件(makefile, vs2002 - vs2026, ...) ```bash $ xmake project -k vsxmake -m "debug,release" # 新版vs工程生成插件(推荐) |
