|  | @@ -354,6 +354,8 @@ public:
 | 
	
		
			
				|  |  |        i.e. "Can I build Debug and Release in the same tree?" */
 | 
	
		
			
				|  |  |    virtual bool IsMultiConfig() const { return false; }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | +  virtual bool IsXcode() const { return false; }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |    /** Return true if we know the exact location of object files.
 | 
	
		
			
				|  |  |        If false, store the reason in the given string.
 | 
	
		
			
				|  |  |        This is meaningful only after EnableLanguage has been called.  */
 |