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

Side by Side Diff: visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/Props/nacl_compile.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="CL" PageTemplate="tool" DisplayName="C/C++" SwitchPrefix="-" Order=" 10" xmlns="http://schemas.microsoft.com/build/2009/properties" xmlns:x="http://s chemas.microsoft.com/winfx/2006/xaml" xmlns:sys="clr-namespace:System;assembly=m scorlib"> 3 <Rule Name="CL" PageTemplate="tool" DisplayName="C/C++" SwitchPrefix="-" Order=" 10" xmlns="http://schemas.microsoft.com/build/2009/properties" xmlns:x="http://s chemas.microsoft.com/winfx/2006/xaml" xmlns:sys="clr-namespace:System;assembly=m scorlib">
4 4
5 <Rule.Categories> 5 <Rule.Categories>
6 <Category Name="General" DisplayName="General" /> 6 <Category Name="General" DisplayName="General" />
7 <Category Name="Optimization" DisplayName="Optimization" /> 7 <Category Name="Optimization" DisplayName="Optimization" />
8 <Category Name="Preprocessor" DisplayName="Preprocessor" /> 8 <Category Name="Preprocessor" DisplayName="Preprocessor" />
9 <Category Name="Code Generation" DisplayName="Code Generation" /> 9 <Category Name="Code Generation" DisplayName="Code Generation" />
10 <Category Name="Output Files" DisplayName="Output Files" /> 10 <Category Name="Output Files" DisplayName="Output Files" />
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 <StringProperty Name="AdditionalOptions" DisplayName="Additional Options" Desc ription="Additional Options" Category="Command Line"> 77 <StringProperty Name="AdditionalOptions" DisplayName="Additional Options" Desc ription="Additional Options" Category="Command Line">
78 </StringProperty> 78 </StringProperty>
79 79
80 80
81 <StringListProperty Name="SystemPreprocessorDefinitions" Category="General" Vi sible="false" Switch="D"> 81 <StringListProperty Name="SystemPreprocessorDefinitions" Category="General" Vi sible="false" Switch="D">
82 </StringListProperty> 82 </StringListProperty>
83 83
84 <StringListProperty Subtype="folder" Name="SystemIncludeDirectories" Category= "General" Visible="false" Switch="I"> 84 <StringListProperty Subtype="folder" Name="SystemIncludeDirectories" Category= "General" Visible="false" Switch="I">
85 </StringListProperty> 85 </StringListProperty>
86 </Rule> 86 </Rule>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698