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

Unified Diff: visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/Properties/nacl_directories.xml

Issue 10831030: NaCl settings and completed install scripts. (Closed) Base URL: https://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 8 years, 5 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/NaCl/Properties/nacl_directories.xml
diff --git a/visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/Properties/nacl_directories.xml b/visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/Properties/nacl_directories.xml
new file mode 100644
index 0000000000000000000000000000000000000000..64b1f1f3af869ab6f6133e8352ab5944b62e89ad
--- /dev/null
+++ b/visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/Properties/nacl_directories.xml
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="utf-8"?>
+
+<Rule
+ Name="ConfigurationDirectories"
+ DisplayName="VC++ Directories"
+ Order="8"
+ PageTemplate="generic"
+ Description="Tool search directories"
+ xmlns="http://schemas.microsoft.com/build/2009/properties">
+ <Rule.Categories>
+ <Category Name="VC++" DisplayName="General" Description="Visual C++ Directories" />
+ </Rule.Categories>
+
+ <Rule.DataSource>
+ <DataSource Persistence="ProjectFile" />
+ </Rule.DataSource>
+
+ <StringListProperty Name="LibraryPath" DisplayName="Library Directories"
+ Description="Path to use when searching for library files while building a VC++ project. Corresponds to environment variable LIB."
+ F1Keyword="VC.Project.VCDirectories.LibraryPath"
+ Category="VC++" Separator=";" Subtype="folder" />
+
+ <StringListProperty Name="IncludePath" DisplayName="Include Directories"
+ Description="Path to use when searching for include files while building a VC++ project. Corresponds to environment variable INCLUDE."
+ F1Keyword="VC.Project.VCDirectories.IncludePath"
+ Category="VC++" Separator=";" Subtype="folder" />
+
+</Rule>

Powered by Google App Engine
This is Rietveld 408576698