File tree 1 file changed +10
-4
lines changed 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 18
18
19
19
<ItemGroup >
20
20
<ProjectReference Include =" ..\bld\asserts\bld.asserts.wixproj" BindName =" bld.asserts" />
21
- <ProjectReference Include =" ..\bld\noasserts\bld.noasserts.wixproj" BindName =" bld.noasserts" Condition =" $(IncludeNoAsserts) == True" />
22
21
<ProjectReference Include =" ..\cli\asserts\cli.asserts.wixproj" BindName =" cli.asserts" />
23
- <ProjectReference Include =" ..\cli\noasserts\cli.noasserts.wixproj" BindName =" cli.noasserts" Condition =" $(IncludeNoAsserts) == True" />
24
22
<ProjectReference Include =" ..\dbg\asserts\dbg.asserts.wixproj" BindName =" dbg.asserts" />
25
- <ProjectReference Include =" ..\dbg\noasserts\dbg.noasserts.wixproj" BindName =" dbg.noasserts" Condition =" $(IncludeNoAsserts) == True" />
26
23
<ProjectReference Include =" ..\ide\asserts\ide.asserts.wixproj" BindName =" ide.asserts" />
27
- <ProjectReference Include =" ..\ide\noasserts\ide.noasserts.wixproj" BindName =" ide.noasserts" Condition =" $(IncludeNoAsserts) == True" />
24
+ </ItemGroup >
25
+
26
+ <ItemGroup Condition =" $(ToolchainVariants.Contains('noasserts')) " >
27
+ <ProjectReference Include =" ..\bld\noasserts\bld.noasserts.wixproj" BindName =" bld.noasserts" />
28
+ <ProjectReference Include =" ..\cli\noasserts\cli.noasserts.wixproj" BindName =" cli.noasserts" />
29
+ <ProjectReference Include =" ..\dbg\noasserts\dbg.noasserts.wixproj" BindName =" dbg.noasserts" />
30
+ <ProjectReference Include =" ..\ide\noasserts\ide.noasserts.wixproj" BindName =" ide.noasserts" />
31
+ </ItemGroup >
32
+
33
+ <ItemGroup >
28
34
<ProjectReference Include =" ..\rtl\msi\rtlmsi.wixproj" BindName =" rtl" />
29
35
</ItemGroup >
30
36
You can’t perform that action at this time.
0 commit comments