Skip to content

Commit eb0dd0f

Browse files
committed
Upgrade projects to VS22 and MSVC v143
1 parent 79a67c2 commit eb0dd0f

File tree

12 files changed

+80
-77
lines changed

12 files changed

+80
-77
lines changed

BeefBoot/BeefBoot.vcxproj

+5-5
Original file line numberDiff line numberDiff line change
@@ -22,32 +22,32 @@
2222
<ProjectGuid>{755663F3-7C3F-4321-ABFF-CB036C0F2C9F}</ProjectGuid>
2323
<Keyword>Win32Proj</Keyword>
2424
<RootNamespace>BeefBoot</RootNamespace>
25-
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
25+
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
2626
</PropertyGroup>
2727
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
2828
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
2929
<ConfigurationType>Application</ConfigurationType>
3030
<UseDebugLibraries>true</UseDebugLibraries>
31-
<PlatformToolset>v142</PlatformToolset>
31+
<PlatformToolset>v143</PlatformToolset>
3232
<CharacterSet>Unicode</CharacterSet>
3333
</PropertyGroup>
3434
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
3535
<ConfigurationType>Application</ConfigurationType>
3636
<UseDebugLibraries>false</UseDebugLibraries>
37-
<PlatformToolset>v142</PlatformToolset>
37+
<PlatformToolset>v143</PlatformToolset>
3838
<WholeProgramOptimization>true</WholeProgramOptimization>
3939
<CharacterSet>Unicode</CharacterSet>
4040
</PropertyGroup>
4141
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
4242
<ConfigurationType>Application</ConfigurationType>
4343
<UseDebugLibraries>true</UseDebugLibraries>
44-
<PlatformToolset>v142</PlatformToolset>
44+
<PlatformToolset>v143</PlatformToolset>
4545
<CharacterSet>Unicode</CharacterSet>
4646
</PropertyGroup>
4747
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
4848
<ConfigurationType>Application</ConfigurationType>
4949
<UseDebugLibraries>false</UseDebugLibraries>
50-
<PlatformToolset>v142</PlatformToolset>
50+
<PlatformToolset>v143</PlatformToolset>
5151
<WholeProgramOptimization>true</WholeProgramOptimization>
5252
<CharacterSet>Unicode</CharacterSet>
5353
</PropertyGroup>

BeefLink/BeefLink.vcxproj

+5-5
Original file line numberDiff line numberDiff line change
@@ -22,32 +22,32 @@
2222
<ProjectGuid>{78BE2825-EF6A-4C57-B22D-FF69EB925359}</ProjectGuid>
2323
<Keyword>Win32Proj</Keyword>
2424
<RootNamespace>BeefLink</RootNamespace>
25-
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
25+
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
2626
</PropertyGroup>
2727
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
2828
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
2929
<ConfigurationType>Application</ConfigurationType>
3030
<UseDebugLibraries>true</UseDebugLibraries>
31-
<PlatformToolset>v142</PlatformToolset>
31+
<PlatformToolset>v143</PlatformToolset>
3232
<CharacterSet>Unicode</CharacterSet>
3333
</PropertyGroup>
3434
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
3535
<ConfigurationType>Application</ConfigurationType>
3636
<UseDebugLibraries>false</UseDebugLibraries>
37-
<PlatformToolset>v142</PlatformToolset>
37+
<PlatformToolset>v143</PlatformToolset>
3838
<WholeProgramOptimization>true</WholeProgramOptimization>
3939
<CharacterSet>Unicode</CharacterSet>
4040
</PropertyGroup>
4141
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
4242
<ConfigurationType>Application</ConfigurationType>
4343
<UseDebugLibraries>true</UseDebugLibraries>
44-
<PlatformToolset>v142</PlatformToolset>
44+
<PlatformToolset>v143</PlatformToolset>
4545
<CharacterSet>Unicode</CharacterSet>
4646
</PropertyGroup>
4747
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
4848
<ConfigurationType>Application</ConfigurationType>
4949
<UseDebugLibraries>false</UseDebugLibraries>
50-
<PlatformToolset>v142</PlatformToolset>
50+
<PlatformToolset>v143</PlatformToolset>
5151
<WholeProgramOptimization>true</WholeProgramOptimization>
5252
<CharacterSet>Unicode</CharacterSet>
5353
</PropertyGroup>

BeefRT/BeefDbg/BeefDbg.vcxproj

