makexmlhelper.bat

来自「c#精彩编程百例(源代码)」· Batch 代码 · 共 11 行

BAT
11
字号
@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 + =
减小字号Ctrl + -
显示快捷键?