builddbg.bat
来自「一个远程终端软件的源码」· Batch 代码 · 共 3 行
BAT
3 行
csc /nologo /debug /checked+ /nostdlib /noconfig /optimize+ /target:winexe /win32icon:vncviewer.ico /out:vncviewer.exe /define:DEBUG;TRACE /reference:\pc#\netcf\mscorlib.dll;\pc#\netcf\System.dll;\pc#\netcf\System.Xml.dll;\pc#\netcf\System.Drawing.dll;\pc#\netcf\System.Windows.Forms.dll *.cs
res2exe -c "C:\Program Files\Developer Resources for Windows Mobile 2003 Second Edition\tools\hidpi.res" vncviewer.exe
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?