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

Side by Side Diff: visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/Properties/nacl_link.xml

Issue 10977007: Rename folder Properties -> Props (Closed) Base URL: http://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 8 years, 3 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="utf-8"?>
2
3 <Rule Name="Link" PageTemplate="tool" DisplayName="Linker" SwitchPrefix="-" Orde r="20" xmlns="http://schemas.microsoft.com/build/2009/properties" xmlns:x="http: //schemas.microsoft.com/winfx/2006/xaml" xmlns:sys="clr-namespace:System;assembl y=mscorlib">
4
5 <Rule.Categories>
6 <Category Name="General" DisplayName="General" />
7 <Category Name="Input" DisplayName="Input" />
8 <Category Name="Advanced" DisplayName="Advanced" />
9 <Category Name="Command Line" DisplayName="Command Line" Subtype="CommandLin e" />
10 </Rule.Categories>
11 <Rule.DataSource>
12 <DataSource Persistence="ProjectFile" ItemType="Link" Label="" HasConfigurat ionCondition="true" />
13 </Rule.DataSource>
14
15 <StringProperty Subtype="file" Name="OutputFile" DisplayName="Output File" Cat egory="General" Switch="o" Separator=" ">
16 </StringProperty>
17 <BoolProperty Name="OutputCommandLine" DisplayName="Output Command Line" Categ ory="General">
18 </BoolProperty>
19 <StringListProperty Subtype="folder" Name="AdditionalLibraryDirectories" Displ ayName="Additional Library Directories" Category="General" Switch="L">
20 </StringListProperty>
21 <EnumProperty Name="ConfigurationType" DisplayName="Configuration Type" Catego ry="General" Visible="false">
22 <EnumValue Name="Application" DisplayName="Application (.nexe)" />
23 <EnumValue Name="DynamicLibrary" DisplayName="Dynamic Library (.so)" Switch= "shared"/>
24 <EnumValue Name="StaticLibrary" DisplayName="Static library (.a)" />
25 </EnumProperty>
26 <StringListProperty Subtype="folder" Name="SystemLibraryDirectories" Category= "General" Visible="false" Switch="L">
27 </StringListProperty>
28
29
30 <BoolProperty Name="IgnoreAllDefaultLibraries" DisplayName="Ignore All Default Libraries" Category="Input" Switch="nostdlib">
31 </BoolProperty>
32 <StringListProperty Subtype="file" Name="AdditionalDependencies" DisplayName=" Additional Dependencies" Description="Specifies additional dependencies to add t o the link command line" Category="Input" Switch="l">
33 </StringListProperty>
34
35
36 <BoolProperty Name="ReportUndefinedSymbols" DisplayName="Report Undefined Symb ols" Category="Advanced" Switch="Wl,--no-undefined">
37 </BoolProperty>
38
39
40 <StringProperty Name="AdditionalOptions" DisplayName="Additional Options" Desc ription="Additional Options" Category="Command Line">
41 </StringProperty>
42
43 </Rule>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698