📄 makexmlhelper.bat
字号:
@echo off
rem *** Compile the RobBirdwell.XmlHelper.dll ***
csc /doc:RobBirdwell.XmlHelper.xml /out:RobBirdwell.XmlHelper.dll /debug+ /t:library /w:4 /r:System.Xml.dll /r:System.Net.dll /r:System.Text.RegularExpressions.dll XmlHelper.cs
rem *** Compile the TestXmlHelper colsole exe to test RobBirdwell.XmlHelper.dll ***
csc /debug+ /t:exe /w:4 /r:System.Xml.dll /r:RobBirdwell.XmlHelper.dll TestXmlHelper.cs
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -