+ <subproject id="nativdlg" template="sub"/>
+ <subproject id="notebook" template="sub"/>
+ <subproject id="oleauto" template="sub"/>
+ <subproject id="opengl" template="sub"/>
+ <subproject id="ownerdrw" template="sub"/>
+ <subproject id="popup" template="sub"/>
+ <subproject id="power" template="sub"/>
+ <subproject id="printing" template="sub"/>
+ <subproject id="propgrid" template="sub"/>
+ <subproject id="regtest" template="sub"/>
+ <subproject id="render" template="sub"/>
+ <subproject id="ribbon" template="sub"/>
+ <subproject id="richtext" template="sub"/>
+ <subproject id="sashtest" template="sub"/>
+ <subproject id="scroll" template="sub"/>
+ <subproject id="shaped" template="sub"/>
+ <subproject id="sockets" template="sub"/>
+ <subproject id="sound" template="sub"/>
+ <subproject id="splash" template="sub"/>
+ <subproject id="splitter" template="sub"/>
+ <subproject id="statbar" template="sub"/>
+ <subproject id="stc" template="sub"/>
+ <subproject id="svg" template="sub"/>
+ <subproject id="taborder" template="sub"/>
+ <subproject id="taskbar" template="sub"/>
+ <subproject id="text" template="sub"/>
+ <subproject id="thread" template="sub"/>
+ <subproject id="toolbar" template="sub"/>
+ <subproject id="treectrl" template="sub"/>
+ <subproject id="typetest" template="sub"/>
+ <subproject id="uiaction" template="sub"/>
+ <subproject id="validate" template="sub"/>
+ <subproject id="vscroll" template="sub"/>
+ <subproject id="widgets" template="sub"/>
+ <subproject id="wizard" template="sub"/>
+ <subproject id="wrapsizer" template="sub"/>
+ <subproject id="xrc" template="sub"/>
+
+ <!--
+ These samples don't always build (they need non-default wxWidgets
+ configuration or some 3rd party library being installed) so don't build
+ them by default by using "optsub" template instead of "sub" one and
+ some of them also require MSVC compiler so don't use them with the
+ other ones.
+ -->
+ <if cond="FORMAT[:3] == 'msv'">
+ <subproject id="flash" template="optsub"/>
+ <subproject id="mfc" template="optsub"/>
+ </if>
+ <subproject id="memcheck" template="optsub"/>