1 <?xml version=
"1.0" encoding=
"utf-8" standalone=
"yes" ?>
5 <%foreach(configurations)%
>
7 <%comment(
"Only put one component in a fragment. If, say, both the debug and release components are in the")%
>
8 <%comment(
"same fragment, and just the debug component is used in an installer, the release component will")%
>
9 <%comment(
"be identified as unused, and an error generated. That is, it seems that referencing any component")%
>
10 <%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")%
>
11 <Fragment Id=
"<%normalize(configuration)%>_<%normalize(platform)%>_<%project_name%>">
12 <ComponentGroup Id=
"ComponentGroup.<%normalize(configuration)%>_<%normalize(platform)%>_<%if(exename || sharedname || staticname)%><%if(exename)%><%exename%><%else%><%libname_prefix%><%if(sharedname)%><%sharedname%><%else%><%staticname%><%endif%><%endif%><%else%><%project_name%><%endif%>">
14 <ComponentRef Id=
"<%normalize(configuration)%>_<%normalize(platform)%>_<%if(exename || sharedname || staticname)%><%if(exename)%><%exename%><%else%><%libname_prefix%><%if(sharedname)%><%sharedname%><%else%><%staticname%><%endif%><%endif%><%else%><%project_name%><%endif%><%if(exename)%><%exe_ext%><%else%><%dll_ext%><%endif%>" />
17 <%if(compares(culture, _neutral_))%
>
18 <%comment(
"Do nothing here - the neutral culture will be built as the primary output of the project")%
>
20 <ComponentRef Id=
"<%normalize(configuration)%>_<%normalize(platform)%>_<%project_name%>_<%normalize(culture)%>" />
25 <DirectoryRef Id=
"INSTALLDIR">
26 <%marker(component_top)%
>
28 <Component Id=
"<%normalize(configuration)%>_<%normalize(platform)%>_<%if(exename || sharedname || staticname)%><%if(exename)%><%exename%><%else%><%libname_prefix%><%if(sharedname)%><%sharedname%><%else%><%staticname%><%endif%><%endif%><%else%><%project_name%><%endif%><%if(exename)%><%exe_ext%><%else%><%dll_ext%><%endif%>" Guid=
"*">
29 <File Id=
"<%normalize(configuration)%>_<%normalize(platform)%>_<%if(exename || sharedname || staticname)%><%if(exename)%><%exename%><%else%><%libname_prefix%><%if(sharedname)%><%sharedname%><%else%><%staticname%><%endif%><%endif%><%else%><%project_name%><%endif%><%if(exename)%><%exe_ext%><%else%><%dll_ext%><%endif%>"
30 Name=
"<%if(exename || sharedname || staticname)%><%if(exename)%><%exename%><%else%><%libname_prefix%><%if(sharedname)%><%sharedname%><%else%><%staticname%><%endif%><%endif%><%else%><%project_name%><%endif%><%if(exename)%><%exe_ext%><%else%><%dll_ext%><%endif%>"
31 Source=
"<%if(exename)%><%if(exeout)%><%full_path(exeout)%><%if(windows_style)%>/<%output_dir%><%endif%><%else%>./<%output_dir%><%endif%><%else%><%if(dllout)%><%full_path(dllout)%><%else%><%full_path(libout)%><%endif%>/<%output_dir%><%endif%>/<%if(exename || sharedname || staticname)%><%if(exename)%><%exename%><%else%><%libname_prefix%><%if(sharedname)%><%sharedname%><%else%><%staticname%><%endif%><%endif%><%else%><%project_name%><%endif%><%if(exename)%><%exe_ext%><%else%><%dll_ext%><%endif%>"
32 DiskId=
"<%diskid(1)%>" />
37 <%if(compares(culture, _neutral_))%
>
38 <%comment(
"Do nothing here - the neutral culture will be built as the primary output of the project")%
>
40 <Directory Id=
"<%project_name%>.<%normalize(culture)%>.<%forcount%>" Name=
"<%culture%>">
41 <Component Id=
"<%normalize(configuration)%>_<%normalize(platform)%>_<%project_name%>_<%normalize(culture)%>" Guid=
"*">
42 <File Id=
"<%normalize(configuration)%>_<%normalize(platform)%>_<%project_name%>_<%normalize(culture)%>"
43 Name=
"<%project_name%>.resources.dll"
44 Source=
"<%if(exename)%><%if(exeout)%><%full_path(exeout)%><%if(windows_style)%>/<%output_dir%><%endif%><%else%>./<%output_dir%><%endif%><%else%><%if(dllout)%><%full_path(dllout)%><%else%><%full_path(libout)%><%endif%>/<%output_dir%><%endif%>/<%culture%>/<%project_name%>.resources.dll"
45 DiskId=
"<%diskid(1)%>" />
51 <%marker(component_bottom)%
>