summaryrefslogtreecommitdiff
path: root/src/tools/WixToolset.Templates/templates/ModuleProject/Module.wxs
blob: aafba36c8698c53c6352a5265f3f241166a15eb9 (plain)
1
2
3
4
5
6
7
8
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
  <Module Id="$safeprojectname$" Guid="PUT-GUID-HERE" Language="0" Version="$version$">
    <Component Guid='PUT-GUID-HERE' Directory='TARGETDIR'>
        <!-- TODO: Install something more useful than this source code file itself -->
        <File Source="Module.wxs" />
    </Component>
  </Module>
</Wix>