2021-03-30 08:42:34 +00:00
|
|
|
# Licensed to the .NET Foundation under one or more agreements.
|
|
|
|
# The .NET Foundation licenses this file to you under the MIT license.
|
|
|
|
# See the LICENSE file in the project root for more information.
|
|
|
|
|
|
|
|
# This file contains command-line options that the VB
|
|
|
|
# command line compiler (VBC) will process as part
|
|
|
|
# of every compilation, unless the "/noconfig" option
|
|
|
|
# is specified.
|
|
|
|
|
|
|
|
# Reference the common Framework libraries
|
|
|
|
/r:Accessibility.dll
|
|
|
|
/r:System.Configuration.dll
|
|
|
|
/r:System.Configuration.Install.dll
|
|
|
|
/r:System.Data.dll
|
|
|
|
/r:System.Data.OracleClient.dll
|
|
|
|
/r:System.Deployment.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.Transactions.dll
|
|
|
|
/r:System.Web.dll
|
|
|
|
/r:System.Web.Mobile.dll
|
|
|
|
/r:System.Web.RegularExpressions.dll
|
|
|
|
/r:System.Web.Services.dll
|
|
|
|
/r:System.Windows.Forms.dll
|
|
|
|
/r:System.Xml.dll
|
|
|
|
|
|
|
|
/r:System.Workflow.Activities.dll
|
|
|
|
/r:System.Workflow.ComponentModel.dll
|
|
|
|
/r:System.Workflow.Runtime.dll
|
|
|
|
/r:System.Runtime.Serialization.dll
|
|
|
|
/r:System.ServiceModel.dll
|
|
|
|
|
|
|
|
/r:System.Core.dll
|
|
|
|
/r:System.Xml.Linq.dll
|
|
|
|
/r:System.Data.Linq.dll
|
|
|
|
/r:System.Data.DataSetExtensions.dll
|
|
|
|
/r:System.Web.Extensions.dll
|
|
|
|
/r:System.Web.Extensions.Design.dll
|
|
|
|
/r:System.ServiceModel.Web.dll
|
|
|
|
|
|
|
|
# Import System and Microsoft.VisualBasic
|
|
|
|
/imports:System
|
|
|
|
/imports:Microsoft.VisualBasic
|
|
|
|
/imports:System.Linq
|
|
|
|
/imports:System.Xml.Linq
|
|
|
|
|
|
|
|
/optioninfer+
|