Paradox Game Engine  v1.0.0 beta06
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
SiliconStudio.Assets.VSProjectHelper Class Reference

Static Public Member Functions

static Guid GetProjectGuid (Microsoft.Build.Evaluation.Project project)
 
static PlatformType GetPlatformTypeFromProject (Microsoft.Build.Evaluation.Project project)
 
static ProjectType GetProjectTypeFromProject (Microsoft.Build.Evaluation.Project project)
 
static string GetOrCompileProjectAssembly (string fullProjectLocation, ILogger logger, bool autoCompileProject, string configuration="Debug", string platform="AnyCPU", Dictionary< string, string > extraProperties=null, bool onlyErrors=false, BuildRequestDataFlags flags=BuildRequestDataFlags.None)
 
static ICancellableAsyncBuild CompileProjectAssemblyAsync (string fullProjectLocation, ILogger logger, string targets="Build", string configuration="Debug", string platform="AnyCPU", Dictionary< string, string > extraProperties=null, BuildRequestDataFlags flags=BuildRequestDataFlags.None)
 
static
Microsoft.Build.Evaluation.Project 
LoadProject (string fullProjectLocation, string configuration="Debug", string platform="AnyCPU", Dictionary< string, string > extraProperties=null)
 

Detailed Description

Definition at line 27 of file VSProjectHelper.cs.

Member Function Documentation

static ICancellableAsyncBuild SiliconStudio.Assets.VSProjectHelper.CompileProjectAssemblyAsync ( string  fullProjectLocation,
ILogger  logger,
string  targets = "Build",
string  configuration = "Debug",
string  platform = "AnyCPU",
Dictionary< string, string >  extraProperties = null,
BuildRequestDataFlags  flags = BuildRequestDataFlags.None 
)
static

Definition at line 83 of file VSProjectHelper.cs.

References DirectX.flags.

static string SiliconStudio.Assets.VSProjectHelper.GetOrCompileProjectAssembly ( string  fullProjectLocation,
ILogger  logger,
bool  autoCompileProject,
string  configuration = "Debug",
string  platform = "AnyCPU",
Dictionary< string, string >  extraProperties = null,
bool  onlyErrors = false,
BuildRequestDataFlags  flags = BuildRequestDataFlags.None 
)
static

Definition at line 62 of file VSProjectHelper.cs.

References DirectX.flags.

static PlatformType SiliconStudio.Assets.VSProjectHelper.GetPlatformTypeFromProject ( Microsoft.Build.Evaluation.Project  project)
static

Definition at line 40 of file VSProjectHelper.cs.

static Guid SiliconStudio.Assets.VSProjectHelper.GetProjectGuid ( Microsoft.Build.Evaluation.Project  project)
static

Definition at line 34 of file VSProjectHelper.cs.

static ProjectType SiliconStudio.Assets.VSProjectHelper.GetProjectTypeFromProject ( Microsoft.Build.Evaluation.Project  project)
static

Definition at line 45 of file VSProjectHelper.cs.

static Microsoft.Build.Evaluation.Project SiliconStudio.Assets.VSProjectHelper.LoadProject ( string  fullProjectLocation,
string  configuration = "Debug",
string  platform = "AnyCPU",
Dictionary< string, string >  extraProperties = null 
)
static

Definition at line 101 of file VSProjectHelper.cs.


The documentation for this class was generated from the following file: