File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 36
36
"toolchainFile" : " $env{VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake"
37
37
},
38
38
{
39
- "name" : " vs2019 " ,
39
+ "name" : " vs2022 " ,
40
40
"hidden" : true ,
41
41
"inherits" : [
42
42
" vcpkg" ,
43
43
" windows-only"
44
44
],
45
- "generator" : " Visual Studio 16 2019 " ,
45
+ "generator" : " Visual Studio 17 2022 " ,
46
46
"toolset" : " host=x64"
47
47
},
48
48
{
84
84
{
85
85
"name" : " win32" ,
86
86
"inherits" : [
87
- " vs2019 " ,
87
+ " vs2022 " ,
88
88
" base"
89
89
],
90
90
"displayName" : " Win32 (Visual Studio)" ,
94
94
{
95
95
"name" : " win64" ,
96
96
"inherits" : [
97
- " vs2019 " ,
97
+ " vs2022 " ,
98
98
" base"
99
99
],
100
100
"displayName" : " Win64 (Visual Studio)" ,
121
121
"name" : " package-windows" ,
122
122
"inherits" : [
123
123
" package" ,
124
- " vs2019 "
124
+ " vs2022 "
125
125
],
126
126
"displayName" : " Package ZIP for Windows" ,
127
127
"description" : " Build for packaging Windows shared libraries." ,
You can’t perform that action at this time.
0 commit comments