+13-13
Original file line numberDiff line numberDiff line change
@@ -54,84 +54,84 @@
5454
<ProjectGuid>{8F529049-889A-4FC6-9F4C-FAAFC42C9519}</ProjectGuid>
5555
<Keyword>Win32Proj</Keyword>
5656
<RootNamespace>BeefMem</RootNamespace>
57-
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
57+
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
5858
</PropertyGroup>
5959
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
6060
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
6161
<ConfigurationType>DynamicLibrary</ConfigurationType>
6262
<UseDebugLibraries>true</UseDebugLibraries>
63-
<PlatformToolset>v142</PlatformToolset>
63+
<PlatformToolset>v143</PlatformToolset>
6464
<CharacterSet>Unicode</CharacterSet>
6565
</PropertyGroup>
6666
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Static CStatic|Win32'" Label="Configuration">
6767
<ConfigurationType>DynamicLibrary</ConfigurationType>
6868
<UseDebugLibraries>true</UseDebugLibraries>
69-
<PlatformToolset>v142</PlatformToolset>
69+
<PlatformToolset>v143</PlatformToolset>
7070
<CharacterSet>Unicode</CharacterSet>
7171
</PropertyGroup>
7272
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Static|Win32'" Label="Configuration">
7373
<ConfigurationType>DynamicLibrary</ConfigurationType>
7474
<UseDebugLibraries>true</UseDebugLibraries>
75-
<PlatformToolset>v142</PlatformToolset>
75+
<PlatformToolset>v143</PlatformToolset>
7676
<CharacterSet>Unicode</CharacterSet>
7777
</PropertyGroup>
7878
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
7979
<ConfigurationType>DynamicLibrary</ConfigurationType>
8080
<UseDebugLibraries>true</UseDebugLibraries>
81-
<PlatformToolset>v142</PlatformToolset>
81+
<PlatformToolset>v143</PlatformToolset>
8282
<CharacterSet>Unicode</CharacterSet>
8383
</PropertyGroup>
8484
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Static CStatic|x64'" Label="Configuration">
8585
<ConfigurationType>StaticLibrary</ConfigurationType>
8686
<UseDebugLibraries>true</UseDebugLibraries>
87-
<PlatformToolset>v142</PlatformToolset>
87+
<PlatformToolset>v143</PlatformToolset>
8888
<CharacterSet>Unicode</CharacterSet>
8989
</PropertyGroup>
9090
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Static|x64'" Label="Configuration">
9191
<ConfigurationType>StaticLibrary</ConfigurationType>
9292
<UseDebugLibraries>true</UseDebugLibraries>
93-
<PlatformToolset>v142</PlatformToolset>
93+
<PlatformToolset>v143</PlatformToolset>
9494
<CharacterSet>Unicode</CharacterSet>
9595
</PropertyGroup>
9696
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
9797
<ConfigurationType>DynamicLibrary</ConfigurationType>
9898
<UseDebugLibraries>false</UseDebugLibraries>
99-
<PlatformToolset>v142</PlatformToolset>
99+
<PlatformToolset>v143</PlatformToolset>
100100
<WholeProgramOptimization>true</WholeProgramOptimization>
101101
<CharacterSet>Unicode</CharacterSet>
102102
</PropertyGroup>
103103
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Static CStatic|Win32'" Label="Configuration">
104104
<ConfigurationType>StaticLibrary</ConfigurationType>
105105
<UseDebugLibraries>false</UseDebugLibraries>
106-
<PlatformToolset>v142</PlatformToolset>
106+
<PlatformToolset>v143</PlatformToolset>
107107
<WholeProgramOptimization>true</WholeProgramOptimization>
108108
<CharacterSet>Unicode</CharacterSet>
109109
</PropertyGroup>
110110
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Static|Win32'" Label="Configuration">
111111
<ConfigurationType>StaticLibrary</ConfigurationType>
112112
<UseDebugLibraries>false</UseDebugLibraries>
113-
<PlatformToolset>v142</PlatformToolset>
113+
<PlatformToolset>v143</PlatformToolset>
114114
<WholeProgramOptimization>true</WholeProgramOptimization>
115115
<CharacterSet>Unicode</CharacterSet>
116116
</PropertyGroup>
117117
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
118118
<ConfigurationType>DynamicLibrary</ConfigurationType>
119119
<UseDebugLibraries>false</UseDebugLibraries>
120-
<PlatformToolset>v142</PlatformToolset>
120+
<PlatformToolset>v143</PlatformToolset>
121121
<WholeProgramOptimization>true</WholeProgramOptimization>
122122
<CharacterSet>Unicode</CharacterSet>
123123
</PropertyGroup>
124124
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Static CStatic|x64'" Label="Configuration">
125125
<ConfigurationType>StaticLibrary</ConfigurationType>
126126
<UseDebugLibraries>false</UseDebugLibraries>
127-
<PlatformToolset>v142</PlatformToolset>
127+
<PlatformToolset>v143</PlatformToolset>
128128
<WholeProgramOptimization>true</WholeProgramOptimization>
129129
<CharacterSet>Unicode</CharacterSet>
130130
</PropertyGroup>
131131
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Static|x64'" Label="Configuration">
132132
<ConfigurationType>StaticLibrary</ConfigurationType>
133133
<UseDebugLibraries>false</UseDebugLibraries>
134-
<PlatformToolset>v142</PlatformToolset>
134+
<PlatformToolset>v143</PlatformToolset>
135135
<WholeProgramOptimization>true</WholeProgramOptimization>
136136
<CharacterSet>Unicode</CharacterSet>
137137
</PropertyGroup>

