BIN DIRECTORY IN VISUAL STUDIO IDE
One answer
I am working with RTC and I have a component where I upload compiled objects, but, the IDE Visual Studio ignores the bin directory when I compile, how I can do to not ignore?
Thanks in advance
RTC uses ignore rules to filter out contents which should not be source controlled. While sharing a solution, a dialog called "Review Ignored Resources" comes up. It lists all the ignore patterns for the project (default for first time share), and shows ignored files/folders in red fonts. You will find "debug" and "release" directories under the list of ignored patterns by default. You can remove these ignore patterns from the list, and RTC won't ignore them for source-controlling.