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

Side by Side Diff: visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/Strings.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 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
225 /// <summary> 225 /// <summary>
226 /// Looks up a localized string similar to Killing web server.... 226 /// Looks up a localized string similar to Killing web server....
227 /// </summary> 227 /// </summary>
228 internal static string WebServerStopMessage { 228 internal static string WebServerStopMessage {
229 get { 229 get {
230 return ResourceManager.GetString("WebServerStopMessage", resourc eCulture); 230 return ResourceManager.GetString("WebServerStopMessage", resourc eCulture);
231 } 231 }
232 } 232 }
233 } 233 }
234 } 234 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698