| OLD | NEW |
| 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 Loading... |
| 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")] |
| OLD | NEW |