We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 965e359 commit 04ed453Copy full SHA for 04ed453
Build.cmd
@@ -4,7 +4,8 @@ if exist Debug rd /s /q Debug
4
if exist Release rd /s /q Release
5
if exist x64 rd /s /q x64
6
7
-"%programfiles(x86)%\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin\msbuild.exe" /p:Configuration=Release
+"%programfiles%\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe" /p:Configuration=Release
8
+REM "%programfiles%\Microsoft Visual Studio\2022\Community\MSBuild\Current\Bin\msbuild.exe" /p:Configuration=Release
9
10
:exit
11
popd
0 commit comments