Skip to content

Commit 97bae48

Browse files
committed
Use VS2022 toolset (due to Win7 support)
VS2022 is the last VS that does support Windows 7. It seems we have some Win7 users, so for now we will use this toolset to make sure binaries are compatible with Win7.
1 parent 9a274c1 commit 97bae48

30 files changed

Lines changed: 30 additions & 30 deletions

File tree

Src/ClassicExplorer/ClassicExplorer.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
6060
<PropertyGroup Label="Configuration">
6161
<ConfigurationType>DynamicLibrary</ConfigurationType>
62-
<PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
62+
<PlatformToolset>v143</PlatformToolset>
6363
<UseOfAtl>Static</UseOfAtl>
6464
<CharacterSet>Unicode</CharacterSet>
6565
<WholeProgramOptimization Condition="'$(Configuration)'!='Debug'">true</WholeProgramOptimization>

Src/ClassicExplorer/ClassicExplorerSettings/ClassicExplorerSettings.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
2424
<PropertyGroup Label="Configuration">
2525
<ConfigurationType>Application</ConfigurationType>
26-
<PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
26+
<PlatformToolset>v143</PlatformToolset>
2727
<UseOfAtl>Static</UseOfAtl>
2828
<CharacterSet>Unicode</CharacterSet>
2929
<WholeProgramOptimization Condition="'$(Configuration)'!='Debug'">true</WholeProgramOptimization>

Src/ClassicIE/ClassicIE.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
4848
<PropertyGroup Label="Configuration">
4949
<ConfigurationType>Application</ConfigurationType>
50-
<PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
50+
<PlatformToolset>v143</PlatformToolset>
5151
<UseOfAtl>Static</UseOfAtl>
5252
<CharacterSet>Unicode</CharacterSet>
5353
<WholeProgramOptimization Condition="'$(Configuration)'!='Debug'">true</WholeProgramOptimization>

Src/ClassicIE/ClassicIEDLL/ClassicIEDLL.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
6060
<PropertyGroup Label="Configuration">
6161
<ConfigurationType>DynamicLibrary</ConfigurationType>
62-
<PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
62+
<PlatformToolset>v143</PlatformToolset>
6363
<UseOfAtl>Static</UseOfAtl>
6464
<CharacterSet>Unicode</CharacterSet>
6565
<WholeProgramOptimization Condition="'$(Configuration)'!='Debug'">true</WholeProgramOptimization>

Src/Lib/Lib.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
4444
<PropertyGroup Label="Configuration">
4545
<ConfigurationType>StaticLibrary</ConfigurationType>
46-
<PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
46+
<PlatformToolset>v143</PlatformToolset>
4747
<UseOfAtl>Static</UseOfAtl>
4848
<CharacterSet>Unicode</CharacterSet>
4949
<WholeProgramOptimization Condition="'$(Configuration)'!='Debug'">true</WholeProgramOptimization>

Src/Setup/Setup.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
2020
<PropertyGroup Label="Configuration">
2121
<ConfigurationType>Application</ConfigurationType>
22-
<PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
22+
<PlatformToolset>v143</PlatformToolset>
2323
<CharacterSet>Unicode</CharacterSet>
2424
<WholeProgramOptimization Condition="'$(Configuration)'!='Debug'">true</WholeProgramOptimization>
2525
</PropertyGroup>

Src/Setup/SetupHelper/SetupHelper.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
2020
<PropertyGroup Label="Configuration">
2121
<ConfigurationType>Application</ConfigurationType>
22-
<PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
22+
<PlatformToolset>v143</PlatformToolset>
2323
<CharacterSet>Unicode</CharacterSet>
2424
<WholeProgramOptimization Condition="'$(Configuration)'!='Debug'">true</WholeProgramOptimization>
2525
</PropertyGroup>

Src/Setup/Utility/Utility.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
3636
<PropertyGroup Label="Configuration">
3737
<ConfigurationType>Application</ConfigurationType>
38-
<PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
38+
<PlatformToolset>v143</PlatformToolset>
3939
<UseOfAtl>Static</UseOfAtl>
4040
<CharacterSet>Unicode</CharacterSet>
4141
<WholeProgramOptimization Condition="'$(Configuration)'!='Debug'">true</WholeProgramOptimization>

Src/Setup/en-US/en-US.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
1616
<PropertyGroup Label="Configuration">
1717
<ConfigurationType>DynamicLibrary</ConfigurationType>
18-
<PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
18+
<PlatformToolset>v143</PlatformToolset>
1919
<CharacterSet>Unicode</CharacterSet>
2020
</PropertyGroup>
2121
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />

Src/Skins/ClassicSkin/ClassicSkin.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
1616
<PropertyGroup Label="Configuration">
1717
<ConfigurationType>DynamicLibrary</ConfigurationType>
18-
<PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
18+
<PlatformToolset>v143</PlatformToolset>
1919
<CharacterSet>Unicode</CharacterSet>
2020
</PropertyGroup>
2121
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />

0 commit comments

Comments
 (0)