summaryrefslogtreecommitdiff
path: root/xmake/scripts
diff options
context:
space:
mode:
authorruki <[email protected]>2025-09-10 16:09:45 +0800
committerruki <[email protected]>2025-09-10 16:13:06 +0800
commitec5d3392505ddb0894a313432fb59260310573a5 (patch)
tree394e0d915574e657cfc7697afb01a89f4c22ddcd /xmake/scripts
parent73e8fef22ad9381e525962104a60b97e37cdf209 (diff)
support for vs2026
Diffstat (limited to 'xmake/scripts')
-rw-r--r--xmake/scripts/vsxmake/vsproj/Xmake.props1
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">