<%project_prefix%><%project_name%> Generated by MPC <%if(after && !disable_subprojects)%> <%endif%> com.windriver.ide.core.wrbuilder com.windriver.ide.core.wrnature com.windriver.ide.core.wrcorenature <%foreach(additional_natures)%> <%additional_nature%> <%endfor%> <%if(!standard_build && make_coexistence)%> <%foreach(source_files)%> <%source_file%> 1 <%full_path(source_file)%> <%endfor%> <%foreach(header_files)%> <%header_file%> 1 <%full_path(header_file)%> <%endfor%> <%if(pch_header)%> <%pch_header%> 1 <%full_path(pch_header)%> <%endif%> <%foreach(inline_files)%> <%inline_file%> 1 <%full_path(inline_file)%> <%endfor%> <%foreach(template_files)%> <%template_file%> 1 <%full_path(template_file)%> <%endfor%> <%foreach(custom_types)%> <%foreach(custom_type->input_files)%> <%if(starts_with(custom_type->input_file, \.\.))%><%basename(custom_type->input_file)%><%else%><%custom_type->input_file%><%endif%> 1 <%full_path(custom_type->input_file)%> <%endfor%> <%endfor%> <%endif%>