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

Side by Side Diff: visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/Props/nacl_lib.xml

Issue 11375004: [NaCl Addin] Fix to PNaCl lib creation from MSVS (Closed) Base URL: http://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 8 years, 1 month 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
« no previous file with comments | « no previous file | visual_studio/NativeClientVSAddIn/InstallerResources/NaCl64/Microsoft.Cpp.NaCl64.targets » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 2
3 <Rule Name="LIB" PageTemplate="tool" DisplayName="Librarian" SwitchPrefix="-" Or der="40" xmlns="http://schemas.microsoft.com/build/2009/properties" xmlns:x="htt p://schemas.microsoft.com/winfx/2006/xaml" xmlns:sys="clr-namespace:System;assem bly=mscorlib"> 3 <Rule Name="LIB" PageTemplate="tool" DisplayName="Librarian" SwitchPrefix="-" Or der="40" xmlns="http://schemas.microsoft.com/build/2009/properties" xmlns:x="htt p://schemas.microsoft.com/winfx/2006/xaml" xmlns:sys="clr-namespace:System;assem bly=mscorlib">
4 4
5 <Rule.Categories> 5 <Rule.Categories>
6 <Category Name="General" DisplayName="General" /> 6 <Category Name="General" DisplayName="General" />
7 <Category Name="Command Line" DisplayName="Command Line" Subtype="CommandLin e" />
7 </Rule.Categories> 8 </Rule.Categories>
8 9
9 <Rule.DataSource> 10 <Rule.DataSource>
10 <DataSource Persistence="ProjectFile" ItemType="Lib" Label="" HasConfigurati onCondition="true" /> 11 <DataSource Persistence="ProjectFile" ItemType="Lib" Label="" HasConfigurati onCondition="true" />
11 </Rule.DataSource> 12 </Rule.DataSource>
12 13
13 <StringProperty Subtype="file" Name="OutputFile" DisplayName="Output File" Cat egory="General"> 14 <StringProperty Subtype="file" Name="OutputFile" DisplayName="Output File" Cat egory="General">
14 </StringProperty> 15 </StringProperty>
15 16
16 <BoolProperty Name="OutputCommandLine" DisplayName="Output Command Line" Categ ory="General"> 17 <BoolProperty Name="OutputCommandLine" DisplayName="Output Command Line" Categ ory="General">
17 </BoolProperty> 18 </BoolProperty>
18 19
19 </Rule> 20 </Rule>
OLDNEW
« no previous file with comments | « no previous file | visual_studio/NativeClientVSAddIn/InstallerResources/NaCl64/Microsoft.Cpp.NaCl64.targets » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698