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

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

Issue 10908249: Remove windows line ending from repo files (Closed) Base URL: https://github.com/samclegg/nativeclient-sdk.git@master
Patch Set: fix copyright headers 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
OLDNEW
1 //----------------------------------------------------------------------------- - 1 //----------------------------------------------------------------------------- -
2 // <auto-generated> 2 // <auto-generated>
3 // This code was generated by a tool. 3 // This code was generated by a tool.
4 // Runtime Version:4.0.30319.269 4 // Runtime Version:4.0.30319.269
5 // 5 //
6 // Changes to this file may cause incorrect behavior and will be lost if 6 // Changes to this file may cause incorrect behavior and will be lost if
7 // the code is regenerated. 7 // the code is regenerated.
8 // </auto-generated> 8 // </auto-generated>
9 //------------------------------------------------------------------------------ 9 //------------------------------------------------------------------------------
10 10
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 /// <summary> 135 /// <summary>
136 /// Looks up a localized string similar to Forcing rebuild of source f ile &quot;{0}&quot; due to a change in the command line since the last build.. 136 /// Looks up a localized string similar to Forcing rebuild of source f ile &quot;{0}&quot; due to a change in the command line since the last build..
137 /// </summary> 137 /// </summary>
138 internal static string TrackedVCToolTask_RebuildingSourceCommandLineChan ged { 138 internal static string TrackedVCToolTask_RebuildingSourceCommandLineChan ged {
139 get { 139 get {
140 return ResourceManager.GetString("TrackedVCToolTask.RebuildingSo urceCommandLineChanged", resourceCulture); 140 return ResourceManager.GetString("TrackedVCToolTask.RebuildingSo urceCommandLineChanged", resourceCulture);
141 } 141 }
142 } 142 }
143 } 143 }
144 } 144 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698