diff options
Diffstat (limited to 'src/setup/wix-cli/Package.wxs')
-rw-r--r-- | src/setup/wix-cli/Package.wxs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/setup/wix-cli/Package.wxs b/src/setup/wix-cli/Package.wxs index 897a1e5a..cbf28115 100644 --- a/src/setup/wix-cli/Package.wxs +++ b/src/setup/wix-cli/Package.wxs | |||
@@ -30,9 +30,6 @@ | |||
30 | <Exclude Files="!(bindpath.Files)\**\*.xml" /> | 30 | <Exclude Files="!(bindpath.Files)\**\*.xml" /> |
31 | <Exclude Files="!(bindpath.Files)\**\*.targets" /> | 31 | <Exclude Files="!(bindpath.Files)\**\*.targets" /> |
32 | </Files> | 32 | </Files> |
33 | |||
34 | <Files Include="!(bindpath.Heat_x64)\**" Subdirectory="x64" /> | ||
35 | <Files Include="!(bindpath.Heat_x86)\**" Subdirectory="x86" /> | ||
36 | </ComponentGroup> | 33 | </ComponentGroup> |
37 | </Fragment> | 34 | </Fragment> |
38 | 35 | ||