csc.rsp 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. # Licensed to the .NET Foundation under one or more agreements.
  2. # The .NET Foundation licenses this file to you under the MIT license.
  3. # See the LICENSE file in the project root for more information.
  4. # This file contains command-line options that the C#
  5. # command line compiler (CSC) will process as part
  6. # of every compilation, unless the "/noconfig" option
  7. # is specified.
  8. # Reference the common Framework libraries
  9. /r:Accessibility.dll
  10. /r:Microsoft.CSharp.dll
  11. /r:System.Configuration.dll
  12. /r:System.Configuration.Install.dll
  13. /r:System.Core.dll
  14. /r:System.Data.dll
  15. /r:System.Data.DataSetExtensions.dll
  16. /r:System.Data.Linq.dll
  17. /r:System.Data.OracleClient.dll
  18. /r:System.Deployment.dll
  19. /r:System.Design.dll
  20. /r:System.DirectoryServices.dll
  21. /r:System.dll
  22. /r:System.Drawing.Design.dll
  23. /r:System.Drawing.dll
  24. /r:System.EnterpriseServices.dll
  25. /r:System.Management.dll
  26. /r:System.Messaging.dll
  27. /r:System.Runtime.Remoting.dll
  28. /r:System.Runtime.Serialization.dll
  29. /r:System.Runtime.Serialization.Formatters.Soap.dll
  30. /r:System.Security.dll
  31. /r:System.ServiceModel.dll
  32. /r:System.ServiceModel.Web.dll
  33. /r:System.ServiceProcess.dll
  34. /r:System.Transactions.dll
  35. /r:System.Web.dll
  36. /r:System.Web.Extensions.Design.dll
  37. /r:System.Web.Extensions.dll
  38. /r:System.Web.Mobile.dll
  39. /r:System.Web.RegularExpressions.dll
  40. /r:System.Web.Services.dll
  41. /r:System.Windows.Forms.dll
  42. /r:System.Workflow.Activities.dll
  43. /r:System.Workflow.ComponentModel.dll
  44. /r:System.Workflow.Runtime.dll
  45. /r:System.Xml.dll
  46. /r:System.Xml.Linq.dll