BeefRT/BeefRT.vcxproj

+13-13
Original file line numberDiff line numberDiff line change
@@ -54,84 +54,84 @@
5454
<ProjectGuid>{5BE0B958-C13B-4986-A588-97A8F707E42E}</ProjectGuid>
5555
<Keyword>Win32Proj</Keyword>
5656
<RootNamespace>BeefRT</RootNamespace>
57-
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
57+
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
5858
</PropertyGroup>
5959
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
6060
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
6161
<ConfigurationType>DynamicLibrary</ConfigurationType>
6262
<UseDebugLibraries>true</UseDebugLibraries>
63-
<PlatformToolset>v142</PlatformToolset>
63+
<PlatformToolset>v143</PlatformToolset>
6464
<CharacterSet>Unicode</CharacterSet>
6565
</PropertyGroup>
6666
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Static|Win32'" Label="Configuration">
6767
<ConfigurationType>StaticLibrary</ConfigurationType>
6868
<UseDebugLibraries>true</UseDebugLibraries>
69-
<PlatformToolset>v142</PlatformToolset>
69+
<PlatformToolset>v143</PlatformToolset>
7070
<CharacterSet>Unicode</CharacterSet>
7171
</PropertyGroup>
7272
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Static CStatic|Win32'" Label="Configuration">
7373
<ConfigurationType>StaticLibrary</ConfigurationType>
7474
<UseDebugLibraries>true</UseDebugLibraries>
75-
<PlatformToolset>v142</PlatformToolset>
75+
<PlatformToolset>v143</PlatformToolset>
7676
<CharacterSet>Unicode</CharacterSet>
7777
</PropertyGroup>
7878
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
7979
<ConfigurationType>DynamicLibrary</ConfigurationType>
8080
<UseDebugLibraries>true</UseDebugLibraries>
81-
<PlatformToolset>v142</PlatformToolset>
81+
<PlatformToolset>v143</PlatformToolset>
8282
<CharacterSet>Unicode</CharacterSet>
8383
</PropertyGroup>
8484
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Static|x64'" Label="Configuration">
8585
<ConfigurationType>StaticLibrary</ConfigurationType>
8686
<UseDebugLibraries>true</UseDebugLibraries>
87-
<PlatformToolset>v142</PlatformToolset>
87+
<PlatformToolset>v143</PlatformToolset>
8888
<CharacterSet>Unicode</CharacterSet>
8989
</PropertyGroup>
9090
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Static CStatic|x64'" Label="Configuration">
9191
<ConfigurationType>StaticLibrary</ConfigurationType>
9292
<UseDebugLibraries>true</UseDebugLibraries>
93-
<PlatformToolset>v142</PlatformToolset>
93+
<PlatformToolset>v143</PlatformToolset>
9494
<CharacterSet>Unicode</CharacterSet>
9595
</PropertyGroup>
9696
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
9797
<ConfigurationType>DynamicLibrary</ConfigurationType>
9898
<UseDebugLibraries>false</UseDebugLibraries>
99-
<PlatformToolset>v142</PlatformToolset>
99+
<PlatformToolset>v143</PlatformToolset>
100100
<WholeProgramOptimization>true</WholeProgramOptimization>
101101
<CharacterSet>Unicode</CharacterSet>
102102
</PropertyGroup>
103103
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Static|Win32'" Label="Configuration">
104104
<ConfigurationType>StaticLibrary</ConfigurationType>
105105
<UseDebugLibraries>false</UseDebugLibraries>
106-
<PlatformToolset>v142</PlatformToolset>
106+
<PlatformToolset>v143</PlatformToolset>
107107
<WholeProgramOptimization>false</WholeProgramOptimization>
108108
<CharacterSet>Unicode</CharacterSet>
109109
</PropertyGroup>
110110
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Static CStatic|Win32'" Label="Configuration">
111111
<ConfigurationType>StaticLibrary</ConfigurationType>
112112
<UseDebugLibraries>false</UseDebugLibraries>
113-
<PlatformToolset>v142</PlatformToolset>
113+
<PlatformToolset>v143</PlatformToolset>
114114
<WholeProgramOptimization>false</WholeProgramOptimization>
115115
<CharacterSet>Unicode</CharacterSet>
116116
</PropertyGroup>
117117
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
118118
<ConfigurationType>DynamicLibrary</ConfigurationType>
119119
<UseDebugLibraries>false</UseDebugLibraries>
120-
<PlatformToolset>v142</PlatformToolset>
120+
<PlatformToolset>v143</PlatformToolset>
121121
<WholeProgramOptimization>true</WholeProgramOptimization>
122122
<CharacterSet>Unicode</CharacterSet>
123123
</PropertyGroup>
124124
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Static|x64'" Label="Configuration">
125125
<ConfigurationType>StaticLibrary</ConfigurationType>
126126
<UseDebugLibraries>false</UseDebugLibraries>
127-
<PlatformToolset>v142</PlatformToolset>
127+
<PlatformToolset>v143</PlatformToolset>
128128
<WholeProgramOptimization>false</WholeProgramOptimization>
129129
<CharacterSet>Unicode</CharacterSet>
130130
</PropertyGroup>
131131
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Static CStatic|x64'" Label="Configuration">
132132
<ConfigurationType>StaticLibrary</ConfigurationType>
133133
<UseDebugLibraries>false</UseDebugLibraries>
134-
<PlatformToolset>v142</PlatformToolset>
134+
<PlatformToolset>v143</PlatformToolset>
135135
<WholeProgramOptimization>false</WholeProgramOptimization>
136136
<CharacterSet>Unicode</CharacterSet>
137137
</PropertyGroup>

