mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-28 07:07:45 +00:00
Merge pull request #741 from terramakes/master
Change generator parameter to Visual Studio 17 2022
This commit is contained in:
commit
aef56c9f33
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
||||||
"configurations": [
|
"configurations": [
|
||||||
{
|
{
|
||||||
"name": "x64-Debug",
|
"name": "x64-Debug",
|
||||||
"generator": "Visual Studio 16 2019 Win64",
|
"generator": "Visual Studio 17 2022",
|
||||||
"configurationType": "Debug",
|
"configurationType": "Debug",
|
||||||
"buildRoot": "${env.BuildDir}\\${name}",
|
"buildRoot": "${env.BuildDir}\\${name}",
|
||||||
"cmakeCommandArgs": "-DCMAKE_BUILD_TYPE=\"Debug\"",
|
"cmakeCommandArgs": "-DCMAKE_BUILD_TYPE=\"Debug\"",
|
||||||
|
@ -19,7 +19,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "x64-Release",
|
"name": "x64-Release",
|
||||||
"generator": "Visual Studio 16 2019 Win64",
|
"generator": "Visual Studio 17 2022",
|
||||||
"configurationType": "Release",
|
"configurationType": "Release",
|
||||||
"buildRoot": "${env.BuildDir}\\${name}",
|
"buildRoot": "${env.BuildDir}\\${name}",
|
||||||
"cmakeCommandArgs": "-DCMAKE_BUILD_TYPE=\"RelWithDebInfo\"",
|
"cmakeCommandArgs": "-DCMAKE_BUILD_TYPE=\"RelWithDebInfo\"",
|
||||||
|
|
Loading…
Add table
Reference in a new issue