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

Side by Side Diff: visual_studio/NativeClientVSAddIn/NaCl.Build.CPPTasks/Properties/Resources.resx

Issue 11085093: Remove windows lines endings (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 <root> 2 <root>
3 <!-- 3 <!--
4 Microsoft ResX Schema 4 Microsoft ResX Schema
5 5
6 Version 2.0 6 Version 2.0
7 7
8 The primary goals of this format is to allow a simple XML format 8 The primary goals of this format is to allow a simple XML format
9 that is mostly human readable. The generation and parsing of the 9 that is mostly human readable. The generation and parsing of the
10 various data types are done through the TypeConverter classes 10 various data types are done through the TypeConverter classes
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 <data name="TrackedVCToolTask.RebuildingDueToInvalidTLogContents" xml:space="p reserve"> 144 <data name="TrackedVCToolTask.RebuildingDueToInvalidTLogContents" xml:space="p reserve">
145 <value>MSB8015: Forcing a rebuild of all source files due to the contents of "{0}" being invalid.</value> 145 <value>MSB8015: Forcing a rebuild of all source files due to the contents of "{0}" being invalid.</value>
146 </data> 146 </data>
147 <data name="TrackedVCToolTask.RebuildingNoCommandTLog" xml:space="preserve"> 147 <data name="TrackedVCToolTask.RebuildingNoCommandTLog" xml:space="preserve">
148 <value>Forcing rebuild of all source files due to missing command tlog "{0}" .</value> 148 <value>Forcing rebuild of all source files due to missing command tlog "{0}" .</value>
149 </data> 149 </data>
150 <data name="TrackedVCToolTask.RebuildingSourceCommandLineChanged" xml:space="p reserve"> 150 <data name="TrackedVCToolTask.RebuildingSourceCommandLineChanged" xml:space="p reserve">
151 <value>Forcing rebuild of source file "{0}" due to a change in the command l ine since the last build.</value> 151 <value>Forcing rebuild of source file "{0}" due to a change in the command l ine since the last build.</value>
152 </data> 152 </data>
153 </root> 153 </root>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698