BeefySysLib/BeefySysLib.vcxproj

+9-9
Original file line numberDiff line numberDiff line change
@@ -38,60 +38,60 @@
3838
<ProjectGuid>{E958BC7A-F2D8-4765-AFD6-85BBF54CD921}</ProjectGuid>
3939
<Keyword>Win32Proj</Keyword>
4040
<RootNamespace>BeefySysLib</RootNamespace>
41-
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
41+
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
4242
</PropertyGroup>
4343
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
4444
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
4545
<ConfigurationType>DynamicLibrary</ConfigurationType>
4646
<UseDebugLibraries>true</UseDebugLibraries>
4747
<CharacterSet>Unicode</CharacterSet>
48-
<PlatformToolset>v142</PlatformToolset>
48+
<PlatformToolset>v143</PlatformToolset>
4949
</PropertyGroup>
5050
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
5151
<ConfigurationType>DynamicLibrary</ConfigurationType>
5252
<UseDebugLibraries>true</UseDebugLibraries>
5353
<CharacterSet>Unicode</CharacterSet>
54-
<PlatformToolset>v142</PlatformToolset>
54+
<PlatformToolset>v143</PlatformToolset>
5555
</PropertyGroup>
5656
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Static|Win32'" Label="Configuration">
5757
<ConfigurationType>StaticLibrary</ConfigurationType>
5858
<UseDebugLibraries>true</UseDebugLibraries>
5959
<CharacterSet>Unicode</CharacterSet>
60-
<PlatformToolset>v142</PlatformToolset>
60+
<PlatformToolset>v143</PlatformToolset>
6161
</PropertyGroup>
6262
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Static|x64'" Label="Configuration">
6363
<ConfigurationType>StaticLibrary</ConfigurationType>
6464
<UseDebugLibraries>true</UseDebugLibraries>
6565
<CharacterSet>Unicode</CharacterSet>
66-
<PlatformToolset>v142</PlatformToolset>
66+
<PlatformToolset>v143</PlatformToolset>
6767
</PropertyGroup>
6868
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
6969
<ConfigurationType>DynamicLibrary</ConfigurationType>
7070
<UseDebugLibraries>false</UseDebugLibraries>
7171
<WholeProgramOptimization>true</WholeProgramOptimization>
7272
<CharacterSet>Unicode</CharacterSet>
73-
<PlatformToolset>v142</PlatformToolset>
73+
<PlatformToolset>v143</PlatformToolset>
7474
</PropertyGroup>
7575
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
7676
<ConfigurationType>DynamicLibrary</ConfigurationType>
7777
<UseDebugLibraries>false</UseDebugLibraries>
7878
<WholeProgramOptimization>true</WholeProgramOptimization>
7979
<CharacterSet>Unicode</CharacterSet>
80-
<PlatformToolset>v142</PlatformToolset>
80+
<PlatformToolset>v143</PlatformToolset>
8181
</PropertyGroup>
8282
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Static|Win32'" Label="Configuration">
8383
<ConfigurationType>StaticLibrary</ConfigurationType>
8484
<UseDebugLibraries>false</UseDebugLibraries>
8585
<WholeProgramOptimization>true</WholeProgramOptimization>
8686
<CharacterSet>Unicode</CharacterSet>
87-
<PlatformToolset>v142</PlatformToolset>
87+
<PlatformToolset>v143</PlatformToolset>
8888
</PropertyGroup>
8989
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Static|x64'" Label="Configuration">
9090
<ConfigurationType>StaticLibrary</ConfigurationType>
9191
<UseDebugLibraries>false</UseDebugLibraries>
9292
<WholeProgramOptimization>true</WholeProgramOptimization>
9393
<CharacterSet>Unicode</CharacterSet>
94-
<PlatformToolset>v142</PlatformToolset>
94+
<PlatformToolset>v143</PlatformToolset>
9595
</PropertyGroup>
9696
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
9797
<ImportGroup Label="ExtensionSettings">

