Skip to content

Commit cbdfd1e

Browse files
committed
Switch to vs2026
1 parent 7859ee3 commit cbdfd1e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

msvc/BestSource.sln

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio Version 16
4-
VisualStudioVersion = 16.0.31702.278
3+
# Visual Studio Version 18
4+
VisualStudioVersion = 18.1.11312.151 d18.0
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BestSource", "BestSource.vcxproj", "{5FD8AEFF-1D8F-47CA-B600-78536D559614}"
77
EndProject

msvc/BestSource.vcxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,26 +58,26 @@
5858
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
5959
<ConfigurationType>DynamicLibrary</ConfigurationType>
6060
<UseDebugLibraries>true</UseDebugLibraries>
61-
<PlatformToolset>v143</PlatformToolset>
61+
<PlatformToolset>v145</PlatformToolset>
6262
<CharacterSet>Unicode</CharacterSet>
6363
</PropertyGroup>
6464
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
6565
<ConfigurationType>DynamicLibrary</ConfigurationType>
6666
<UseDebugLibraries>false</UseDebugLibraries>
67-
<PlatformToolset>v143</PlatformToolset>
67+
<PlatformToolset>v145</PlatformToolset>
6868
<WholeProgramOptimization>true</WholeProgramOptimization>
6969
<CharacterSet>Unicode</CharacterSet>
7070
</PropertyGroup>
7171
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
7272
<ConfigurationType>DynamicLibrary</ConfigurationType>
7373
<UseDebugLibraries>true</UseDebugLibraries>
74-
<PlatformToolset>v143</PlatformToolset>
74+
<PlatformToolset>v145</PlatformToolset>
7575
<CharacterSet>Unicode</CharacterSet>
7676
</PropertyGroup>
7777
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
7878
<ConfigurationType>DynamicLibrary</ConfigurationType>
7979
<UseDebugLibraries>false</UseDebugLibraries>
80-
<PlatformToolset>v143</PlatformToolset>
80+
<PlatformToolset>v145</PlatformToolset>
8181
<WholeProgramOptimization>true</WholeProgramOptimization>
8282
<CharacterSet>Unicode</CharacterSet>
8383
</PropertyGroup>

0 commit comments

Comments
 (0)