mirror of
https://gitee.com/js-yhsec/energy_storage.git
synced 2026-05-27 18:59:26 +08:00
7 lines
213 B
Batchfile
7 lines
213 B
Batchfile
@echo off
|
|
cd %~dp0
|
|
|
|
set MSVC_PATH=C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\amd64
|
|
|
|
cd ../#buildmsvc2019
|
|
"%MSVC_PATH%\MSBuild.exe" ESS.sln /t:Rebuild /p:Configuration=Release |