Archived

This forum has been archived. Please start a new discussion on GitHub.

VS Addin doesnt handle filters correctly

Hi,

The Ice VS addin when it performs a rebuild removes slice generated files from their place in a filter and places them elsewhere. This is unfriendly behavior, as doing this causes source code integration to check these files in. These files should never be checked in, only generated.

I created a filter (as does Qt for generated files) that doesnt source control the generated files. This gets emptied and the files put elsewhere
I have attached 3 images, the tree at the start, the properties of the filter, and the tree after the build. upon closing the project the generated files get added to source control.

It would be nice to get this fixed, it is a difficult workaround.