Skip to content

Commit 8bac242

Browse files
committed
Update to v143 build tools
1 parent 5c18f73 commit 8bac242

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

.vsconfig

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"version": "1.0",
3-
"components": [
4-
"Microsoft.VisualStudio.Component.CoreEditor",
5-
"Microsoft.VisualStudio.Workload.CoreEditor",
6-
"Microsoft.VisualStudio.Component.VC.CoreIde",
7-
"Microsoft.VisualStudio.Component.Windows10SDK.20348",
8-
"Microsoft.VisualStudio.Component.VC.14.29.16.11.x86.x64",
9-
"Microsoft.VisualStudio.Component.VC.14.29.16.11.ATL"
10-
]
3+
"components": [
4+
"Microsoft.VisualStudio.Component.CoreEditor",
5+
"Microsoft.VisualStudio.Workload.CoreEditor",
6+
"Microsoft.VisualStudio.Component.VC.CoreIde",
7+
"Microsoft.VisualStudio.Component.Windows10SDK.20348",
8+
"Microsoft.VisualStudio.Component.VC.Tools.x86.x64",
9+
"Microsoft.VisualStudio.Component.VC.ATL"
10+
]
1111
}

Phobos.vcxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -324,21 +324,21 @@
324324
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
325325
<ConfigurationType>DynamicLibrary</ConfigurationType>
326326
<UseDebugLibraries>false</UseDebugLibraries>
327-
<PlatformToolset>v142</PlatformToolset>
327+
<PlatformToolset>v143</PlatformToolset>
328328
<CharacterSet>NotSet</CharacterSet>
329329
<XPDeprecationWarning>false</XPDeprecationWarning>
330330
</PropertyGroup>
331331
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DevBuild|Win32'" Label="Configuration">
332332
<ConfigurationType>DynamicLibrary</ConfigurationType>
333333
<UseDebugLibraries>false</UseDebugLibraries>
334-
<PlatformToolset>v142</PlatformToolset>
334+
<PlatformToolset>v143</PlatformToolset>
335335
<CharacterSet>NotSet</CharacterSet>
336336
<XPDeprecationWarning>false</XPDeprecationWarning>
337337
</PropertyGroup>
338338
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
339339
<ConfigurationType>DynamicLibrary</ConfigurationType>
340340
<UseDebugLibraries>false</UseDebugLibraries>
341-
<PlatformToolset>v142</PlatformToolset>
341+
<PlatformToolset>v143</PlatformToolset>
342342
<CharacterSet>NotSet</CharacterSet>
343343
<XPDeprecationWarning>false</XPDeprecationWarning>
344344
</PropertyGroup>

YRpp

0 commit comments

Comments
 (0)