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

Side by Side Diff: visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/Props/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, 2 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
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 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"> 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 4
5 <Rule.Categories> 5 <Rule.Categories>
6 <Category Name="General" DisplayName="General" /> 6 <Category Name="General" DisplayName="General" />
7 <Category Name="Input" DisplayName="Input" /> 7 <Category Name="Input" DisplayName="Input" />
8 <Category Name="Advanced" DisplayName="Advanced" /> 8 <Category Name="Advanced" DisplayName="Advanced" />
9 <Category Name="Command Line" DisplayName="Command Line" Subtype="CommandLin e" /> 9 <Category Name="Command Line" DisplayName="Command Line" Subtype="CommandLin e" />
10 </Rule.Categories> 10 </Rule.Categories>
(...skipping 23 matching lines...) Expand all
34 34
35 35
36 <BoolProperty Name="ReportUndefinedSymbols" DisplayName="Report Undefined Symb ols" Category="Advanced" Switch="Wl,--no-undefined"> 36 <BoolProperty Name="ReportUndefinedSymbols" DisplayName="Report Undefined Symb ols" Category="Advanced" Switch="Wl,--no-undefined">
37 </BoolProperty> 37 </BoolProperty>
38 38
39 39
40 <StringProperty Name="AdditionalOptions" DisplayName="Additional Options" Desc ription="Additional Options" Category="Command Line"> 40 <StringProperty Name="AdditionalOptions" DisplayName="Additional Options" Desc ription="Additional Options" Category="Command Line">
41 </StringProperty> 41 </StringProperty>
42 42
43 </Rule> 43 </Rule>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698