Does the compiler remove "Preview" types from the shipped application?
Thanks.
Thanks.
Putting them in a file that is included in your "Development Assets" (a project setting in the "General" tab that lets you specify paths to files/folders omitted from the archive build)
Wrapping them in #if DEBUG compiler directives
Don't they have to be in the same file that you're previewing??Putting them in a file that is included in your "Development Assets"