共用方式為


FILE_VIEW_ROOT_FOLDER (Windows Embedded CE 6.0)

1/5/2010

This macro definition specifies the project files that should be displayed in Solution Explorer in the Platform Builder IDE, at the root level of the Subproject folder.

This is useful for displaying readme.txt files, batch (.bat) files, or source code (.cpp) files that you do not want to display under the Source files node.

The following code example shows how to set FILE_VIEW_ROOT_FOLDER to display additional files at the root level of the Subproject folder:

FILE_VIEW_ROOT_FOLDER= \
    StdAfx.cpp \

See Also

Concepts

Sources File
FILE_VIEW_INCLUDES_FOLDER
FILE_VIEW_RESOURCE_FOLDER
SOURCES