diff options
Diffstat (limited to 'src/api/burn/bextutil/bextutil.nuspec')
-rw-r--r-- | src/api/burn/bextutil/bextutil.nuspec | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/api/burn/bextutil/bextutil.nuspec b/src/api/burn/bextutil/bextutil.nuspec index 125e8807..b2881354 100644 --- a/src/api/burn/bextutil/bextutil.nuspec +++ b/src/api/burn/bextutil/bextutil.nuspec | |||
@@ -13,7 +13,6 @@ | |||
13 | <projectUrl>$projectUrl$</projectUrl> | 13 | <projectUrl>$projectUrl$</projectUrl> |
14 | <repository type="$repositorytype$" url="$repositoryurl$" commit="$repositorycommit$" /> | 14 | <repository type="$repositorytype$" url="$repositoryurl$" commit="$repositorycommit$" /> |
15 | <dependencies> | 15 | <dependencies> |
16 | <dependency id="WixToolset.BootstrapperCore.Native" version="[$version$,5)" /> | ||
17 | <dependency id="WixToolset.DUtil" version="[$version$,5)" /> | 16 | <dependency id="WixToolset.DUtil" version="[$version$,5)" /> |
18 | </dependencies> | 17 | </dependencies> |
19 | </metadata> | 18 | </metadata> |
@@ -22,6 +21,8 @@ | |||
22 | <file src="$projectFolder$\build\$id$.props" target="build\" /> | 21 | <file src="$projectFolder$\build\$id$.props" target="build\" /> |
23 | <file src="$projectFolder$\..\..\..\internal\images\wix.png" /> | 22 | <file src="$projectFolder$\..\..\..\internal\images\wix.png" /> |
24 | <file src="$projectFolder$\inc\*" target="build\native\include" /> | 23 | <file src="$projectFolder$\inc\*" target="build\native\include" /> |
24 | <file src="$projectFolder$\..\inc\BundleExtension.h" target="build\native\include" /> | ||
25 | <file src="$projectFolder$\..\inc\BundleExtensionEngine.h" target="build\native\include" /> | ||
25 | <file src="..\..\v141\x86\bextutil.lib" target="build\native\v14\x86" /> | 26 | <file src="..\..\v141\x86\bextutil.lib" target="build\native\v14\x86" /> |
26 | <file src="..\..\v141\x64\bextutil.lib" target="build\native\v14\x64" /> | 27 | <file src="..\..\v141\x64\bextutil.lib" target="build\native\v14\x64" /> |
27 | <file src="..\..\v141\ARM64\bextutil.lib" target="build\native\v14\ARM64" /> | 28 | <file src="..\..\v141\ARM64\bextutil.lib" target="build\native\v14\ARM64" /> |