aboutsummaryrefslogtreecommitdiff
path: root/src/wixnative/runtime.win.WixToolset.Core.Native.nuspec
diff options
context:
space:
mode:
Diffstat (limited to 'src/wixnative/runtime.win.WixToolset.Core.Native.nuspec')
-rw-r--r--src/wixnative/runtime.win.WixToolset.Core.Native.nuspec2
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>