Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(583)

Unified Diff: visual_studio/NativeClientVSAddIn/InstallerResources/PNaCl/Props/pnacl_general_ps.xml

Issue 14122017: [VS Addin] Add visual studio 2012 support (Closed) Base URL: https://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)\"

Powered by Google App Engine
This is Rietveld 408576698