You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							20 lines
						
					
					
						
							655 B
						
					
					
				
			
		
		
	
	
							20 lines
						
					
					
						
							655 B
						
					
					
				<AddIn name        = "EmbeddedImageAddIn" | 
						|
       author      = "Daniel Grunwald" | 
						|
       description = "Allows embedding images in source code comments"> | 
						|
	 | 
						|
	<Manifest> | 
						|
		<Identity name = "SharpDevelop.Samples.EmbeddedImageAddIn"/> | 
						|
	</Manifest> | 
						|
	 | 
						|
	<Runtime> | 
						|
		<Import assembly = "EmbeddedImageAddIn.dll"/> | 
						|
	</Runtime> | 
						|
	 | 
						|
	<Path name="/SharpDevelop/Workbench/LanguageBindings"> | 
						|
		<Class id="EmbeddedImage" class="EmbeddedImageAddIn.EmbeddedImageLanguageBinding"/> | 
						|
	</Path> | 
						|
	 | 
						|
	<Path name="/SharpDevelop/Workbench/MainMenu/Edit/Insert"> | 
						|
		<MenuItem id="EmbeddedImage" class="EmbeddedImageAddIn.InsertImageCommand" label="Insert Image..."/> | 
						|
	</Path> | 
						|
</AddIn>
 | 
						|
 |