Advertisement
Guest User

csc.rsp

a guest
Feb 28th, 2012
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  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.  
  6. # Reference the common Framework libraries
  7. /r:Accessibility.dll
  8. /r:Microsoft.CSharp.dll
  9. /r:System.Configuration.dll
  10. /r:System.Configuration.Install.dll
  11. /r:System.Core.dll
  12. /r:System.Data.dll
  13. /r:System.Data.DataSetExtensions.dll
  14. /r:System.Data.Linq.dll
  15. /r:System.Data.OracleClient.dll
  16. /r:System.Deployment.dll
  17. /r:System.Design.dll
  18. /r:System.DirectoryServices.dll
  19. /r:System.dll
  20. /r:System.Drawing.Design.dll
  21. /r:System.Drawing.dll
  22. /r:System.EnterpriseServices.dll
  23. /r:System.Management.dll
  24. /r:System.Messaging.dll
  25. /r:System.Runtime.Remoting.dll
  26. /r:System.Runtime.Serialization.dll
  27. /r:System.Runtime.Serialization.Formatters.Soap.dll
  28. /r:System.Security.dll
  29. /r:System.ServiceModel.dll
  30. /r:System.ServiceModel.Web.dll
  31. /r:System.ServiceProcess.dll
  32. /r:System.Transactions.dll
  33. /r:System.Web.dll
  34. /r:System.Web.Extensions.Design.dll
  35. /r:System.Web.Extensions.dll
  36. /r:System.Web.Mobile.dll
  37. /r:System.Web.RegularExpressions.dll
  38. /r:System.Web.Services.dll
  39. /r:System.Windows.Forms.Dll
  40. /r:System.Workflow.Activities.dll
  41. /r:System.Workflow.ComponentModel.dll
  42. /r:System.Workflow.Runtime.dll
  43. /r:System.Xml.dll
  44. /r:System.Xml.Linq.dll
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement