Adding Visual Studio 2010 support and moving Visual Studio 2008 support from two...
authorJohn F. Fay <johnffay@nettally.com>
Sun, 23 Jan 2011 03:47:05 +0000 (03:47 +0000)
committerJohn F. Fay <johnffay@nettally.com>
Sun, 23 Jan 2011 03:47:05 +0000 (03:47 +0000)
commitb680ece5cdc46f3e51933599ed56df08f91102fc
treebc4552547df0b3712f551ef59480cc939a636f07
parentb533b459e7a64efebae46bb8f8721af5ddce121a
Adding Visual Studio 2010 support and moving Visual Studio 2008 support from two separate directories into a single "VisualStudio" directory.

Use of the project files in the "VisualStudio2008" or "VisualStudio2008Static" directories is now DEPRECATED.

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@880 7f0cb862-5218-0410-a997-914c9d46530a
27 files changed:
README.win32
VisualStudio/2008/CallbackMaker/CallbackMaker.vcproj [new file with mode: 0644]
VisualStudio/2008/Fractals/Fractals.vcproj [new file with mode: 0644]
VisualStudio/2008/Fractals_random/Fractals_random.vcproj [new file with mode: 0644]
VisualStudio/2008/Lorenz/Lorenz.vcproj [new file with mode: 0644]
VisualStudio/2008/One/One.vcproj [new file with mode: 0644]
VisualStudio/2008/freeglut.sln [new file with mode: 0644]
VisualStudio/2008/freeglut.vcproj [new file with mode: 0644]
VisualStudio/2008/shapes/shapes.vcproj [new file with mode: 0644]
VisualStudio/2008/smooth_opengl3/smooth_opengl3.vcproj [new file with mode: 0644]
VisualStudio/2010/CallbackMaker/CallbackMaker.vcxproj [new file with mode: 0644]
VisualStudio/2010/CallbackMaker/CallbackMaker.vcxproj.filters [new file with mode: 0644]
VisualStudio/2010/Fractals/Fractals.vcxproj [new file with mode: 0644]
VisualStudio/2010/Fractals/Fractals.vcxproj.filters [new file with mode: 0644]
VisualStudio/2010/Fractals_random/Fractals_random.vcxproj [new file with mode: 0644]
VisualStudio/2010/Fractals_random/Fractals_random.vcxproj.filters [new file with mode: 0644]
VisualStudio/2010/Lorenz/Lorenz.vcxproj [new file with mode: 0644]
VisualStudio/2010/Lorenz/Lorenz.vcxproj.filters [new file with mode: 0644]
VisualStudio/2010/One/One.vcxproj [new file with mode: 0644]
VisualStudio/2010/One/One.vcxproj.filters [new file with mode: 0644]
VisualStudio/2010/freeglut.sln [new file with mode: 0644]
VisualStudio/2010/freeglut.vcxproj [new file with mode: 0644]
VisualStudio/2010/freeglut.vcxproj.filters [new file with mode: 0644]
VisualStudio/2010/shapes/shapes.vcxproj [new file with mode: 0644]
VisualStudio/2010/shapes/shapes.vcxproj.filters [new file with mode: 0644]
VisualStudio/2010/smooth_opengl3/smooth_opengl3.vcxproj [new file with mode: 0644]
VisualStudio/2010/smooth_opengl3/smooth_opengl3.vcxproj.filters [new file with mode: 0644]