" encoding="<%encoding("Windows-1252")%>"?> " Version="<%vcversion%>" Name="<%project_name%>" ProjectGUID="{<%guid%>}" SccProjectName="" SccLocalPath=""> "/> <%foreach(configurations)%> <%endif%><%else%><%if(windows_style)%><%output_dir("Debug")%><%else%><%output_dir(".")%><%endif%><%endif%><%endif%><%endif%>" IntermediateDirectory="<%intermediate_dir%>\<%noextension(project_file)%><%if(output_subdir)%>\<%output_subdir%><%endif%>" <%if(type_is_static && staticname)%> ConfigurationType="4" <%else%> <%if(custom_only)%> ConfigurationType="10" <%else%> ConfigurationType="<%configuration_type("2")%>" <%endif%> <%endif%> UseOfMFC="<%use_mfc("0")%>" <%if(UseOfATL)%> UseOfATL="<%UseOfATL%>" <%endif%> ATLMinimizesCRunTimeLibraryUsage="FALSE" <%if(managed)%> ManagedExtensions="1" <%endif%> CharacterSet="<%charset("0")%>"> <%if(!custom_only)%> AdditionalOptions="<%compile_flags%><%foreach(DisableSpecificWarnings)%> /wd<%DisableSpecificWarning%><%endfor%>" <%endif%> <%if(optimize)%> Optimization="<%optimize%>" <%else%> Optimization="0" <%endif%> <%if(InlineFunctionExpansion)%> InlineFunctionExpansion="<%InlineFunctionExpansion%>" <%endif%> AdditionalIncludeDirectories="<%foreach(includes)%><%include%><%fornotlast(",")%><%endfor%>" PreprocessorDefinitions="<%if(unicode)%>UNICODE;_UNICODE;<%endif%><%if(type_is_dynamic)%><%foreach(dynamicflags)%><%dynamicflag%>;<%endfor%><%endif%><%if(need_staticflags)%><%foreach(staticflags)%><%staticflag%>;<%endfor%><%endif%><%if(pch_header)%><%foreach(pch_defines)%><%pch_define%>;<%endfor%><%endif%><%foreach(defines common_defines macros)%><%define%><%fornotlast(";")%><%endfor%><%if(macro_for_lib_modifier)%><%if(use_lib_modifier)%><%if(lib_modifier)%>;MPC_LIB_MODIFIER=\"<%lib_modifier%>\"<%endif%><%endif%><%endif%>" MinimalRebuild="<%MinimalRebuild("FALSE")%>" ExceptionHandling="<%exceptions("TRUE")%>" <%if(!managed)%> <%if(optimize)%> <%if(BasicRuntimeChecks)%> BasicRuntimeChecks="<%BasicRuntimeChecks%>" <%endif%> <%else%> BasicRuntimeChecks="<%BasicRuntimeChecks("3")%>" <%endif%> <%endif%> <%if(StringPooling)%> StringPooling="<%StringPooling%>" <%endif%> <%if(runtime_library)%> RuntimeLibrary="<%runtime_library%>" <%else%> RuntimeLibrary="<%if(type_is_static || need_staticflags)%><%if(debug_prj)%>1<%else%>0<%endif%><%else%><%if(debug_prj)%>3<%else%>2<%endif%><%endif%>" <%endif%> BufferSecurityCheck="<%BufferSecurityCheck("TRUE")%>" EnableFunctionLevelLinking="<%EnableFunctionLevelLinking("TRUE")%>" TreatWChar_tAsBuiltInType="<%wchar_t("TRUE")%>" <%if(forloopscope)%> ForceConformanceInForLoopScope="<%forloopscope%>" <%endif%> RuntimeTypeInfo="<%rtti("TRUE")%>" <%if(pch_header)%> <%if(pch_source)%> UsePrecompiledHeader="3" <%else%> UsePrecompiledHeader="2" <%endif%> PrecompiledHeaderThrough="<%pch_header%>" <%endif%> <%if(pdbc)%> ProgramDataBaseFileName="<%if(type_is_static)%><%libout%>\<%libname_prefix%><%staticname%><%if(use_lib_modifier)%><%lib_modifier%><%endif%>.pdb<%else%><%intermediate_dir%>\<%noextension(project_file)%><%if(output_subdir)%>\<%output_subdir%><%endif%>/<%endif%>" <%endif%> WarningLevel="<%warning_level("3")%>" SuppressStartupBanner="TRUE" Detect64BitPortabilityProblems="<%Detect64BitPortabilityProblems("FALSE")%>" DebugInformationFormat="<%debug_format("3")%>"/> <%endif%> <%if(!custom_only)%> Name="VCLibrarianTool" <%if(staticname)%> OutputFile="<%libout%>\<%libname_prefix%><%staticname%><%if(use_lib_modifier)%><%lib_modifier%><%endif%><%lib_ext%>" <%endif%> <%if(lib_options)%> AdditionalOptions="<%lib_options%>" <%endif%> <%else%> Name="VCLinkerTool" <%if(!source_files || link_options)%> AdditionalOptions="<%if(!source_files)%>/noentry <%endif%><%if(link_options)%><%link_options%><%endif%>" <%endif%> <%if(type_is_binary)%> AdditionalDependencies="<%foreach(reverse(libs))%><%fornotfirst(" ")%><%libname_prefix%><%lib%><%if(use_lib_modifier)%><%lib_modifier%><%endif%><%lib_ext%><%endfor%><%foreach(reverse(lit_libs))%> <%lit_lib%>.lib<%endfor%><%foreach(reverse(pure_libs))%> <%pure_lib%><%endfor%>" <%endif%> <%if(exename || sharedname || staticname)%> OutputFile="$(OutDir)\<%if(type_is_dynamic)%><%libname_prefix%><%sharedname%><%if(use_lib_modifier)%><%lib_modifier%><%endif%><%dll_ext%><%else%><%exename%><%if(use_exe_modifier)%><%lib_modifier%><%endif%><%exe_ext%><%endif%>" <%endif%> <%if(win_version)%> Version="<%win_version%>" <%endif%> LinkIncremental="<%LinkIncremental("2")%>" SuppressStartupBanner="TRUE" AdditionalLibraryDirectories="<%foreach(libpaths)%><%libpath%><%fornotlast(";")%><%endfor%>" <%if(ignore_default_library_names)%> IgnoreDefaultLibraryNames="<%foreach(ignore_default_library_names)%><%ignore_default_library_name%><%fornotlast(";")%><%endfor%>" <%endif%> <%if(IgnoreAllDefaultLibraries)%> IgnoreAllDefaultLibraries="<%IgnoreAllDefaultLibraries%>" <%endif%> <%if(ModuleDefinitionFile)%> ModuleDefinitionFile="<%ModuleDefinitionFile%>" <%endif%> <%if(pdbl)%> GenerateDebugInformation="TRUE" <%if(sharedname)%> ProgramDatabaseFile="$(OutDir)\<%libname_prefix%><%sharedname%><%if(use_lib_modifier)%><%lib_modifier%><%endif%>.pdb" <%else%> <%if(exename)%> ProgramDatabaseFile="$(OutDir)\<%exename%><%if(use_exe_modifier)%><%lib_modifier%><%endif%>.pdb" <%endif%> <%endif%> <%endif%> <%if(GenerateMapFile)%> GenerateMapFile="<%GenerateMapFile%>" <%endif%> SubSystem="<%subsystem("1")%>" <%if(StackReserveSize)%> StackReserveSize="<%StackReserveSize%>" <%endif%> <%if(StackCommitSize)%> StackCommitSize="<%StackCommitSize%>" <%endif%> <%if(optimize)%> OptimizeReferences="<%optref("2")%>" EnableCOMDATFolding="<%opticf("2")%>" <%else%> <%if(optref)%> OptimizeReferences="<%optref%>" <%endif%> <%endif%> <%if(unicode && unicode_mfc_entry && exename && source_files)%> EntryPointSymbol="<%unicode_mfc_entry%>" <%endif%> <%if(type_is_dynamic && sharedname)%> ImportLibrary="<%libout%>\<%libname_prefix%><%sharedname%><%if(use_lib_modifier)%><%lib_modifier%><%endif%><%lib_ext%>" <%endif%> <%endif%> <%if(FixedBaseAddress || managed)%> FixedBaseAddress="<%FixedBaseAddress("1")%>" <%endif%> TargetMachine="<%machine("1")%>"/> <%endif%> AdditionalOptions="<%midl_flags%>" <%endif%> <%if(midl_includes)%> AdditionalIncludeDirectories="<%foreach(midl_includes)%><%midl_include%><%fornotlast(",")%><%endfor%>" <%endif%> <%if(midl_defines)%> PreprocessorDefinitions="<%foreach(midl_defines)%><%midl_define%><%fornotlast(";")%><%endfor%>" <%endif%> <%if(midl_notlb)%> GenerateTypeLibrary="FALSE" <%endif%> TypeLibraryName="$(InputName).tlb" HeaderFileName="$(InputName).h" InterfaceIdentifierFileName="$(InputName)_i.c" ProxyFileName="$(InputName)_p.c" /> CommandLine="<%eval(postbuild)%>" <%endif%> /> CommandLine="<%eval(prebuild)%>" <%endif%> /> <%if(!custom_only)%> CommandLine="<%eval(prelink)%>" <%endif%> /> <%if(postclean)%> <%endif%> <%endfor%>" Culture="<%culture("1033")%>" AdditionalIncludeDirectories="<%foreach(includes)%><%include%><%fornotlast(",")%><%endfor%>"/> <%endif%> <%endfor%> <%if(exename || sharedname || staticname)%> <%if(source_files)%> <%endfor%>"> <%if(pch_source)%> <%foreach(configurations)%> <%endfor%> <%endif%> <%if(grouped_source_files)%> <%foreach(sort(grouped_source_files))%> <%if(compares(grouped_source_file, default_group))%> <%foreach(grouped_source_file->files)%> <%if(duplicate_index(grouped_source_file->file))%> <%foreach(configurations)%> file, buildflags))%> AdditionalOptions="<%flag_overrides(grouped_source_file->file, buildflags)%>" <%endif%> <%if(flag_overrides(grouped_source_file->file, no_pch))%> UsePrecompiledHeader="0" <%endif%> <%if(flag_overrides(grouped_source_file->file, managed))%> BasicRuntimeChecks="0" CompileAsManaged="2" <%endif%> ObjectFile="$(IntDir)\$(InputName)<%duplicate_index(grouped_source_file->file)%>.obj"/> <%endfor%> <%else%> <%if(flag_overrides(grouped_source_file->file, buildflags) || flag_overrides(grouped_source_file->file, no_pch) || flag_overrides(grouped_source_file->file, managed))%> <%foreach(configurations)%> file, buildflags))%> AdditionalOptions="<%flag_overrides(grouped_source_file->file, buildflags)%>" <%endif%> <%if(flag_overrides(grouped_source_file->file, no_pch))%> UsePrecompiledHeader="0" <%endif%> <%if(flag_overrides(grouped_source_file->file, managed))%> BasicRuntimeChecks="0" CompileAsManaged="2" <%endif%> /> <%endfor%> <%endif%> <%endif%> <%endfor%> <%else%> <%foreach(grouped_source_file->files)%> <%if(duplicate_index(grouped_source_file->file))%> <%foreach(configurations)%> file, buildflags))%> AdditionalOptions="<%flag_overrides(grouped_source_file->file, buildflags)%>" <%endif%> <%if(flag_overrides(grouped_source_file->file, no_pch))%> UsePrecompiledHeader="0" <%endif%> <%if(flag_overrides(grouped_source_file->file, managed))%> BasicRuntimeChecks="0" CompileAsManaged="2" <%endif%> ObjectFile="$(IntDir)\$(InputName)<%duplicate_index(grouped_source_file->file)%>.obj"/> <%endfor%> <%else%> <%if(flag_overrides(grouped_source_file->file, buildflags) || flag_overrides(grouped_source_file->file, no_pch) || flag_overrides(grouped_source_file->file, managed))%> <%foreach(configurations)%> file, buildflags))%> AdditionalOptions="<%flag_overrides(grouped_source_file->file, buildflags)%>" <%endif%> <%if(flag_overrides(grouped_source_file->file, no_pch))%> UsePrecompiledHeader="0" <%endif%> <%if(flag_overrides(grouped_source_file->file, managed))%> BasicRuntimeChecks="0" CompileAsManaged="2" <%endif%> /> <%endfor%> <%endif%> <%endif%> <%endfor%> <%endif%> <%endfor%> <%else%> <%foreach(source_files)%> <%if(duplicate_index(source_file))%> <%foreach(configurations)%> AdditionalOptions="<%flag_overrides(source_file, buildflags)%>" <%endif%> <%if(flag_overrides(source_file, no_pch))%> UsePrecompiledHeader="0" <%endif%> <%if(flag_overrides(source_file, managed))%> BasicRuntimeChecks="0" CompileAsManaged="2" <%endif%> ObjectFile="$(IntDir)\$(InputName)<%duplicate_index(source_file)%>.obj"/> <%endfor%> <%else%> <%if(flag_overrides(source_file, buildflags) || flag_overrides(source_file, no_pch) || flag_overrides(source_file, managed))%> <%foreach(configurations)%> AdditionalOptions="<%flag_overrides(source_file, buildflags)%>" <%endif%> <%if(flag_overrides(source_file, no_pch))%> UsePrecompiledHeader="0" <%endif%> <%if(flag_overrides(source_file, managed))%> BasicRuntimeChecks="0" CompileAsManaged="2" <%endif%> /> <%endfor%> <%endif%> <%endif%> <%endfor%> <%endif%> <%endif%> <%endif%> <%if(header_files)%> <%endfor%>"> <%if(pch_header)%> <%endif%> <%if(grouped_header_files)%> <%foreach(sort(grouped_header_files))%> <%if(compares(grouped_header_file, default_group))%> <%foreach(grouped_header_file->files)%> <%endfor%> <%else%> <%foreach(grouped_header_file->files)%> <%endfor%> <%endif%> <%endfor%> <%else%> <%foreach(header_files)%> <%endfor%> <%endif%> <%endif%> <%foreach(custom_types)%> <%if(custom_type->input_files)%> <%endfor%>"> <%foreach(custom_type->input_files)%> <%foreach(configurations)%> input_file->output_files)%> ExcludedFromBuild="TRUE" <%endif%> > <%if(custom_type->input_file->output_files)%> input_file, dependent) || custom_type->dependent || custom_type->input_file->dependencies || (!need_staticflags && (flag_overrides(custom_type->input_file, dependent_libs) || custom_type->dependent_libs)))%> AdditionalDependencies="<%if(flag_overrides(custom_type->input_file, dependent))%><%foreach(dep, flag_overrides(custom_type->input_file, dependent))%><%dep%><%if(!has_extension(dep))%><%exe_ext%><%endif%><%fornotlast(";")%><%endfor%><%else%><%if(custom_type->dependent)%><%foreach(custom_type->dependent)%><%custom_type->dependent%><%if(!has_extension(custom_type->dependent))%><%exe_ext%><%endif%><%fornotlast(";")%><%endfor%><%endif%><%endif%><%foreach(custom_type->input_file->dependencies)%><%if(flag_overrides(custom_type->input_file, dependent) || custom_type->dependent)%>;<%else%><%fornotfirst(";")%><%endif%><%custom_type->input_file->dependencie%><%endfor%><%if(!need_staticflags)%><%if(flag_overrides(custom_type->input_file, dependent_libs))%><%foreach(dep_lib, flag_overrides(custom_type->input_file, dependent_libs))%><%if(flag_overrides(custom_type->input_file, dependent) || custom_type->dependent || custom_type->input_file->dependencies)%>;<%else%><%fornotfirst(";")%><%endif%><%dirname(dep_lib)%>\<%libname_prefix%><%basename(dep_lib)%><%if(use_lib_modifier)%><%lib_modifier%><%endif%><%dll_ext%><%endfor%><%else%><%if(custom_type->dependent_libs)%><%foreach(custom_type->dependent_libs)%><%if(flag_overrides(custom_type->input_file, dependent) || custom_type->dependent || custom_type->input_file->dependencies)%>;<%else%><%fornotfirst(";")%><%endif%><%dirname(custom_type->dependent_lib)%>\<%libname_prefix%><%basename(custom_type->dependent_lib)%><%if(use_lib_modifier)%><%lib_modifier%><%endif%><%dll_ext%><%endfor%><%endif%><%endif%><%endif%>" <%endif%> Outputs="<%foreach(custom_type->input_file->output_files)%><%if(flag_overrides(custom_type->input_file, gendir))%><%flag_overrides(custom_type->input_file, gendir)%>\<%basename(custom_type->input_file->output_file)%><%else%><%custom_type->input_file->output_file%><%endif%><%fornotlast(";")%><%endfor%>"/> <%endif%> <%endfor%> <%endfor%> <%endif%> <%endfor%> <%if(inline_files)%> <%endfor%>"> <%if(grouped_inline_files)%> <%foreach(sort(grouped_inline_files))%> <%if(compares(grouped_inline_file, default_group))%> <%foreach(grouped_inline_file->files)%> <%endfor%> <%else%> <%foreach(grouped_inline_file->files)%> <%endfor%> <%endif%> <%endfor%> <%else%> <%foreach(inline_files)%> <%endfor%> <%endif%> <%endif%> <%if(template_files)%> <%if(grouped_template_files)%> <%foreach(sort(grouped_template_files))%> <%if(compares(grouped_template_file, default_group))%> <%foreach(grouped_template_file->files)%> <%foreach(configurations)%> <%endfor%> <%endfor%> <%else%> <%foreach(grouped_template_file->files)%> <%foreach(configurations)%> <%endfor%> <%endfor%> <%endif%> <%endfor%> <%else%> <%foreach(template_files)%> <%foreach(configurations)%> <%endfor%> <%endfor%> <%endif%> <%endif%> <%if(documentation_files)%> <%if(grouped_documentation_files)%> <%foreach(sort(grouped_documentation_files))%> <%if(compares(grouped_documentation_file, default_group))%> <%foreach(grouped_documentation_file->files)%> <%foreach(configurations)%> <%endfor%> <%endfor%> <%else%> <%foreach(grouped_documentation_file->files)%> <%foreach(configurations)%> <%endfor%> <%endfor%> <%endif%> <%endfor%> <%else%> <%foreach(documentation_files)%> <%foreach(configurations)%> <%endfor%> <%endfor%> <%endif%> <%endif%> <%if(resource_files && !type_is_static)%> <%if(grouped_resource_files)%> <%foreach(sort(grouped_resource_files))%> <%if(compares(grouped_resource_file, default_group))%> <%foreach(grouped_resource_file->files)%> <%endfor%> <%else%> <%foreach(grouped_resource_file->files)%> <%endfor%> <%endif%> <%endfor%> <%else%> <%foreach(resource_files)%> <%endfor%> <%endif%> <%endif%>