ProjFileExt Attribute
Specifies the extension of the project file for a sample. Typically, this is the extension of the file that:
Associates all the sample files with one another together.
Is used to load projects consisting of many different file types.
This attribute provides users with the ability to load a sample file into the application that uses the specified file extension, for example, a Visual Studio solution (.sln) file.
Used in |
Parent tag |
Required |
---|---|---|
<Sample> |
No |
Values
Legal XML character data (CDATA).
Example
ProjFileExt = "sln"
Note
The file extension must be referenced without a period.