WinMerge / freeimage

Unofficial clone of the FreeImage library (http://freeimage.sourceforge.net)
Other
115 stars 49 forks source link

Eliminate 2013 references in *.2015.vcxproj files #1

Closed GreyMerlin closed 7 years ago

GreyMerlin commented 7 years ago

Eliminate 2013 references in *.2015.vcxproj files

Symptom:

Attempting to compile this FreeImage solution with VS2015 fails because the VS2013 toolset is not installed.

Discussion:

An example of 'Reference Projects' (this is just one of the seven projects) ...

2017-03-23_cr_cr

Solution:

Testing:

sdottaka commented 7 years ago

Merged. Thank you!

GreyMerlin commented 7 years ago

Thank You !!