| Index: visual_studio/NativeClientVSAddIn/InstallerResources/PNaCl/Props/pnacl_general_ps.xml
 | 
| diff --git a/visual_studio/NativeClientVSAddIn/InstallerResources/PNaCl/Props/pnacl_general_ps.xml b/visual_studio/NativeClientVSAddIn/InstallerResources/PNaCl/Props/pnacl_general_ps.xml
 | 
| index a64c3217c9cd31fd3279e485415c1e733745f99e..2c7294940a714ad31bf305cd06bee9de84878628 100644
 | 
| --- a/visual_studio/NativeClientVSAddIn/InstallerResources/PNaCl/Props/pnacl_general_ps.xml
 | 
| +++ b/visual_studio/NativeClientVSAddIn/InstallerResources/PNaCl/Props/pnacl_general_ps.xml
 | 
| @@ -54,6 +54,11 @@
 | 
|                    F1Keyword="VC.Project.VCConfiguration.NaClIndexHTML">
 | 
|    </StringProperty>
 | 
|  
 | 
| +  <EnumProperty Name="ToolchainName" DisplayName="Toolchain" Category="NativeClient" Visible="false">
 | 
| +    <EnumValue Name="newlib" DisplayName="newlib" />
 | 
| +    <EnumValue Name="glibc" DisplayName="glibc" />
 | 
| +  </EnumProperty>
 | 
| +
 | 
|    <StringProperty Name="OutDir" DisplayName="Output Directory"
 | 
|                    Description="Specifies a relative path to the output file directory; can include environment variables."
 | 
|                    Category="General" Default="$(SolutionDir)\$(Platform)\$(Toolchain)\$(Configuration)\"
 | 
| 
 |