From c1d170fe4df311e4b85d7d3ae32fe13abd704942 Mon Sep 17 00:00:00 2001 From: jperson_cp Date: Wed, 29 Jul 2009 16:30:41 +0000 Subject: [PATCH] Added missing type converters. --- GPS.NET (VS2008 Designers).csproj | 23 ++- .../DilutionOfPrecisionConverter.cs | 162 ++++++++++++++++++ Type Converters/GpsNumericObjectConverter.cs | 30 ++++ .../SignalToNoiseRatioConverter.cs | 159 +++++++++++++++++ 4 files changed, 365 insertions(+), 9 deletions(-) create mode 100644 Type Converters/DilutionOfPrecisionConverter.cs create mode 100644 Type Converters/GpsNumericObjectConverter.cs create mode 100644 Type Converters/SignalToNoiseRatioConverter.cs diff --git a/GPS.NET (VS2008 Designers).csproj b/GPS.NET (VS2008 Designers).csproj index 07379a6..2f34ac3 100644 --- a/GPS.NET (VS2008 Designers).csproj +++ b/GPS.NET (VS2008 Designers).csproj @@ -13,12 +13,15 @@ v3.5 512 true - GeoFrameworks.snk - SurroundSCMScci - . + CodePlex.snk + + + + - MSSCCI:Surround SCM + + OnOutputUpdated @@ -43,10 +46,6 @@ true - - ..\..\GeoFramework\1.4.7\bin\Debug\VS2008 Designers\GeoFramework.Design.dll - False - @@ -57,7 +56,13 @@ - + + + + + {7F9F4CB4-F86D-45F0-8FA0-00C5E19B72A0} + GeoFramework %28VS2008 Designers%29 +