|
1 |
| -using System.Reflection; |
2 |
| -using System.Runtime.CompilerServices; |
3 |
| -using System.Runtime.InteropServices; |
4 |
| - |
5 |
| -// General Information about an assembly is controlled through the following |
6 |
| -// set of attributes. Change these attribute values to modify the information |
7 |
| -// associated with an assembly. |
8 |
| -[assembly: AssemblyTitle("UGPSHub")] |
9 |
| -[assembly: AssemblyDescription("RedWAVE/DiveNET GPS - Underwater GPS host application.\n\n" + |
10 |
| - "Latest release: https://api.github.com/repos/ucnl/UGPSHub/zipball \n" + |
11 |
| - "Support: mailto:[email protected]\n\n" + |
12 |
| - "More information about RedWAVE/DiveNET GPS Underwater GPS:\n" + |
13 |
| - "English: https://docs.unavlab.com/navigation_and_tracking_systems_en.html#redwave\n" + |
14 |
| - "Russian: https://docs.unavlab.com/navigation_and_tracking_systems_ru.html#redwave\n\n" + |
15 |
| - "Project source code:\n" + |
16 |
| - "https://github.com/ucnl/UGPSHub\n\n" + |
17 |
| - "This application is 100% open-source, and based on our projects:\n" + |
18 |
| - "https://github.com/ucnl/UCNLNav\n" + |
19 |
| - "https://github.com/ucnl/UCNLPhysics\n" + |
20 |
| - "https://github.com/ucnl/UCNLNMEA\n" + |
21 |
| - "https://github.com/ucnl/UCNLKML\n" + |
22 |
| - "https://github.com/ucnl/UCNLDrivers\n" + |
23 |
| - "https://github.com/ucnl/UCNLUI" |
24 |
| - )] |
25 |
| - |
26 |
| -[assembly: AssemblyConfiguration("")] |
27 |
| -[assembly: AssemblyCompany("Underwater communication & navigation laboratory, LLC")] |
28 |
| -[assembly: AssemblyProduct("UGPSHub")] |
29 |
| -[assembly: AssemblyCopyright("Copyright © Underwater communication & navigation laboratory, 2020")] |
30 |
| -[assembly: AssemblyTrademark("UC&NL")] |
31 |
| -[assembly: AssemblyCulture("")] |
32 |
| - |
33 |
| -// Setting ComVisible to false makes the types in this assembly not visible |
34 |
| -// to COM components. If you need to access a type in this assembly from |
35 |
| -// COM, set the ComVisible attribute to true on that type. |
36 |
| -[assembly: ComVisible(false)] |
37 |
| - |
38 |
| -// The following GUID is for the ID of the typelib if this project is exposed to COM |
39 |
| -[assembly: Guid("72503d5d-3aeb-44a5-bcdc-81bce06e25bb")] |
40 |
| - |
41 |
| -// Version information for an assembly consists of the following four values: |
42 |
| -// |
43 |
| -// Major Version |
44 |
| -// Minor Version |
45 |
| -// Build Number |
46 |
| -// Revision |
47 |
| -// |
48 |
| -// You can specify all the values or you can default the Build and Revision Numbers |
49 |
| -// by using the '*' as shown below: |
50 |
| -// [assembly: AssemblyVersion("1.0.*")] |
51 |
| -[assembly: AssemblyVersion("1.0.*")] |
52 |
| -[assembly: AssemblyFileVersion("1.0.0.0")] |
| 1 | +using System.Reflection; |
| 2 | +using System.Runtime.CompilerServices; |
| 3 | +using System.Runtime.InteropServices; |
| 4 | + |
| 5 | +// General Information about an assembly is controlled through the following |
| 6 | +// set of attributes. Change these attribute values to modify the information |
| 7 | +// associated with an assembly. |
| 8 | +[assembly: AssemblyTitle("UGPSHub")] |
| 9 | +[assembly: AssemblyDescription("RedWAVE/DiveNET GPS - Underwater GPS host application.\n\n" + |
| 10 | + "Latest release: https://api.github.com/repos/ucnl/UGPSHub/zipball \n" + |
| 11 | + "Support: mailto:[email protected]\n\n" + |
| 12 | + "More information about RedWAVE/DiveNET GPS Underwater GPS:\n" + |
| 13 | + "English: https://docs.unavlab.com/navigation_and_tracking_systems_en.html#redwave\n" + |
| 14 | + "Russian: https://docs.unavlab.com/navigation_and_tracking_systems_ru.html#redwave\n\n" + |
| 15 | + "Project source code:\n" + |
| 16 | + "https://github.com/ucnl/UGPSHub\n\n" + |
| 17 | + "This application is 100% open-source, and based on our projects:\n" + |
| 18 | + "https://github.com/ucnl/UCNLNav\n" + |
| 19 | + "https://github.com/ucnl/UCNLPhysics\n" + |
| 20 | + "https://github.com/ucnl/UCNLNMEA\n" + |
| 21 | + "https://github.com/ucnl/UCNLKML\n" + |
| 22 | + "https://github.com/ucnl/UCNLDrivers\n" + |
| 23 | + "https://github.com/ucnl/UCNLUI" |
| 24 | + )] |
| 25 | + |
| 26 | +[assembly: AssemblyConfiguration("")] |
| 27 | +[assembly: AssemblyCompany("Underwater communication & navigation laboratory, LLC")] |
| 28 | +[assembly: AssemblyProduct("UGPSHub")] |
| 29 | +[assembly: AssemblyCopyright("Copyright © Underwater communication & navigation laboratory, 2020")] |
| 30 | +[assembly: AssemblyTrademark("UC&NL")] |
| 31 | +[assembly: AssemblyCulture("")] |
| 32 | + |
| 33 | +// Setting ComVisible to false makes the types in this assembly not visible |
| 34 | +// to COM components. If you need to access a type in this assembly from |
| 35 | +// COM, set the ComVisible attribute to true on that type. |
| 36 | +[assembly: ComVisible(false)] |
| 37 | + |
| 38 | +// The following GUID is for the ID of the typelib if this project is exposed to COM |
| 39 | +[assembly: Guid("72503d5d-3aeb-44a5-bcdc-81bce06e25bb")] |
| 40 | + |
| 41 | +// Version information for an assembly consists of the following four values: |
| 42 | +// |
| 43 | +// Major Version |
| 44 | +// Minor Version |
| 45 | +// Build Number |
| 46 | +// Revision |
| 47 | +// |
| 48 | +// You can specify all the values or you can default the Build and Revision Numbers |
| 49 | +// by using the '*' as shown below: |
| 50 | +// [assembly: AssemblyVersion("1.0.*")] |
| 51 | +[assembly: AssemblyVersion("1.0.*")] |
| 52 | +[assembly: AssemblyFileVersion("1.0.0.0")] |
0 commit comments