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

Side by Side Diff: visual_studio/NativeClientVSAddIn/NaCl.Build.CPPTasks/Properties/AssemblyInfo.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 //CONVERTED - ENTIRE FILE 1 //CONVERTED - ENTIRE FILE
2 2
3 using System.Reflection; 3 using System.Reflection;
4 using System.Runtime.CompilerServices; 4 using System.Runtime.CompilerServices;
5 using System.Runtime.InteropServices; 5 using System.Runtime.InteropServices;
6 6
7 // General Information about an assembly is controlled through the following 7 // General Information about an assembly is controlled through the following
8 // set of attributes. Change these attribute values to modify the information 8 // set of attributes. Change these attribute values to modify the information
9 // associated with an assembly. 9 // associated with an assembly.
10 [assembly: AssemblyTitle("NaCl.Build.CPPTasks")] 10 [assembly: AssemblyTitle("NaCl.Build.CPPTasks")]
(...skipping 18 matching lines...) Expand all
29 // Major Version 29 // Major Version
30 // Minor Version 30 // Minor Version
31 // Build Number 31 // Build Number
32 // Revision 32 // Revision
33 // 33 //
34 // You can specify all the values or you can default the Build and Revision Numb ers 34 // You can specify all the values or you can default the Build and Revision Numb ers
35 // by using the '*' as shown below: 35 // by using the '*' as shown below:
36 // [assembly: AssemblyVersion("1.0.*")] 36 // [assembly: AssemblyVersion("1.0.*")]
37 [assembly: AssemblyVersion("1.0.0.0")] 37 [assembly: AssemblyVersion("1.0.0.0")]
38 [assembly: AssemblyFileVersion("1.0.0.0")] 38 [assembly: AssemblyFileVersion("1.0.0.0")]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698