File tree 9 files changed +17
-21
lines changed
WixToolset.BootstrapperApplicationApi
wcautil/WixToolset.WcaUtil
9 files changed +17
-21
lines changed Original file line number Diff line number Diff line change @@ -27,8 +27,6 @@ This repository contains the WiX Toolset codebase.
27
27
| .NET Framework 4.7.2 SDK |
28
28
| .NET Framework 4.7.2 targeting pack |
29
29
| .NET Framework 4.6.2 targeting pack |
30
- | MSVC v141 - VS 2017 C++ ARM64 build tools (v14.16) |
31
- | MSVC v141 - VS 2017 C++ x64/x86 build tools (v14.16) |
32
30
| MSVC v143 - VS 2022 C++ ARM64/ARM64EC build tools (Latest) |
33
31
| MSVC v143 - VS 2022 C++ x64/x86 build tools (Latest) |
34
32
| Git for Windows |
Original file line number Diff line number Diff line change 20
20
<OutputPath >$(BaseOutputPath)$(Configuration)\</OutputPath >
21
21
22
22
<!-- This is C++-specific but used from managed projects to pick up native build artifacts. -->
23
- <WixNativeSdkLibraryToolset >v141 </WixNativeSdkLibraryToolset >
23
+ <WixNativeSdkLibraryToolset >v143 </WixNativeSdkLibraryToolset >
24
24
<PlatformToolset Condition =" '$(ConfigurationType)' == 'StaticLibrary' " >$(WixNativeSdkLibraryToolset)</PlatformToolset >
25
25
<PlatformToolset Condition =" '$(PlatformToolset)' == '' " >v143</PlatformToolset >
26
26
Original file line number Diff line number Diff line change 10
10
<OutDir >$(OutputPath)$(PlatformFolder)\</OutDir >
11
11
</PropertyGroup >
12
12
13
- <!-- This is needed for v141 toolset, which doesn't understand `10.0` -->
14
13
<PropertyGroup Condition =" '$(WindowsTargetPlatformVersion)'==''" >
15
- <WindowsTargetPlatformVersion >$([Microsoft.Build.Utilities.ToolLocationHelper]::GetLatestSDKTargetPlatformVersion('Windows', ' 10.0')) </WindowsTargetPlatformVersion >
14
+ <WindowsTargetPlatformVersion >10.0</WindowsTargetPlatformVersion >
16
15
</PropertyGroup >
17
16
18
17
<PropertyGroup Condition =" '$(CLRSupport)'!='true' " >
Original file line number Diff line number Diff line change 39
39
<file src =" $projectFolder$\..\balutil\inc\*" target =" build\native\include" />
40
40
<file src =" $projectFolder$\..\inc\BootstrapperApplicationTypes.h" target =" build\native\include" />
41
41
<file src =" $projectFolder$\..\inc\BootstrapperEngineTypes.h" target =" build\native\include" />
42
- <file src =" v141 \x86\balutil.lib" target =" build\native\v14\x86" />
43
- <file src =" v141 \x64\balutil.lib" target =" build\native\v14\x64" />
44
- <file src =" v141 \ARM64\balutil.lib" target =" build\native\v14\ARM64" />
42
+ <file src =" v143 \x86\balutil.lib" target =" build\native\v14\x86" />
43
+ <file src =" v143 \x64\balutil.lib" target =" build\native\v14\x64" />
44
+ <file src =" v143 \ARM64\balutil.lib" target =" build\native\v14\ARM64" />
45
45
</files >
46
46
</package >
Original file line number Diff line number Diff line change 23
23
<file src =" $projectFolder$\inc\*" target =" build\native\include" />
24
24
<file src =" $projectFolder$\..\inc\BootstrapperExtensionTypes.h" target =" build\native\include" />
25
25
<file src =" $projectFolder$\..\inc\BootstrapperExtensionEngineTypes.h" target =" build\native\include" />
26
- <file src =" ..\..\v141 \x86\bextutil.lib" target =" build\native\v14\x86" />
27
- <file src =" ..\..\v141 \x64\bextutil.lib" target =" build\native\v14\x64" />
28
- <file src =" ..\..\v141 \ARM64\bextutil.lib" target =" build\native\v14\ARM64" />
26
+ <file src =" ..\..\v143 \x86\bextutil.lib" target =" build\native\v14\x86" />
27
+ <file src =" ..\..\v143 \x64\bextutil.lib" target =" build\native\v14\x64" />
28
+ <file src =" ..\..\v143 \ARM64\bextutil.lib" target =" build\native\v14\ARM64" />
29
29
</files >
30
30
</package >
Original file line number Diff line number Diff line change 26
26
<file src =" $projectFolder$\build\$id$.props" target =" build\" />
27
27
<file src =" $projectFolder$\..\..\..\internal\images\wix.png" />
28
28
<file src =" $projectFolder$\inc\*" target =" lib\native\include" />
29
- <file src =" ..\..\v141 \x86\wixstdfn.lib" target =" lib\native\v14\x86" />
30
- <file src =" ..\..\v141 \x64\wixstdfn.lib" target =" lib\native\v14\x64" />
31
- <file src =" ..\..\v141 \ARM64\wixstdfn.lib" target =" lib\native\v14\ARM64" />
29
+ <file src =" ..\..\v143 \x86\wixstdfn.lib" target =" lib\native\v14\x86" />
30
+ <file src =" ..\..\v143 \x64\wixstdfn.lib" target =" lib\native\v14\x64" />
31
+ <file src =" ..\..\v143 \ARM64\wixstdfn.lib" target =" lib\native\v14\ARM64" />
32
32
</files >
33
33
</package >
Original file line number Diff line number Diff line change 18
18
<file src =" $projectFolder$\build\$id$.props" target =" build\" />
19
19
<file src =" $projectFolder$\..\..\..\internal\images\wix.png" />
20
20
<file src =" $projectFolder$\inc\*" target =" build\native\include" />
21
- <file src =" ..\..\v141 \x64\dutil.lib" target =" build\native\v14\x64" />
22
- <file src =" ..\..\v141 \x86\dutil.lib" target =" build\native\v14\x86" />
23
- <file src =" ..\..\v141 \ARM64\dutil.lib" target =" build\native\v14\ARM64" />
21
+ <file src =" ..\..\v143 \x64\dutil.lib" target =" build\native\v14\x64" />
22
+ <file src =" ..\..\v143 \x86\dutil.lib" target =" build\native\v14\x86" />
23
+ <file src =" ..\..\v143 \ARM64\dutil.lib" target =" build\native\v14\ARM64" />
24
24
</files >
25
25
</package >
Original file line number Diff line number Diff line change 21
21
<file src =" $projectFolder$\build\$id$.props" target =" build\" />
22
22
<file src =" $projectFolder$\..\..\..\internal\images\wix.png" />
23
23
<file src =" $projectFolder$\inc\*" target =" build\native\include" />
24
- <file src =" ..\..\v141 \x64\wcautil.lib" target =" build\native\v14\x64" />
25
- <file src =" ..\..\v141 \x86\wcautil.lib" target =" build\native\v14\x86" />
26
- <file src =" ..\..\v141 \ARM64\wcautil.lib" target =" build\native\v14\ARM64" />
24
+ <file src =" ..\..\v143 \x64\wcautil.lib" target =" build\native\v14\x64" />
25
+ <file src =" ..\..\v143 \x86\wcautil.lib" target =" build\native\v14\x86" />
26
+ <file src =" ..\..\v143 \ARM64\wcautil.lib" target =" build\native\v14\ARM64" />
27
27
</files >
28
28
</package >
Original file line number Diff line number Diff line change 1
1
{
2
2
"version": "1.0",
3
3
"components": [
4
- "Microsoft.VisualStudio.Component.VC.v141.ARM64.Spectre"
5
4
]
6
5
}
You can’t perform that action at this time.
0 commit comments