Show/Hide Toolbars

XSharp

 

-noconfig选项告诉编译器不要使用xsc.rsp文件进行编译,该文件与xsc.exe文件位于同一目录,并从同一目录加载。

语法

-noconfig  

参数

xsc.rsp 文件引用了随 .NET Framework 一起提供的所有程序集。Visual Studio .NET 开发环境包含的实际引用取决于项目类型。

 

您可以修改 xsc.rsp 文件,并通过 xsc.exe 命令行指定每次编译都应包含的其他编译器选项(-noconfig 选项除外)。

 

编译器会最后处理传递给 xsc 命令的选项。因此,命令行上的任何选项都会覆盖 xsc.rsp 文件中相同选项的设置。

 

如果不想让编译器查找并使用 xsc.rsp 文件中的设置,请指定 -noconfig。

 

该编译器选项在 Visual Studio 中不可用,也不能通过编程更改。

 

xsc.rsp 文件的当前内容是

# Copyright (c)  XSharp BV.  All Rights Reserved.  
 
# This file contains command-line options that the X#
# command line compiler (XSC) will process as part
# of every compilation, unless the "/noconfig" option
# is specified.
 
# Reference the common Framework libraries
/r:Accessibility.dll
/r:Microsoft.CSharp.dll
/r:System.Configuration.dll
/r:System.Configuration.Install.dll
/r:System.Core.dll
/r:System.Data.dll
/r:System.Data.DataSetExtensions.dll
/r:System.Data.Linq.dll
/r:System.Data.OracleClient.dll
/r:System.Deployment.dll
/r:System.Design.dll
/r:System.DirectoryServices.dll
/r:System.dll
/r:System.Drawing.Design.dll
/r:System.Drawing.dll
/r:System.EnterpriseServices.dll
/r:System.Management.dll
/r:System.Messaging.dll
/r:System.Runtime.Remoting.dll
/r:System.Runtime.Serialization.dll
/r:System.Runtime.Serialization.Formatters.Soap.dll
/r:System.Security.dll
/r:System.ServiceModel.dll
/r:System.ServiceModel.Web.dll
/r:System.ServiceProcess.dll
/r:System.Transactions.dll
/r:System.Web.dll
/r:System.Web.Extensions.Design.dll
/r:System.Web.Extensions.dll
/r:System.Web.Mobile.dll
/r:System.Web.RegularExpressions.dll
/r:System.Web.Services.dll
/r:System.Windows.Forms.dll
/r:System.Workflow.Activities.dll
/r:System.Workflow.ComponentModel.dll
/r:System.Workflow.Runtime.dll
/r:System.Xml.dll
/r:System.Xml.Linq.dll