Skip to content

Commit

Permalink
Create Build.cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
unitycoder authored Feb 23, 2024
1 parent fa1af67 commit d1c5814
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Build.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
@echo off
pushd "%~dp0"
if exist Debug rd /s /q Debug
if exist Release rd /s /q Release
if exist x64 rd /s /q x64

"%programfiles(x86)%\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin\msbuild.exe" /p:Configuration=Release

:exit
popd
@echo on

0 comments on commit d1c5814

Please sign in to comment.