VSSDK.VSLangProj.11 by Sam Harwell

<PackageReference Include="VSSDK.VSLangProj.11" Version="11.0.4" />

 VBProjectConfigurationProperties5

This interface provides internal-only access to project configuration properties. For more information, see Accessing Project Type Specific Project, Project Item, and Configuration Properties.
string __id { get; }

bool AllowUnsafeBlocks { get; set; }

uint BaseAddress { get; set; }

bool CheckForOverflowUnderflow { get; set; }

string CodeAnalysisCulture { get; set; }

string CodeAnalysisDictionaries { get; set; }

bool CodeAnalysisFailOnMissingRules { get; set; }

Gets or sets a flag indicating whether the code analysis fails whenever any rule or rule set is missing.

bool CodeAnalysisIgnoreBuiltInRules { get; set; }

Gets or sets a flag indicating whether to ignore the default code analysis rules.

Gets or sets a flag indicating whether to ignore the code analysis built-in rule sets.

string CodeAnalysisInputAssembly { get; set; }

string CodeAnalysisLogFile { get; set; }

string CodeAnalysisRuleAssemblies { get; set; }

string CodeAnalysisRuleDirectories { get; set; }

Gets or sets the directories in which to search for rules specified in rule set files.

string CodeAnalysisRules { get; set; }

string CodeAnalysisRuleSet { get; set; }

Gets or sets the path to a file containing the list of rules to run.

string CodeAnalysisRuleSetDirectories { get; set; }

Gets or sets the directories in which to search for rule set files.

string CodeAnalysisSpellCheckLanguages { get; set; }

string ConfigurationOverrideFile { get; set; }

string DebugInfo { get; set; }

bool DebugSymbols { get; set; }

string DefineConstants { get; set; }

bool DefineDebug { get; set; }

bool DefineTrace { get; set; }

string DocumentationFile { get; set; }

bool EnableASPDebugging { get; set; }

bool EnableASPXDebugging { get; set; }

bool EnableSQLServerDebugging { get; set; }

bool EnableUnmanagedDebugging { get; set; }

object this[string ExtenderName] { get; }

string ExtenderCATID { get; }

object ExtenderNames { get; }

uint FileAlignment { get; set; }

bool IncrementalBuild { get; set; }

string IntermediatePath { get; set; }

bool NoStdLib { get; set; }

string NoWarn { get; set; }

bool Optimize { get; set; }

string OutputPath { get; set; }

string PlatformTarget { get; set; }

bool RegisterForComInterop { get; set; }

bool RemoteDebugEnabled { get; set; }

string RemoteDebugMachine { get; set; }

bool RemoveIntegerChecks { get; set; }

bool RunCodeAnalysis { get; set; }

string StartArguments { get; set; }

string StartPage { get; set; }

string StartProgram { get; set; }

string StartURL { get; set; }

bool StartWithIE { get; set; }

string StartWorkingDirectory { get; set; }

string TreatSpecificWarningsAsErrors { get; set; }

bool TreatWarningsAsErrors { get; set; }

bool UseVSHostingProcess { get; set; }