Class SolutionProject
public class SolutionProject : PackageContainer
- Inheritance
-
objectSolutionProject
- Inherited Members
- Extension Methods
Constructors
SolutionProject(Package)
protected SolutionProject(Package package)
Parameters
packagePackage
SolutionProject(Package, Project)
public SolutionProject(Package package, Project vsProject)
Parameters
packagePackagevsProjectProject
SolutionProject(Package, Guid, string)
public SolutionProject(Package package, Guid projectGuid, string fullPath)
Parameters
Fields
AssetNamespaceProperty
public const string AssetNamespaceProperty = "StrideAssetNamespace"
Field Value
AssetNamespaceUsingItem
public const string AssetNamespaceUsingItem = "StrideAssetNamespaceUsing"
Field Value
ContainsAssetTypesProperty
public const string ContainsAssetTypesProperty = "StrideContainsAssetTypes"
Field Value
Properties
AssemblyProcessorSerializationHashFile
public string AssemblyProcessorSerializationHashFile { get; set; }
Property Value
ContainsAssetTypes
public bool? ContainsAssetTypes { get; set; }
Property Value
- bool?
FullPath
public UFile FullPath { get; }
Property Value
- UFile
Id
public Guid Id { get; }
Property Value
IsImplicitProject
public bool IsImplicitProject { get; set; }
Property Value
Name
public string Name { get; }
Property Value
Platform
public PlatformType Platform { get; set; }
Property Value
ShouldLoadAssemblyInEditor
public bool ShouldLoadAssemblyInEditor { get; }
Property Value
TargetPath
public string TargetPath { get; set; }
Property Value
TrackDirectDependencies
public bool TrackDirectDependencies { get; set; }
Property Value
Type
public ProjectType Type { get; set; }
Property Value
VSProject
public Project VSProject { get; set; }
Property Value
- Project
Methods
SavePackage()
protected override void SavePackage()
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.