File tree Expand file tree Collapse file tree 3 files changed +22
-21
lines changed Expand file tree Collapse file tree 3 files changed +22
-21
lines changed Original file line number Diff line number Diff line change 20
20
21
21
<PropertyGroup >
22
22
<DefineConstants >ProductArchitecture=$(ProductArchitecture);ProductVersion=$(ProductVersion);DEVTOOLS_ROOT=$(DEVTOOLS_ROOT);</DefineConstants >
23
- <HarvestDirectoryAutogenerateGuids >false</HarvestDirectoryAutogenerateGuids >
24
- <HarvestDirectoryGenerateGuidsNow >true</HarvestDirectoryGenerateGuidsNow >
25
- <HarvestDirectoryNoLogo >true</HarvestDirectoryNoLogo >
26
- <HarvestDirectorySuppressCom >true</HarvestDirectorySuppressCom >
27
- <HarvestDirectorySuppressFragments >true</HarvestDirectorySuppressFragments >
28
- <HarvestDirectorySuppressRegistry >true</HarvestDirectorySuppressRegistry >
29
- <HarvestDirectorySuppressRootDirectory >true</HarvestDirectorySuppressRootDirectory >
23
+ <InstallerPlatform Condition =" '$(ProductArchitecture)' == 'amd64' " >x64</InstallerPlatform >
24
+ <InstallerPlatform Condition =" '$(ProductArchitecture)' == 'arm64' " >arm64</InstallerPlatform >
30
25
</PropertyGroup >
31
26
32
27
<ItemGroup >
Original file line number Diff line number Diff line change 20
20
21
21
<PropertyGroup >
22
22
<DefineConstants >ProductArchitecture=$(ProductArchitecture);ProductVersion=$(ProductVersion);PLATFORM_ROOT=$(PLATFORM_ROOT);SDK_ROOT=$(SDK_ROOT);SwiftShimsPath=$(SDK_ROOT)\usr\lib\swift\shims;</DefineConstants >
23
- <HarvestDirectoryAutogenerateGuids >false</HarvestDirectoryAutogenerateGuids >
24
- <HarvestDirectoryGenerateGuidsNow >true</HarvestDirectoryGenerateGuidsNow >
25
- <HarvestDirectoryNoLogo >true</HarvestDirectoryNoLogo >
26
- <HarvestDirectorySuppressCom >true</HarvestDirectorySuppressCom >
27
- <HarvestDirectorySuppressFragments >true</HarvestDirectorySuppressFragments >
28
- <HarvestDirectorySuppressRegistry >true</HarvestDirectorySuppressRegistry >
29
- <HarvestDirectorySuppressRootDirectory >true</HarvestDirectorySuppressRootDirectory >
23
+ </PropertyGroup >
24
+
25
+ <PropertyGroup >
26
+ <HarvestNoLogo >true</HarvestNoLogo >
27
+ <HarvestGenerateGuidsNow >true</HarvestGenerateGuidsNow >
30
28
</PropertyGroup >
31
29
32
30
<ItemGroup >
39
37
<ComponentGroupName >SwiftShims</ComponentGroupName >
40
38
<DirectoryRefId >WindowsSDK_usr_lib_swift_shims</DirectoryRefId >
41
39
<PreprocessorVariable >var.SwiftShimsPath</PreprocessorVariable >
40
+ <SuppressCom >true</SuppressCom >
41
+ <SuppressRegistry >true</SuppressRegistry >
42
+ <SuppressRootDirectory >true</SuppressRootDirectory >
42
43
</HarvestDirectory >
44
+
43
45
<Compile Include =" sdk.wxs" />
44
46
</ItemGroup >
45
47
</Project >
Original file line number Diff line number Diff line change 20
20
21
21
<PropertyGroup >
22
22
<DefineConstants >ProductArchitecture=$(ProductArchitecture);ProductVersion=$(ProductVersion);DEVTOOLS_ROOT=$(DEVTOOLS_ROOT);TOOLCHAIN_ROOT=$(TOOLCHAIN_ROOT);TOOLCHAIN_ROOT_USR_LIB_CLANG=$(TOOLCHAIN_ROOT)\usr\lib\clang</DefineConstants >
23
- <HarvestDirectoryAutogenerateGuids >false</ HarvestDirectoryAutogenerateGuids >
24
- <HarvestDirectoryGenerateGuidsNow >true</ HarvestDirectoryGenerateGuidsNow >
25
- < HarvestDirectoryNoLogo >true</ HarvestDirectoryNoLogo >
26
- < HarvestDirectorySuppressCom >true</ HarvestDirectorySuppressCom >
27
- < HarvestDirectorySuppressFragments >true</ HarvestDirectorySuppressFragments >
28
- <HarvestDirectorySuppressRegistry >true</HarvestDirectorySuppressRegistry >
29
- <HarvestDirectorySuppressRootDirectory >true</HarvestDirectorySuppressRootDirectory >
23
+ <InstallerPlatform Condition = " '$(ProductArchitecture)' == 'amd64' " >x64</ InstallerPlatform >
24
+ <InstallerPlatform Condition = " '$(ProductArchitecture)' == 'arm64' " >arm64</ InstallerPlatform >
25
+ </ PropertyGroup >
26
+
27
+ < PropertyGroup >
28
+ <HarvestNoLogo >true</HarvestNoLogo >
29
+ <HarvestGenerateGuidsNow >true</HarvestGenerateGuidsNow >
30
30
</PropertyGroup >
31
31
32
32
<ItemGroup >
39
39
<ComponentGroupName >ClangResources</ComponentGroupName >
40
40
<DirectoryRefId >_usr_lib_clang</DirectoryRefId >
41
41
<PreprocessorVariable >var.TOOLCHAIN_ROOT_USR_LIB_CLANG</PreprocessorVariable >
42
+ <SuppressCom >true</SuppressCom >
43
+ <SuppressRegistry >true</SuppressRegistry >
44
+ <SuppressRootDirectory >true</SuppressRootDirectory >
42
45
</HarvestDirectory >
46
+
43
47
<Compile Include =" toolchain.wxs" />
44
48
</ItemGroup >
45
49
</Project >
You can’t perform that action at this time.
0 commit comments