You've already forked linux-packaging-mono
							
							
		
			
	
	
		
			18 lines
		
	
	
		
			349 B
		
	
	
	
		
			C#
		
	
	
	
	
	
		
		
			
		
	
	
			18 lines
		
	
	
		
			349 B
		
	
	
	
		
			C#
		
	
	
	
	
	
|   | // | ||
|  | // AssemblyInfo.cs | ||
|  | // | ||
|  | // Author: | ||
|  | //   Andreas Nahr (ClassDevelopment@A-SoftTech.com) | ||
|  | // | ||
|  | // (C) 2003 Ximian, Inc.  http://www.ximian.com | ||
|  | // (C) 2004 Novell (http://www.novell.com) | ||
|  | // | ||
|  | 
 | ||
|  | using System; | ||
|  | using System.Reflection; | ||
|  | using System.Runtime.InteropServices; | ||
|  | 
 | ||
|  | [assembly: AssemblyVersion (Consts.FxVersion)] | ||
|  | 
 | ||
|  | [assembly: AssemblyDelaySign (true)] |