From 513e689a4e4ef334630a2bef0d069a8355bc90f7 Mon Sep 17 00:00:00 2001 From: fredb Date: Sat, 23 May 2009 06:50:58 +0000 Subject: [PATCH] Update MSVC 7.1 projects - Add fgviewer to the solution --- projects/VC7.1/.cvsignore | 2 + projects/VC7.1/FlightGear.sln | 9 +++ projects/VC7.1/fgviewer.vcproj | 140 +++++++++++++++++++++++++++++++++ 3 files changed, 151 insertions(+) create mode 100755 projects/VC7.1/fgviewer.vcproj diff --git a/projects/VC7.1/.cvsignore b/projects/VC7.1/.cvsignore index 71bbe0014..59574d493 100755 --- a/projects/VC7.1/.cvsignore +++ b/projects/VC7.1/.cvsignore @@ -23,3 +23,5 @@ Terrasync_Release Terrasync_Debug xmlgrep_Release xmlgrep_Debug +fgviewer_Debug +fgviewer_Release diff --git a/projects/VC7.1/FlightGear.sln b/projects/VC7.1/FlightGear.sln index eb14c1fb5..2d449fa84 100755 --- a/projects/VC7.1/FlightGear.sln +++ b/projects/VC7.1/FlightGear.sln @@ -58,6 +58,11 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xmlgrep", "xmlgrep.vcproj", ProjectSection(ProjectDependencies) = postProject EndProjectSection EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fgviewer", "fgviewer.vcproj", "{0F13A557-EC52-481D-ADFB-9209C068FCEB}" + ProjectSection(ProjectDependencies) = postProject + {22540CD3-D3CA-4C86-A773-80AEEE3ACDED} = {22540CD3-D3CA-4C86-A773-80AEEE3ACDED} + EndProjectSection +EndProject Global GlobalSection(SolutionConfiguration) = preSolution Debug = Debug @@ -108,6 +113,10 @@ Global {1F40CF41-9836-4488-BAAF-560623665C12}.Debug.Build.0 = Debug|Win32 {1F40CF41-9836-4488-BAAF-560623665C12}.Release.ActiveCfg = Release|Win32 {1F40CF41-9836-4488-BAAF-560623665C12}.Release.Build.0 = Release|Win32 + {0F13A557-EC52-481D-ADFB-9209C068FCEB}.Debug.ActiveCfg = Debug|Win32 + {0F13A557-EC52-481D-ADFB-9209C068FCEB}.Debug.Build.0 = Debug|Win32 + {0F13A557-EC52-481D-ADFB-9209C068FCEB}.Release.ActiveCfg = Release|Win32 + {0F13A557-EC52-481D-ADFB-9209C068FCEB}.Release.Build.0 = Release|Win32 EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution EndGlobalSection diff --git a/projects/VC7.1/fgviewer.vcproj b/projects/VC7.1/fgviewer.vcproj new file mode 100755 index 000000000..1a1e95a36 --- /dev/null +++ b/projects/VC7.1/fgviewer.vcproj @@ -0,0 +1,140 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.39.5