This content is part of a third party extension that is not supported by the Cake project.
                        For more information about this extension see 
Cake.XComponent.
                            
 
	
		Summary
	
            This method creates a .ps1 script to easily launch a XComponent project using the version of XComponent Studio found in the tools folder.
            
		
	Syntax
	public static void XcStudioCreatePowerShellLauncherScript(this ICakeContext context, string projectPath, string outputDirectory = "", string scriptFileName = "", Platform platform = 0)
	Attributes
	
		
			
				
					
						| Type | 
						Description | 
					
				
					
						| CakeMethodAliasAttribute | 
						 | 
					
			
		 
	 	
	Parameters
	
		
			
				
					
						| Name | 
						Type | 
						Description | 
					
				
					
						| context | 
						ICakeContext | 
						The Cake Context | 
					
					
						| projectPath | 
						string | 
						The path of the project to launch with XComponent Studio | 
					
					
						| outputDirectory | 
						string | 
						The output directory to write the script | 
					
					
						| scriptFileName | 
						string | 
						The name of the script file | 
					
					
						| platform | 
						Platform | 
						The platform used to launch the application | 
					
			
		 
	 	
	Return Value