28 lines
780 B
Plaintext
28 lines
780 B
Plaintext
# This file contains command-line options that the C#
|
|
# command line compiler (CSC) will process as part
|
|
# of every compilation, unless the "/noconfig" option
|
|
# is specified.
|
|
|
|
# Reference the common Framework libraries
|
|
/r:Accessibility.dll
|
|
/r:Microsoft.Vsa.dll
|
|
/r:System.Configuration.Install.dll
|
|
/r:System.Data.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.Formatters.Soap.dll
|
|
/r:System.Security.dll
|
|
/r:System.ServiceProcess.dll
|
|
/r:System.Web.dll
|
|
/r:System.Web.RegularExpressions.dll
|
|
/r:System.Web.Services.dll
|
|
/r:System.Windows.Forms.Dll
|
|
/r:System.XML.dll
|