File tree Expand file tree Collapse file tree 6 files changed +30
-30
lines changed Expand file tree Collapse file tree 6 files changed +30
-30
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" DefaultTarget =" Build" >
3
- <PropertyGroup >
4
- <WixTargetsPath Condition =" '$(WixTargetsPath)' == '' " >$(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath >
5
- </PropertyGroup >
6
-
7
3
<PropertyGroup >
8
4
<OutputName >devtools</OutputName >
9
5
<OutputType >Package</OutputType >
22
18
<DefineSolutionProperties >false</DefineSolutionProperties >
23
19
</PropertyGroup >
24
20
25
- <Import Project =" $(WixTargetsPath)" />
21
+ <Import Project =" $(WixTargetsPath)" Condition =" '$(WixTargetsPath)' != '' " />
22
+ <Import Project =" $(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets" Condition =" '$(WixTargetsPath)' == '' AND Exists('$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets') " />
23
+ <Target Name =" EnsureWiXToolsetInstalled" Condition =" " >
24
+ <Error Text =" The WiX Toolset v3.11 (or newer) build tools must be installed to build this project. To download the WiX Toolset, see https://wixtoolset.org/releases/." />
25
+ </Target >
26
26
27
27
<PropertyGroup >
28
28
<DefineConstants >ProductVersion=$(ProductVersion);DEVTOOLS_ROOT=$(DEVTOOLS_ROOT);</DefineConstants >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets =" Build" >
3
- <PropertyGroup >
4
- <WixTargetsPath Condition =" '$(WixTargetsPath)' == '' " >$(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath >
5
- </PropertyGroup >
6
-
7
3
<PropertyGroup >
8
4
<OutputName >icu</OutputName >
9
5
<OutputType >Package</OutputType >
25
21
<DefineSolutionProperties >false</DefineSolutionProperties >
26
22
</PropertyGroup >
27
23
28
- <Import Project =" $(WixTargetsPath)" />
24
+ <Import Project =" $(WixTargetsPath)" Condition =" '$(WixTargetsPath)' != '' " />
25
+ <Import Project =" $(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets" Condition =" '$(WixTargetsPath)' == '' AND Exists('$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets') " />
26
+ <Target Name =" EnsureWiXToolsetInstalled" Condition =" " >
27
+ <Error Text =" The WiX Toolset v3.11 (or newer) build tools must be installed to build this project. To download the WiX Toolset, see https://wixtoolset.org/releases/." />
28
+ </Target >
29
29
30
30
<PropertyGroup >
31
31
<DefineConstants >ProductVersion=$(ProductVersion);ProductVersionMajor=$(ProductVersionMajor);ICU_ROOT=$(ICU_ROOT)</DefineConstants >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets =" Build" >
3
- <PropertyGroup >
4
- <WixTargetsPath Condition =" '$(WixTargetsPath)' == '' " >$(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath >
5
- </PropertyGroup >
6
-
7
3
<PropertyGroup >
8
4
<OutputName >installer</OutputName >
9
5
<OutputType >Bundle</OutputType >
28
24
<DefineSolutionProperties >false</DefineSolutionProperties >
29
25
</PropertyGroup >
30
26
31
- <Import Project =" $(WixTargetsPath)" />
27
+ <Import Project =" $(WixTargetsPath)" Condition =" '$(WixTargetsPath)' != '' " />
28
+ <Import Project =" $(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets" Condition =" '$(WixTargetsPath)' == '' AND Exists('$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets') " />
29
+ <Target Name =" EnsureWiXToolsetInstalled" Condition =" " >
30
+ <Error Text =" The WiX Toolset v3.11 (or newer) build tools must be installed to build this project. To download the WiX Toolset, see https://wixtoolset.org/releases/." />
31
+ </Target >
32
32
33
33
<PropertyGroup >
34
34
<DefineConstants >ProductVersion=$(ProductVersion);RequiredChain=$(RequiredChain);OptionalChain=$(OptionalChain);MSI_LOCATION=$(MSI_LOCATION);</DefineConstants >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets =" Build" >
3
- <PropertyGroup >
4
- <WixTargetsPath Condition =" '$(WixTargetsPath)' == '' " >$(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath >
5
- </PropertyGroup >
6
-
7
3
<PropertyGroup >
8
4
<OutputName >runtime</OutputName >
9
5
<OutputType >Package</OutputType >
25
21
<DefineSolutionProperties >false</DefineSolutionProperties >
26
22
</PropertyGroup >
27
23
28
- <Import Project =" $(WixTargetsPath)" />
24
+ <Import Project =" $(WixTargetsPath)" Condition =" '$(WixTargetsPath)' != '' " />
25
+ <Import Project =" $(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets" Condition =" '$(WixTargetsPath)' == '' AND Exists('$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets') " />
26
+ <Target Name =" EnsureWiXToolsetInstalled" Condition =" " >
27
+ <Error Text =" The WiX Toolset v3.11 (or newer) build tools must be installed to build this project. To download the WiX Toolset, see https://wixtoolset.org/releases/." />
28
+ </Target >
29
29
30
30
<PropertyGroup >
31
31
<DefineConstants >ProductVersion=$(ProductVersion);SDK_ROOT=$(SDK_ROOT);$(INCLUDE_DEBUG_INFO)</DefineConstants >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets =" Build" >
3
- <PropertyGroup >
4
- <WixTargetsPath Condition =" '$(WixTargetsPath)' == '' " >$(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath >
5
- </PropertyGroup >
6
-
7
3
<PropertyGroup >
8
4
<OutputName >sdk</OutputName >
9
5
<OutputType >Package</OutputType >
25
21
<DefineSolutionProperties >false</DefineSolutionProperties >
26
22
</PropertyGroup >
27
23
28
- <Import Project =" $(WixTargetsPath)" />
24
+ <Import Project =" $(WixTargetsPath)" Condition =" '$(WixTargetsPath)' != '' " />
25
+ <Import Project =" $(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets" Condition =" '$(WixTargetsPath)' == '' AND Exists('$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets') " />
26
+ <Target Name =" EnsureWiXToolsetInstalled" Condition =" " >
27
+ <Error Text =" The WiX Toolset v3.11 (or newer) build tools must be installed to build this project. To download the WiX Toolset, see https://wixtoolset.org/releases/." />
28
+ </Target >
29
29
30
30
<PropertyGroup >
31
31
<DefineConstants >ProductVersion=$(ProductVersion);PLATFORM_ROOT=$(PLATFORM_ROOT);SDK_ROOT=$(SDK_ROOT);SWIFT_SOURCE_DIR=$(SWIFT_SOURCE_DIR);SwiftShimsPath=$(SDK_ROOT)\usr\lib\swift\shims;</DefineConstants >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets =" Build" >
3
- <PropertyGroup >
4
- <WixTargetsPath Condition =" '$(WixTargetsPath)' == '' " >$(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath >
5
- </PropertyGroup >
6
-
7
3
<PropertyGroup >
8
4
<OutputName >toolchain</OutputName >
9
5
<OutputType >Package</OutputType >
19
15
<DefineSolutionProperties >false</DefineSolutionProperties >
20
16
</PropertyGroup >
21
17
22
- <Import Project =" $(WixTargetsPath)" />
18
+ <Import Project =" $(WixTargetsPath)" Condition =" '$(WixTargetsPath)' != '' " />
19
+ <Import Project =" $(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets" Condition =" '$(WixTargetsPath)' == '' AND Exists('$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets') " />
20
+ <Target Name =" EnsureWiXToolsetInstalled" Condition =" " >
21
+ <Error Text =" The WiX Toolset v3.11 (or newer) build tools must be installed to build this project. To download the WiX Toolset, see https://wixtoolset.org/releases/." />
22
+ </Target >
23
23
24
24
<PropertyGroup >
25
25
<DefineConstants >ProductVersion=$(ProductVersion);DEVTOOLS_ROOT=$(DEVTOOLS_ROOT);TOOLCHAIN_ROOT=$(TOOLCHAIN_ROOT);TOOLCHAIN_ROOT_USR_LIB_CLANG=$(TOOLCHAIN_ROOT)\usr\lib\clang;$(INCLUDE_DEBUG_INFO)</DefineConstants >
You can’t perform that action at this time.
0 commit comments