A message sent to the BuildService which tell it what kind of app it has to build.
View code on GitHub
Inheritance Hierarchy
DeltaEngine.Editor.Messages AppBuildRequest
Namespace: DeltaEngine.Editor.Messages
Assembly: DeltaEngine.Editor.Messages (in DeltaEngine.Editor.Messages.dll) Version: 1.1.1.0 (1.1.1)
Syntax
The AppBuildRequest type exposes the following members.
Constructors
Name | Description | |
---|---|---|
AppBuildRequest |
Need empty constructor for serialization and reconstruction.
View code on GitHub | |
AppBuildRequest(String, String, PlatformName, Byte ) | Initializes a new instance of the AppBuildRequest class |
Properties
Name | Description | |
---|---|---|
ContentProjectName | ||
IsRebuildOfCodeForced | ||
PackedCodeData | ||
Platform | ||
ProjectName | ||
SolutionFileName |
See Also