add in - Generate XSD from class in Visual Studio -
it nice if, in visual studio 2010, right click .cs class file , see menu option "generate xsd", shortcut call through xsd.exe. generated xsd automatically added project. know of such tool?
you can take here @ site explaining how add external tools way call directly vss.
just remember use right xsd.exe target project .net framework version.
for .net framework 4 use 1 located @ c:\program files (x86)\microsoft sdks\windows\v7.0a\bin\netfx 4.0 tools
i hope helps you.
Comments
Post a Comment