" encoding="<%encoding("Windows-1252")%>"?> " Version="<%vcversion%>" Name="<%project_name%>" ProjectGUID="{<%guid%>}" RootNamespace="<%project_name%>" Keyword="<%if(UseOfMFC)%>MFCProj<%else%><%platform("Win32")%>Proj<%endif%>" SignManifests="true" > <%foreach(platforms)%> <%endfor%> <%foreach(platforms)%> <%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="<%ConfigurationType%>" <%endif%> <%endif%> <%if(UseOfATL)%> UseOfATL="<%UseOfATL%>" <%endif%> <%if(UseOfMFC)%> UseOfMFC="<%UseOfMFC%>" <%endif%> <%if(unicode)%> CharacterSet="<%charset("1")%>" <%else%> CharacterSet="<%charset("0")%>" <%endif%> <%if(managed)%> ManagedExtensions="<%managed%>" <%endif%> > <%if(makeoutput)%> <%else%> CommandLine="<%eval(prebuild)%>" <%endif%> /> <%if(!custom_only)%> <%endfor%>" <%if(midl_notlb)%> GenerateTypeLibrary="false" <%endif%> TypeLibraryName="$(InputName).tlb" HeaderFileName="$(InputName).h" InterfaceIdentifierFileName="$(InputName)_i.c" ProxyFileName="$(InputName)_p.c" /> AdditionalOptions="<%compile_flags%>" <%endif%> Optimization="<%optimize("0")%>" <%if(InlineFunctionExpansion)%> InlineFunctionExpansion="<%InlineFunctionExpansion%>" <%endif%> <%if(EnableIntrinsicFunctions)%> EnableIntrinsicFunctions="<%EnableIntrinsicFunctions%>" <%endif%> <%if(FavorSizeOrSpeed)%> FavorSizeOrSpeed="<%FavorSizeOrSpeed%>" <%endif%> <%if(OmitFramePointers)%> OmitFramePointers="<%OmitFramePointers%>" <%endif%> <%if(EnableFiberSafeOptimizations)%> EnableFiberSafeOptimizations="<%EnableFiberSafeOptimizations%>" <%endif%> <%if(WholeProgramOptimization)%> WholeProgramOptimization="<%WholeProgramOptimization%>" <%endif%> <%if(includes)%> AdditionalIncludeDirectories="<%foreach(includes)%><%include%><%fornotlast(",")%><%endfor%>" <%endif%> <%if(AdditionalUsingDirectories)%> AdditionalUsingDirectories="<%AdditionalUsingDirectories%>" <%endif%> 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 cpu_defines platform_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%>" <%if(IgnoreStandardIncludePath)%> IgnoreStandardIncludePath="<%IgnoreStandardIncludePath%>" <%endif%> <%if(GeneratePreprocessedFile)%> GeneratePreprocessedFile="<%GeneratePreprocessedFile%>" <%endif%> <%if(KeepComments)%> KeepComments="<%KeepComments%>" <%endif%> <%if(StringPooling)%> StringPooling="<%StringPooling%>" <%endif%> <%if(!optimize)%> MinimalRebuild="<%MinimalRebuild("true")%>" <%endif%> <%if(ExceptionHandling)%> ExceptionHandling="<%ExceptionHandling%>" <%endif%> <%if(!managed)%> <%if(optimize)%> <%if(BasicRuntimeChecks)%> BasicRuntimeChecks="<%BasicRuntimeChecks%>" <%endif%> <%else%> BasicRuntimeChecks="<%BasicRuntimeChecks("3")%>" <%endif%> <%endif%> <%if(SmallerTypeCheck)%> SmallerTypeCheck="<%SmallerTypeCheck%>" <%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%> <%if(StructMemberAlignment)%> StructMemberAlignment="<%StructMemberAlignment%>" <%endif%> <%if(BufferSecurityCheck)%> BufferSecurityCheck="<%BufferSecurityCheck%>" <%endif%> <%if(EnableFunctionLevelLinking)%> EnableFunctionLevelLinking="<%EnableFunctionLevelLinking%>" <%endif%> <%if(EnableEnhancedInstructionSet)%> EnableEnhancedInstructionSet="<%EnableEnhancedInstructionSet%>" <%endif%> <%if(FloatingPointModel)%> FloatingPointModel="<%FloatingPointModel%>" <%endif%> <%if(FloatingPointExceptions)%> FloatingPointExceptions="<%FloatingPointExceptions%>" <%endif%> <%if(DisableLanguageExtensions)%> DisableLanguageExtensions="<%DisableLanguageExtensions%>" <%endif%> <%if(DefaultCharIsUnsigned)%> DefaultCharIsUnsigned="<%DefaultCharIsUnsigned%>" <%endif%> <%if(TreatWChar_tAsBuiltInType)%> TreatWChar_tAsBuiltInType="<%TreatWChar_tAsBuiltInType%>" <%endif%> <%if(ForceConformanceInForLoopScope)%> ForceConformanceInForLoopScope="<%ForceConformanceInForLoopScope%>" <%endif%> RuntimeTypeInfo="<%RuntimeTypeInfo("true")%>" <%if(OpenMP)%> OpenMP="<%OpenMP%>" <%endif%> <%if(pch_header)%> UsePrecompiledHeader="2" PrecompiledHeaderThrough="<%pch_header%>" <%if(PrecompiledHeaderFile)%> PrecompiledHeaderFile="<%PrecompiledHeaderFile%>" <%endif%> <%endif%> <%if(ExpandAttributedSource)%> ExpandAttributedSource="<%ExpandAttributedSource%>" <%endif%> <%if(AssemblerOutput)%> AssemblerOutput="<%AssemblerOutput%>" <%endif%> <%if(AssemblerListingLocation)%> AssemblerListingLocation="<%AssemblerListingLocation%>" <%endif%> <%if(ObjectFile)%> ObjectFile="<%ObjectFile%>" <%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%>" <%else%> <%if(ProgramDataBaseFileName)%> ProgramDataBaseFileName="<%ProgramDataBaseFileName%>" <%endif%> <%endif%> <%if(GenerateXMLDocumentationFiles)%> GenerateXMLDocumentationFiles="<%GenerateXMLDocumentationFiles%>" <%endif%> <%if(XMLDocumentationFileName)%> XMLDocumentationFileName="<%XMLDocumentationFileName%>" <%endif%> <%if(BrowseInformation)%> BrowseInformation="<%BrowseInformation%>" <%endif%> <%if(BrowseInformationFile)%> BrowseInformationFile="<%BrowseInformationFile%>" <%endif%> WarningLevel="<%warning_level("3")%>" <%if(WarnAsError)%> WarnAsError="<%WarnAsError%>" <%endif%> Detect64BitPortabilityProblems="<%Detect64BitPortabilityProblems("true")%>" <%if(!optimize || debug_format)%> DebugInformationFormat="<%debug_format("3")%>" <%endif%> <%if(CallingConvention)%> CallingConvention="<%CallingConvention%>" <%endif%> <%if(CompileAs)%> CompileAs="<%CompileAs%>" <%endif%> <%if(DisableSpecificWarnings)%> DisableSpecificWarnings="<%foreach(DisableSpecificWarnings)%><%DisableSpecificWarning%><%fornotlast(";")%><%endfor%>" <%endif%> <%if(ForcedIncludeFiles)%> ForcedIncludeFiles="<%ForcedIncludeFiles%>" <%endif%> <%if(ForcedUsingFiles)%> ForcedUsingFiles="<%ForcedUsingFiles%>" <%endif%> <%if(ShowIncludes)%> ShowIncludes="<%ShowIncludes%>" <%endif%> <%if(UndefinePreprocessorDefinitions)%> UndefinePreprocessorDefinitions="<%UndefinePreprocessorDefinitions%>" <%endif%> <%if(UndefineAllPreprocessorDefinitions)%> UndefineAllPreprocessorDefinitions="<%UndefineAllPreprocessorDefinitions%>" <%endif%> <%if(EnablePREfast)%> EnablePREfast="<%EnablePREfast%>" <%endif%> <%if(UseFullPaths)%> UseFullPaths="<%UseFullPaths%>" <%endif%> <%if(OmitDefaultLibName)%> OmitDefaultLibName="<%OmitDefaultLibName%>" <%endif%> <%if(ErrorReporting)%> ErrorReporting="<%ErrorReporting%>" <%endif%> <%if(SuppressStartupBanner)%> SuppressStartupBanner="<%SuppressStartupBanner%>" <%endif%> /> <%endfor%>" Culture="<%culture("1033")%>" AdditionalIncludeDirectories="<%foreach(includes)%><%include%><%fornotlast(",")%><%endfor%>" /> CommandLine="<%eval(prelink)%>" <%endif%> /> 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(RegisterOutput)%> RegisterOutput="<%RegisterOutput%>" <%endif%> <%if(IgnoreImportLibrary)%> IgnoreImportLibrary="<%IgnoreImportLibrary%>" <%endif%> <%if(LinkLibraryDependencies)%> LinkLibraryDependencies="<%LinkLibraryDependencies%>" <%endif%> <%if(UseLibraryDependencyInputs)%> UseLibraryDependencyInputs="<%UseLibraryDependencyInputs%>" <%endif%> <%if(UseUnicodeResponseFiles)%> UseUnicodeResponseFiles="<%UseUnicodeResponseFiles%>" <%endif%> <%if(!source_files)%> AdditionalOptions="/noentry<%if(link_options)%> <%link_options%><%endif%><%if(release_link_options && !debug_prj)%> <%release_link_options%><%endif%>" <%else%> <%if(link_options || release_link_options && !debug_prj)%> AdditionalOptions="<%link_options%><%if(release_link_options && !debug_prj)%> <%release_link_options%><%endif%>" <%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="<%SuppressStartupBanner("true")%>" AdditionalLibraryDirectories="<%foreach(libpaths)%><%libpath%><%fornotlast(";")%><%endfor%>" <%if(ShowProgress)%> ShowProgress="<%ShowProgress%>" <%endif%> <%if(ignore_default_library_names)%> IgnoreDefaultLibraryNames="<%foreach(ignore_default_library_names)%><%ignore_default_library_name%><%fornotlast(";")%><%endfor%>" <%endif%> <%if(GenerateManifest)%> GenerateManifest="<%GenerateManifest%>" <%endif%> <%if(ManifestFile)%> ManifestFile="<%ManifestFile%>" <%endif%> <%if(AdditionalManifestDependencies)%> AdditionalManifestDependencies="<%AdditionalManifestDependencies%>" <%endif%> <%if(IgnoreAllDefaultLibraries)%> IgnoreAllDefaultLibraries="<%IgnoreAllDefaultLibraries%>" <%endif%> <%if(ModuleDefinitionFile)%> ModuleDefinitionFile="<%ModuleDefinitionFile%>" <%endif%> <%if(AddModuleNamesToAssembly)%> AddModuleNamesToAssembly="<%AddModuleNamesToAssembly%>" <%endif%> <%if(EmbedManagedResourceFile)%> EmbedManagedResourceFile="<%EmbedManagedResourceFile%>" <%endif%> <%if(ForceSymbolReferences)%> ForceSymbolReferences="<%ForceSymbolReferences%>" <%endif%> <%if(DelayLoadDLLs)%> DelayLoadDLLs="<%DelayLoadDLLs%>" <%endif%> <%if(AssemblyLinkResource)%> AssemblyLinkResource="<%AssemblyLinkResource%>" <%endif%> GenerateDebugInformation="<%GenerateDebugInformation("true")%>" <%if(AssemblyDebug)%> AssemblyDebug="<%AssemblyDebug%>" <%endif%> <%if(pdbl)%> <%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(StripPrivateSymbols)%> StripPrivateSymbols="<%StripPrivateSymbols%>" <%endif%> <%if(GenerateMapFile)%> GenerateMapFile="<%GenerateMapFile%>" <%endif%> <%if(MapFileName)%> MapFileName="<%MapFileName%>" <%endif%> <%if(MapExports)%> MapExports="<%MapExports%>" <%endif%> SubSystem="<%subsystem("2")%>" <%if(HeapReserveSize)%> HeapReserveSize="<%HeapReserveSize%>" <%endif%> <%if(HeapCommitSize)%> HeapCommitSize="<%HeapCommitSize%>" <%endif%> <%if(StackReserveSize)%> StackReserveSize="<%StackReserveSize%>" <%endif%> <%if(StackCommitSize)%> StackCommitSize="<%StackCommitSize%>" <%endif%> <%if(LargeAddressAware)%> LargeAddressAware="<%LargeAddressAware%>" <%endif%> <%if(TerminalServerAware)%> TerminalServerAware="<%TerminalServerAware%>" <%endif%> <%if(SwapRunFromCD)%> SwapRunFromCD="<%SwapRunFromCD%>" <%endif%> <%if(SwapRunFromNet)%> SwapRunFromNet="<%SwapRunFromNet%>" <%endif%> <%if(Driver)%> Driver="<%Driver%>" <%endif%> <%if(OptimizeReferences)%> OptimizeReferences="<%OptimizeReferences%>" <%else%> <%if(optimize)%> OptimizeReferences="<%OptimizeReferences("2")%>" <%endif%> <%endif%> <%if(EnableCOMDATFolding)%> EnableCOMDATFolding="<%EnableCOMDATFolding%>" <%else%> <%if(optimize)%> EnableCOMDATFolding="<%EnableCOMDATFolding("2")%>" <%endif%> <%endif%> <%if(OptimizeForWindows98)%> OptimizeForWindows98="<%OptimizeForWindows98%>" <%endif%> <%if(FunctionOrder)%> FunctionOrder="<%FunctionOrder%>" <%endif%> <%if(LinkTimeCodeGeneration)%> LinkTimeCodeGeneration="<%LinkTimeCodeGeneration%>" <%endif%> <%if(ProfileGuidedDatabase)%> ProfileGuidedDatabase="<%ProfileGuidedDatabase%>" <%endif%> <%if(unicode && unicode_mfc_entry && exename && source_files)%> EntryPointSymbol="<%unicode_mfc_entry%>" <%else%> <%if(EntryPointSymbol)%> EntryPointSymbol="<%EntryPointSymbol%>" <%endif%> <%endif%> <%if(ResourceOnlyDLL)%> ResourceOnlyDLL="<%ResourceOnlyDLL%>" <%endif%> <%if(SetChecksum)%> SetChecksum="<%SetChecksum%>" <%endif%> <%if(BaseAddress)%> BaseAddress="<%BaseAddress%>" <%endif%> <%if(TurnOffAssemblyGeneration)%> TurnOffAssemblyGeneration="<%TurnOffAssemblyGeneration%>" <%endif%> <%if(ImportLibrary)%> ImportLibrary="<%ImportLibrary%>" <%else%> <%if(type_is_dynamic && sharedname)%> ImportLibrary="<%libout%>\<%libname_prefix%><%sharedname%><%if(use_lib_modifier)%><%lib_modifier%><%endif%><%lib_ext%>" <%endif%> <%endif%> <%if(SupportUnloadOfDelayLoadedDLL)%> SupportUnloadOfDelayLoadedDLL="<%SupportUnloadOfDelayLoadedDLL%>" <%endif%> <%if(MergeSections)%> MergeSections="<%MergeSections%>" <%endif%> TargetMachine="<%TargetMachine("1")%>" <%if(FixedBaseAddress || managed)%> FixedBaseAddress="<%FixedBaseAddress("1")%>" <%endif%> <%if(KeyFile)%> KeyFile="<%KeyFile%>" <%endif%> <%if(KeyContainer)%> KeyContainer="<%KeyContainer%>" <%endif%> <%if(DelaySign)%> DelaySign="<%DelaySign%>" <%endif%> <%if(AllowIsolation)%> AllowIsolation="<%AllowIsolation%>" <%endif%> <%if(Profile)%> Profile="<%Profile%>" <%endif%> <%if(CLRThreadAttribute)%> CLRThreadAttribute="<%CLRThreadAttribute%>" <%endif%> <%if(CLRImageType)%> CLRImageType="<%CLRImageType%>" <%endif%> <%if(ErrorReporting)%> ErrorReporting="<%ErrorReporting%>" <%endif%> <%endif%> /> <%endif%> CommandLine="<%eval(postbuild)%>" <%endif%> /> <%if(postclean)%> <%endif%> <%if(deploymenttool)%> <%endif%> <%endif%> <%endfor%> <%endfor%> <%if(after && add_references)%> <%endif%> <%foreach(AssemblyReferences)%> <%endfor%> <%if(exename || sharedname || staticname)%> <%if(source_files)%> <%endfor%>"> <%if(pch_source)%> <%foreach(platforms)%> <%foreach(configurations)%> <%endfor%> <%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(platforms)%> <%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="<%flag_overrides(grouped_source_file->file, managed)%>" <%if(!ExceptionHandling || compares(ExceptionHandling, 1))%> ExceptionHandling="2" <%endif%> <%endif%> ObjectFile="$(IntDir)\$(InputName)<%duplicate_index(grouped_source_file->file)%>.obj"/> <%endfor%> <%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(platforms)%> <%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="<%flag_overrides(grouped_source_file->file, managed)%>" <%if(!ExceptionHandling || compares(ExceptionHandling, 1))%> ExceptionHandling="2" <%endif%> <%endif%> /> <%endfor%> <%endfor%> <%endif%> <%endif%> <%endfor%> <%else%> <%foreach(grouped_source_file->files)%> <%if(duplicate_index(grouped_source_file->file))%> <%foreach(platforms)%> <%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="<%flag_overrides(grouped_source_file->file, managed)%>" <%if(!ExceptionHandling || compares(ExceptionHandling, 1))%> ExceptionHandling="2" <%endif%> <%endif%> ObjectFile="$(IntDir)\$(InputName)<%duplicate_index(grouped_source_file->file)%>.obj"/> <%endfor%> <%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(platforms)%> <%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="<%flag_overrides(grouped_source_file->file, managed)%>" <%if(!ExceptionHandling || compares(ExceptionHandling, 1))%> ExceptionHandling="2" <%endif%> <%endif%> /> <%endfor%> <%endfor%> <%endif%> <%endif%> <%endfor%> <%endif%> <%endfor%> <%else%> <%foreach(source_files)%> <%if(duplicate_index(source_file))%> <%foreach(platforms)%> <%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="<%flag_overrides(source_file, managed)%>" <%if(!ExceptionHandling || compares(ExceptionHandling, 1))%> ExceptionHandling="2" <%endif%> <%endif%> ObjectFile="$(IntDir)\$(InputName)<%duplicate_index(source_file)%>.obj"/> <%endfor%> <%endfor%> <%else%> <%if(flag_overrides(source_file, buildflags) || flag_overrides(source_file, no_pch) || flag_overrides(source_file, managed))%> <%foreach(platforms)%> <%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="<%flag_overrides(source_file, managed)%>" <%if(!ExceptionHandling || compares(ExceptionHandling, 1))%> ExceptionHandling="2" <%endif%> <%endif%> /> <%endfor%> <%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)%> file, dependent_upon))%> RelativePath="<%grouped_header_file->file%>" FileType="3"> <%else%> RelativePath="<%grouped_header_file->file%>"> <%endif%> <%endfor%> <%else%> <%foreach(grouped_header_file->files)%> file, dependent_upon))%> RelativePath="<%grouped_header_file->file%>" FileType="3"> <%else%> RelativePath="<%grouped_header_file->file%>"> <%endif%> <%endfor%> <%endif%> <%endfor%> <%else%> <%foreach(header_files)%> RelativePath="<%header_file%>" FileType="3"> <%else%> RelativePath="<%header_file%>"> <%endif%> <%endfor%> <%endif%> <%endif%> <%foreach(custom_types)%> <%if(custom_type->input_files)%> <%endfor%>"> <%foreach(custom_type->input_files)%> <%foreach(platforms)%> <%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%> <%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(platforms)%> <%foreach(configurations)%> <%endfor%> <%endfor%> <%endfor%> <%else%> <%foreach(grouped_template_file->files)%> <%foreach(platforms)%> <%foreach(configurations)%> <%endfor%> <%endfor%> <%endfor%> <%endif%> <%endfor%> <%else%> <%foreach(template_files)%> <%foreach(platforms)%> <%foreach(configurations)%> <%endfor%> <%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(platforms)%> <%foreach(configurations)%> <%endfor%> <%endfor%> <%endfor%> <%else%> <%foreach(grouped_documentation_file->files)%> <%foreach(platforms)%> <%foreach(configurations)%> <%endfor%> <%endfor%> <%endfor%> <%endif%> <%endfor%> <%else%> <%foreach(documentation_files)%> <%foreach(platforms)%> <%foreach(configurations)%> <%endfor%> <%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%>