Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 411 Bytes

File metadata and controls

14 lines (13 loc) · 411 Bytes

Proj0030: Use VB.NET specific properties only when applicable

When building a VB.NET project, MS Build supports multiple VB.NET only properties to be set. For none VB.NET projects however, setting these properties does not make any sense.

VB.NET only properties

  • FrameworkPathOverride
  • NoVBRuntimeReference
  • OptionExplicit
  • OptionInfer
  • OptionStrict
  • RemoveIntegerChecks
  • VbcToolPath
  • VbcVerbosity