WNT
This element contains a collection of Windows®-specific RESOURCE elements.
Syntax
<WNT>
   [<RESOURCE>...</RESOURCE>][...]
</WNT>
Child elements
A WNT element may contain the following child elements:
- 
Zero to many RESOURCE elements.
 
Usage
The WNT element contains a list of Windows resources: those resources are only available on the Windows operating systems.
<WNT>
      <RESOURCE Id="res.dispatcher.socket.family" Source="INTERNAL">TCP</RESOURCE>
    ...
</WNT>
Parent elements
This element is a child of the following: RESOURCE_LIST