diff options
Diffstat (limited to 'src/tools/WixToolset.Templates/templates/ModuleProject/Module.wxs')
-rw-r--r-- | src/tools/WixToolset.Templates/templates/ModuleProject/Module.wxs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/WixToolset.Templates/templates/ModuleProject/Module.wxs b/src/tools/WixToolset.Templates/templates/ModuleProject/Module.wxs index 592c844d..aafba36c 100644 --- a/src/tools/WixToolset.Templates/templates/ModuleProject/Module.wxs +++ b/src/tools/WixToolset.Templates/templates/ModuleProject/Module.wxs | |||
@@ -1,5 +1,5 @@ | |||
1 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> | 1 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> |
2 | <Module Id="$safeprojectname$" Guid="PUT-GUID-HERE" Manufacturer="$company$" Language="0" Version="$version$"> | 2 | <Module Id="$safeprojectname$" Guid="PUT-GUID-HERE" Language="0" Version="$version$"> |
3 | <Component Guid='PUT-GUID-HERE' Directory='TARGETDIR'> | 3 | <Component Guid='PUT-GUID-HERE' Directory='TARGETDIR'> |
4 | <!-- TODO: Install something more useful than this source code file itself --> | 4 | <!-- TODO: Install something more useful than this source code file itself --> |
5 | <File Source="Module.wxs" /> | 5 | <File Source="Module.wxs" /> |