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 fa1af67 commit d1c5814Copy full SHA for d1c5814
Build.cmd
@@ -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