📄 build.bat
字号:
@ REM Set command switch for building debug or retail (default is to build debug)
@ REM Type "build.bat -r" to build for retail
@ SET DEBUGSAMPLE=/debug+
@ IF "%1"=="-r" SET DEBUGSAMPLE=/debug-
@ IF "%1"=="-R" SET DEBUGSAMPLE=/debug-
IF EXIST ..\..\BIN\HELLO.DLL ECHO Y | copy ..\..\bin\Hello.dll
vbc %DEBUGSAMPLE% /r:System.Runtime.Remoting.dll DirectHost.vb
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -