From c54cea8055c02156613e94f628cc5a1b39be85c1 Mon Sep 17 00:00:00 2001 From: fredb Date: Sat, 16 Dec 2006 14:26:35 +0000 Subject: [PATCH] Add 3dconvert to the MSVC solution --- projects/VC7.1/.cvsignore | 2 + projects/VC7.1/3dconvert.vcproj | 138 ++++++++++++++++++++++++++++++++ projects/VC7.1/FlightGear.sln | 8 ++ 3 files changed, 148 insertions(+) create mode 100755 projects/VC7.1/3dconvert.vcproj diff --git a/projects/VC7.1/.cvsignore b/projects/VC7.1/.cvsignore index 4b75a355e..9bc96c04a 100755 --- a/projects/VC7.1/.cvsignore +++ b/projects/VC7.1/.cvsignore @@ -2,5 +2,7 @@ Debug Release fgadmin_Debug fgadmin_Release +3dconvert_Debug +3dconvert_Release FlightGear.ncb FlightGear.suo \ No newline at end of file diff --git a/projects/VC7.1/3dconvert.vcproj b/projects/VC7.1/3dconvert.vcproj new file mode 100755 index 000000000..ef10e23bf --- /dev/null +++ b/projects/VC7.1/3dconvert.vcproj @@ -0,0 +1,138 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/projects/VC7.1/FlightGear.sln b/projects/VC7.1/FlightGear.sln index 15a8b9904..10ba9b702 100755 --- a/projects/VC7.1/FlightGear.sln +++ b/projects/VC7.1/FlightGear.sln @@ -13,6 +13,10 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fgadmin", "fgadmin.vcproj", {22540CD3-D3CA-4C86-A773-80AEEE3ACDED} = {22540CD3-D3CA-4C86-A773-80AEEE3ACDED} EndProjectSection EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "3dconvert", "3dconvert.vcproj", "{D95DBC85-D945-4879-B6CF-5864BF8F5E2E}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject Global GlobalSection(SolutionConfiguration) = preSolution Debug = Debug @@ -31,6 +35,10 @@ Global {7004E589-7EA0-4AFD-B432-3D5E00B55049}.Debug.Build.0 = Debug|Win32 {7004E589-7EA0-4AFD-B432-3D5E00B55049}.Release.ActiveCfg = Release|Win32 {7004E589-7EA0-4AFD-B432-3D5E00B55049}.Release.Build.0 = Release|Win32 + {D95DBC85-D945-4879-B6CF-5864BF8F5E2E}.Debug.ActiveCfg = Debug|Win32 + {D95DBC85-D945-4879-B6CF-5864BF8F5E2E}.Debug.Build.0 = Debug|Win32 + {D95DBC85-D945-4879-B6CF-5864BF8F5E2E}.Release.ActiveCfg = Release|Win32 + {D95DBC85-D945-4879-B6CF-5864BF8F5E2E}.Release.Build.0 = Release|Win32 EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution EndGlobalSection