<%marker(top)%> <%foreach(platforms)%> <%foreach(configurations)%> <%if(!exclude)%> <%comment("Only put one component in a fragment. If, say, both the debug and release components are in the")%> <%comment("same fragment, and just the debug component is used in an installer, the release component will")%> <%comment("be identified as unused, and an error generated. That is, it seems that referencing any component")%> <%comment("in a fragment causes the entire fragment to be pulled in, and any unused component in the fragment will be flagged as an error")%> <%if(!no_binary)%> <%endif%> <%foreach(cultures)%> <%if(compares(culture, _neutral_))%> <%comment("Do nothing here - the neutral culture will be built as the primary output of the project")%> <%else%> <%endif%> <%endfor%> <%marker(component_top)%> <%if(!no_binary)%> <%endif%> <%foreach(cultures)%> <%if(compares(culture, _neutral_))%> <%comment("Do nothing here - the neutral culture will be built as the primary output of the project")%> <%else%> <%endif%> <%endfor%> <%marker(component_bottom)%> <%endif%> <%endfor%> <%endfor%> <%marker(bottom)%>