ProjectReferenceInformation Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Information of the project reference including full path, assembly name, etc.
public ref class ProjectReferenceInformation
public class ProjectReferenceInformation
type ProjectReferenceInformation = class
Public Class ProjectReferenceInformation
- Inheritance
-
ProjectReferenceInformation
Constructors
| ProjectReferenceInformation() |
Properties
| AssemblyName |
Assembly name for the project reference. |
| CompilationItems |
Items included in the project reference for compilation <Compile Include="" /> |
| FullPath |
Full path to the csproj file of the project. |
| ProjectName |
Name of the project reference. |