<?xml version="1.0" encoding="utf-8"?>
<!--Copyright, Microsoft Corporation, All rights reserved.-->
<Rule Name="ConfigurationGeneralAdvanced" OverrideMode="Extend" xmlns="http://schemas.microsoft.com/build/2009/properties">

  <DynamicEnumProperty Name="LLVMToolsVersion" DisplayName="LLVM 工具集版本" EnumProvider="Directory" Description="指定此项目将用于生成的 LLVM 工具集的完整版本。" Category="General" F1Keyword="VC.Project.VCConfiguration.LLVMToolsVersion">
    <DynamicEnumProperty.ProviderSettings>
      <NameValuePair Name="Path" Value="$(LLVMInstallDir)\lib\clang"/>
    </DynamicEnumProperty.ProviderSettings>
  </DynamicEnumProperty>
</Rule>
