|
3 | 3 | <OutputName>windows</OutputName> |
4 | 4 |
|
5 | 5 | <SwiftShimsPath>$(ImageRoot)\Platforms\Windows.platform\Developer\SDKs\Windows.sdk\usr\lib\swift\shims</SwiftShimsPath> |
6 | | - <ExperimentalSwiftShimsPath>$(ImageRoot)\Platforms\Windows.platform\Developer\SDKs\WindowsExperimental.sdk\usr\lib\swift\shims</ExperimentalSwiftShimsPath> |
7 | 6 |
|
8 | 7 | <DefineConstants> |
9 | 8 | $(DefineConstants); |
10 | 9 | SwiftShimsPath=$(SwiftShimsPath); |
11 | | - ExperimentalSwiftShimsPath=$(ExperimentalSwiftShimsPath); |
12 | 10 | IncludeARM64=$(WindowsArchitectures.Contains("aarch64")); |
13 | 11 | IncludeX64=$(WindowsArchitectures.Contains("x86_64")); |
14 | 12 | IncludeX86=$(WindowsArchitectures.Contains("i686")); |
|
20 | 18 | </ItemGroup> |
21 | 19 |
|
22 | 20 | <ItemGroup Condition=" $(WindowsArchitectures.Contains('i686')) "> |
23 | | - <ProjectReference Condition=" '$(IncludeLegacySDK)' == 'True' " Include="..\..\rtl\legacy\msm\rtlmsm.wixproj" Properties="Platform=x86;ProductArchitecture=x86" BindName="rtl.x86.msm" /> |
24 | 21 | <ProjectReference Include="..\..\rtl\shared\msm\rtl.shared.msm.wixproj" Properties="Platform=x86;ProductArchitecture=x86" BindName="rtl.shared.x86.msm" /> |
25 | 22 | <ProjectReference Include="..\..\rtl\static\msm\rtl.static.msm.wixproj" Properties="Platform=x86;ProductArchitecture=x86" BindName="rtl.static.x86.msm" /> |
26 | 23 | </ItemGroup> |
27 | 24 |
|
28 | 25 | <ItemGroup Condition=" $(WindowsArchitectures.Contains('x86_64')) "> |
29 | | - <ProjectReference Condition=" '$(IncludeLegacySDK)' == 'True' " Include="..\..\rtl\legacy\msm\rtlmsm.wixproj" Properties="Platform=x86;ProductArchitecture=amd64" BindName="rtl.amd64.msm" /> |
30 | 26 | <ProjectReference Include="..\..\rtl\shared\msm\rtl.shared.msm.wixproj" Properties="Platform=x86;ProductArchitecture=amd64" BindName="rtl.shared.amd64.msm" /> |
31 | 27 | <ProjectReference Include="..\..\rtl\static\msm\rtl.static.msm.wixproj" Properties="Platform=x86;ProductArchitecture=amd64" BindName="rtl.static.amd64.msm" /> |
32 | 28 | </ItemGroup> |
33 | 29 |
|
34 | 30 | <ItemGroup Condition=" $(WindowsArchitectures.Contains('aarch64')) "> |
35 | | - <ProjectReference Condition=" '$(IncludeLegacySDK)' == 'True' " Include="..\..\rtl\legacy\msm\rtlmsm.wixproj" Properties="Platform=x86;ProductArchitecture=arm64" BindName="rtl.arm64.msm" /> |
36 | 31 | <ProjectReference Include="..\..\rtl\shared\msm\rtl.shared.msm.wixproj" Properties="Platform=x86;ProductArchitecture=arm64" BindName="rtl.shared.arm64.msm" /> |
37 | 32 | <ProjectReference Include="..\..\rtl\static\msm\rtl.static.msm.wixproj" Properties="Platform=x86;ProductArchitecture=arm64" BindName="rtl.static.arm64.msm" /> |
38 | 33 | </ItemGroup> |
39 | 34 |
|
40 | | - <ItemGroup Condition=" '$(IncludeLegacySDK)' == 'True' "> |
| 35 | + <ItemGroup> |
41 | 36 | <HarvestDirectory Include="$(SwiftShimsPath)"> |
42 | 37 | <ComponentGroupName>SwiftShims</ComponentGroupName> |
43 | 38 | <DirectoryRefId>WindowsSDK_usr_lib_swift_shims</DirectoryRefId> |
|
47 | 42 | <SuppressRootDirectory>true</SuppressRootDirectory> |
48 | 43 | </HarvestDirectory> |
49 | 44 | </ItemGroup> |
50 | | - |
51 | | - <ItemGroup> |
52 | | - <HarvestDirectory Include="$(ExperimentalSwiftShimsPath)"> |
53 | | - <ComponentGroupName>ExperimentalSwiftShims</ComponentGroupName> |
54 | | - <DirectoryRefId>WindowsExperimentalSDK_usr_lib_swift_shims</DirectoryRefId> |
55 | | - <PreprocessorVariable>var.ExperimentalSwiftShimsPath</PreprocessorVariable> |
56 | | - <SuppressCom>true</SuppressCom> |
57 | | - <SuppressRegistry>true</SuppressRegistry> |
58 | | - <SuppressRootDirectory>true</SuppressRootDirectory> |
59 | | - </HarvestDirectory> |
60 | | - </ItemGroup> |
61 | 45 | </Project> |
0 commit comments