<%if(xmlheader)%> <%endif%> ToolsVersion="<%toolsversion%>"<%endif%> DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> Local <%prversion("8.0.50727")%> <%schemaversion("2.0")%> {<%guid%>} <%if(UICulture)%> <%UICulture%> <%endif%> <%foreach(configurations)%> <%if(forfirst)%> <%configuration%> <%endif%> <%endfor%> <%foreach(platforms)%> <%if(forfirst)%> <%platform%> <%endif%> <%endfor%> <%if(ico_files)%> <%foreach(ico_files)%> <%if(forfirst)%> <%ico_file%> <%endif%> <%endfor%> <%endif%> <%if(exename || sharedname || staticname)%> <%if(exename)%><%exename%><%else%><%libname_prefix%><%if(sharedname)%><%sharedname%><%else%><%staticname%><%endif%><%endif%> <%endif%> <%keyfile%> <%if(keyfile)%> true <%endif%> JScript Grid IE50 <%DelaySign("false")%> <%if(exename || sharedname || staticname)%> <%if(exename)%><%if(winapp)%>Win<%endif%>Exe<%else%>Library<%endif%> <%endif%> <%project_name%> OnBuildSuccess <%startupobject%> <%foreach(libpaths)%><%libpath%><%fornotlast(";")%><%endfor%> <%if(TargetFrameworkVersion)%> v<%TargetFrameworkVersion%> <%endif%> <%if(TargetFrameworkProfile)%> <%TargetFrameworkProfile%> <%endif%> <%foreach(platforms)%> <%foreach(configurations)%> <%if(exename || sharedname || staticname)%> <%if(exename)%><%if(exeout)%><%exeout%><%if(windows_style)%>\<%output_dir%><%endif%><%else%>.\<%output_dir%><%endif%><%else%><%if(dllout)%><%dllout%><%else%><%libout%><%endif%>\<%output_dir%><%endif%>\ <%endif%> <%allowunsafeblocks(false)%> 285212672 false <%foreach(defines common_defines macros)%><%define%>;<%endfor%><%if(!optimize)%>DESIGN;DEBUG;<%endif%><%if(trace)%>TRACE<%endif%> <%if(optimize)%>false<%else%>true<%endif%> 4096 false <%if(DisableSpecificWarnings)%> <%foreach(DisableSpecificWarnings)%><%DisableSpecificWarning%><%fornotlast(";")%><%endfor%> <%endif%> <%if(optimize)%>true<%else%>false<%endif%> <%RegisterForComInterop("false")%> false false <%warning_level("4")%> <%if(optimize)%>none<%else%>full<%endif%> prompt <%if(PlatformTarget)%> <%PlatformTarget%> <%endif%> <%if(Prefer32Bit)%> <%Prefer32Bit%> <%endif%> <%endfor%> <%endfor%> <%if(!compares(vcversion, 8.00))%> <%foreach(source_files)%> <%if(ends_with(source_file, \.manifest))%> <%source_file%> <%endif%> <%endfor%> <%endif%> <%if(after)%> <%endif%> <%if(TargetFrameworkVersion)%> <%TargetFrameworkVersion%> <%endif%> <%foreach(libs)%> <%libname_prefix%><%lib%> <%endfor%> <%foreach(lib, sort(lit_libs pure_libs))%> <%lib%> <%endfor%> <%foreach(comreferences)%> {<%uc(comreference->guid)%>} <%comreference->majorver("1")%> <%comreference->minorver("0")%> <%comreference->lcid("0")%> <%comreference->wrapper("tlbimp")%> <%comreference->isolated("False")%> <%comreference->copylocal("False")%> <%if(comreference->embed)%> <%comreference->embed%> <%endif%> <%endfor%> <%foreach(appdef_files)%> MSBuild:Compile Designer <%endfor%> <%foreach(source_files)%> <%if(contains(flag_overrides(source_file, subtype), ^(Form|Component|UserControl)$))%> <%flag_overrides(source_file, subtype)%> <%if(flag_overrides(source_file, dependent_upon))%> <%flag_overrides(source_file, dependent_upon)%> <%endif%> <%if(remove_from(source_files, \.Designer\.cs, source_file, \.cs))%> <%basename(source_file)%> <%endif%> <%if(remove_from(resx_files, resx, source_file, cs))%> Designer <%basename(source_file)%> <%endif%> <%foreach(removed, 1, remove_from(resx_files, .*\.resx, source_file, cs))%> Designer <%basename(source_file)%> <%endfor%> <%endif%> <%endfor%> <%foreach(source_files)%> <%if(!contains(flag_overrides(source_file, subtype), ^(Form|Component|UserControl)$))%> <%if(!compares(vcversion, 8.00) && ends_with(source_file, \.manifest))%> <%else%> <%if(flag_overrides(source_file, dependent_upon))%> <%flag_overrides(source_file, dependent_upon)%> <%endif%> <%endif%> <%endif%> <%endfor%> <%foreach(custom_types)%> <%foreach(custom_type->input_files)%> <%if(custom_type->input_file->output_files)%> <%if(custom_type->libpath)%>PATH=%PATH%;<%custom_type->libpath%> <%endif%><%if(flag_overrides(custom_type->input_file, gendir))%>if not exist <%flag_overrides(custom_type->input_file, gendir)%> mkdir <%flag_overrides(custom_type->input_file, gendir)%> <%endif%><%if(flag_overrides(custom_type->input_file, command))%><%flag_overrides(custom_type->input_file, command)%><%else%><%custom_type->command%><%endif%> <%if(flag_overrides(custom_type->input_file, commandflags))%><%flag_overrides(custom_type->input_file, commandflags)%><%else%><%custom_type->commandflags%><%endif%> <%if(custom_type->output_option)%><%custom_type->input_file%> <%custom_type->output_option%> <%if(flag_overrides(custom_type->input_file, gendir))%><%flag_overrides(custom_type->input_file, gendir)%>\<%basename(custom_type->input_file->output_files)%><%else%><%custom_type->input_file->output_files%><%endif%><%else%><%custom_type->input_file%><%endif%><%if(flag_overrides(custom_type->input_file, postcommand))%><%foreach(custom_type->input_file)%>&&<%flag_overrides(custom_type->input_file, postcommand)%><%endfor%><%else%><%if(custom_type->postcommand)%><%foreach(custom_type->input_file)%>&&<%custom_type->postcommand%><%endfor%><%endif%><%endif%> <%else%> <%endif%> <%endfor%> <%endfor%> <%foreach(page_files)%> Designer MSBuild:Compile <%endfor%> <%foreach(resx_files)%> <%if(flag_overrides(resx_file, subtype))%> <%flag_overrides(resx_file, subtype)%> <%endif%> <%if(flag_overrides(resx_file, generates_source))%> <%if(compares(flag_overrides(resx_file, generates_source), 1))%> <%if(ends_with(resx_file, \.settings))%> SettingsSingleFileGenerator <%else%> ResXFileCodeGenerator <%endif%> <%else%> <%flag_overrides(resx_file, generates_source)%> <%endif%> <%basenoextension(resx_file)%>.Designer.cs <%endif%> <%if(flag_overrides(resx_file, dependent_upon))%> <%flag_overrides(resx_file, dependent_upon)%> <%endif%> <%if(flag_overrides(resx_file, generates_source))%> True True <%basename(resx_file)%> <%endif%> <%endfor%> <%foreach(embedded_resource_files)%> <%endfor%> <%foreach(resource_files)%> <%endfor%> <%foreach(ico_files)%> <%endfor%> <%foreach(config_files)%> <%if(flag_overrides(config_file, generates_source))%> True True <%basename(config_file)%> <%else%> <%endif%> <%endfor%> <%foreach(documentation_files)%> <%endfor%> <%foreach(splash_files)%> <%endfor%> <%if(prebuild)%><%eval(prebuild)%><%endif%> <%if(postbuild)%><%eval(postbuild)%><%endif%>