File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"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
+ ]
11
11
}
Original file line number Diff line number Diff line change 324
324
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
325
325
<ConfigurationType >DynamicLibrary</ConfigurationType >
326
326
<UseDebugLibraries >false</UseDebugLibraries >
327
- <PlatformToolset >v142 </PlatformToolset >
327
+ <PlatformToolset >v143 </PlatformToolset >
328
328
<CharacterSet >NotSet</CharacterSet >
329
329
<XPDeprecationWarning >false</XPDeprecationWarning >
330
330
</PropertyGroup >
331
331
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='DevBuild|Win32'" Label =" Configuration" >
332
332
<ConfigurationType >DynamicLibrary</ConfigurationType >
333
333
<UseDebugLibraries >false</UseDebugLibraries >
334
- <PlatformToolset >v142 </PlatformToolset >
334
+ <PlatformToolset >v143 </PlatformToolset >
335
335
<CharacterSet >NotSet</CharacterSet >
336
336
<XPDeprecationWarning >false</XPDeprecationWarning >
337
337
</PropertyGroup >
338
338
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
339
339
<ConfigurationType >DynamicLibrary</ConfigurationType >
340
340
<UseDebugLibraries >false</UseDebugLibraries >
341
- <PlatformToolset >v142 </PlatformToolset >
341
+ <PlatformToolset >v143 </PlatformToolset >
342
342
<CharacterSet >NotSet</CharacterSet >
343
343
<XPDeprecationWarning >false</XPDeprecationWarning >
344
344
</PropertyGroup >
You can’t perform that action at this time.
0 commit comments