⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makexmlhelper.bat

📁 c#精彩编程百例(源代码)
💻 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 + -