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

Unified Diff: visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/Properties/nacl_lib.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_lib.xml
diff --git a/visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/Properties/nacl_lib.xml b/visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/Properties/nacl_lib.xml
new file mode 100644
index 0000000000000000000000000000000000000000..57b9ee49c1595b1874ca691da733b200528ca525
--- /dev/null
+++ b/visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/Properties/nacl_lib.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+
+<Rule Name="LIB" PageTemplate="tool" DisplayName="Librarian" SwitchPrefix="-" Order="40" xmlns="http://schemas.microsoft.com/build/2009/properties" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:sys="clr-namespace:System;assembly=mscorlib">
+
+ <Rule.Categories>
+ <Category Name="General" DisplayName="General" />
+ </Rule.Categories>
+
+ <Rule.DataSource>
+ <DataSource Persistence="ProjectFile" ItemType="Lib" Label="" HasConfigurationCondition="true" />
+ </Rule.DataSource>
+
+ <StringProperty Subtype="file" Name="OutputFile" DisplayName="Output File" Category="General">
+ </StringProperty>
+
+ <BoolProperty Name="OutputCommandLine" DisplayName="Output Command Line" Category="General">
+ </BoolProperty>
+
+</Rule>

Powered by Google App Engine
This is Rietveld 408576698