Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Updated Visual Studio projects
There is now a single solution used by Visual Studio 2010 and newer
- Loading branch information
Showing
with
6,856 additions
and 13,627 deletions.
- +342 −0 VisualC/SDL.sln
- +128 −138 VisualC/SDL/{SDL_VS2010.vcxproj → SDL.vcxproj}
- +444 −0 VisualC/SDL/SDL.vcxproj.filters
- +23 −44 VisualC/SDL/SDL_VS2008.vcproj
- +0 −521 VisualC/SDL/SDL_VS2012.vcxproj
- +0 −521 VisualC/SDL/SDL_VS2013.vcxproj
- +205 −65 VisualC/SDL_VS2008.sln
- +0 −416 VisualC/SDL_VS2010.sln
- +0 −313 VisualC/SDL_VS2012.sln
- +0 −338 VisualC/SDL_VS2013.sln
- +90 −49 VisualC/SDLmain/{SDLmain_VS2010.vcxproj → SDLmain.vcxproj}
- +24 −89 VisualC/SDLmain/SDLmain_VS2008.vcproj
- +0 −172 VisualC/SDLmain/SDLmain_VS2012.vcxproj
- +0 −172 VisualC/SDLmain/SDLmain_VS2013.vcxproj
- +102 −70 VisualC/SDLtest/{SDLtest_VS2012.vcxproj → SDLtest.vcxproj}
- +23 −28 VisualC/SDLtest/SDLtest_VS2008.vcproj
- +0 −196 VisualC/SDLtest/SDLtest_VS2010.vcxproj
- +0 −200 VisualC/SDLtest/SDLtest_VS2013.vcxproj
- +4 −5 VisualC/clean.sh
- +73 −90 VisualC/tests/{testplatform/testplatform_VS2012.vcxproj → checkkeys/checkkeys.vcxproj}
- +198 −25 VisualC/tests/checkkeys/checkkeys_VS2008.vcproj
- +0 −241 VisualC/tests/checkkeys/checkkeys_VS2010.vcxproj
- +0 −245 VisualC/tests/checkkeys/checkkeys_VS2012.vcxproj
- +0 −245 VisualC/tests/checkkeys/checkkeys_VS2013.vcxproj
- +93 −91 ...ests/{testgamecontroller/testgamecontroller_VS2010.vcxproj → controllermap/controllermap.vcxproj}
- +480 −0 VisualC/tests/controllermap/controllermap_VS2008.vcproj
- +70 −75 VisualC/tests/loopwave/{loopwave_VS2012.vcxproj → loopwave.vcxproj}
- +183 −26 VisualC/tests/loopwave/loopwave_VS2008.vcproj
- +0 −226 VisualC/tests/loopwave/loopwave_VS2010.vcxproj
- +0 −230 VisualC/tests/loopwave/loopwave_VS2013.vcxproj
- +53 −67 VisualC/tests/testatomic/{testatomic_VS2012.vcxproj → testatomic.vcxproj}
- +160 −27 VisualC/tests/testatomic/testatomic_VS2008.vcproj
- +0 −209 VisualC/tests/testatomic/testatomic_VS2010.vcxproj
- +0 −213 VisualC/tests/testatomic/testatomic_VS2013.vcxproj
- +107 −113 VisualC/tests/{testsprite2/testsprite2_VS2012.vcxproj → testautomation/testautomation.vcxproj}
- +160 −27 VisualC/tests/testautomation/testautomation_VS2008.vcproj
- +0 −194 VisualC/tests/testautomation/testautomation_vs2010.vcxproj
- +0 −198 VisualC/tests/testautomation/testautomation_vs2012.vcxproj
- +0 −198 VisualC/tests/testautomation/testautomation_vs2013.vcxproj
- +57 −68 VisualC/tests/testdraw2/{testdraw2_VS2012.vcxproj → testdraw2.vcxproj}
- +160 −27 VisualC/tests/testdraw2/testdraw2_VS2008.vcproj
- +0 −212 VisualC/tests/testdraw2/testdraw2_VS2010.vcxproj
- +0 −216 VisualC/tests/testdraw2/testdraw2_VS2013.vcxproj
- +53 −67 VisualC/tests/testfile/{testfile_VS2012.vcxproj → testfile.vcxproj}
- +160 −27 VisualC/tests/testfile/testfile_VS2008.vcproj
- +0 −209 VisualC/tests/testfile/testfile_VS2010.vcxproj
- +0 −213 VisualC/tests/testfile/testfile_VS2013.vcxproj
- +92 −94 VisualC/tests/testgamecontroller/{testgamecontroller_VS2012.vcxproj → testgamecontroller.vcxproj}
- +480 −0 VisualC/tests/testgamecontroller/testgamecontroller_VS2008.vcproj
- +0 −257 VisualC/tests/testgamecontroller/testgamecontroller_VS2013.vcxproj
- +81 −91 VisualC/tests/testgesture/{testgesture_VS2010.vcxproj → testgesture.vcxproj}
- +160 −27 VisualC/tests/testgesture/testgesture_VS2008.vcproj
- +0 −213 VisualC/tests/testgesture/testgesture_VS2012.vcxproj
- +0 −213 VisualC/tests/testgesture/testgesture_VS2013.vcxproj
- +57 −68 VisualC/tests/testgl2/{testgl2_VS2012.vcxproj → testgl2.vcxproj}
- +162 −27 VisualC/tests/testgl2/testgl2_VS2008.vcproj
- +0 −220 VisualC/tests/testgl2/testgl2_VS2013.vcxproj
- +51 −68 VisualC/tests/{testgl2/testgl2_VS2010.vcxproj → testgles2/testgles2.vcxproj}
- +164 −33 VisualC/tests/testgles2/testgles2_VS2008.vcproj
- +0 −216 VisualC/tests/testgles2/testgles2_VS2010.vcxproj
- +0 −220 VisualC/tests/testgles2/testgles2_VS2012.vcxproj
- +0 −220 VisualC/tests/testgles2/testgles2_VS2013.vcxproj
- +53 −63 VisualC/tests/testjoystick/{testjoystick_VS2010.vcxproj → testjoystick.vcxproj}
- +160 −27 VisualC/tests/testjoystick/testjoystick_VS2008.vcproj
- +0 −213 VisualC/tests/testjoystick/testjoystick_VS2012.vcxproj
- +0 −213 VisualC/tests/testjoystick/testjoystick_VS2013.vcxproj
- +66 −77 VisualC/tests/testoverlay2/{testoverlay2_VS2012.vcxproj → testoverlay2.vcxproj}
- +182 −29 VisualC/tests/testoverlay2/testoverlay2_VS2008.vcproj
- +0 −226 VisualC/tests/testoverlay2/testoverlay2_VS2010.vcxproj
- +0 −230 VisualC/tests/testoverlay2/testoverlay2_VS2013.vcxproj
- +66 −66 VisualC/tests/testplatform/{testplatform_VS2010.vcxproj → testplatform.vcxproj}
- +168 −23 VisualC/tests/testplatform/testplatform_VS2008.vcproj
- +0 −231 VisualC/tests/testplatform/testplatform_VS2013.vcxproj
- +52 −62 VisualC/tests/testpower/{testpower_VS2010.vcxproj → testpower.vcxproj}
- +160 −27 VisualC/tests/testpower/testpower_VS2008.vcproj
- +0 −213 VisualC/tests/testpower/testpower_VS2012.vcxproj
- +0 −213 VisualC/tests/testpower/testpower_VS2013.vcxproj
- +111 −113 VisualC/tests/testrendertarget/{testrendertarget_VS2012.vcxproj → testrendertarget.vcxproj}
- +204 −31 VisualC/tests/testrendertarget/testrendertarget_VS2008.vcproj
- +0 −241 VisualC/tests/testrendertarget/testrendertarget_VS2010.vcxproj
- +0 −245 VisualC/tests/testrendertarget/testrendertarget_VS2013.vcxproj
- +53 −63 VisualC/tests/testrumble/{testrumble_VS2010.vcxproj → testrumble.vcxproj}
- +160 −27 VisualC/tests/testrumble/testrumble_VS2008.vcproj
- +0 −213 VisualC/tests/testrumble/testrumble_VS2012.vcxproj
- +0 −213 VisualC/tests/testrumble/testrumble_VS2013.vcxproj
- +111 −114 VisualC/tests/testscale/{testscale_VS2012.vcxproj → testscale.vcxproj}
- +204 −31 VisualC/tests/testscale/testscale_VS2008.vcproj
- +0 −242 VisualC/tests/testscale/testscale_VS2010.vcxproj
- +0 −246 VisualC/tests/testscale/testscale_VS2013.vcxproj
- +53 −63 VisualC/tests/testshape/{testshape_VS2010.vcxproj → testshape.vcxproj}
- +160 −27 VisualC/tests/testshape/testshape_VS2008.vcproj
- +0 −213 VisualC/tests/testshape/testshape_VS2012.vcxproj
- +0 −213 VisualC/tests/testshape/testshape_VS2013.vcxproj
- +72 −75 VisualC/tests/testsprite2/{testsprite2_VS2010.vcxproj → testsprite2.vcxproj}
- +182 −29 VisualC/tests/testsprite2/testsprite2_VS2008.vcproj
- +0 −232 VisualC/tests/testsprite2/testsprite2_VS2013.vcxproj
Oops, something went wrong.