Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
833 B

  1. # This file contains command-line options that the C#
  2. # command line compiler (CSC) will process as part
  3. # of every compilation, unless the "/noconfig" option
  4. # is specified.
  5. # Reference the common Framework libraries
  6. /r:Accessibility.dll
  7. /r:Microsoft.Vsa.dll
  8. /r:System.Configuration.Install.dll
  9. /r:System.Data.dll
  10. /r:System.Design.dll
  11. /r:System.DirectoryServices.dll
  12. /r:System.dll
  13. /r:System.Drawing.Design.dll
  14. /r:System.Drawing.dll
  15. /r:System.EnterpriseServices.dll
  16. /r:System.Management.dll
  17. /r:System.Messaging.dll
  18. /r:System.Runtime.Remoting.dll
  19. /r:System.Runtime.Serialization.Formatters.Soap.dll
  20. /r:System.Security.dll
  21. /r:System.ServiceProcess.dll
  22. /r:System.Web.dll
  23. /r:System.Web.Mobile.dll
  24. /r:System.Web.RegularExpressions.dll
  25. /r:System.Web.Services.dll
  26. /r:System.Windows.Forms.Dll
  27. /r:System.XML.dll