diff options
| author | Rob Mensching <rob@firegiant.com> | 2020-05-21 23:08:52 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2020-05-22 15:21:29 -0700 |
| commit | e28fcc906046ed12a867b621fc0eabf75fd9db09 (patch) | |
| tree | 4d879b9e222fcdeadf6091b4b185655ac71b8845 /src/wixnative/runtime.win.WixToolset.Core.Native.nuspec | |
| parent | a4cc6c64cb94279daeef2ab14e6319105806c053 (diff) | |
| download | wix-e28fcc906046ed12a867b621fc0eabf75fd9db09.tar.gz wix-e28fcc906046ed12a867b621fc0eabf75fd9db09.tar.bz2 wix-e28fcc906046ed12a867b621fc0eabf75fd9db09.zip | |
Add support using mergmod.dll and its interfaces
Diffstat (limited to 'src/wixnative/runtime.win.WixToolset.Core.Native.nuspec')
| -rw-r--r-- | src/wixnative/runtime.win.WixToolset.Core.Native.nuspec | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wixnative/runtime.win.WixToolset.Core.Native.nuspec b/src/wixnative/runtime.win.WixToolset.Core.Native.nuspec index 59eff4e6..a775b570 100644 --- a/src/wixnative/runtime.win.WixToolset.Core.Native.nuspec +++ b/src/wixnative/runtime.win.WixToolset.Core.Native.nuspec | |||
| @@ -14,8 +14,10 @@ | |||
| 14 | </metadata> | 14 | </metadata> |
| 15 | 15 | ||
| 16 | <files> | 16 | <files> |
| 17 | <file src="Win32\mergemod.dll" target="runtimes\win-x86\native" /> | ||
| 17 | <file src="Win32\wixnative.exe" target="runtimes\win-x86\native" /> | 18 | <file src="Win32\wixnative.exe" target="runtimes\win-x86\native" /> |
| 18 | <file src="Win32\wixnative.pdb" target="runtimes\win-x86\native" /> | 19 | <file src="Win32\wixnative.pdb" target="runtimes\win-x86\native" /> |
| 20 | <file src="x64\mergemod.dll" target="runtimes\win-x64\native" /> | ||
| 19 | <file src="x64\wixnative.exe" target="runtimes\win-x64\native" /> | 21 | <file src="x64\wixnative.exe" target="runtimes\win-x64\native" /> |
| 20 | <file src="x64\wixnative.pdb" target="runtimes\win-x64\native" /> | 22 | <file src="x64\wixnative.pdb" target="runtimes\win-x64\native" /> |
| 21 | </files> | 23 | </files> |
