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

Side by Side Diff: visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/Props/nacl_general_ps.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
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 2
3 <Rule 3 <Rule
4 Name="ConfigurationGeneral" 4 Name="ConfigurationGeneral"
5 DisplayName="General" 5 DisplayName="General"
6 PageTemplate="generic" 6 PageTemplate="generic"
7 Description="General" 7 Description="General"
8 xmlns="http://schemas.microsoft.com/build/2009/properties"> 8 xmlns="http://schemas.microsoft.com/build/2009/properties">
9 <Rule.Categories> 9 <Rule.Categories>
10 <Category Name="General" DisplayName="General" Description="General" /> 10 <Category Name="General" DisplayName="General" Description="General" />
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 Description="Specifies the build log file to write to when bui ld logging is enabled." 115 Description="Specifies the build log file to write to when bui ld logging is enabled."
116 F1Keyword="VC.Project.VCConfiguration.BuildLogFile" 116 F1Keyword="VC.Project.VCConfiguration.BuildLogFile"
117 Category="General" Default="$(ProjectDir)\$(MSBuildProjectName ).log" 117 Category="General" Default="$(ProjectDir)\$(MSBuildProjectName ).log"
118 Subtype="file"> 118 Subtype="file">
119 <StringProperty.DataSource> 119 <StringProperty.DataSource>
120 <DataSource Persistence="ProjectFile" ItemType="BuildLog" P ersistedName="Path" /> 120 <DataSource Persistence="ProjectFile" ItemType="BuildLog" P ersistedName="Path" />
121 </StringProperty.DataSource> 121 </StringProperty.DataSource>
122 </StringProperty> 122 </StringProperty>
123 123
124 </Rule> 124 </Rule>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698