vbc.rsp 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  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 VB
  5. # command line compiler (VBC) 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:System.Configuration.dll
  11. /r:System.Configuration.Install.dll
  12. /r:System.Data.dll
  13. /r:System.Data.OracleClient.dll
  14. /r:System.Deployment.dll
  15. /r:System.Design.dll
  16. /r:System.DirectoryServices.dll
  17. /r:System.dll
  18. /r:System.Drawing.Design.dll
  19. /r:System.Drawing.dll
  20. /r:System.EnterpriseServices.dll
  21. /r:System.Management.dll
  22. /r:System.Messaging.dll
  23. /r:System.Runtime.Remoting.dll
  24. /r:System.Runtime.Serialization.Formatters.Soap.dll
  25. /r:System.Security.dll
  26. /r:System.ServiceProcess.dll
  27. /r:System.Transactions.dll
  28. /r:System.Web.dll
  29. /r:System.Web.Mobile.dll
  30. /r:System.Web.RegularExpressions.dll
  31. /r:System.Web.Services.dll
  32. /r:System.Windows.Forms.dll
  33. /r:System.Xml.dll
  34. /r:System.Workflow.Activities.dll
  35. /r:System.Workflow.ComponentModel.dll
  36. /r:System.Workflow.Runtime.dll
  37. /r:System.Runtime.Serialization.dll
  38. /r:System.ServiceModel.dll
  39. /r:System.Core.dll
  40. /r:System.Xml.Linq.dll
  41. /r:System.Data.Linq.dll
  42. /r:System.Data.DataSetExtensions.dll
  43. /r:System.Web.Extensions.dll
  44. /r:System.Web.Extensions.Design.dll
  45. /r:System.ServiceModel.Web.dll
  46. # Import System and Microsoft.VisualBasic
  47. /imports:System
  48. /imports:Microsoft.VisualBasic
  49. /imports:System.Linq
  50. /imports:System.Xml.Linq
  51. /optioninfer+