I am using Visual Studio 2008.
I have xml files and corresponding xml schemas for validation.
When I modify any of schema files and save it VS automatically generate a header file,*.dll files and some garbage from it.
But I don't want this.
How can I stop this behaviour?
views:
18answers:
1
A:
Right click on the schema file, click Properties
. Then in "General", set Exclude From Build
to "Yes".
xcut
2010-07-14 06:35:53
I did it but IDE still generates the header file
onurozcelik
2010-07-14 07:07:20