From 6a2c63ae1d1590b97f18fe2c287ee47c345493a5 Mon Sep 17 00:00:00 2001 From: fredb Date: Sat, 16 Dec 2006 16:15:14 +0000 Subject: [PATCH] Add GPSsmooth, MIDSsmooth and UGsmooth to the MSVC solution --- projects/VC7.1/.cvsignore | 6 ++ projects/VC7.1/FlightGear.sln | 27 ++++++ projects/VC7.1/GPSsmooth.vcproj | 145 +++++++++++++++++++++++++++++++ projects/VC7.1/MIDGsmooth.vcproj | 144 ++++++++++++++++++++++++++++++ projects/VC7.1/UGsmooth.vcproj | 144 ++++++++++++++++++++++++++++++ 5 files changed, 466 insertions(+) create mode 100755 projects/VC7.1/GPSsmooth.vcproj create mode 100755 projects/VC7.1/MIDGsmooth.vcproj create mode 100755 projects/VC7.1/UGsmooth.vcproj diff --git a/projects/VC7.1/.cvsignore b/projects/VC7.1/.cvsignore index d8763d389..a23206180 100755 --- a/projects/VC7.1/.cvsignore +++ b/projects/VC7.1/.cvsignore @@ -6,5 +6,11 @@ fgadmin_Release 3dconvert_Release fgjs_Debug fgjs_Release +GPSsmooth_Debug +GPSsmooth_Release +MIDGsmooth_Debug +MIDGsmooth_Release +UGsmooth_Debug +UGsmooth_Release FlightGear.ncb FlightGear.suo diff --git a/projects/VC7.1/FlightGear.sln b/projects/VC7.1/FlightGear.sln index 6ac9d827f..636b882bb 100755 --- a/projects/VC7.1/FlightGear.sln +++ b/projects/VC7.1/FlightGear.sln @@ -22,6 +22,21 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fgjs", "fgjs.vcproj", "{674 {22540CD3-D3CA-4C86-A773-80AEEE3ACDED} = {22540CD3-D3CA-4C86-A773-80AEEE3ACDED} EndProjectSection EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "GPSsmooth", "GPSsmooth.vcproj", "{AE9CE7E4-8F21-4C34-82DD-4D0371C210DA}" + ProjectSection(ProjectDependencies) = postProject + {22540CD3-D3CA-4C86-A773-80AEEE3ACDED} = {22540CD3-D3CA-4C86-A773-80AEEE3ACDED} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MIDGsmooth", "MIDGsmooth.vcproj", "{92010FAB-17A3-4891-AE6D-507214FEA508}" + ProjectSection(ProjectDependencies) = postProject + {22540CD3-D3CA-4C86-A773-80AEEE3ACDED} = {22540CD3-D3CA-4C86-A773-80AEEE3ACDED} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "UGsmooth", "UGsmooth.vcproj", "{EEEEB798-BFFD-425F-86F9-03C6FE6B8B99}" + ProjectSection(ProjectDependencies) = postProject + {22540CD3-D3CA-4C86-A773-80AEEE3ACDED} = {22540CD3-D3CA-4C86-A773-80AEEE3ACDED} + EndProjectSection +EndProject Global GlobalSection(SolutionConfiguration) = preSolution Debug = Debug @@ -48,6 +63,18 @@ Global {6749547A-6493-4754-8E0E-49FB3137C4CA}.Debug.Build.0 = Debug|Win32 {6749547A-6493-4754-8E0E-49FB3137C4CA}.Release.ActiveCfg = Release|Win32 {6749547A-6493-4754-8E0E-49FB3137C4CA}.Release.Build.0 = Release|Win32 + {AE9CE7E4-8F21-4C34-82DD-4D0371C210DA}.Debug.ActiveCfg = Debug|Win32 + {AE9CE7E4-8F21-4C34-82DD-4D0371C210DA}.Debug.Build.0 = Debug|Win32 + {AE9CE7E4-8F21-4C34-82DD-4D0371C210DA}.Release.ActiveCfg = Release|Win32 + {AE9CE7E4-8F21-4C34-82DD-4D0371C210DA}.Release.Build.0 = Release|Win32 + {92010FAB-17A3-4891-AE6D-507214FEA508}.Debug.ActiveCfg = Debug|Win32 + {92010FAB-17A3-4891-AE6D-507214FEA508}.Debug.Build.0 = Debug|Win32 + {92010FAB-17A3-4891-AE6D-507214FEA508}.Release.ActiveCfg = Release|Win32 + {92010FAB-17A3-4891-AE6D-507214FEA508}.Release.Build.0 = Release|Win32 + {EEEEB798-BFFD-425F-86F9-03C6FE6B8B99}.Debug.ActiveCfg = Debug|Win32 + {EEEEB798-BFFD-425F-86F9-03C6FE6B8B99}.Debug.Build.0 = Debug|Win32 + {EEEEB798-BFFD-425F-86F9-03C6FE6B8B99}.Release.ActiveCfg = Release|Win32 + {EEEEB798-BFFD-425F-86F9-03C6FE6B8B99}.Release.Build.0 = Release|Win32 EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution EndGlobalSection diff --git a/projects/VC7.1/GPSsmooth.vcproj b/projects/VC7.1/GPSsmooth.vcproj new file mode 100755 index 000000000..dfae7e56d --- /dev/null +++ b/projects/VC7.1/GPSsmooth.vcproj @@ -0,0 +1,145 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/projects/VC7.1/MIDGsmooth.vcproj b/projects/VC7.1/MIDGsmooth.vcproj new file mode 100755 index 000000000..9448cff5d --- /dev/null +++ b/projects/VC7.1/MIDGsmooth.vcproj @@ -0,0 +1,144 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/projects/VC7.1/UGsmooth.vcproj b/projects/VC7.1/UGsmooth.vcproj new file mode 100755 index 000000000..e35cc48a2 --- /dev/null +++ b/projects/VC7.1/UGsmooth.vcproj @@ -0,0 +1,144 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +