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