[tasque/windows] [wix] Split single wxs file into multiple files
- From: Antonius Riha <antoniusri src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tasque/windows] [wix] Split single wxs file into multiple files
- Date: Fri, 26 Oct 2012 09:55:21 +0000 (UTC)
commit 007f6bedcf6b6837145731980282aaf3cee38717
Author: Antonius Riha <antoniusriha gmail com>
Date: Fri Oct 26 11:55:02 2012 +0200
[wix] Split single wxs file into multiple files
WindowsSetup/Locales.wxs | 109 +++++++++++++++++++++++++++
WindowsSetup/Product.wxs | 150 +------------------------------------
WindowsSetup/Resources.wxs | 51 +++++++++++++
WindowsSetup/WindowsSetup.wixproj | 2 +
4 files changed, 163 insertions(+), 149 deletions(-)
---
diff --git a/WindowsSetup/Locales.wxs b/WindowsSetup/Locales.wxs
new file mode 100644
index 0000000..425c222
--- /dev/null
+++ b/WindowsSetup/Locales.wxs
@@ -0,0 +1,109 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
+ <Fragment>
+ <ComponentGroup Id="TasqueLocales">
+ <Component Id="_ca" Directory="ca">
+ <File Id="ca.mo" Source="..\build\bin\share\locale\ca\LC_MESSAGES\tasque.mo" />
+ </Component>
+ <Component Id="_ca_valencia" Directory="ca_valencia_lc_msg">
+ <File Id="ca_valencia.mo" Source=" \build\bin\share\locale\ca valencia\LC_MESSAGES\tasque mo" />
+ </Component>
+ <Component Id="_cs" Directory="cs_lc_msg">
+ <File Id="cs.mo" Source="..\build\bin\share\locale\cs\LC_MESSAGES\tasque.mo" />
+ </Component>
+ <Component Id="_da" Directory="da_lc_msg">
+ <File Id="da.mo" Source="..\build\bin\share\locale\da\LC_MESSAGES\tasque.mo" />
+ </Component>
+ <Component Id="_de" Directory="de_lc_msg">
+ <File Id="de.mo" Source="..\build\bin\share\locale\de\LC_MESSAGES\tasque.mo" />
+ </Component>
+ <Component Id="_el" Directory="el_lc_msg">
+ <File Id="el.mo" Source="..\build\bin\share\locale\el\LC_MESSAGES\tasque.mo" />
+ </Component>
+ <Component Id="_en_gb" Directory="en_gb_lc_msg">
+ <File Id="en_gb.mo" Source="..\build\bin\share\locale\en_GB\LC_MESSAGES\tasque.mo" />
+ </Component>
+ <Component Id="_eo" Directory="eo_lc_msg">
+ <File Id="eo.mo" Source="..\build\bin\share\locale\eo\LC_MESSAGES\tasque.mo" />
+ </Component>
+ <Component Id="_es" Directory="es_lc_msg">
+ <File Id="es.mo" Source="..\build\bin\share\locale\es\LC_MESSAGES\tasque.mo" />
+ </Component>
+ <Component Id="_et" Directory="et_lc_msg">
+ <File Id="et.mo" Source="..\build\bin\share\locale\et\LC_MESSAGES\tasque.mo" />
+ </Component>
+ <Component Id="_fi" Directory="fi_lc_msg">
+ <File Id="fi.mo" Source="..\build\bin\share\locale\fi\LC_MESSAGES\tasque.mo" />
+ </Component>
+ <Component Id="_fr" Directory="fr_lc_msg">
+ <File Id="fr.mo" Source="..\build\bin\share\locale\fr\LC_MESSAGES\tasque.mo" />
+ </Component>
+ <Component Id="_gl" Directory="gl_lc_msg">
+ <File Id="gl.mo" Source="..\build\bin\share\locale\gl\LC_MESSAGES\tasque.mo" />
+ </Component>
+ <Component Id="_hu" Directory="hu_lc_msg">
+ <File Id="hu.mo" Source="..\build\bin\share\locale\hu\LC_MESSAGES\tasque.mo" />
+ </Component>
+ <Component Id="_id" Directory="id_lc_msg">
+ <File Id="id.mo" Source="..\build\bin\share\locale\id\LC_MESSAGES\tasque.mo" />
+ </Component>
+ <Component Id="_it" Directory="it_lc_msg">
+ <File Id="it.mo" Source="..\build\bin\share\locale\it\LC_MESSAGES\tasque.mo" />
+ </Component>
+ <Component Id="_ja" Directory="ja_lc_msg">
+ <File Id="ja.mo" Source="..\build\bin\share\locale\ja\LC_MESSAGES\tasque.mo" />
+ </Component>
+ <Component Id="_lv" Directory="lv_lc_msg">
+ <File Id="lv.mo" Source="..\build\bin\share\locale\lv\LC_MESSAGES\tasque.mo" />
+ </Component>
+ <Component Id="_nb" Directory="nb_lc_msg">
+ <File Id="nb.mo" Source="..\build\bin\share\locale\nb\LC_MESSAGES\tasque.mo" />
+ </Component>
+ <Component Id="_nds" Directory="nds_lc_msg">
+ <File Id="nds.mo" Source="..\build\bin\share\locale\nds\LC_MESSAGES\tasque.mo" />
+ </Component>
+ <Component Id="_nl" Directory="nl_lc_msg">
+ <File Id="nl.mo" Source="..\build\bin\share\locale\nl\LC_MESSAGES\tasque.mo" />
+ </Component>
+ <Component Id="_pl" Directory="pl_lc_msg">
+ <File Id="pl.mo" Source="..\build\bin\share\locale\pl\LC_MESSAGES\tasque.mo" />
+ </Component>
+ <Component Id="_pt" Directory="pt_lc_msg">
+ <File Id="pt.mo" Source="..\build\bin\share\locale\pt\LC_MESSAGES\tasque.mo" />
+ </Component>
+ <Component Id="_pt_br" Directory="pt_br_lc_msg">
+ <File Id="pt_br.mo" Source="..\build\bin\share\locale\pt_BR\LC_MESSAGES\tasque.mo" />
+ </Component>
+ <Component Id="_ro" Directory="ro_lc_msg">
+ <File Id="ro.mo" Source="..\build\bin\share\locale\ro\LC_MESSAGES\tasque.mo" />
+ </Component>
+ <Component Id="_ru" Directory="ru_lc_msg">
+ <File Id="ru.mo" Source="..\build\bin\share\locale\ru\LC_MESSAGES\tasque.mo" />
+ </Component>
+ <Component Id="_sl" Directory="sl_lc_msg">
+ <File Id="sl.mo" Source="..\build\bin\share\locale\sl\LC_MESSAGES\tasque.mo" />
+ </Component>
+ <Component Id="_sr" Directory="sr_lc_msg">
+ <File Id="sr.mo" Source="..\build\bin\share\locale\sr\LC_MESSAGES\tasque.mo" />
+ </Component>
+ <Component Id="_sr_latin" Directory="sr_latin_lc_msg">
+ <File Id="sr_latin.mo" Source=" \build\bin\share\locale\sr latin\LC_MESSAGES\tasque mo" />
+ </Component>
+ <Component Id="_sv" Directory="sv_lc_msg">
+ <File Id="sv.mo" Source="..\build\bin\share\locale\sv\LC_MESSAGES\tasque.mo" />
+ </Component>
+ <Component Id="_th" Directory="th_lc_msg">
+ <File Id="th.mo" Source="..\build\bin\share\locale\th\LC_MESSAGES\tasque.mo" />
+ </Component>
+ <Component Id="_tr" Directory="tr_lc_msg">
+ <File Id="tr.mo" Source="..\build\bin\share\locale\tr\LC_MESSAGES\tasque.mo" />
+ </Component>
+ <Component Id="_zh_cn" Directory="zh_cn_lc_msg">
+ <File Id="zh_cn.mo" Source="..\build\bin\share\locale\zh_CN\LC_MESSAGES\tasque.mo" />
+ </Component>
+ <Component Id="_zh_tw" Directory="zh_TW_lc_msg">
+ <File Id="zh_tw.mo" Source="..\build\bin\share\locale\zh_TW\LC_MESSAGES\tasque.mo" />
+ </Component>
+ </ComponentGroup>
+ </Fragment>
+</Wix>
\ No newline at end of file
diff --git a/WindowsSetup/Product.wxs b/WindowsSetup/Product.wxs
index a650743..c0f6752 100644
--- a/WindowsSetup/Product.wxs
+++ b/WindowsSetup/Product.wxs
@@ -9,6 +9,7 @@
<Feature Id="TasqueFeature" Title="Tasque" Level="1">
<ComponentGroupRef Id="TasqueComponents" />
<ComponentGroupRef Id="TasqueResources" />
+ <ComponentGroupRef Id="TasqueLocales" />
</Feature>
</Product>
@@ -191,154 +192,5 @@
<File Source="..\build\bin\lib\tasque\sqlite3.dll" />
</Component>
</ComponentGroup>
- <ComponentGroup Id="TasqueResources">
- <Component Id="_16_apps" Directory="apps16" Guid="FF7D5308-5446-4278-91D3-177FA8704560">
- <File Id="tasque16" Source="..\build\bin\share\icons\hicolor\16x16\apps\tasque.png" />
- <File Id="tasque_panel16" Source="..\build\bin\share\icons\hicolor\16x16\apps\tasque-panel.png" />
- </Component>
- <Component Id="_16_status" Directory="status16" Guid="5267A4F8-2564-4679-BC1E-9942BDAEA075">
- <File Name="tasque-completing-0.png" Source="..\build\bin\share\tasque\icons\hicolor\16x16\status\tasque-completing-0.png" />
- <File Name="tasque-completing-1.png" Source="..\build\bin\share\tasque\icons\hicolor\16x16\status\tasque-completing-1.png" />
- <File Name="tasque-completing-2.png" Source="..\build\bin\share\tasque\icons\hicolor\16x16\status\tasque-completing-2.png" />
- <File Name="tasque-completing-3.png" Source="..\build\bin\share\tasque\icons\hicolor\16x16\status\tasque-completing-3.png" />
- <File Name="tasque-completing-4.png" Source="..\build\bin\share\tasque\icons\hicolor\16x16\status\tasque-completing-4.png" />
- <File Name="tasque-completing-5.png" Source="..\build\bin\share\tasque\icons\hicolor\16x16\status\tasque-completing-5.png" />
- <File Name="tasque-completing-6.png" Source="..\build\bin\share\tasque\icons\hicolor\16x16\status\tasque-completing-6.png" />
- <File Name="tasque-completing-7.png" Source="..\build\bin\share\tasque\icons\hicolor\16x16\status\tasque-completing-7.png" />
- <File Name="tasque-completing-8.png" Source="..\build\bin\share\tasque\icons\hicolor\16x16\status\tasque-completing-8.png" />
- <File Name="tasque-completing-9.png" Source="..\build\bin\share\tasque\icons\hicolor\16x16\status\tasque-completing-9.png" />
- <File Name="tasque-completing-10.png" Source="..\build\bin\share\tasque\icons\hicolor\16x16\status\tasque-completing-10.png" />
- <File Name="tasque-completing-11.png" Source="..\build\bin\share\tasque\icons\hicolor\16x16\status\tasque-completing-11.png" />
- <File Name="tasque-note.png" Source="..\build\bin\share\tasque\icons\hicolor\16x16\status\tasque-note.png" />
- </Component>
- <!-- Icons -->
- <Component Id="_22_apps" Directory="apps22" Guid="6A050B6E-D10F-427D-BC14-7DA5F67B6462">
- <File Id="tasque22" Source="..\build\bin\share\icons\hicolor\22x22\apps\tasque.png" />
- <File Id="tasque_panel22" Source="..\build\bin\share\icons\hicolor\22x22\apps\tasque-panel.png" />
- </Component>
- <Component Id="_24_apps" Directory="apps24" Guid="955BDF73-3663-4D94-B522-7828E176D701">
- <File Id="tasque24" Source="..\build\bin\share\icons\hicolor\24x24\apps\tasque.png" />
- <File Id="tasque_panel24" Source="..\build\bin\share\icons\hicolor\24x24\apps\tasque-panel.png" />
- </Component>
- <Component Id="_32_apps" Directory="apps32">
- <File Id="tasque32" Source="..\build\bin\share\icons\hicolor\32x32\apps\tasque.png" />
- </Component>
- <Component Id="_48_apps" Directory="apps48">
- <File Id="tasque48" Source="..\build\bin\share\icons\hicolor\48x48\apps\tasque.png" />
- </Component>
- <Component Id="_128_places" Directory="places128">
- <File Source="..\build\bin\share\tasque\icons\hicolor\128x128\places\tasque-rtm-logo.png" />
- </Component>
- <Component Id="_scalable" Directory="scalable">
- <File Source="..\build\bin\share\icons\hicolor\scalable\apps\tasque.svg" />
- </Component>
- <!-- Sounds -->
- <Component Id="_sounds" Directory="sounds">
- <File Source="..\build\bin\share\tasque\sounds\notify.wav" />
- </Component>
- <!-- Locales -->
- <Component Id="_ca" Directory="ca">
- <File Id="ca.mo" Source="..\build\bin\share\locale\ca\LC_MESSAGES\tasque.mo" />
- </Component>
- <Component Id="_ca_valencia" Directory="ca_valencia_lc_msg">
- <File Id="ca_valencia.mo" Source=" \build\bin\share\locale\ca valencia\LC_MESSAGES\tasque mo" />
- </Component>
- <Component Id="_cs" Directory="cs_lc_msg">
- <File Id="cs.mo" Source="..\build\bin\share\locale\cs\LC_MESSAGES\tasque.mo" />
- </Component>
- <Component Id="_da" Directory="da_lc_msg">
- <File Id="da.mo" Source="..\build\bin\share\locale\da\LC_MESSAGES\tasque.mo" />
- </Component>
- <Component Id="_de" Directory="de_lc_msg">
- <File Id="de.mo" Source="..\build\bin\share\locale\de\LC_MESSAGES\tasque.mo" />
- </Component>
- <Component Id="_el" Directory="el_lc_msg">
- <File Id="el.mo" Source="..\build\bin\share\locale\el\LC_MESSAGES\tasque.mo" />
- </Component>
- <Component Id="_en_gb" Directory="en_gb_lc_msg">
- <File Id="en_gb.mo" Source="..\build\bin\share\locale\en_GB\LC_MESSAGES\tasque.mo" />
- </Component>
- <Component Id="_eo" Directory="eo_lc_msg">
- <File Id="eo.mo" Source="..\build\bin\share\locale\eo\LC_MESSAGES\tasque.mo" />
- </Component>
- <Component Id="_es" Directory="es_lc_msg">
- <File Id="es.mo" Source="..\build\bin\share\locale\es\LC_MESSAGES\tasque.mo" />
- </Component>
- <Component Id="_et" Directory="et_lc_msg">
- <File Id="et.mo" Source="..\build\bin\share\locale\et\LC_MESSAGES\tasque.mo" />
- </Component>
- <Component Id="_fi" Directory="fi_lc_msg">
- <File Id="fi.mo" Source="..\build\bin\share\locale\fi\LC_MESSAGES\tasque.mo" />
- </Component>
- <Component Id="_fr" Directory="fr_lc_msg">
- <File Id="fr.mo" Source="..\build\bin\share\locale\fr\LC_MESSAGES\tasque.mo" />
- </Component>
- <Component Id="_gl" Directory="gl_lc_msg">
- <File Id="gl.mo" Source="..\build\bin\share\locale\gl\LC_MESSAGES\tasque.mo" />
- </Component>
- <Component Id="_hu" Directory="hu_lc_msg">
- <File Id="hu.mo" Source="..\build\bin\share\locale\hu\LC_MESSAGES\tasque.mo" />
- </Component>
- <Component Id="_id" Directory="id_lc_msg">
- <File Id="id.mo" Source="..\build\bin\share\locale\id\LC_MESSAGES\tasque.mo" />
- </Component>
- <Component Id="_it" Directory="it_lc_msg">
- <File Id="it.mo" Source="..\build\bin\share\locale\it\LC_MESSAGES\tasque.mo" />
- </Component>
- <Component Id="_ja" Directory="ja_lc_msg">
- <File Id="ja.mo" Source="..\build\bin\share\locale\ja\LC_MESSAGES\tasque.mo" />
- </Component>
- <Component Id="_lv" Directory="lv_lc_msg">
- <File Id="lv.mo" Source="..\build\bin\share\locale\lv\LC_MESSAGES\tasque.mo" />
- </Component>
- <Component Id="_nb" Directory="nb_lc_msg">
- <File Id="nb.mo" Source="..\build\bin\share\locale\nb\LC_MESSAGES\tasque.mo" />
- </Component>
- <Component Id="_nds" Directory="nds_lc_msg">
- <File Id="nds.mo" Source="..\build\bin\share\locale\nds\LC_MESSAGES\tasque.mo" />
- </Component>
- <Component Id="_nl" Directory="nl_lc_msg">
- <File Id="nl.mo" Source="..\build\bin\share\locale\nl\LC_MESSAGES\tasque.mo" />
- </Component>
- <Component Id="_pl" Directory="pl_lc_msg">
- <File Id="pl.mo" Source="..\build\bin\share\locale\pl\LC_MESSAGES\tasque.mo" />
- </Component>
- <Component Id="_pt" Directory="pt_lc_msg">
- <File Id="pt.mo" Source="..\build\bin\share\locale\pt\LC_MESSAGES\tasque.mo" />
- </Component>
- <Component Id="_pt_br" Directory="pt_br_lc_msg">
- <File Id="pt_br.mo" Source="..\build\bin\share\locale\pt_BR\LC_MESSAGES\tasque.mo" />
- </Component>
- <Component Id="_ro" Directory="ro_lc_msg">
- <File Id="ro.mo" Source="..\build\bin\share\locale\ro\LC_MESSAGES\tasque.mo" />
- </Component>
- <Component Id="_ru" Directory="ru_lc_msg">
- <File Id="ru.mo" Source="..\build\bin\share\locale\ru\LC_MESSAGES\tasque.mo" />
- </Component>
- <Component Id="_sl" Directory="sl_lc_msg">
- <File Id="sl.mo" Source="..\build\bin\share\locale\sl\LC_MESSAGES\tasque.mo" />
- </Component>
- <Component Id="_sr" Directory="sr_lc_msg">
- <File Id="sr.mo" Source="..\build\bin\share\locale\sr\LC_MESSAGES\tasque.mo" />
- </Component>
- <Component Id="_sr_latin" Directory="sr_latin_lc_msg">
- <File Id="sr_latin.mo" Source=" \build\bin\share\locale\sr latin\LC_MESSAGES\tasque mo" />
- </Component>
- <Component Id="_sv" Directory="sv_lc_msg">
- <File Id="sv.mo" Source="..\build\bin\share\locale\sv\LC_MESSAGES\tasque.mo" />
- </Component>
- <Component Id="_th" Directory="th_lc_msg">
- <File Id="th.mo" Source="..\build\bin\share\locale\th\LC_MESSAGES\tasque.mo" />
- </Component>
- <Component Id="_tr" Directory="tr_lc_msg">
- <File Id="tr.mo" Source="..\build\bin\share\locale\tr\LC_MESSAGES\tasque.mo" />
- </Component>
- <Component Id="_zh_cn" Directory="zh_cn_lc_msg">
- <File Id="zh_cn.mo" Source="..\build\bin\share\locale\zh_CN\LC_MESSAGES\tasque.mo" />
- </Component>
- <Component Id="_zh_tw" Directory="zh_TW_lc_msg">
- <File Id="zh_tw.mo" Source="..\build\bin\share\locale\zh_TW\LC_MESSAGES\tasque.mo" />
- </Component>
- </ComponentGroup>
</Fragment>
</Wix>
\ No newline at end of file
diff --git a/WindowsSetup/Resources.wxs b/WindowsSetup/Resources.wxs
new file mode 100644
index 0000000..b56c413
--- /dev/null
+++ b/WindowsSetup/Resources.wxs
@@ -0,0 +1,51 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
+ <Fragment>
+ <ComponentGroup Id="TasqueResources">
+ <!-- Icons -->
+ <Component Id="_16_apps" Directory="apps16" Guid="FF7D5308-5446-4278-91D3-177FA8704560">
+ <File Id="tasque16" Source="..\build\bin\share\icons\hicolor\16x16\apps\tasque.png" />
+ <File Id="tasque_panel16" Source="..\build\bin\share\icons\hicolor\16x16\apps\tasque-panel.png" />
+ </Component>
+ <Component Id="_16_status" Directory="status16" Guid="5267A4F8-2564-4679-BC1E-9942BDAEA075">
+ <File Name="tasque-completing-0.png" Source="..\build\bin\share\tasque\icons\hicolor\16x16\status\tasque-completing-0.png" />
+ <File Name="tasque-completing-1.png" Source="..\build\bin\share\tasque\icons\hicolor\16x16\status\tasque-completing-1.png" />
+ <File Name="tasque-completing-2.png" Source="..\build\bin\share\tasque\icons\hicolor\16x16\status\tasque-completing-2.png" />
+ <File Name="tasque-completing-3.png" Source="..\build\bin\share\tasque\icons\hicolor\16x16\status\tasque-completing-3.png" />
+ <File Name="tasque-completing-4.png" Source="..\build\bin\share\tasque\icons\hicolor\16x16\status\tasque-completing-4.png" />
+ <File Name="tasque-completing-5.png" Source="..\build\bin\share\tasque\icons\hicolor\16x16\status\tasque-completing-5.png" />
+ <File Name="tasque-completing-6.png" Source="..\build\bin\share\tasque\icons\hicolor\16x16\status\tasque-completing-6.png" />
+ <File Name="tasque-completing-7.png" Source="..\build\bin\share\tasque\icons\hicolor\16x16\status\tasque-completing-7.png" />
+ <File Name="tasque-completing-8.png" Source="..\build\bin\share\tasque\icons\hicolor\16x16\status\tasque-completing-8.png" />
+ <File Name="tasque-completing-9.png" Source="..\build\bin\share\tasque\icons\hicolor\16x16\status\tasque-completing-9.png" />
+ <File Name="tasque-completing-10.png" Source="..\build\bin\share\tasque\icons\hicolor\16x16\status\tasque-completing-10.png" />
+ <File Name="tasque-completing-11.png" Source="..\build\bin\share\tasque\icons\hicolor\16x16\status\tasque-completing-11.png" />
+ <File Name="tasque-note.png" Source="..\build\bin\share\tasque\icons\hicolor\16x16\status\tasque-note.png" />
+ </Component>
+ <Component Id="_22_apps" Directory="apps22" Guid="6A050B6E-D10F-427D-BC14-7DA5F67B6462">
+ <File Id="tasque22" Source="..\build\bin\share\icons\hicolor\22x22\apps\tasque.png" />
+ <File Id="tasque_panel22" Source="..\build\bin\share\icons\hicolor\22x22\apps\tasque-panel.png" />
+ </Component>
+ <Component Id="_24_apps" Directory="apps24" Guid="955BDF73-3663-4D94-B522-7828E176D701">
+ <File Id="tasque24" Source="..\build\bin\share\icons\hicolor\24x24\apps\tasque.png" />
+ <File Id="tasque_panel24" Source="..\build\bin\share\icons\hicolor\24x24\apps\tasque-panel.png" />
+ </Component>
+ <Component Id="_32_apps" Directory="apps32">
+ <File Id="tasque32" Source="..\build\bin\share\icons\hicolor\32x32\apps\tasque.png" />
+ </Component>
+ <Component Id="_48_apps" Directory="apps48">
+ <File Id="tasque48" Source="..\build\bin\share\icons\hicolor\48x48\apps\tasque.png" />
+ </Component>
+ <Component Id="_128_places" Directory="places128">
+ <File Source="..\build\bin\share\tasque\icons\hicolor\128x128\places\tasque-rtm-logo.png" />
+ </Component>
+ <Component Id="_scalable" Directory="scalable">
+ <File Source="..\build\bin\share\icons\hicolor\scalable\apps\tasque.svg" />
+ </Component>
+ <!-- Sounds -->
+ <Component Id="_sounds" Directory="sounds">
+ <File Source="..\build\bin\share\tasque\sounds\notify.wav" />
+ </Component>
+ </ComponentGroup>
+ </Fragment>
+</Wix>
\ No newline at end of file
diff --git a/WindowsSetup/WindowsSetup.wixproj b/WindowsSetup/WindowsSetup.wixproj
index 0f86a3d..1fcfea1 100644
--- a/WindowsSetup/WindowsSetup.wixproj
+++ b/WindowsSetup/WindowsSetup.wixproj
@@ -21,7 +21,9 @@
<IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
</PropertyGroup>
<ItemGroup>
+ <Compile Include="Locales.wxs" />
<Compile Include="Product.wxs" />
+ <Compile Include="Resources.wxs" />
</ItemGroup>
<Import Project="$(WixTargetsPath)" />
<!--
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]