Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where can I find an .xsd file to provide intellisense for Castle Windsor?

I'm looking for an .xsd schema file to drop into my Visual Studio directory to provide intellisense for the xml configuration file for the Castle Windsor IoC container. I've looked in the downloaded code for Windsor, as well as googled several different ways. I see many people asking the same question, but no answers. Anyone know if there is such a document?

like image 515
Mark Struzinski Avatar asked Sep 21 '08 15:09

Mark Struzinski


2 Answers

I have rehosted the project-distributor schema zip on google code here. The zip contains schema, example usage and a readme to install it.

like image 140
jimbobdog Avatar answered Nov 20 '22 08:11

jimbobdog


Perhaps this is what you are looking for:

http://jimblogdog.blogspot.com/2008/05/castlewindsor-schema-enables-visual.html

Here is the link to download the castle windsor schema:

http://www.projectdistributor.net/Releases/Release.aspx?releaseId=427

Good Luck!

like image 21
Jason Stevenson Avatar answered Nov 20 '22 08:11

Jason Stevenson