|
18 | 18 | </ItemGroup> |
19 | 19 |
|
20 | 20 | <ItemGroup Condition=" $(WindowsArchitectures.Contains('i686')) "> |
21 | | - <ProjectReference Include="..\..\rtl\legacy\msm\rtlmsm.wixproj" Properties="Platform=x86;ProductArchitecture=x86" BindName="rtl.x86.msm" /> |
| 21 | + <ProjectReference Condition=" '$(IncludeLegacySDK)' == 'True' " Include="..\..\rtl\legacy\msm\rtlmsm.wixproj" Properties="Platform=x86;ProductArchitecture=x86" BindName="rtl.x86.msm" /> |
22 | 22 | <ProjectReference Include="..\..\rtl\shared\msm\rtl.shared.msm.wixproj" Properties="Platform=x86;ProductArchitecture=x86" BindName="rtl.shared.x86.msm" /> |
23 | 23 | <ProjectReference Include="..\..\rtl\static\msm\rtl.static.msm.wixproj" Properties="Platform=x86;ProductArchitecture=x86" BindName="rtl.static.x86.msm" /> |
24 | 24 | </ItemGroup> |
25 | 25 |
|
26 | 26 | <ItemGroup Condition=" $(WindowsArchitectures.Contains('x86_64')) "> |
27 | | - <ProjectReference Include="..\..\rtl\legacy\msm\rtlmsm.wixproj" Properties="Platform=x86;ProductArchitecture=amd64" BindName="rtl.amd64.msm" /> |
| 27 | + <ProjectReference Condition=" '$(IncludeLegacySDK)' == 'True' " Include="..\..\rtl\legacy\msm\rtlmsm.wixproj" Properties="Platform=x86;ProductArchitecture=amd64" BindName="rtl.amd64.msm" /> |
28 | 28 | <ProjectReference Include="..\..\rtl\shared\msm\rtl.shared.msm.wixproj" Properties="Platform=x86;ProductArchitecture=amd64" BindName="rtl.shared.amd64.msm" /> |
29 | 29 | <ProjectReference Include="..\..\rtl\static\msm\rtl.static.msm.wixproj" Properties="Platform=x86;ProductArchitecture=amd64" BindName="rtl.static.amd64.msm" /> |
30 | 30 | </ItemGroup> |
31 | 31 |
|
32 | 32 | <ItemGroup Condition=" $(WindowsArchitectures.Contains('aarch64')) "> |
33 | | - <ProjectReference Include="..\..\rtl\legacy\msm\rtlmsm.wixproj" Properties="Platform=x86;ProductArchitecture=arm64" BindName="rtl.arm64.msm" /> |
| 33 | + <ProjectReference Condition=" '$(IncludeLegacySDK)' == 'True' " Include="..\..\rtl\legacy\msm\rtlmsm.wixproj" Properties="Platform=x86;ProductArchitecture=arm64" BindName="rtl.arm64.msm" /> |
34 | 34 | <ProjectReference Include="..\..\rtl\shared\msm\rtl.shared.msm.wixproj" Properties="Platform=x86;ProductArchitecture=arm64" BindName="rtl.shared.arm64.msm" /> |
35 | 35 | <ProjectReference Include="..\..\rtl\static\msm\rtl.static.msm.wixproj" Properties="Platform=x86;ProductArchitecture=arm64" BindName="rtl.static.arm64.msm" /> |
36 | 36 | </ItemGroup> |
37 | 37 |
|
38 | | - <ItemGroup> |
| 38 | + <ItemGroup Condition=" '$(IncludeLegacySDK)' == 'True' "> |
39 | 39 | <HarvestDirectory Include="$(SwiftShimsPath)"> |
40 | 40 | <ComponentGroupName>SwiftShims</ComponentGroupName> |
41 | 41 | <DirectoryRefId>WindowsSDK_usr_lib_swift_shims</DirectoryRefId> |
|
0 commit comments