Project Properties |
The Project type exposes the following members.
Name | Description | |
---|---|---|
_AsString |
This property is just to make debugging easier.
(Inherited from CodeObject.) | |
AllowUnsafeBlocks | ||
AndroidApplication | ||
AndroidManifest | ||
AndroidResgenClass | ||
AndroidResgenFile | ||
AndroidUseLatestPlatformSdk | ||
Annotations |
Annotations (comments, attributes, directives, messages) associated with the current code object.
(Inherited from CodeObject.) | |
AppDesignerFolder | ||
ApplicationIcon | ||
AssemblyName | ||
AssemblyOriginatorKeyFile | ||
AssemblyResolver |
The MonoCecilAssemblyResolver for this project.
| |
BaseIntermediateOutputPath |
The relative base intermediate output path of the project (such as "obj\").
| |
Category |
The descriptive category of the code object.
| |
CodeAnalysisRuleSet | ||
CodeUnits | ||
ColumnNumber |
The column number associated with the CodeObject (if any, 0 if none).
(Inherited from CodeObject.) | |
Comment |
The comment for the code object (if any).
(Inherited from CodeObject.) | |
Company | ||
ConfigurationName |
The name of the current ProjectConfiguration.
| |
ConfigurationPlatform |
The platform of the current ProjectConfiguration.
| |
Configurations |
All of the ProjectConfigurations for the Project.
| |
Copyright | ||
CreateTestPage | ||
CurrentConfiguration |
The currently active ProjectConfiguration.
| |
CurrentPlatformConfiguration |
The currently active platform-specific ProjectConfiguration (if any).
| |
DefaultTargets | ||
DefineConstants |
The defined constants for this project as a delimited string.
| |
DeploymentDirectory | ||
Description | ||
DocComment |
The documentation comment for the code object (if any).
(Inherited from CodeObject.) | |
EnableDefaultItems | ||
EnableOutOfBrowser | ||
EOLComment |
The End-Of-Line comment for the code object (if any).
(Inherited from CodeObject.) | |
FileAlignment | ||
FileEncoding |
The encoding of the file (normally UTF8).
| |
FileExists |
True if the associated file exists.
| |
FileHasUTF8BOM |
True if the file has a UTF8 byte-order-mark.
| |
FileItems |
All of ProjectFileItems in the Project.
| |
FileName |
The associated file name of the Project.
| |
FileUpgradeFlags | ||
FileUsingTabs |
Always false for a Project. Can't be set.
| |
FrameworkContext |
The FrameworkContext for this project, which controls all loaded assemblies.
| |
GenerateAssemblyFileVersionAttribute | ||
GenerateAssemblyInfo | ||
GenerateAssemblyInformationalVersionAttribute | ||
GenerateAssemblyVersionAttribute | ||
GenerateSilverlightManifest | ||
GlobalAttributes |
All project (assembly) level attributes defined in any code unit (such as AssemblyInfo.cs).
| |
GlobalNamespace |
The global namespace for the project.
| |
HasAnnotations |
True if the code object has any annotations.
(Inherited from CodeObject.) | |
HasAttributes |
True if the code object has any attributes.
(Inherited from CodeObject.) | |
HasComments |
True if the code object has any comments of any kind.
(Inherited from CodeObject.) | |
HasCompilerDirectives |
True if the code object has any compiler directive annotations.
(Inherited from CodeObject.) | |
HasDocComments |
True if the code object has any documentation comments.
(Inherited from CodeObject.) | |
HasEOLComments |
True if the code object has any EOL comments.
(Inherited from CodeObject.) | |
HasEOLOrPostAnnotations |
True if the code object has any EOL or Postfix annotations.
(Inherited from CodeObject.) | |
HasErrors |
True if the code object has any error messages.
(Inherited from CodeObject.) | |
HasFirstOnLineAnnotations |
True if the code object has any annotations on separate lines.
(Inherited from CodeObject.) | |
HasInfixComments |
True if the code object has any Infix comments.
(Inherited from CodeObject.) | |
HasMessages |
True if the code object has any generated messages.
(Inherited from CodeObject.) | |
HasNoIndentation |
Determines if the code object has no indentation.
(Inherited from CodeObject.) | |
HasNonEOLComments |
True if the code object has any regular (non-doc) preceding (non-EOL, non-Infix, non-Postfix) comments.
(Inherited from CodeObject.) | |
HasPostAnnotations |
True if the code object has any postfix annotations.
(Inherited from CodeObject.) | |
HasTerminator |
Determines if the code object has a terminator character.
(Inherited from CodeObject.) | |
HiddenRef |
Any hidden reference to another CodeObject.
(Inherited from CodeObject.) | |
InfixComment |
The infix comment for the code object (if any).
(Inherited from CodeObject.) | |
IntermediateOutputPath |
The relative intermediate output path of the project (such as "obj\Debug\").
| |
IsFirstOnLine |
Determines if the code object appears as the first item on a line.
(Inherited from CodeObject.) | |
IsFirstOnLineDefault |
True if the code object defaults to starting on a new line.
(Inherited from CodeObject.) | |
IsGenerated |
Determines if the code object is generated.
(Inherited from CodeObject.) | |
IsGroupingSet |
Determines if the 'grouping' (has parens or braces) status has been set.
(Inherited from CodeObject.) | |
IsNew |
True if the Project is newly created and hasn't been saved yet.
| |
IsNewFormat | ||
IsNewLinesSet |
Determines if the newline count has been set on the code object.
(Inherited from CodeObject.) | |
IsPortable |
True if the project is configured to use a portable class library.
| |
IsRenderable |
Always false.
(Overrides CodeObjectIsRenderable.) | |
IsSharedProject |
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.
| |
IsSingleLine |
Determines if the code object only requires a single line for display.
(Inherited from CodeObject.) | |
IsSingleLineDefault |
True if the code object only requires a single line for display by default.
(Inherited from CodeObject.) | |
IsWebSiteProject |
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.
| |
LangVersion | ||
LineNumber |
The line number associated with the CodeObject (if any, 0 if none).
(Inherited from CodeObject.) | |
LinkedServerProject | ||
MinimumVisualStudioVersion | ||
MonoAndroidAssetsPrefix | ||
MonoAndroidResourcePrefix | ||
MSBuildBinPath | ||
MSBuildExtensionsPath | ||
MSBuildExtensionsPath32 | ||
MSBuildExtensionsPath64 | ||
MSBuildProgramFiles32 | ||
MSBuildToolsPath | ||
MSBuildToolsVersion | ||
MSBuildUserExtensionsPath | ||
MvcBuildViews | ||
Name |
The name of the Project (does not include the file path or extension).
| |
NeutralLanguage | ||
NewLines |
The number of newlines preceding the object (0 to N).
(Inherited from CodeObject.) | |
Nonshipping | ||
NoStandardLibraries | ||
NotSupported |
True if the project type is not currently supported.
| |
OldToolsVersion | ||
OutDir |
The output directory of the Project.
| |
OutOfBrowserSettingsFile | ||
OutputPath |
The output path of the Project.
| |
OutputType | ||
Parent |
The parent CodeObject.
(Inherited from CodeObject.) | |
Platform | ||
PlatformConfigurations |
All of the platform-specific ProjectConfigurations for the Project.
| |
PostBuildEvent | ||
PostfixComment |
The postfix comment for the code object (if any).
(Inherited from CodeObject.) | |
PreBuildEvent | ||
Product | ||
ProductVersion | ||
ProjectGuid | ||
ProjectPath |
The path of the Project.
| |
ProjectType | ||
ProjectTypeGuids | ||
ReferencePath | ||
References |
All of the references for the Project.
| |
RootNamespace | ||
SccAuxPath | ||
SccLocalPath | ||
SccProjectName | ||
SccProvider | ||
SchemaVersion | ||
Sdk | ||
SignAssembly | ||
SilverlightAppEntry | ||
SilverlightApplication | ||
SilverlightApplicationList | ||
SilverlightManifestTemplate | ||
SilverlightVersion | ||
Solution |
The parent Solution.
| |
SolutionDir |
The path of the Solution file.
| |
StartArguments | ||
StartupObject | ||
SupportedCultures | ||
TargetFramework | ||
TargetFrameworkIdentifier | ||
TargetFrameworkProfile | ||
TargetFrameworks | ||
TargetFrameworkVersion | ||
TargetPlatform | ||
TargetPlatformMinVersion | ||
TargetPlatformVersion | ||
TestPageFileName | ||
ThrowErrorsInValidation | ||
ToolsVersion | ||
TypeGuid |
The GUID representing the type of the Project.
| |
UpgradeBackupLocation | ||
UseIISExpress | ||
UsePlatformExtensions | ||
UserReferencePath |
The ReferencePath from any "*.csproj.user" file.
| |
ValidateXaml | ||
VisualStudioVersion | ||
VSToolsPath | ||
WarningLevel | ||
XapFilename | ||
XapOutputs | ||
XmlNamespace |