diff options
| author | ruki <[email protected]> | 2025-09-10 17:34:22 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-09-10 17:34:22 +0800 |
| commit | e47954aadbb5dd06b9a09b31792de72cc01295a4 (patch) | |
| tree | 929feeaeb4d2800937f925e29131cbac7cf9879e /xmake/scripts | |
| parent | 73e8fef22ad9381e525962104a60b97e37cdf209 (diff) | |
| parent | c589a45b14063d6f21fcfd1e192ebf360ca6c2b7 (diff) | |
Merge pull request #6787 from xmake-io/msvc
Support for vs2026
Diffstat (limited to 'xmake/scripts')
| -rw-r--r-- | xmake/scripts/vsxmake/vsproj/Xmake.props | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/scripts/vsxmake/vsproj/Xmake.props b/xmake/scripts/vsxmake/vsproj/Xmake.props index 0c8f0e987..e2bf58dfe 100644 --- a/xmake/scripts/vsxmake/vsproj/Xmake.props +++ b/xmake/scripts/vsxmake/vsproj/Xmake.props @@ -58,6 +58,7 @@ <PlatformToolset Condition="'$(VisualStudioVersion)' == '15.0'">v141</PlatformToolset> <PlatformToolset Condition="'$(VisualStudioVersion)' == '16.0'">v142</PlatformToolset> <PlatformToolset Condition="'$(VisualStudioVersion)' == '17.0'">v143</PlatformToolset> + <PlatformToolset Condition="'$(VisualStudioVersion)' == '18.0'">v145</PlatformToolset> </PropertyGroup> <PropertyGroup Label="AdditionalProps"> |
