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.
		
		
		
		
		
			
		
			
				
					
					
						
							22 lines
						
					
					
						
							603 B
						
					
					
				
			
		
		
	
	
							22 lines
						
					
					
						
							603 B
						
					
					
				<AddIn name        = "Custom View Content Sample" | 
						|
       url         = "http://www.icsharpcode.net" | 
						|
       version     = "1.0.0"> | 
						|
	 | 
						|
	<Manifest> | 
						|
		<Identity name="SharpDevelop.Samples.CustomView"/> | 
						|
	</Manifest> | 
						|
	 | 
						|
	<Runtime> | 
						|
		<Import assembly="CustomView.dll"/> | 
						|
	</Runtime> | 
						|
 | 
						|
	<Path name = "/SharpDevelop/Workbench/MainMenu"> | 
						|
		<MenuItem id = "CustomViewSamples"  | 
						|
		          label = "Custom View Sample"  | 
						|
		          type = "Menu"> | 
						|
			<MenuItem id = "ShowCustomView" | 
						|
		              label = "Show Custom View"  | 
						|
		              class = "CustomView.ShowCustomViewCommand"/> | 
						|
		</MenuItem> | 
						|
	</Path> | 
						|
</AddIn>
 | 
						|
 |