xml - Prevent Visual Studio 2008 from creating .xsc and .xss files when I try to open an .xsd file -


I used xsd.exe to generate a schema file for some XML . I want to include that schema file in my C # project in Visual Studio, but every time I add the .xsd file to my code and then double-click it to open it , Visual Studio for these .xss and .xsc files for my .xsd file, and this is my .xsd file changes how can I do it automatically stop it and change my schema? Open it in Notepad and update the following:

msdata: IsDataSet = " False " (True)

When you now have the file in Visual Studio Import it, it should not make additional files

More info.


Comments