BeefySysLib/BeefySysLib.vcxproj.user

+3
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,7 @@
99
<LocalDebuggerCommand>C:\Beef\CycloBuddy\dist\CycloBuddy.exe</LocalDebuggerCommand>
1010
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
1111
</PropertyGroup>
12+
<PropertyGroup>
13+
<ShowAllFiles>true</ShowAllFiles>
14+
</PropertyGroup>
1215
</Project>

BeefySysLib/BeefySysLib_static.vcxproj

+5-5
Original file line numberDiff line numberDiff line change
@@ -22,34 +22,34 @@
2222
<ProjectGuid>{ECEAB68D-2F15-495F-A29C-5EA9548AA23D}</ProjectGuid>
2323
<Keyword>Win32Proj</Keyword>
2424
<RootNamespace>BeefySysLib</RootNamespace>
25-
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
25+
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
2626
</PropertyGroup>
2727
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
2828
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
2929
<ConfigurationType>StaticLibrary</ConfigurationType>
3030
<UseDebugLibraries>true</UseDebugLibraries>
3131
<CharacterSet>Unicode</CharacterSet>
32-
<PlatformToolset>v142</PlatformToolset>
32+
<PlatformToolset>v143</PlatformToolset>
3333
</PropertyGroup>
3434
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
3535
<ConfigurationType>StaticLibrary</ConfigurationType>
3636
<UseDebugLibraries>true</UseDebugLibraries>
3737
<CharacterSet>Unicode</CharacterSet>
38-
<PlatformToolset>v142</PlatformToolset>
38+
<PlatformToolset>v143</PlatformToolset>
3939
</PropertyGroup>
4040
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
4141
<ConfigurationType>StaticLibrary</ConfigurationType>
4242
<UseDebugLibraries>false</UseDebugLibraries>
4343
<WholeProgramOptimization>true</WholeProgramOptimization>
4444
<CharacterSet>Unicode</CharacterSet>
45-
<PlatformToolset>v142</PlatformToolset>
45+
<PlatformToolset>v143</PlatformToolset>
4646
</PropertyGroup>
4747
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
4848
<ConfigurationType>StaticLibrary</ConfigurationType>
4949
<UseDebugLibraries>false</UseDebugLibraries>
5050
<WholeProgramOptimization>true</WholeProgramOptimization>
5151
<CharacterSet>Unicode</CharacterSet>
52-
<PlatformToolset>v142</PlatformToolset>
52+
<PlatformToolset>v143</PlatformToolset>
5353
</PropertyGroup>
5454
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
5555
<ImportGroup Label="ExtensionSettings">

0 commit comments

Comments
 (0)