From: fredb Date: Sat, 16 Dec 2006 14:15:23 +0000 (+0000) Subject: Relocate the fgadmin project and add it in the solution X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ca6e00fc3fb611cb379eb1f042184ceb5121bf32;p=flightgear.git Relocate the fgadmin project and add it in the solution --- diff --git a/projects/VC7.1/.cvsignore b/projects/VC7.1/.cvsignore index b74b08788..4b75a355e 100755 --- a/projects/VC7.1/.cvsignore +++ b/projects/VC7.1/.cvsignore @@ -1,4 +1,6 @@ Debug Release +fgadmin_Debug +fgadmin_Release FlightGear.ncb FlightGear.suo \ No newline at end of file diff --git a/projects/VC7.1/FlightGear.sln b/projects/VC7.1/FlightGear.sln index 6cba584cf..15a8b9904 100755 --- a/projects/VC7.1/FlightGear.sln +++ b/projects/VC7.1/FlightGear.sln @@ -8,6 +8,11 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SimGear", "..\..\..\SimGear ProjectSection(ProjectDependencies) = postProject EndProjectSection EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fgadmin", "fgadmin.vcproj", "{7004E589-7EA0-4AFD-B432-3D5E00B55049}" + ProjectSection(ProjectDependencies) = postProject + {22540CD3-D3CA-4C86-A773-80AEEE3ACDED} = {22540CD3-D3CA-4C86-A773-80AEEE3ACDED} + EndProjectSection +EndProject Global GlobalSection(SolutionConfiguration) = preSolution Debug = Debug @@ -22,6 +27,10 @@ Global {22540CD3-D3CA-4C86-A773-80AEEE3ACDED}.Debug.Build.0 = Debug|Win32 {22540CD3-D3CA-4C86-A773-80AEEE3ACDED}.Release.ActiveCfg = Release|Win32 {22540CD3-D3CA-4C86-A773-80AEEE3ACDED}.Release.Build.0 = Release|Win32 + {7004E589-7EA0-4AFD-B432-3D5E00B55049}.Debug.ActiveCfg = Debug|Win32 + {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 EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution EndGlobalSection diff --git a/projects/VC7.1/fgadmin.rc b/projects/VC7.1/fgadmin.rc new file mode 100755 index 000000000..f2694615c --- /dev/null +++ b/projects/VC7.1/fgadmin.rc @@ -0,0 +1,72 @@ +// Microsoft Visual C++ generated resource script. +// +#include "resource.h" + +#define APSTUDIO_READONLY_SYMBOLS +///////////////////////////////////////////////////////////////////////////// +// +// Generated from the TEXTINCLUDE 2 resource. +// +#include "afxres.h" + +///////////////////////////////////////////////////////////////////////////// +#undef APSTUDIO_READONLY_SYMBOLS + +///////////////////////////////////////////////////////////////////////////// +// Français (France) resources + +#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_FRA) +#ifdef _WIN32 +LANGUAGE LANG_FRENCH, SUBLANG_FRENCH +#pragma code_page(1252) +#endif //_WIN32 + +#ifdef APSTUDIO_INVOKED +///////////////////////////////////////////////////////////////////////////// +// +// TEXTINCLUDE +// + +1 TEXTINCLUDE +BEGIN + "resource.h\0" +END + +2 TEXTINCLUDE +BEGIN + "#include ""afxres.h""\r\n" + "\0" +END + +3 TEXTINCLUDE +BEGIN + "\r\n" + "\0" +END + +#endif // APSTUDIO_INVOKED + + +///////////////////////////////////////////////////////////////////////////// +// +// Icon +// + +// Icon with lowest ID value placed first to ensure application icon +// remains consistent on all systems. +IDI_ICON1 ICON "flightgear.ico" +#endif // Français (France) resources +///////////////////////////////////////////////////////////////////////////// + + + +#ifndef APSTUDIO_INVOKED +///////////////////////////////////////////////////////////////////////////// +// +// Generated from the TEXTINCLUDE 3 resource. +// + + +///////////////////////////////////////////////////////////////////////////// +#endif // not APSTUDIO_INVOKED + diff --git a/projects/VC7.1/fgadmin.vcproj b/projects/VC7.1/fgadmin.vcproj new file mode 100755 index 000000000..2792099ed --- /dev/null +++ b/projects/VC7.1/fgadmin.vcproj @@ -0,0 +1,163 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/projects/VC7.1/flightgear.ico b/projects/VC7.1/flightgear.ico index f68a666ec..e59a3df89 100755 Binary files a/projects/VC7.1/flightgear.ico and b/projects/VC7.1/flightgear.ico differ