Skip to content

Commit d1c5814

Browse files
authored
Create Build.cmd
1 parent fa1af67 commit d1c5814

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Build.cmd

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
@echo off
2+
pushd "%~dp0"
3+
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
8+
9+
:exit
10+
popd
11+
@echo on

0 commit comments

Comments
 (0)