Click here to Skip to main content
Click here to Skip to main content
Articles » Languages » C# » General » Downloads
 

GPS Receivers, Geodesy, and Geocaching: Vincenty’s Formula

By , 9 Jan 2008
 
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following 
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Gavaghan.Geodesy")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Mike Gavaghan")]
[assembly: AssemblyProduct("Gavaghan.Geodesy")]
[assembly: AssemblyCopyright("Copyright © Mike Gavaghan 2007")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

// Setting ComVisible to false makes the types in this assembly not visible 
// to COM components.  If you need to access a type in this assembly from 
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("4ee03b4e-98d6-4350-ab7f-240299a02bd0")]

// Version information for an assembly consists of the following four values:
//
//      Major Version
//      Minor Version 
//      Build Number
//      Revision
//
// You can specify all the values or you can default the Revision and Build Numbers 
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.0.1.0")]
[assembly: AssemblyFileVersion("1.0.1.0")]

By viewing downloads associated with this article you agree to the Terms of use and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

About the Author

Mike Gavaghan

United States United States
Mike Gavaghan opines on C# and .Net in his blog Talk Nerdy To Me[^]. He is a Microsoft Certified Professional Developer working as a C#/.Net software consultant based in Dallas, Texas.
 
Since 1992, he has supported clients in diverse businesses including financial services, travel, airlines, and telecom. He has consulted at both mammoth enterprises and small startups (and sees merits and problems in both).
 
You may also view his profile on LinkedIn[^].

Permalink | Advertise | Privacy | Mobile
Web02 | 2.6.130619.1 | Last Updated 9 Jan 2008
Article Copyright 2007 by Mike Gavaghan
Everything else Copyright © CodeProject, 1999-2013
Terms of Use
Layout: fixed | fluid