1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-08 03:37:45 +00:00

Change generator parameter to Visual Studio 17 2022

This commit is contained in:
Claire Berman 2021-12-08 10:54:17 -07:00 committed by GitHub
parent 7b241fa4fc
commit 9de4176b1e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@
"configurations": [
{
"name": "x64-Debug",
"generator": "Visual Studio 16 2019 Win64",
"generator": "Visual Studio 17 2022",
"configurationType": "Debug",
"buildRoot": "${env.BuildDir}\\${name}",
"cmakeCommandArgs": "-DCMAKE_BUILD_TYPE=\"Debug\"",
@ -19,7 +19,7 @@
},
{
"name": "x64-Release",
"generator": "Visual Studio 16 2019 Win64",
"generator": "Visual Studio 17 2022",
"configurationType": "Release",
"buildRoot": "${env.BuildDir}\\${name}",
"cmakeCommandArgs": "-DCMAKE_BUILD_TYPE=\"RelWithDebInfo\"",