Click or drag to resize

Project Properties

The Project type exposes the following members.

Properties
  NameDescription
Public property_AsString
This property is just to make debugging easier.
(Inherited from CodeObject.)
Public propertyAllowUnsafeBlocks
Public propertyAndroidApplication
Public propertyAndroidManifest
Public propertyAndroidResgenClass
Public propertyAndroidResgenFile
Public propertyAndroidUseLatestPlatformSdk
Public propertyAnnotations
Annotations (comments, attributes, directives, messages) associated with the current code object.
(Inherited from CodeObject.)
Public propertyAppDesignerFolder
Public propertyApplicationIcon
Public propertyAssemblyName
Public propertyAssemblyOriginatorKeyFile
Public propertyAssemblyResolver
The MonoCecilAssemblyResolver for this project.
Public propertyBaseIntermediateOutputPath
The relative base intermediate output path of the project (such as "obj\").
Public propertyCategory
The descriptive category of the code object.
Public propertyCodeAnalysisRuleSet
Public propertyCodeUnits
All of CodeUnits in the Project.
Public propertyColumnNumber
The column number associated with the CodeObject (if any, 0 if none).
(Inherited from CodeObject.)
Public propertyComment
The comment for the code object (if any).
(Inherited from CodeObject.)
Public propertyCompany
Public propertyConfigurationName
Public propertyConfigurationPlatform
Public propertyConfigurations
Public propertyCopyright
Public propertyCreateTestPage
Public propertyCurrentConfiguration
Public propertyCurrentPlatformConfiguration
Public propertyDefaultTargets
Public propertyDefineConstants
The defined constants for this project as a delimited string.
Public propertyDeploymentDirectory
Public propertyDescription
Public propertyDocComment
The documentation comment for the code object (if any).
(Inherited from CodeObject.)
Public propertyEnableDefaultItems
Public propertyEnableOutOfBrowser
Public propertyEOLComment
The End-Of-Line comment for the code object (if any).
(Inherited from CodeObject.)
Public propertyFileAlignment
Public propertyFileEncoding
The encoding of the file (normally UTF8).
Public propertyFileExists
True if the associated file exists.
Public propertyFileHasUTF8BOM
True if the file has a UTF8 byte-order-mark.
Public propertyFileItems
Public propertyFileName
The associated file name of the Project.
Public propertyFileUpgradeFlags
Public propertyFileUsingTabs
Always false for a Project. Can't be set.
Public propertyFrameworkContext
The FrameworkContext for this project, which controls all loaded assemblies.
Public propertyGenerateAssemblyFileVersionAttribute
Public propertyGenerateAssemblyInfo
Public propertyGenerateAssemblyInformationalVersionAttribute
Public propertyGenerateAssemblyVersionAttribute
Public propertyGenerateSilverlightManifest
Public propertyGlobalAttributes
All project (assembly) level attributes defined in any code unit (such as AssemblyInfo.cs).
Public propertyGlobalNamespace
The global namespace for the project.
Public propertyHasAnnotations
True if the code object has any annotations.
(Inherited from CodeObject.)
Public propertyHasAttributes
True if the code object has any attributes.
(Inherited from CodeObject.)
Public propertyHasComments
True if the code object has any comments of any kind.
(Inherited from CodeObject.)
Public propertyHasCompilerDirectives
True if the code object has any compiler directive annotations.
(Inherited from CodeObject.)
Public propertyHasDocComments
True if the code object has any documentation comments.
(Inherited from CodeObject.)
Public propertyHasEOLComments
True if the code object has any EOL comments.
(Inherited from CodeObject.)
Public propertyHasEOLOrPostAnnotations
True if the code object has any EOL or Postfix annotations.
(Inherited from CodeObject.)
Public propertyHasErrors
True if the code object has any error messages.
(Inherited from CodeObject.)
Public propertyHasFirstOnLineAnnotations
True if the code object has any annotations on separate lines.
(Inherited from CodeObject.)
Public propertyHasInfixComments
True if the code object has any Infix comments.
(Inherited from CodeObject.)
Public propertyHasMessages
True if the code object has any generated messages.
(Inherited from CodeObject.)
Public propertyHasNoIndentation
Determines if the code object has no indentation.
(Inherited from CodeObject.)
Public propertyHasNonEOLComments
True if the code object has any regular (non-doc) preceding (non-EOL, non-Infix, non-Postfix) comments.
(Inherited from CodeObject.)
Public propertyHasPostAnnotations
True if the code object has any postfix annotations.
(Inherited from CodeObject.)
Public propertyHasTerminator
Determines if the code object has a terminator character.
(Inherited from CodeObject.)
Public propertyHiddenRef
Any hidden reference to another CodeObject.
(Inherited from CodeObject.)
Public propertyInfixComment
The infix comment for the code object (if any).
(Inherited from CodeObject.)
Public propertyIntermediateOutputPath
The relative intermediate output path of the project (such as "obj\Debug\").
Public propertyIsFirstOnLine
Determines if the code object appears as the first item on a line.
(Inherited from CodeObject.)
Public propertyIsFirstOnLineDefault
True if the code object defaults to starting on a new line.
(Inherited from CodeObject.)
Public propertyIsGenerated
Determines if the code object is generated.
(Inherited from CodeObject.)
Public propertyIsGroupingSet
Determines if the 'grouping' (has parens or braces) status has been set.
(Inherited from CodeObject.)
Public propertyIsNew
True if the Project is newly created and hasn't been saved yet.
Public propertyIsNewFormat
Public propertyIsNewLinesSet
Determines if the newline count has been set on the code object.
(Inherited from CodeObject.)
Public propertyIsPortable
True if the project is configured to use a portable class library.
Public propertyIsRenderable
Always false.
(Overrides CodeObjectIsRenderable.)
Public propertyIsSharedProject
True if the project is a shared project - meaning it contains source files which are directly imported into one or more other projects via project references.
Public propertyIsSingleLine
Determines if the code object only requires a single line for display.
(Inherited from CodeObject.)
Public propertyIsSingleLineDefault
True if the code object only requires a single line for display by default.
(Inherited from CodeObject.)
Public propertyIsWebSiteProject
True if the project is a 'website' project - meaning a web-based project that has no project file and appears in the solution tree as an 'http:\' URL instead of just a project name.
Public propertyLangVersion
Public propertyLineNumber
The line number associated with the CodeObject (if any, 0 if none).
(Inherited from CodeObject.)
Public propertyLinkedServerProject
Public propertyMinimumVisualStudioVersion
Public propertyMonoAndroidAssetsPrefix
Public propertyMonoAndroidResourcePrefix
Public propertyMSBuildBinPath
Public propertyMSBuildExtensionsPath
Public propertyMSBuildExtensionsPath32
Public propertyMSBuildExtensionsPath64
Public propertyMSBuildProgramFiles32
Public propertyMSBuildToolsPath
Public propertyMSBuildToolsVersion
Public propertyMSBuildUserExtensionsPath
Public propertyMvcBuildViews
Public propertyName
The name of the Project (does not include the file path or extension).
Public propertyNeutralLanguage
Public propertyNewLines
The number of newlines preceding the object (0 to N).
(Inherited from CodeObject.)
Public propertyNonshipping
Public propertyNoStandardLibraries
Public propertyNotSupported
True if the project type is not currently supported.
Public propertyOldToolsVersion
Public propertyOutDir
The output directory of the Project.
Public propertyOutOfBrowserSettingsFile
Public propertyOutputPath
The output path of the Project.
Public propertyOutputType
Public propertyParent
The parent CodeObject.
(Inherited from CodeObject.)
Public propertyPlatform
Public propertyPlatformConfigurations
Public propertyPostBuildEvent
Public propertyPostfixComment
The postfix comment for the code object (if any).
(Inherited from CodeObject.)
Public propertyPreBuildEvent
Public propertyProduct
Public propertyProductVersion
Public propertyProjectGuid
Public propertyProjectPath
The path of the Project.
Public propertyProjectType
Public propertyProjectTypeGuids
Public propertyReferencePath
Public propertyReferences
All of the references for the Project.
Public propertyRootNamespace
Public propertySccAuxPath
Public propertySccLocalPath
Public propertySccProjectName
Public propertySccProvider
Public propertySchemaVersion
Public propertySdk
Public propertySignAssembly
Public propertySilverlightAppEntry
Public propertySilverlightApplication
Public propertySilverlightApplicationList
Public propertySilverlightManifestTemplate
Public propertySilverlightVersion
Public propertySolution
The parent Solution.
Public propertySolutionDir
The path of the Solution file.
Public propertyStartArguments
Public propertyStartupObject
Public propertySupportedCultures
Public propertyTargetFramework
Public propertyTargetFrameworkIdentifier
Public propertyTargetFrameworkProfile
Public propertyTargetFrameworks
Public propertyTargetFrameworkVersion
Public propertyTargetPlatform
Public propertyTargetPlatformMinVersion
Public propertyTargetPlatformVersion
Public propertyTestPageFileName
Public propertyThrowErrorsInValidation
Public propertyToolsVersion
Public propertyTypeGuid
The GUID representing the type of the Project.
Public propertyUpgradeBackupLocation
Public propertyUseIISExpress
Public propertyUsePlatformExtensions
Public propertyUserReferencePath
The ReferencePath from any "*.csproj.user" file.
Public propertyValidateXaml
Public propertyVisualStudioVersion
Public propertyVSToolsPath
Public propertyWarningLevel
Public propertyXapFilename
Public propertyXapOutputs
Public propertyXmlNamespace
Top
See Also