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

Side by Side Diff: visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/Properties/nacl_lib.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
(Empty)
1 <?xml version="1.0" encoding="utf-8"?>
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">
4
5 <Rule.Categories>
6 <Category Name="General" DisplayName="General" />
7 </Rule.Categories>
8
9 <Rule.DataSource>
10 <DataSource Persistence="ProjectFile" ItemType="Lib" Label="" HasConfigurati onCondition="true" />
11 </Rule.DataSource>
12
13 <StringProperty Subtype="file" Name="OutputFile" DisplayName="Output File" Cat egory="General">
14 </StringProperty>
15
16 <BoolProperty Name="OutputCommandLine" DisplayName="Output Command Line" Categ ory="General">
17 </BoolProperty>
18
19 </Rule>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698