From db84dee359a0a79a8af473499a5d0721e1cf1629 Mon Sep 17 00:00:00 2001 From: fayjf Date: Tue, 17 Mar 2009 15:43:25 +0000 Subject: [PATCH] Adding Visual Studio 2008 solution and project files git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@803 7f0cb862-5218-0410-a997-914c9d46530a --- .gitattributes | 18 + .../freeglut/freeglut_static_vs2008.vcproj | 715 +++++++++++++++++ freeglut/freeglut/freeglut_vs2008.sln | 26 + freeglut/freeglut/freeglut_vs2008.vcproj | 758 ++++++++++++++++++ .../CallbackMakerStatic_vs2008.vcproj | 242 ++++++ .../CallbackMaker/CallbackMaker_vs2008.vcproj | 244 ++++++ .../Fractals/FractalsStatic_vs2008.vcproj | 242 ++++++ .../demos/Fractals/Fractals_vs2008.vcproj | 243 ++++++ .../Fractals_randomStatic_vs2008.vcproj | 242 ++++++ .../Fractals_random_vs2008.vcproj | 242 ++++++ .../demos/Lorenz/lorenzStatic_vs2008.vcproj | 242 ++++++ .../progs/demos/Lorenz/lorenz_vs2008.vcproj | 242 ++++++ .../progs/demos/One/oneStatic_vs2008.vcproj | 242 ++++++ .../progs/demos/One/one_vs2008.vcproj | 242 ++++++ .../freeglut/progs/demos/demos_vs2008.sln | 98 +++ .../demos/shapes/shapesStatic_vs2008.vcproj | 242 ++++++ .../progs/demos/shapes/shapes_vs2008.vcproj | 242 ++++++ .../smooth_opengl3Static_vs2008.vcproj | 242 ++++++ .../smooth_opengl3_vs2008.vcproj | 242 ++++++ 19 files changed, 5006 insertions(+) create mode 100644 freeglut/freeglut/freeglut_static_vs2008.vcproj create mode 100644 freeglut/freeglut/freeglut_vs2008.sln create mode 100644 freeglut/freeglut/freeglut_vs2008.vcproj create mode 100644 freeglut/freeglut/progs/demos/CallbackMaker/CallbackMakerStatic_vs2008.vcproj create mode 100644 freeglut/freeglut/progs/demos/CallbackMaker/CallbackMaker_vs2008.vcproj create mode 100644 freeglut/freeglut/progs/demos/Fractals/FractalsStatic_vs2008.vcproj create mode 100644 freeglut/freeglut/progs/demos/Fractals/Fractals_vs2008.vcproj create mode 100644 freeglut/freeglut/progs/demos/Fractals_random/Fractals_randomStatic_vs2008.vcproj create mode 100644 freeglut/freeglut/progs/demos/Fractals_random/Fractals_random_vs2008.vcproj create mode 100644 freeglut/freeglut/progs/demos/Lorenz/lorenzStatic_vs2008.vcproj create mode 100644 freeglut/freeglut/progs/demos/Lorenz/lorenz_vs2008.vcproj create mode 100644 freeglut/freeglut/progs/demos/One/oneStatic_vs2008.vcproj create mode 100644 freeglut/freeglut/progs/demos/One/one_vs2008.vcproj create mode 100644 freeglut/freeglut/progs/demos/demos_vs2008.sln create mode 100644 freeglut/freeglut/progs/demos/shapes/shapesStatic_vs2008.vcproj create mode 100644 freeglut/freeglut/progs/demos/shapes/shapes_vs2008.vcproj create mode 100644 freeglut/freeglut/progs/demos/smooth_opengl3/smooth_opengl3Static_vs2008.vcproj create mode 100644 freeglut/freeglut/progs/demos/smooth_opengl3/smooth_opengl3_vs2008.vcproj diff --git a/.gitattributes b/.gitattributes index 8045ba5..4629db8 100644 --- a/.gitattributes +++ b/.gitattributes @@ -39,6 +39,9 @@ freeglut/freeglut/freeglut_static.dep -text freeglut/freeglut/freeglut_static.dsp svn_keywords=Author+Date+Id+Revision freeglut/freeglut/freeglut_static.mak -text freeglut/freeglut/freeglut_static.tgt svn_keywords=Author+Date+Id+Revision +freeglut/freeglut/freeglut_static_vs2008.vcproj -text +freeglut/freeglut/freeglut_vs2008.sln -text +freeglut/freeglut/freeglut_vs2008.vcproj -text freeglut/freeglut/include/.cvsignore svn_keywords=Author+Date+Id+Revision freeglut/freeglut/include/GL/.cvsignore svn_keywords=Author+Date+Id+Revision freeglut/freeglut/include/GL/Makefile.am svn_keywords=Author+Date+Id+Revision @@ -54,16 +57,22 @@ freeglut/freeglut/progs/demos/CallbackMaker/.cvsignore svn_keywords=Author+Date+ freeglut/freeglut/progs/demos/CallbackMaker/CallbackMaker.c svn_keywords=Author+Date+Id+Revision freeglut/freeglut/progs/demos/CallbackMaker/CallbackMaker.dsp svn_keywords=Author+Date+Id+Revision freeglut/freeglut/progs/demos/CallbackMaker/CallbackMakerStatic.dsp svn_keywords=Author+Date+Id+Revision +freeglut/freeglut/progs/demos/CallbackMaker/CallbackMakerStatic_vs2008.vcproj -text +freeglut/freeglut/progs/demos/CallbackMaker/CallbackMaker_vs2008.vcproj -text freeglut/freeglut/progs/demos/CallbackMaker/Makefile.am svn_keywords=Author+Date+Id+Revision freeglut/freeglut/progs/demos/Fractals/.cvsignore svn_keywords=Author+Date+Id+Revision freeglut/freeglut/progs/demos/Fractals/Fractals.dsp svn_keywords=Author+Date+Id+Revision freeglut/freeglut/progs/demos/Fractals/FractalsStatic.dsp svn_keywords=Author+Date+Id+Revision +freeglut/freeglut/progs/demos/Fractals/FractalsStatic_vs2008.vcproj -text +freeglut/freeglut/progs/demos/Fractals/Fractals_vs2008.vcproj -text freeglut/freeglut/progs/demos/Fractals/Makefile.am svn_keywords=Author+Date+Id+Revision freeglut/freeglut/progs/demos/Fractals/fractals.c svn_keywords=Author+Date+Id+Revision freeglut/freeglut/progs/demos/Fractals/fractals.dat svn_keywords=Author+Date+Id+Revision freeglut/freeglut/progs/demos/Fractals_random/.cvsignore svn_keywords=Author+Date+Id+Revision freeglut/freeglut/progs/demos/Fractals_random/Fractals_random.dsp svn_keywords=Author+Date+Id+Revision freeglut/freeglut/progs/demos/Fractals_random/Fractals_randomStatic.dsp svn_keywords=Author+Date+Id+Revision +freeglut/freeglut/progs/demos/Fractals_random/Fractals_randomStatic_vs2008.vcproj -text +freeglut/freeglut/progs/demos/Fractals_random/Fractals_random_vs2008.vcproj -text freeglut/freeglut/progs/demos/Fractals_random/Makefile.am svn_keywords=Author+Date+Id+Revision freeglut/freeglut/progs/demos/Fractals_random/fractals.dat svn_keywords=Author+Date+Id+Revision freeglut/freeglut/progs/demos/Fractals_random/fractals_random.c svn_keywords=Author+Date+Id+Revision @@ -72,22 +81,31 @@ freeglut/freeglut/progs/demos/Lorenz/Makefile.am svn_keywords=Author+Date+Id+Rev freeglut/freeglut/progs/demos/Lorenz/lorenz.c svn_keywords=Author+Date+Id+Revision freeglut/freeglut/progs/demos/Lorenz/lorenz.dsp svn_keywords=Author+Date+Id+Revision freeglut/freeglut/progs/demos/Lorenz/lorenzStatic.dsp svn_keywords=Author+Date+Id+Revision +freeglut/freeglut/progs/demos/Lorenz/lorenzStatic_vs2008.vcproj -text +freeglut/freeglut/progs/demos/Lorenz/lorenz_vs2008.vcproj -text freeglut/freeglut/progs/demos/Makefile.am svn_keywords=Author+Date+Id+Revision freeglut/freeglut/progs/demos/One/.cvsignore svn_keywords=Author+Date+Id+Revision freeglut/freeglut/progs/demos/One/Makefile.am svn_keywords=Author+Date+Id+Revision freeglut/freeglut/progs/demos/One/one.c svn_keywords=Author+Date+Id+Revision freeglut/freeglut/progs/demos/One/one.dsp svn_keywords=Author+Date+Id+Revision freeglut/freeglut/progs/demos/One/oneStatic.dsp svn_keywords=Author+Date+Id+Revision +freeglut/freeglut/progs/demos/One/oneStatic_vs2008.vcproj -text +freeglut/freeglut/progs/demos/One/one_vs2008.vcproj -text freeglut/freeglut/progs/demos/demos.dsw svn_keywords=Author+Date+Id+Revision +freeglut/freeglut/progs/demos/demos_vs2008.sln -text freeglut/freeglut/progs/demos/shapes/.cvsignore svn_keywords=Author+Date+Id+Revision freeglut/freeglut/progs/demos/shapes/Makefile.am svn_keywords=Author+Date+Id+Revision freeglut/freeglut/progs/demos/shapes/shapes.c svn_keywords=Author+Date+Id+Revision freeglut/freeglut/progs/demos/shapes/shapes.dsp svn_keywords=Author+Date+Id+Revision freeglut/freeglut/progs/demos/shapes/shapesStatic.dsp svn_keywords=Author+Date+Id+Revision +freeglut/freeglut/progs/demos/shapes/shapesStatic_vs2008.vcproj -text +freeglut/freeglut/progs/demos/shapes/shapes_vs2008.vcproj -text freeglut/freeglut/progs/demos/smooth_opengl3/Makefile.am -text freeglut/freeglut/progs/demos/smooth_opengl3/smooth_opengl3.c -text freeglut/freeglut/progs/demos/smooth_opengl3/smooth_opengl3.dsp -text freeglut/freeglut/progs/demos/smooth_opengl3/smooth_opengl3Static.dsp -text +freeglut/freeglut/progs/demos/smooth_opengl3/smooth_opengl3Static_vs2008.vcproj -text +freeglut/freeglut/progs/demos/smooth_opengl3/smooth_opengl3_vs2008.vcproj -text freeglut/freeglut/src/.cvsignore svn_keywords=Author+Date+Id+Revision freeglut/freeglut/src/Makefile.am svn_keywords=Author+Date+Id+Revision freeglut/freeglut/src/freeglut_callbacks.c svn_keywords=Author+Date+Id+Revision diff --git a/freeglut/freeglut/freeglut_static_vs2008.vcproj b/freeglut/freeglut/freeglut_static_vs2008.vcproj new file mode 100644 index 0000000..4527788 --- /dev/null +++ b/freeglut/freeglut/freeglut_static_vs2008.vcproj @@ -0,0 +1,715 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/freeglut/freeglut/freeglut_vs2008.sln b/freeglut/freeglut/freeglut_vs2008.sln new file mode 100644 index 0000000..dd92782 --- /dev/null +++ b/freeglut/freeglut/freeglut_vs2008.sln @@ -0,0 +1,26 @@ + +Microsoft Visual Studio Solution File, Format Version 10.00 +# Visual Studio 2008 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "freeglut", "freeglut_vs2008.vcproj", "{1AE4E979-0D35-4747-BF8E-DD60358F49DB}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "freeglut_static", "freeglut_static_vs2008.vcproj", "{71AF75A0-52B6-4C1B-8E56-CB31C6741A18}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Release|Win32 = Release|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {1AE4E979-0D35-4747-BF8E-DD60358F49DB}.Debug|Win32.ActiveCfg = Debug|Win32 + {1AE4E979-0D35-4747-BF8E-DD60358F49DB}.Debug|Win32.Build.0 = Debug|Win32 + {1AE4E979-0D35-4747-BF8E-DD60358F49DB}.Release|Win32.ActiveCfg = Release|Win32 + {1AE4E979-0D35-4747-BF8E-DD60358F49DB}.Release|Win32.Build.0 = Release|Win32 + {71AF75A0-52B6-4C1B-8E56-CB31C6741A18}.Debug|Win32.ActiveCfg = Debug|Win32 + {71AF75A0-52B6-4C1B-8E56-CB31C6741A18}.Debug|Win32.Build.0 = Debug|Win32 + {71AF75A0-52B6-4C1B-8E56-CB31C6741A18}.Release|Win32.ActiveCfg = Release|Win32 + {71AF75A0-52B6-4C1B-8E56-CB31C6741A18}.Release|Win32.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/freeglut/freeglut/freeglut_vs2008.vcproj b/freeglut/freeglut/freeglut_vs2008.vcproj new file mode 100644 index 0000000..46cb4e2 --- /dev/null +++ b/freeglut/freeglut/freeglut_vs2008.vcproj @@ -0,0 +1,758 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/freeglut/freeglut/progs/demos/CallbackMaker/CallbackMakerStatic_vs2008.vcproj b/freeglut/freeglut/progs/demos/CallbackMaker/CallbackMakerStatic_vs2008.vcproj new file mode 100644 index 0000000..0ef6324 --- /dev/null +++ b/freeglut/freeglut/progs/demos/CallbackMaker/CallbackMakerStatic_vs2008.vcproj @@ -0,0 +1,242 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/freeglut/freeglut/progs/demos/CallbackMaker/CallbackMaker_vs2008.vcproj b/freeglut/freeglut/progs/demos/CallbackMaker/CallbackMaker_vs2008.vcproj new file mode 100644 index 0000000..d250205 --- /dev/null +++ b/freeglut/freeglut/progs/demos/CallbackMaker/CallbackMaker_vs2008.vcproj @@ -0,0 +1,244 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/freeglut/freeglut/progs/demos/Fractals/FractalsStatic_vs2008.vcproj b/freeglut/freeglut/progs/demos/Fractals/FractalsStatic_vs2008.vcproj new file mode 100644 index 0000000..9190507 --- /dev/null +++ b/freeglut/freeglut/progs/demos/Fractals/FractalsStatic_vs2008.vcproj @@ -0,0 +1,242 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/freeglut/freeglut/progs/demos/Fractals/Fractals_vs2008.vcproj b/freeglut/freeglut/progs/demos/Fractals/Fractals_vs2008.vcproj new file mode 100644 index 0000000..5f805bb --- /dev/null +++ b/freeglut/freeglut/progs/demos/Fractals/Fractals_vs2008.vcproj @@ -0,0 +1,243 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/freeglut/freeglut/progs/demos/Fractals_random/Fractals_randomStatic_vs2008.vcproj b/freeglut/freeglut/progs/demos/Fractals_random/Fractals_randomStatic_vs2008.vcproj new file mode 100644 index 0000000..a6efcf7 --- /dev/null +++ b/freeglut/freeglut/progs/demos/Fractals_random/Fractals_randomStatic_vs2008.vcproj @@ -0,0 +1,242 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/freeglut/freeglut/progs/demos/Fractals_random/Fractals_random_vs2008.vcproj b/freeglut/freeglut/progs/demos/Fractals_random/Fractals_random_vs2008.vcproj new file mode 100644 index 0000000..ddb3954 --- /dev/null +++ b/freeglut/freeglut/progs/demos/Fractals_random/Fractals_random_vs2008.vcproj @@ -0,0 +1,242 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/freeglut/freeglut/progs/demos/Lorenz/lorenzStatic_vs2008.vcproj b/freeglut/freeglut/progs/demos/Lorenz/lorenzStatic_vs2008.vcproj new file mode 100644 index 0000000..8ea4657 --- /dev/null +++ b/freeglut/freeglut/progs/demos/Lorenz/lorenzStatic_vs2008.vcproj @@ -0,0 +1,242 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/freeglut/freeglut/progs/demos/Lorenz/lorenz_vs2008.vcproj b/freeglut/freeglut/progs/demos/Lorenz/lorenz_vs2008.vcproj new file mode 100644 index 0000000..05f3476 --- /dev/null +++ b/freeglut/freeglut/progs/demos/Lorenz/lorenz_vs2008.vcproj @@ -0,0 +1,242 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/freeglut/freeglut/progs/demos/One/oneStatic_vs2008.vcproj b/freeglut/freeglut/progs/demos/One/oneStatic_vs2008.vcproj new file mode 100644 index 0000000..ed60b8d --- /dev/null +++ b/freeglut/freeglut/progs/demos/One/oneStatic_vs2008.vcproj @@ -0,0 +1,242 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/freeglut/freeglut/progs/demos/One/one_vs2008.vcproj b/freeglut/freeglut/progs/demos/One/one_vs2008.vcproj new file mode 100644 index 0000000..f0e92ce --- /dev/null +++ b/freeglut/freeglut/progs/demos/One/one_vs2008.vcproj @@ -0,0 +1,242 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/freeglut/freeglut/progs/demos/demos_vs2008.sln b/freeglut/freeglut/progs/demos/demos_vs2008.sln new file mode 100644 index 0000000..3536b4f --- /dev/null +++ b/freeglut/freeglut/progs/demos/demos_vs2008.sln @@ -0,0 +1,98 @@ + +Microsoft Visual Studio Solution File, Format Version 10.00 +# Visual Studio 2008 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CallbackMaker", "CallbackMaker\CallbackMaker_vs2008.vcproj", "{48ADF2AE-57EB-4181-9372-AD93ACDCEA40}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CallbackMakerStatic", "CallbackMaker\CallbackMakerStatic_vs2008.vcproj", "{6D87E6B6-E8C2-4CCC-8401-C6401A4D352A}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Fractals", "Fractals\Fractals_vs2008.vcproj", "{D4EF47E1-F06F-4CCB-B075-FB375FDFD227}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FractalsStatic", "Fractals\FractalsStatic_vs2008.vcproj", "{39C67BF0-47C3-47EA-9B42-BE9A58884710}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Fractals_random", "Fractals_random\Fractals_random_vs2008.vcproj", "{13AD2F11-BB2E-43F4-88F7-3BAD67381D8B}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Fractals_randomStatic", "Fractals_random\Fractals_randomStatic_vs2008.vcproj", "{098A1374-0952-4592-BE6C-94626E1BBB8F}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lorenz", "Lorenz\lorenz_vs2008.vcproj", "{A40A8FBD-521C-48CB-AF4A-897937B49A47}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lorenzStatic", "Lorenz\lorenzStatic_vs2008.vcproj", "{48B68B40-41EE-45ED-A778-29AD518DA24F}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "one", "One\one_vs2008.vcproj", "{3B276C44-0AAF-4D2E-894D-FAA905188BE9}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "oneStatic", "One\oneStatic_vs2008.vcproj", "{2A9A25A7-739C-441E-A8D1-6F3A81FB4F9D}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "shapes", "shapes\shapes_vs2008.vcproj", "{D6DD993F-C0A0-4147-ADD7-D763FC1624B5}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "shapesStatic", "shapes\shapesStatic_vs2008.vcproj", "{175733F5-16A1-4907-857B-6EB283D937B5}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "smooth_opengl3", "smooth_opengl3\smooth_opengl3_vs2008.vcproj", "{E9B551E1-3EB2-4FE5-850B-CD1B35E3F617}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "smooth_opengl3Static", "smooth_opengl3\smooth_opengl3Static_vs2008.vcproj", "{C4AA0584-9CF1-4511-9675-90B353270436}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Release|Win32 = Release|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {48ADF2AE-57EB-4181-9372-AD93ACDCEA40}.Debug|Win32.ActiveCfg = Debug|Win32 + {48ADF2AE-57EB-4181-9372-AD93ACDCEA40}.Debug|Win32.Build.0 = Debug|Win32 + {48ADF2AE-57EB-4181-9372-AD93ACDCEA40}.Release|Win32.ActiveCfg = Release|Win32 + {48ADF2AE-57EB-4181-9372-AD93ACDCEA40}.Release|Win32.Build.0 = Release|Win32 + {6D87E6B6-E8C2-4CCC-8401-C6401A4D352A}.Debug|Win32.ActiveCfg = Debug|Win32 + {6D87E6B6-E8C2-4CCC-8401-C6401A4D352A}.Debug|Win32.Build.0 = Debug|Win32 + {6D87E6B6-E8C2-4CCC-8401-C6401A4D352A}.Release|Win32.ActiveCfg = Release|Win32 + {6D87E6B6-E8C2-4CCC-8401-C6401A4D352A}.Release|Win32.Build.0 = Release|Win32 + {D4EF47E1-F06F-4CCB-B075-FB375FDFD227}.Debug|Win32.ActiveCfg = Debug|Win32 + {D4EF47E1-F06F-4CCB-B075-FB375FDFD227}.Debug|Win32.Build.0 = Debug|Win32 + {D4EF47E1-F06F-4CCB-B075-FB375FDFD227}.Release|Win32.ActiveCfg = Release|Win32 + {D4EF47E1-F06F-4CCB-B075-FB375FDFD227}.Release|Win32.Build.0 = Release|Win32 + {39C67BF0-47C3-47EA-9B42-BE9A58884710}.Debug|Win32.ActiveCfg = Debug|Win32 + {39C67BF0-47C3-47EA-9B42-BE9A58884710}.Debug|Win32.Build.0 = Debug|Win32 + {39C67BF0-47C3-47EA-9B42-BE9A58884710}.Release|Win32.ActiveCfg = Release|Win32 + {39C67BF0-47C3-47EA-9B42-BE9A58884710}.Release|Win32.Build.0 = Release|Win32 + {13AD2F11-BB2E-43F4-88F7-3BAD67381D8B}.Debug|Win32.ActiveCfg = Debug|Win32 + {13AD2F11-BB2E-43F4-88F7-3BAD67381D8B}.Debug|Win32.Build.0 = Debug|Win32 + {13AD2F11-BB2E-43F4-88F7-3BAD67381D8B}.Release|Win32.ActiveCfg = Release|Win32 + {13AD2F11-BB2E-43F4-88F7-3BAD67381D8B}.Release|Win32.Build.0 = Release|Win32 + {098A1374-0952-4592-BE6C-94626E1BBB8F}.Debug|Win32.ActiveCfg = Debug|Win32 + {098A1374-0952-4592-BE6C-94626E1BBB8F}.Debug|Win32.Build.0 = Debug|Win32 + {098A1374-0952-4592-BE6C-94626E1BBB8F}.Release|Win32.ActiveCfg = Release|Win32 + {098A1374-0952-4592-BE6C-94626E1BBB8F}.Release|Win32.Build.0 = Release|Win32 + {A40A8FBD-521C-48CB-AF4A-897937B49A47}.Debug|Win32.ActiveCfg = Debug|Win32 + {A40A8FBD-521C-48CB-AF4A-897937B49A47}.Debug|Win32.Build.0 = Debug|Win32 + {A40A8FBD-521C-48CB-AF4A-897937B49A47}.Release|Win32.ActiveCfg = Release|Win32 + {A40A8FBD-521C-48CB-AF4A-897937B49A47}.Release|Win32.Build.0 = Release|Win32 + {48B68B40-41EE-45ED-A778-29AD518DA24F}.Debug|Win32.ActiveCfg = Debug|Win32 + {48B68B40-41EE-45ED-A778-29AD518DA24F}.Debug|Win32.Build.0 = Debug|Win32 + {48B68B40-41EE-45ED-A778-29AD518DA24F}.Release|Win32.ActiveCfg = Release|Win32 + {48B68B40-41EE-45ED-A778-29AD518DA24F}.Release|Win32.Build.0 = Release|Win32 + {3B276C44-0AAF-4D2E-894D-FAA905188BE9}.Debug|Win32.ActiveCfg = Debug|Win32 + {3B276C44-0AAF-4D2E-894D-FAA905188BE9}.Debug|Win32.Build.0 = Debug|Win32 + {3B276C44-0AAF-4D2E-894D-FAA905188BE9}.Release|Win32.ActiveCfg = Release|Win32 + {3B276C44-0AAF-4D2E-894D-FAA905188BE9}.Release|Win32.Build.0 = Release|Win32 + {2A9A25A7-739C-441E-A8D1-6F3A81FB4F9D}.Debug|Win32.ActiveCfg = Debug|Win32 + {2A9A25A7-739C-441E-A8D1-6F3A81FB4F9D}.Debug|Win32.Build.0 = Debug|Win32 + {2A9A25A7-739C-441E-A8D1-6F3A81FB4F9D}.Release|Win32.ActiveCfg = Release|Win32 + {2A9A25A7-739C-441E-A8D1-6F3A81FB4F9D}.Release|Win32.Build.0 = Release|Win32 + {D6DD993F-C0A0-4147-ADD7-D763FC1624B5}.Debug|Win32.ActiveCfg = Debug|Win32 + {D6DD993F-C0A0-4147-ADD7-D763FC1624B5}.Debug|Win32.Build.0 = Debug|Win32 + {D6DD993F-C0A0-4147-ADD7-D763FC1624B5}.Release|Win32.ActiveCfg = Release|Win32 + {D6DD993F-C0A0-4147-ADD7-D763FC1624B5}.Release|Win32.Build.0 = Release|Win32 + {175733F5-16A1-4907-857B-6EB283D937B5}.Debug|Win32.ActiveCfg = Debug|Win32 + {175733F5-16A1-4907-857B-6EB283D937B5}.Debug|Win32.Build.0 = Debug|Win32 + {175733F5-16A1-4907-857B-6EB283D937B5}.Release|Win32.ActiveCfg = Release|Win32 + {175733F5-16A1-4907-857B-6EB283D937B5}.Release|Win32.Build.0 = Release|Win32 + {E9B551E1-3EB2-4FE5-850B-CD1B35E3F617}.Debug|Win32.ActiveCfg = Debug|Win32 + {E9B551E1-3EB2-4FE5-850B-CD1B35E3F617}.Debug|Win32.Build.0 = Debug|Win32 + {E9B551E1-3EB2-4FE5-850B-CD1B35E3F617}.Release|Win32.ActiveCfg = Release|Win32 + {E9B551E1-3EB2-4FE5-850B-CD1B35E3F617}.Release|Win32.Build.0 = Release|Win32 + {C4AA0584-9CF1-4511-9675-90B353270436}.Debug|Win32.ActiveCfg = Debug|Win32 + {C4AA0584-9CF1-4511-9675-90B353270436}.Debug|Win32.Build.0 = Debug|Win32 + {C4AA0584-9CF1-4511-9675-90B353270436}.Release|Win32.ActiveCfg = Release|Win32 + {C4AA0584-9CF1-4511-9675-90B353270436}.Release|Win32.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/freeglut/freeglut/progs/demos/shapes/shapesStatic_vs2008.vcproj b/freeglut/freeglut/progs/demos/shapes/shapesStatic_vs2008.vcproj new file mode 100644 index 0000000..b5bef6c --- /dev/null +++ b/freeglut/freeglut/progs/demos/shapes/shapesStatic_vs2008.vcproj @@ -0,0 +1,242 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/freeglut/freeglut/progs/demos/shapes/shapes_vs2008.vcproj b/freeglut/freeglut/progs/demos/shapes/shapes_vs2008.vcproj new file mode 100644 index 0000000..ee99738 --- /dev/null +++ b/freeglut/freeglut/progs/demos/shapes/shapes_vs2008.vcproj @@ -0,0 +1,242 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/freeglut/freeglut/progs/demos/smooth_opengl3/smooth_opengl3Static_vs2008.vcproj b/freeglut/freeglut/progs/demos/smooth_opengl3/smooth_opengl3Static_vs2008.vcproj new file mode 100644 index 0000000..3866e0e --- /dev/null +++ b/freeglut/freeglut/progs/demos/smooth_opengl3/smooth_opengl3Static_vs2008.vcproj @@ -0,0 +1,242 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/freeglut/freeglut/progs/demos/smooth_opengl3/smooth_opengl3_vs2008.vcproj b/freeglut/freeglut/progs/demos/smooth_opengl3/smooth_opengl3_vs2008.vcproj new file mode 100644 index 0000000..e3702a1 --- /dev/null +++ b/freeglut/freeglut/progs/demos/smooth_opengl3/smooth_opengl3_vs2008.vcproj @@ -0,0 +1,242 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +