diff options
| author | Bob Arnson <bob@firegiant.com> | 2021-12-12 23:26:03 -0500 |
|---|---|---|
| committer | Bob Arnson <github@bobs.org> | 2021-12-25 20:31:10 -0500 |
| commit | 5bb1c768a8124505c87fc1db3f702675b50d54ab (patch) | |
| tree | 6920f1ba06ed74ec5e464d7a4b615df81b679ce7 /src/api/burn/bextutil | |
| parent | 667ee81ee0263314b4546f5598efc66fe84c08b7 (diff) | |
| download | wix-5bb1c768a8124505c87fc1db3f702675b50d54ab.tar.gz wix-5bb1c768a8124505c87fc1db3f702675b50d54ab.tar.bz2 wix-5bb1c768a8124505c87fc1db3f702675b50d54ab.zip | |
Use `v143` toolset except `v141` for libs.
Diffstat (limited to 'src/api/burn/bextutil')
| -rw-r--r-- | src/api/burn/bextutil/bextutil.nuspec | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/api/burn/bextutil/bextutil.nuspec b/src/api/burn/bextutil/bextutil.nuspec index 747cb8b1..137c39e1 100644 --- a/src/api/burn/bextutil/bextutil.nuspec +++ b/src/api/burn/bextutil/bextutil.nuspec | |||
| @@ -20,8 +20,8 @@ | |||
| 20 | <files> | 20 | <files> |
| 21 | <file src="$projectFolder$\build\$id$.props" target="build\" /> | 21 | <file src="$projectFolder$\build\$id$.props" target="build\" /> |
| 22 | <file src="$projectFolder$\inc\*" target="build\native\include" /> | 22 | <file src="$projectFolder$\inc\*" target="build\native\include" /> |
| 23 | <file src="..\..\v143\x86\bextutil.lib" target="build\native\v14\x86" /> | 23 | <file src="..\..\v141\x86\bextutil.lib" target="build\native\v14\x86" /> |
| 24 | <file src="..\..\v143\x64\bextutil.lib" target="build\native\v14\x64" /> | 24 | <file src="..\..\v141\x64\bextutil.lib" target="build\native\v14\x64" /> |
| 25 | <file src="..\..\v143\ARM64\bextutil.lib" target="build\native\v14\ARM64" /> | 25 | <file src="..\..\v141\ARM64\bextutil.lib" target="build\native\v14\ARM64" /> |
| 26 | </files> | 26 | </files> |
| 27 | </package> | 27 | </package> |
