aboutsummaryrefslogtreecommitdiff
path: root/src/tools/WixToolset.Templates/templates/ModuleProject/Module.wxs
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2023-01-01 18:01:42 -0800
committerRob Mensching <rob@firegiant.com>2023-01-01 19:42:38 -0800
commitffae86ed1f600a72d4183166ffbde9dbed1843e9 (patch)
tree4816d69e5c5bd0d75419a2ace6f3ed7345a13b87 /src/tools/WixToolset.Templates/templates/ModuleProject/Module.wxs
parentfe057678c6c15dd723218b0c82b25ec7e58378b8 (diff)
downloadwix-ffae86ed1f600a72d4183166ffbde9dbed1843e9.tar.gz
wix-ffae86ed1f600a72d4183166ffbde9dbed1843e9.tar.bz2
wix-ffae86ed1f600a72d4183166ffbde9dbed1843e9.zip
Small fixes found while updating XSDs
Diffstat (limited to 'src/tools/WixToolset.Templates/templates/ModuleProject/Module.wxs')
-rw-r--r--src/tools/WixToolset.Templates/templates/ModuleProject/Module.wxs2
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" />