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/libs/wcautil | |
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/libs/wcautil')
-rw-r--r-- | src/libs/wcautil/WixToolset.WcaUtil/wcautil.nuspec | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libs/wcautil/WixToolset.WcaUtil/wcautil.nuspec b/src/libs/wcautil/WixToolset.WcaUtil/wcautil.nuspec index 2a03f879..8aa9827e 100644 --- a/src/libs/wcautil/WixToolset.WcaUtil/wcautil.nuspec +++ b/src/libs/wcautil/WixToolset.WcaUtil/wcautil.nuspec | |||
@@ -19,8 +19,8 @@ | |||
19 | <files> | 19 | <files> |
20 | <file src="$projectFolder$\build\$id$.props" target="build\" /> | 20 | <file src="$projectFolder$\build\$id$.props" target="build\" /> |
21 | <file src="$projectFolder$\inc\*" target="build\native\include" /> | 21 | <file src="$projectFolder$\inc\*" target="build\native\include" /> |
22 | <file src="..\..\v143\x64\wcautil.lib" target="build\native\v14\x64" /> | 22 | <file src="..\..\v141\x64\wcautil.lib" target="build\native\v14\x64" /> |
23 | <file src="..\..\v143\x86\wcautil.lib" target="build\native\v14\x86" /> | 23 | <file src="..\..\v141\x86\wcautil.lib" target="build\native\v14\x86" /> |
24 | <file src="..\..\v143\ARM64\wcautil.lib" target="build\native\v14\ARM64" /> | 24 | <file src="..\..\v141\ARM64\wcautil.lib" target="build\native\v14\ARM64" /> |
25 | </files> | 25 | </files> |
26 | </package> | 26 | </package> |