summaryrefslogtreecommitdiffhomepage
path: root/projects/VS2017
AgeCommit message (Collapse)Author
2021-07-04REMOVED: VS2017 project, outdatedraysan5
This project has been superseded by VS2019 with a better configuration and more complete solution, including more examples
2021-05-21Removes debug information from release builds (#1780)Bxil
2021-05-12Removes Whole Program Optimization (#1767)Bxil
2020-12-02Two small quality of life changes to projects. (#1448)Jeffery Myers
1) use the latest windows SDK not a specific one. 2) use the project dir as the root for the include dir for raylib, to help if the project is ever included in some other solution.
2020-08-19Added resource file for DLL compilation inforaysan5
2020-05-06Avoid all MSVC compile warningsraysan5
Most warning were related to types conversion (casting required) and unsigned/signed types comparisons. Added preprocessor directives (_CRT_SECURE_NO_DEPRECATE; _CRT_NONSTDC_NO_DEPRECATE) to avoid warnings about unsafe functions, those functions are safe while used properly and recommended alternatives are MS only. Some external libraries still generate warnings.
2020-04-07Update raylib.vcxprojraysan5
2020-01-12Review VS2017 project to support x64 properlyRay
2020-01-05VS2017 project: Added x64 platform configurationraysan5
NOTE: When building for 64bit in raylib static mode, CloseWindow() symbol collides with user32.lib symbol. No solution for that at the moment, just compile raylib as shared library (raylib.dll), actually it can be chosen on project configurations.
2019-12-25Review VS2017 project configurationRay
2019-06-06Review projects <PlatformToolset> to use defaultRay
2019-05-10Add WinMM library for linkageraysan5
Now it's required on Windows if not using a busy wait loop
2019-04-01Retarget VS2017 solutionRay
2019-03-12Updated audio library: mini_al -> miniaudioRay
2019-02-12Include mini_al directly, no separate moduleRay
2018-12-21Use stb_vorbis.h as header onlyRay
2018-10-09Corrected issues with VS2017 compilationRay
2018-07-21Review VS2015 and VS2017 projectsraysan5
2018-07-21Remove VS2017 UWP projectraysan5
Not properly configured, use VS2015.UWP as reference
2018-05-14Restore removed projectsRay
2018-05-10Reorganized project templates folderRay