📄 build.bat
字号:
@ECHO OFF
IF NOT EXIST bin MD bin
IF NOT EXIST bin\Release MD bin\Release
csc.exe /out:bin\Release\FreeImageNET.dll /target:library /doc:bin\Release\FreeImageNET.XML /debug- /o /unsafe+ /filealign:512 /recurse:*.cs
IF EXIST ..\Bin copy bin\Release\FreeImageNET.dll ..\Bin > NUL
IF EXIST ..\Bin copy bin\Release\FreeImageNET.XML ..\Bin > NUL
pause
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -