| 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>
|
|
|